/*
Theme Name: GCS4
Theme URI: http://www.goodcoresoft.com
Author:  GoodCore Software
Author URI: http://www.goodcoresoft.com
Description: The 2013 theme for GoodCore Software corporate site.
Version: 1.0
*/

@import url("css/fonts.css");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,section {
    display: block;
}
body {
    line-height: 1;
}
ol,ul {
    list-style: none;
}
blockquote,q {
    quotes: none;
}
blockquote: before,blockquote: after,q: before,q: after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,input,select,textarea {
    font-size: 100%;
    overflow: visible;
    margin: 0;
    vertical-align: baseline;
    width: auto;
}
textarea {
    overflow: auto;
    vertical-align: text-top;
}
hr {
    background: #d0d0d0;
    border: none;
    clear: both;
    color: #ddd;
    float: none;
    height: 1px;
    width: 100%;
}
hr.space {
    background: #fff;
    color: #fff;
}
html {
    height: 100%;
}
body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-smoothing: antialiased;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
}
p {
    word-wrap: break-word;
}
i,em,dfn,cite {
    font-style: italic;
}
tt,var,pre,kbd,samp,code {
    font-family: monospace,serif;
    font-style: normal;
}
b,strong {
    font-weight: normal;
}
pre {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    height: auto;
    margin: 0;
    outline: none;
    padding: 6px 10px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}
del {
    color: #555;
    text-decoration: line-through;
}
ins,dfn {
    border-bottom: 1px solid #ccc;
}
sup,sub,small {
    font-size: 85%;
}
abbr,acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}
a abbr,a acronym {
    border: none;
}
dfn[title],abbr[title],acronym[title] {
    border-bottom: 1px solid #ccc;
    cursor: help;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
.fit {
    margin-left: 0!important;
    margin-right: 0!important;
}
.hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.none {
    display: none;
}
.hide-desktop {
    display: none;
}
.show-desktop {
    display: block;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.ie8 img {
    height: auto;
    width: auto\9;
}
.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}
embed,object {
    max-width: 100%;
}
svg: not(: root) {
    overflow: hidden;
}
a {
    color: #3e87c2;
    font-weight: 400;
    text-decoration: none;
}
a:hover,a: focus,a:active {
    color: #2261a1;
    outline: 0;
    text-decoration: none;
}
: : selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}
label {
    display: inline-block;
    font-weight: 700;
    padding: 2px 0;
}
legend {
    padding: 2px 5px;
}
fieldset {
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
    padding: 1em 2em;
}
select,input[type="text"],input[type="password"],input[type="email"] {

    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    background-color: #fff;

    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;

}
select {
    height: auto;
    width: 100%;
}
area,textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    background-color: #fff;
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    height: auto;
    overflow: auto;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    color: #a0a0a0;
    font-family: Arial,Helvetica,sans-serif;
}
input,select {
    cursor: pointer;
}
area:focus,input:focus,textarea:focus {
    border: 1px solid #6cf;
}
input[type='text'],input[type='password'] {
    cursor: text;
}
.ie7 area,.ie7 select,.ie7 textarea,.ie7 input[type="text"],.ie7 input[type="password"],.ie7 input[type="email"] {
    width: 96%;
}
.info-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 20px 0;
    padding: 15px;
    text-align: left;
}
.alert {
    background-color: #faebeb;
    border: 1px solid #dc7070;
    color: #212121;
}
.address {
    background-color: #f6f5ef;
    border: 1px solid #cdc9a5;
    color: #212121;
}
.notice {
    background-color: #fbf9e9;
    border: 1px solid #e3cf57;
    color: #212121;
}
.success {
    background-color: #f9fde8;
    border: 1px solid #a2bc13;
    color: #212121;
}
.download {
    background-color: #fff4e5;
    border: 1px solid #ff9912;
    color: #212121;
}
.information {
    background-color: #eef3f6;
    border: 1px solid #6ca6cd;
    color: #212121;
}
.required {
    color: #d5243f;
}
.msie-box {
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    color: #212121;
    display: block;
    margin: 0 auto;
    max-width: 960px;
    padding: 10px;
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;
}
.msie-box a {
    color: #212121;
}
th,td,table {
    border: 1px solid #ddd;
}
table {
    border-collapse: collapse;
    width: 100%;
}
ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}
ol {
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}
dt {
    font-weight: 400;
}
blockquote {
    background: #f9f9f9;
    border: none;
    border-left: 4px solid #d6d6d6;
    margin: 20px;
    padding: 0 0 10px 12px;
}
blockquote p {
    font-family: 'Georgia','Times New Roman',Times,serif;
    font-style: italic;
    font-size: 15px;
    line-height: 26px;
    color:#333333;
    word-spacing:2px;
    color:#333333;
    word-spacing:2px;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    line-height: 1.0em;
    word-wrap: break-word;
}
h1 {
    font-size: 2.625em;
    margin-bottom: .5em;
    margin-top: .5em;
}
h2 {
    font-size: 2.250em;
    margin-bottom: .75em;
    margin-top: .75em;
}
h3 {
    font-size: 1em;
    margin-bottom: .457em;
    margin-top: .457em;
}
h4 {
    font-size: 1.500em;
    margin-bottom: 1em;
    margin-top: 1em;
}
h5 {
    font-size: 1.125em;
    margin-bottom: 1.125em;
    margin-top: 1.125em;
    color: #3e87c2;
}
h6 {
    font-size: 1.000em;
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

/*p,dl,pre,table,address,blockquote {
       margin: 1.6em 0;
}*/

hr {margin: 15px 0 0 0;}

th,td {
    padding: .8em;
}
caption {
    padding-bottom: .8em;
}
blockquote {
    padding: 0 1em;
}
blockquote:first-child {
    margin: 0;
}
fieldset {
    margin: 1.6em 0;
    padding: 0 1em 1em;
}
legend {
    padding-left: .8em;
    padding-right: .8em;
}
legend+* {
    margin-top: 1em;
}
input,textarea {
    padding: .3em .4em .15em;
}

option {
    padding: 0 .4em;
}
dt {
    margin-bottom: .4em;
    margin-top: .8em;
}
ul {
    list-style-type: none;
}
ol {
    list-style-type: decimal;
}
li ul,li ol {
    margin: 0;
}
form div {
    margin-bottom: .8em;
}
#container {
    margin: 0 auto;
    padding: 0 25px;
}
#wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    clear: both;
    margin: 20px auto 20px auto;
    padding: 0 20px 20px 20px;
    position: relative;
    max-width: 960px;
}
.ie7 .sub-header-menu ul {
    background: url(images/ie7-fix.gif) repeat;
}
.ie7 .sub-header-menu li li a {
    min-width: 100%;
}
.footer-menu {
    margin-left: 0;
    padding: 0;
}
.footer-menu li {
    display: inline;
    list-style-type: none;
}
.footer-menu li a {
    border-left: 1px solid #ccc;
    color: #333;
    padding: 0 8px;
}
.footer-menu li a:hover {
    color: #222;
}
.footer-menu>li: first-child>a {
    border-left: none;
    padding: 0 8px 0 0;
}
.pagination {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px 0;
}
.pagination a {
    text-decoration: none;
}
.breadcrumb-list {
    font-size: 12px;
}
img.wp-post-image,img.attachment-full,img.attachment-large,img.attachment-medium,img.attachment-thumbnail {
    display: block;
    margin: 15px auto;
    width: auto;
}
#breadcrumb {
    padding: 40px 0 0 0;
}
#breadcrumb a {
    color: #06c;
    font-size: 12px;
    font-weight: 400;
}
#breadcrumb a:hover {
    color: #444;
    text-decoration: none;
}
#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}
.products ul,ul.products {
    margin-top: 40px;
}
.cart-collaterals .shipping_calculator {
    width: 100%;
}
table.cart td.actions .coupon .input-text,table.cart td.actions .coupon .input-text {
    cursor: text;
}
.icl_languages_selector {
    float: right;
    text-align: left;
}
.rtl .icl_languages_selector {
    float: left;
    text-align: right;
}
#footer {
    font-size: 11px;
    line-height: 1.5em;
}
#footer a {
    color: #333;
    font-weight: 400;
}
#footer a:hover {
    color: #444;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.clearfix: after,.clearfix: before,#container: after,#container: before,.widget-wrapper: after,.widget-wrapper: before {
    content: ' ';
    display: table;
}
.clearfix: after,#container: after,.widget-wrapper: after {
    clear: both;
}
.ie7 .clearfix,.ie7 #container,.ie7 .widget-wrapper {
    zoom: 1;
}
.clear {
    clear: both;
}
.header center footer {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    z-index: 100;
}
.wrapper {
    width: 960px;
    min-height: 50px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    *display: inline;
}
.topbar {
    background-color: #f2f2f2;
    float: left;
    height: 30px;
    width: 100%;
    min-width:1035px;
}
.top-links {
    float: right;
    width: 34%;
    text-align: right;
    height: 25px;
    padding-top: 5px;
    font-size: 12px;
    text-decoration: none;
    position: relative;
}
.top-links span {
    width: 106px;
    height: 25px;
    float: left;
}
.top-links span i {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -10px -108px;
    background-color: transparent;
}
.top-links .chat a {
    width: 60px;
    height: 32px;
    float: right;
    margin-top: -4px;
    background-image: url(images/chat.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
}
.top-links .chat a:hover {
    background-image: url(images/chat.png);
    background-repeat: no-repeat;
    background-position: left -31px;
}
.top-links ul li {
    display: inline-block;
    margin: 0;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #818486;
    line-height: 11px;
    margin-top: 5px;
}
.top-links ul li a {
    list-style-type: none;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    color: #818486;
    text-decoration: none;
}
.top-links ul li a:hover {
    color: #3e87c2;
}

.top-links-active {
    color: #2261a1!important;
    font-weight:bold;
}
.logobar {
    background-color: #fff;
    float: left;
    height: 75px;
    width: 100%;
    min-width:1035px;
}
.logobar .logo {
    float: left;
    height: 66px;
    width: 515px;
    margin-top: 6px;
}
.logobar nav {
    text-align: right;
    margin-top: 13px;
    margin-top: 12px\0/;
    display: block;
    z-index: 50000;
}
@-moz-document url-prefix() {
  .logobar nav {
     margin-top: 12px;
  }
}
.hero-bar {
    background-image: url(images/hero-bar.png);
    background-repeat: repeat-x;
    background-position: center top;
    float: left;
    width: 100%;
    height: 7px;
    min-width:1035px;
}
.hero {
    background-color: #053565;
    float: left;
    height: 30px;
    width: 100%;
    background-image: url(images/inner-header-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-width:1035px;
}
.contact {
    height: 108px;
}
.inner-wrapper {
    text-align: left;
    float: left;
    height: 109px;
    width: 100%;
    min-width:1035px;
}
.inner-wrapper h1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 35px;
    color: #a8cfef;
    font-weight: normal;
    text-decoration: none;
    margin-top: 34px;
    text-shadow: 0 1px 0 #232323;
}
.inner-wrapper i {
    height: 80px;
    width: 100px;
    float: left;
}
.inner-wrapper .contact-icon {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: 27px -290px;
}
.inner-wrapper .portfolio-icon {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -75px -290px;
}
.wrapper-breadcrumb {
    width: 960px;
    min-height: 40px;
    float: left;
}
.breadcrumb {
    background-color: #e5e9ed;
    float: left;
    height: 30px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    padding: 10px 0 0 0;
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0;
    line-height: 40px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -15px -133px;
}
.breadcrumb .img-home {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -14px -160px;
}
.breadcrumb ul li a {
    padding: 0 22px;
    font-size: 12px;
    color: #a7a7a7;
}
.breadcrumb ul li a:hover {
    color: #3e87c2;
}
.breadcrumb ul li a .ihome {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -10px -90px;
}
.active {
    color: #3e87c2;
}
center {
    min-height: 300px;
}
footer {
    color: #818486;
    font-size: 12px;
}
.footer-carousel {
    background-color: #f2f2f2;
    float: left;
    height: 100px;
    width: 100%;
    padding-top: 20px;
    min-width:1035px;
}
.footer-multilinks {
    background-color: #333;
    float: left;
    width: 100%;
    min-width:1035px;
}
.footer-multilinks .fbox {
    font-size: 12px;
    float: left;
    width: 25%;
    padding: 20px 0 20px 0;
    text-decoration: none;
}
.footer-multilinks .fbox ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-multilinks .fbox ul li a {
    color: #a1a1a1;
    text-decoration: none;
    list-style-type: none;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
}
.footer-multilinks .fbox ul li a:hover {
    text-decoration: none;
    color: #b9b9b9;
}
.footer-multilinks .fbox h1 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-style: normal;
}
.footer-multilinks .fbox h1 a {
    color: #e5e5e5;
    font-family: 'Droid Sans',sans-serif;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
    font-size: 16px;
    text-shadow: 0 2px 0 #232323;
}
.footer-multilinks .fbox h1 a:hover {
    color: #FFF;
}
.footer-multilinks .fbox h2 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 8px 0 6px 0;
    font-style: normal;
}
.footer-multilinks .fbox h2 a {
    color: #A1A1A1;
    border-bottom: 1px dotted #707070;
    padding-bottom: 2px;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
    font-weight: 300;
    word-spacing: 3px;
}
.footer-multilinks .fbox h2 a:hover {
    color: #b9b9b9;
    text-decoration: none;
}
.footer-multilinks .call {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}
.footer-multilinks .w1 {
    width: 192px;
}
.footer-multilinks .w2 {
    width: 258px;
}
.footer-multilinks .w3 {
    width: 280px;
    padding-left: 25px;
}
.footer-multilinks .w4 {
    width: 200px;
}
.footer-multilinks .fbox-b {
    width: 240px;
}
.fsocial {
    float: left;
    height: 50px;
    width: 960px;
    margin-left: -5px;
    margin-bottom: 15px;
}
.fsocial p {
    margin: 0;
    padding: 0;
    margin-left: 11px;
}
.fsocial ul li a {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    display: inline-block;
    height: 25px;
    width: 30px;
    text-decoration: none;
}
.fsocial ul li a:hover {
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
}
.fsocial-f {
    float: left;
    height: 25px;
    width: 30px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    background-position: -2px -33px;
}
.fsocial-f:hover {
    background-position: -2px -2px;
    direction: ltr!important;
    transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
}
.fsocial-t {
    float: left;
    height: 25px;
    width: 30px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    background-position: -30px -32px;
}
.fsocial-t:hover {
    background-position: -30px -2px;
    direction: ltr!important;
    transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
}
.fsocial-i {
    float: left;
    height: 25px;
    width: 30px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    background-position: -60px -33px;
}
.fsocial-i:hover {
    background-position: -60px -2px;
    direction: ltr!important;
    transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
}
.fsocial-g {
    float: left;
    height: 25px;
    width: 30px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    background-position: -95px -33px;
}
.fsocial-g:hover {
    background-position: -95px -2px;
    direction: ltr!important;
    transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
}
.fsocial-r {
    float: left;
    height: 25px;
    width: 30px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    background-position: -125px -33px;
}
.fsocial-r:hover {
    background-position: -125px -2px;
    direction: ltr!important;
    transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
}
.footer-notes {
    background-color: #282727;
    float: left;
    height: 70px;
    width: 100%;
    min-width:1035px;
}
.footer-notes .fn1 {
    float: left;
    height: 70px;
    width: 125px;
}
.footer-notes .shim {
    float: left;
    height: 70px;
    width: 15px;
}
.footer-notes .fn2 {
    float: left;
    height: 55px;
    width: 820px;
    padding-top: 15px;
    text-align: center;
}
.footer-notes .fn2 a {
    color: #818486;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
}
.footer-notes .fn2 a:hover {
    color: #3e87c2;
}
.ul-fix {
    margin: 0;
    padding: 5px 0 5px 0;
    list-style-type: none;
    background-image: none;
    line-height: 25px;
}
.ul-top-social {
    float: right;
    height: 41px;
    width: 165px;
    position: relative;
    z-index: 2000;
    margin-top: 34px;
    display: none;
}
.ul-top-social2 {
    float: right;
    height: 41px;
    width: 165px;
    position: relative;
    margin-top: 30px;
    display: none;
}
.msc {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: 17px -500px;
}
.home-hero {
    background-color: #053565;
    background-image: url(images/home-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 365px;
    width:100%;
    min-width:1035px;
}
.hero-text {
    float: left;
    width: 405px;
    height: 303px\9;
    padding: 60px 0 0 0;
}
.hero-text h1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 42px;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    line-height: 45px;
    word-spacing: 2px;
    text-shadow: 0 2px 0 #05294d;
}
.hero-text h2 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #00afef;
    text-decoration: none;
    padding-top: 15px;
    line-height: 40px;
    text-shadow: 0 2px 0 #05294d;
}
.hero-text h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #e2e2e2;
    text-decoration: none;
    line-height: 45px;
    padding-top: 15px;
}
.hero-btn {
    width: 405px;
    height: 60px;
    display: inline-block;
    position: relative;
    margin-top: 40px;
}
.hero-btn .icon-next {
    background-image: url(images/img.png);
    background-position: -43px -612px;
    background-repeat: no-repeat;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    margin-top: -29px;
    margin-top: 10px\9;
}
.hero-btn .green {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: lighter;
    padding: 3px 10px;
    font-size: 20px;
    line-height: 38px;
}
.hero-btn .blue {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 3px 10px;
    font-size: 18px;
    line-height: 30px;
}
.hero-btn .or {
    font-family: Arial,Helvetica,sans-serif;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #c0d6e8;
    font-weight: normal;
    text-decoration: none;
    width: 30px;
    text-align: center;
}
.hero-btn .request {
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    height: 20px;
    width: 140px;
}
.hero-btn .request a {
    font-family: Arial,Helvetica,sans-serif;
    color: #a0bad5;
    text-decoration: underline;
    font-size: 16px;
}
.hero-btn .request a:hover {
    text-decoration: none;
}
.hero-btn .icon-doc {
    width: 20px;
    height: 25px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -66px -646px;
    float: left;
}
.hero-slider {
    /*float: left;*/
}
.hero-slider img {
    width: 535px;
    height: 306px;
    margin-top: 30px;
}
.services {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -653px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.php {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -652px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.mobile-game {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -2975px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.mobile-app {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -271px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.asp-dot-net {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 114px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.silverlight {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -1036px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.yii {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -1806px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.web-development {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -1423px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.web-application {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -1423px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.zend {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -2192px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.services-wrapper {
    float: left;
    height: 370px;
    width: 100%;
    min-width:1035px;
}
.services-wrapper .col1 {
    width: 400px;
    float: left;
    padding: 25px 0 0 0;
}
.services-wrapper .col1 h1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 35px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 0 2px 0 #05294d;
}


.services-wrapper .col1 h2 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 25px;
    margin: 0;
    padding: 0;
    color: #00Afef;
    text-decoration: none;
    padding-top: 15px;
    line-height: 35px;
    text-shadow: 0 2px 0 #05294D;
}

.services-wrapper .servicesHeading1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 35px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 0 2px 0 #05294d;
}


.services-wrapper .servicesHeading2{
    font-family: 'Droid Sans',sans-serif;
    font-size: 25px;
    margin: 0;
    padding: 0;
    color: #00Afef;
    text-decoration: none;
    padding-top: 15px;
    line-height: 35px;
    text-shadow: 0 2px 0 #05294D;
}

.services-wrapper .col1 p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #c0d6e8;
    text-decoration: none;
    line-height: 25px;
    padding-top: 10px;
}
.services-wrapper .col1 .btn2 a {
    color: #c9ddf1;
    text-decoration: underline;
    font-size: 16px;
    padding-top: 20px;
}
.services-wrapper .col1 .hero-btn {
    margin-top: 14px;
}
.services-wrapper .col1 .hero-btn .icon-next {
    margin-top: -25px;
    margin-top: 5px\9;
}
@-moz-document url-prefix() {
	.services-wrapper .col1 .icon-next {
	margin-top: -19px;
}

}
.services-wrapper .col1 .icon-doc {
    width: 20px;
    height: 25px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -66px -646px;
    float: left;
}
.services-wrapper .col2 {
    float: left;
    height: 370px;
    width: 560px;
}
.services-hero {
    float: left;
    height: 285px;
    width: 520px;
    background-image: url(images/services-hero.png);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 21px;
    padding: 20px;
}
.services-hero h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #FBFBFB;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.services-hero .heroHeading1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #FBFBFB;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.services-hero p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #c0d6e8;
    text-decoration: none;
    padding: 0;
    float: left;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.services-hero .pbox {
    background-color: #FFF;
    float: left;
    height: 179px;
    width: 162px;
    display: inline-block;
    min-height: 120px;
    margin: 5px!important;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
}
.services-hero .pbox a {
    color: #555;
    text-decoration: none;
}
.services-hero .pbox a:hover {
    color: #1d5287;
    text-decoration: none;
}
.services-hero .pbox .imgPlaceHolder {
    background-color: #FFF;
    float: left;
    height: 140px;
    width: 162px;
}
.services-hero .pbox span {
    float: left;
    font-size: 12px;
    min-height: 34px;
    text-align: center;
    line-height: 16px;
    width: 132px;
    display: inline-block;
    padding: 2px 15px;
    background: #FFF;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
}
.services-hero .pbox span:hover {
    background-color: #e2eff9;
    color: #1d5287;
    cursor: pointer;
    -webkit-transition: color .8s linear;
    -moz-transition: color .8s linear;
    -o-transition: color .8s linear;
    -ms-transition: color .8s linear;
    transition: color .8s linear;
}
.wrapper-master {
    min-height: 300px;
    width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#services-1 {
    background-image: url(images/sub-bg.jpg);
    background-repeat: repeat;
    float: left;
    width: 100%;
    min-height: 420px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    min-width:1035px;


}


#services-1 .services-col {
    float: left;
    width: 298px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 388px;
}
#services-1 .services-col h1,.form h1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    color: #1d5287;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#services-1 .form p {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    line-height: 17px;
    padding: 0;
    margin: 5px 0;
}
#services-1 .home-col {
    float: left;
    width: 298px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 388px;
    text-align: left;
}
.homeHeading1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1d5287;
    text-decoration: none;
    margin: 0;
    padding: 19px 0 15px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#services-1 .home-col ul {
    padding: 0;
    float: left;
    width: 280px;
    margin: 0;
    margin: 0;
}
#services-1 .home-col ul li {
    background-image: url(images/tick2.png);
    background-repeat: no-repeat;
    background-position: -6px 5px;
    width: 280px;
    float: left;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    color: #333;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#services-1 .home-col p {
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#services-1 .home-col2 {
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 70px;
}
#services-3 .home-col3 {
    display: inline-block;
    float: left;
    width: 270px;
    min-height: 280px;
    background-color: #fcfcfc;
    padding: 15px;
    margin: 15px;
    position: relative;
    z-index: 100;
}
#services-3 .home-col3 h1 {
    font-family: "CAMBRIAB";
    font-size: 26px;
    font-weight: 400;
    color: #3e87c2;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
}
#services-3 .home-col3 .img {
    padding: 15px 0;
    margin: 0 0 0 -39px;
    position: relative;
    z-index: 200;
}
#services-3 .home-col4 {
    display: inline-block;
    float: left;
    width: 630px;
    min-height: 280px;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}
#services-3 .home-col4 h1 {
    font-family: "CAMBRIAB";
    font-size: 26px;
    font-weight: 400;
    color: #3e87c2;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
}
#services-3 .col4-box {
    display: inline-block;
    float: left;
    width: 290px;
    min-height: 280px;
    padding: 20px 10px 10px 10px;
}
#services-3 .col4-box h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: #1d5388;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 10px 0;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
}
#services-3 .col4-box p {
    padding: 0 15px;
}
.top-pad {
    padding-top: 10px;
}
#services-1 .services-col ul {
    padding: 0;
    float: left;
    width: 280px;
    margin: 0;
    margin: 0;
}
#services-1 .services-col ul li {
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: -5px 7px;
    width: 280px;
    float: left;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    color: #333;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#services-1 .border {
    float: left;
    width: 300px;
    min-height: 539px;
    padding-top: 14px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0d0d0;
    border-left-color: #d0d0d0;
}
.icon-more {
    background-image: url(images/img.png);
    background-position: -8px -223px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    vertical-align: text-top;
}
.icon-services {
    float: left;
    height: 25px;
    width: 30px;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
}
.icon1 {
    float: left;
    height: 30px;
    width: 40px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -9px -571px;
}

.tab-icon {
    float: left;
    height: 35px;
    width: 51px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -126px -638px;
    margin-top:6px;
}

.btn-wrapper {
    width: 193px;
    height: 75px;
    padding: 0 40px;
    float: left;
}
.form {
    float: left;
    width: 270px;
    margin: 15px 0 0 0;
    padding: 15px 15px 6px 15px;
    background-image: url(images/form-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.pad {
    padding: 0!important;
}
#my-form form {
    margin: 0!important;
    padding: 0!important;
}
#my-form select,input[type="text"],input[type="password"],input[type="email"] {
    float: left;
    width: 267px;
    height: 35px;
    border: 1px solid #a8c6df;
    margin: 5px 0 5px 0;
}
#my-form textarea {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,0.2);
    background-color: #fff;
    box-sizing: border-box;
    border-bottom-color: #ccc;
    border-radius: 2px;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    float: left;
    width: 267px;
    height: 85px;
    border: 1px solid #a8c6df;
    margin: 5px 0 15px 0;
}
#my-form .green {
    padding: 7px 40px;
    font-family: "HelveticaNeueLTStd-Th",Sans-Serif;
    font-size: 20px;
    margin-top: 5px;
}
#my-form .green {
    padding: 7px 40px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-top: 5px;
}
#my-form .icon-send {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -12px -611px;
    height: 20px;
    width: 30px;
    font-style: normal;
    text-decoration: none;
}
#my-form .fftext {
    width: 193px;
    min-height: 15px;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0 0 0 8px;
    text-align: left;
}
#my-form .fftext a {
    color: #688ba5;
    text-decoration: none;
    font-size: 12px;
}
#my-form .fftext a:hover {
    text-decoration: underline;
}
#my-form .icon-lock {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: 5px -648px;
    height: 25px;
    width: 30px;
    background-color: transparent;
    float: left;
}
.send-para {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    float: left;
    line-height: 17px;
    padding: 5px 0;
}
.form-shadow {
    float: left;
    height: 16px;
    width: 301px;
    background-image: url(images/form-shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.services-col ul li a:hover {
    color: #818486;
    cursor: none;
}
#services-2 {
    background: #FEFEFE;
    background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(254,254,254,1) 0,rgba(249,249,249,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(254,254,254,1)),color-stop(100%,rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top,rgba(254,254,254,1) 0,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,rgba(254,254,254,1) 0,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,rgba(254,254,254,1) 0,rgba(249,249,249,1) 100%);
    background: linear-gradient(to bottom,rgba(254,254,254,1) 0,rgba(249,249,249,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f9f9f9',GradientType=0);
    float: left;
    width: 100%;
    min-height: 140px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ddd;
    border-bottom-color: #ddd;
}
#services-2 .wrapper-master {
    min-height: 137px;
}
#services-2 .img {
    float: right;
    height: 134px;
    width: 110px;
}
#services-2 h1 {
    color: #3E87C2;
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
    color: #1D5287;
}
#services-2 p {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
#services-3 {
    background-color: #fff;
    float: left;
    width: 100%;
    display: none;
}
#services-3 .wrapper-master {
    min-height: 0;
}
#services-3 .img {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#services-3 h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 25px 0 8px 0;
    text-align: left;
}
#services-3 h2 {
    font-size: 18px;
    font-weight: normal;
    color: #6e7173;
    text-decoration: none;
    text-align: left;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
#services-3 .col {
    float: left;
    width: 48%;
}
#services-3 .col-full {
    float: left;
    width: 940px;
    margin: 20px 0 0 0;
    text-align: left;
}
#services-3 .pad-center {
    background-color: #fff;
    padding: 10px;
}
#services-3 .pad-center ul {
    padding: 0;
    float: left;
    width: 460px;
    margin: 0;
    margin: 0;
}
#services-3 .pad-center ul li {
    background-image: url(images/tick-bull.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    width: 460px;
    float: left;
    color: #818486;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 25px;
}
#services-3 .pad-right {
    padding-right: 15px;
}
#services-3 .pad-left {
    padding-left: 15px;
}
#services-3 p {
    font-size: 14px;
    line-height: 24px;
    color: #818486;
    text-decoration: none;
    text-align: left;
}
.col-left-portfolio {
    width: 250px;
    float: left;
    position: relative;
}
.about-tab {
    background-image: url(images/vertical-menu-img.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.about-tab:hover {
    background-position: 5px -183px;
}
.portfolio-tab {
    background-image: url(images/vertical-menu-img.png);
    background-repeat: no-repeat;
    background-position: 0 -21px;
}
.portfolio-tab:hover {
    background-position: 5px -210px;
}
.how-we-work-tab {
    background-image: url(images/vertical-menu-img.png);
    background-repeat: no-repeat;
    background-position: 0 -92px;
}
.how-we-work-tab:hover {
    background-position: 5px -210px;
}
.engagement-tab {
    background-image: url(images/vertical-menu-img.png);
    background-repeat: no-repeat;
    background-position: 0 -56px;
}
.engagement-tab:hover {
    background-position: 5px -210px;
}
.partners-tab {
    background-image: url(images/vertical-menu-img.png);
    background-repeat: no-repeat;
    background-position: 0 -133px;
}
.partners-tab:hover {
    background-position: 5px -210px;
}
.col-right-portfolio {
    width: 620px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.col-right-portfolio h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 25px 0 8px 0;
    text-align: left;
}
.phone-icon {
    float: left;
    width: 28px;
    height: 22px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -10px -199px;
    background-color: transparent;
}
#services-1 .home-col-last {
    float: left;
    width: 298px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 388px;
    text-align: left;
}
#services-1 .home-col-last h1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
    display: inline;
}
#services-1 .border h4 {
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#services-1 .home-col-last span {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    line-height: 32px;
    text-decoration: none;
    margin: 0 0 0 4px;
    padding: 15px 0 15px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
    display: inline;
}
.col-left {
    width: 650px;
    float: left;
    min-height: 460px;
    margin-top: 30px;
    text-align: left;
}
.col-left h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 22px;
    color: #333;
    padding: 0 0 9px 0;
    text-decoration: none;
}
.col-left .contactHeading1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 22px;
    color: #333;
    padding: 0 0 9px 0;
    text-decoration: none;
}

.col-left p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #666;
    padding-bottom: 10px;
    text-decoration: none;
}
#contact-form form {
    margin: 0!important;
    padding: 0!important;
}

.wf {
    width: 312px;
    float: left;
}
.contact-map {
    min-height: 320px !important;
}
.map-add {
    float: left;
    width: 250px;
    text-align: left;
    padding: 30px 0 0 35px;
}

.mapHeading1 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.map-add .loc-add {
    background-image: none;
}
.google-map {
    float: left;
    height: 325px;
    width: 385px;
    margin: 30px 0 0 0px;
}
.col-right {
    width: 300px;
    float: left;
    padding-right: 10px;
    min-height: 430px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 20;
}
.col-right .vcard {
    width: 240px;
    float: right;
    background-color: #fefefe;
    min-height: 386px;
    margin: 10px 0 0 0;
    border: solid 1px #d8d8d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
}
.col-right .vcard-s1 {
    float: left;
    min-height: 30px;
    width: 65px;
    color: #818486;
    text-decoration: none;
    display: inline-block;
}
.col-right .vcard-s2 {
    float: left;
    min-height: 30px;
    width: 165px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.col-right-social {
    float: right;
    height: 35px;
    width: 250px;
    margin-top: 20px;
}
.col-right-social p {
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 5px;
}
.locations {
    width: 240px;
    float: right;
    background-color: #f2f2f2;
    border: solid 1px #d8d8d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
}
.locations h1 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
.hwrap {
    float: left;
    width: 255px;
    min-height: 25px;
}
.loc-add {
    background-image: url(images/loc-add-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 0 15px 0;
    float: left;
    margin: 5px 0;
}
.loc-add h2 {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    float: left;
}
.locAddHeading2 {
    
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    float: left;
}

.loc-add p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #818486;
    text-decoration: none;
}
.icon-us {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -10px -377px;
    float: right;
}

.icon-number {
    margin-top: -1px;
    height: 20px;
    width: 15px;
    margin-left: 6px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -10px -112px;
    float: right;
}

.icon-my {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -51px -377px;
    float: right;
}

.icon-uk {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -132px -377px;
    float: right;
}

.icon-pk {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -94px -377px;
    float: left;
}
.icon-hk {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -133px -377px;
    float: left;
}
.icon-sg {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -172px -377px;
    float: left;
}
.icon-uae {
    height: 20px;
    width: 30px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -219px -377px;
    float: left;
}
.slogo-1 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left top;

}
.slogo-2 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -80px;
}
.slogo-3 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -165px;
}
.slogo-4 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -240px;
}
.slogo-5 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -320px;
}
.slogo-6 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -400px;
}
.slogo-7 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -480px;
}
.slogo-8 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -560px;
}
.slogo-9 {
    width: 200px;
    height: 80px;
    background-image: url(images/bar-logos.jpg);
    background-repeat: no-repeat;
    background-position: left -640px;
}
.small-logo-1 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -1px;
}
.small-logo-2 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -79px;
}
.small-logo-3 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -158px;
}
.small-logo-4 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -238px;
}
.small-logo-5 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -318px;
}
.small-logo-6 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -397px;
}
.small-logo-7 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -477px;
}
.small-logo-8 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -557px;
}
.small-logo-9 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -637px;
}
.small-logo-10 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -717px;
}
.small-logo-11 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -797px;
}
.small-logo-12 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -877px;
}

.small-logo-13 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -957px;
}

.small-logo-14 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -1037px;
}

.small-logo-15 {
    width: 75px;
    height: 75px;
    background-image: url(images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left -1117px;
}
.float-left {
    float: left;
}
div.simpleTabs {
    padding: 10px;
    padding-bottom: 19px;
}
ul.simpleTabsNavigation {
    margin: 0 15px;
    padding: 0;
    text-align: left;
}
ul.simpleTabsNavigation li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
ul.simpleTabsNavigation li a {
    border: 1px solid #E0E0E0;
    padding: 5px 6px;
    font-size: 13px;
    text-decoration: none;
    color: #808080;
    background-color: #eaebed;
}
ul.simpleTabsNavigation li a:hover {
    background-color: #fbfbfc;
    color: #333;
    text-decoration: none;
}
ul.simpleTabsNavigation li a.current {
    padding-top: 8px;
    color: #333;
    border-bottom: 1px solid #fbfbfc;
    text-decoration: none;
    background-color: #fbfbfc;
    padding-bottom: 6px;
}
div.simpleTabsContent {
    border: 1px solid #c8c9cb;
    padding: 5px 15px 15px;
    margin-top: 3px;
    display: none;
    min-height: 222px;
    background-color: #fbfbfc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height:232px;
}
div.simpleTabsContent p{ margin-bottom:10px;}
div.simpleTabsContent IMG{ margin-top:5px;}

div.simpleTabsContent.currentTab {
    display: block;
}
#services-1 P {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    line-height: 24px;
    padding: 5px 0;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#portfolio-home {
    padding: 0;
    text-align: left;
}
#portfolio-home h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #1d5388;
    text-decoration: none;
    padding: 0 0 0 12px;
}
#portfolio-home .portfolioHeading4 {
    font-size: 16px;
    line-height: 20px;
    color: #646566;
    text-decoration: none;
    font-weight: normal;
    padding: 0 0 0 12px;
    margin: 0;
}


#portfolio-home h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #1d5388;
    text-decoration: none;
    margin: 10px 0 0 0;
}

#portfolio-home .portfolioHeading3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #1d5388;
    text-decoration: none;
    margin: 10px 0 0 0;
}

#portfolio-home p {
    color: #646566;
    font-size: 14px;
    line-height: 22px;
}
#portfolio-home .portfolio-wrap {
    float: left;
    width: 650px;
    min-height: 295px;
    padding: 15px 0 0 0;
}
#services-1 .home-col-last h2 {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 0;
    text-align: left;
    line-height: 22px;
    font-weight: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}

#services-1 .home-col-last .lastHeading2 {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 0;
    text-align: left;
    line-height: 22px;
    font-weight: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}

.sub-list-tab-box  {
    background-color:#f0f0f1; border:1px solid #ececec; padding:5px; border-radius:5px; margin-top:15px; text-shadow:0 1px 0 white; word-spacing:2px;
}
.sub-list-tab ul {
    font-size: 90%;
    padding-top: 5px;
    overflow: auto;
}
.sub-list-tab ul li {
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 5px 0 0 30px;
}
.sendInquiry {
    float: left;
    width: 270px;
    min-height: 370px;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 15px 15px 14px 15px;
    background-image: url(images/form-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#portfolio-home .top-btn-wrap {
    width: 685px;
    min-height: 60px;
}
.top-btn-wrap .top-btn {
    float: left;
    height: 50px;
    font-size:15px;
    width: 200px;
    line-height: 0;
    margin: 0 3px 0 0;
    padding: 15px 0 0 0;
    background: #FEFEFE;
    color:#333 !important;
    background: url(data: image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(254,254,254,1) 0,rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(254,254,254,1)),color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,rgba(254,254,254,1) 0,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,rgba(254,254,254,1) 0,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,rgba(254,254,254,1) 0,rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom,rgba(254,254,254,1) 0,rgba(243,243,243,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f3f3f3',GradientType=0);
    border: 1px solid #e6e6e6;
    position: relative;
}
.top-btn-wrap .icon-web-cloud {
    float: left;
    height: 45px;
    width: 50px;
    padding: 5px;
    margin: -12px 0 0 5px;
    background-image: url(images/img.png);
    background-position: -134px -702px;
    display: inline-block;
}
.top-btn-wrap .icon-apps-games {
    float: left;
    height: 45px;
    width: 50px;
    padding: 5px;
    margin: -18px 0 0 0;
    background-image: url(images/img.png);
    background-position: -2px -691px;
    display: inline-block;
}
.top-btn-wrap .icon-desktop-middleware {
    float: left;
    height: 45px;
    width: 50px;
    padding: 5px;
    margin: -18px 0 0 0;
    background-image: url(images/img.png);
    background-position: -67px -693px;
    display: inline-block;
}
.selected {
    background: #FEFEFF!important;
    background: url(data:image/svg+xml!important;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2VlZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(254,254,255,1)),color-stop(100%,rgba(227,238,246,1)))!important;
    background: -webkit-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -o-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -ms-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: linear-gradient(to bottom,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefeff',endColorstr='#e3eef6',GradientType=0)!important;
    border: 1px solid #cbe5fa!important;
    color: #1d5388!important;
    display: inline-block;
    cursor: pointer;
}
.top-btn-wrap .selected  span {
    display: block;
}

.top-btn-wrap .btn-fix {
    margin-top: 0px;
    float: left;
    line-height:19px;
}
.top-btn-wrap  span {
    float: left;
    height: 20px;
    width: 30px;
    margin: 28px 0 0 18px;
    background-image: url(images/down-tip.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 2000;
    display: none;
}
.top-btn-wrap  a:hover {
    color: #333333 !important;
    background: #FEFEFF!important;
    background: url(data:image/svg+xml!important;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2VlZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(254,254,255,1)),color-stop(100%,rgba(227,238,246,1)))!important;
    background: -webkit-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -o-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -ms-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: linear-gradient(to bottom,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefeff',endColorstr='#e3eef6',GradientType=0)!important;
    border: 1px solid #cbe5fa!important;
    color: #1d5388!important;
    display: inline-block;
    cursor: pointer;
}
.top-btn-wrap  .top-btn:hover {
    background: #FEFEFF!important;
    background: url(data:image/svg+xml!important;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2VlZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(254,254,255,1)),color-stop(100%,rgba(227,238,246,1)))!important;
    background: -webkit-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -o-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: -ms-linear-gradient(top,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    background: linear-gradient(to bottom,rgba(254,254,255,1) 1%,rgba(227,238,246,1) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefeff',endColorstr='#e3eef6',GradientType=0)!important;
    border: 1px solid #cbe5fa!important;
    color: #1d5388!important;
    display: inline-block;
    cursor: pointer;
}

#portfolio-home .portfolio-box {
    float: left;
    height: 250px;
    width: 196px;
    margin-left: 15px;
    background: #fff;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.item img {
    opacity: 0;
}
#portfolio-home .portfolio-box:hover {
    cursor: pointer;
    background: #fafafa;
}
#portfolio-home .portfolio-box .img-holder {
    float: left;
    height: 275px;
    width: 196px;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
#portfolio-home .portfolio-box h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 10px 0 5px 8px;
    padding: 0;
    float: left;
    position: absolute;
    z-index: 101;
    top: 132px;
}

#portfolio-home .portfolioHeading2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 10px 0 5px 8px;
    padding: 0;
    float: left;
    position: absolute;
    z-index: 101;
    top: 132px;
}

.p3 {
    top: 186px;
}
.p2 {
    top: 168px;
}
.p1 {
    top: 168px;
}
#portfolio-home .portfolio-box p {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    text-decoration: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 175px;
    margin-left: 8px;
    font-weight: normal;
    position: absolute;
    z-index: 102;
}
.portfolio-flipper {
    width: 606px;
    margin-top: 30px;
}
.android-app {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -2583px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.iphone-app {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -3370px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
.ipad-app {
    min-height: 482px;
    background-image: url(images/inner-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center -3759px;
    background-color:#053565;
    width:100%;
    min-width:1035px;
}
#flipper-container {
    position: absolute;
    xborder: 5px solid gray;
    padding: 5px;
    background: white;
    width: 687px;
    height: 640px;
    z-index: 60000;
    border: 1px solid #CCC;
}
#flipper-container .flipper-wrap {
    margin-left: 30px;
}
.col-right-portfolio h5 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px 0 10px 0;
    line-height: 25px;
    color: #3e87c2;
}
.col-right-portfolio h4 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px 0 10px 0;
    line-height: 25px;
    color: #3e87c2;
}
/*.col-right-portfolio p {
    padding: 8px 0 8px 0;
}*/
.bullet li {
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-color: transparent;
    padding: 0 0 12px 30px;
}
.form-inner {
    float: left;
    width: 298px;
    min-height: 388px;
}
.portfolio {
    float: left;
    width: 100%;
    padding: 0 0 8px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

.desc {
    display: inline-block;
    width: 264px;
    min-height: 40px;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b6b8b9;
}

.btmCurv {
    display: none;
}
.tech {
    color: #3e87c2;
    font-weight: bold;
}
.col-right-portfolio h4 {
    padding: 0 0 5px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#close {
    float: left;
    height: 20px;
    width: 50px;
    left: 35px;
    position: relative;
    top: -572px;
    z-index: 65000;
    color: #818486;
}
#flipper-container {
    display: none;
}
#services-dd {
    width: 100%;
    min-height: 150px;
    float: left;
}
.dd-col {
    width: 290px;
    min-height: 150px;
    padding: 10px;
    display: inline-block;
    float: left;
}
.dd-box {
    height: 82px;
    width: 270px;
    float: left;
    background-color: #e0eaf2;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a.test123:hover {
    height: 82px;
    width: 270px;
    float: left;
    background-color: #99F;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dd-box h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    color: #1d5388;
    text-decoration: none;
}

.dd-box .heading2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    color: #1d5388;
    text-decoration: none;
}
.dd-box span {
    height: 55px;
    width: 70px;
    border: 0!important;
    outline: 0;
    float: left;
}
.dd-img1 {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -128px -702px;
}
.dd-img2 {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: 3px -698px;
}
.dd-box p {
    font-size: 12px;
    color: #818486;
    text-decoration: none;
    float: left;
    width: 70%;
    line-height: 18px;
    padding-left: 10px;
    margin: 0;
}
.dd-links {
    font-size: 12px;
    color: #868789;
    text-decoration: none;
    padding: 6px 0 6px 0;
    float: left;
    text-align: left;
}
.dd-links-sub {
    font-size: 11px;
    padding: 5px 0;
    text-align: left;
}
.dd-links-sub a {
    color: #818486;
    text-decoration: none;
}
.dd-links-sub a:hover {
    color: #333;
    text-decoration: none;
}
.dd-img {
    float: left;
    height: 50px;
    width: 290px;
    border: 0!important;
    outline: 0;
    padding: 10px 0 0 0;
    background-image: url(images/dd-icons.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.dd-h {
    height: 20px;
    width: 280px;
    margin: 0 0 4px 0;
    padding: 4px 5px;
    float: left;
    background-color: #e0eaf2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dd-h a {
    color: #1d5388;
    font-size: 13px;
    text-decoration: none;
}
.dd-h a:hover {
    color: #3e87c2;
}
.bold {
    font-weight: bold!important;
}
.dd-boader {
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #e2e3e4;
    border-left-color: #e2e3e4;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1>li.menu-item {
    /*padding: 0 14px;*/
    padding: 0;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item a,#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item span.um-anchoremulator {
    display: display: inline!important;
}

/* partners-affiliates css */

#partners .partners {
    float: left;
    width: 628px;
    padding: 15px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    overflow:hidden;
}
#partners .partners .prdtsImg, {
    display: inline-block;
    width: 280px;
    float: right;
    margin: 12px 10px 10px 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #e7e7e7;
    border-right-color: #e7e7e7;
    border-left-color: #e7e7e7;
}
#partners .partners .desc {
    display: inline-block;
    width: 264px;
    min-height: 40px;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b6b8b9;
}
#partners .partners .btmCurv {
    display: none;
}
#partners .partners .tech {
    color: #3e87c2;
    font-weight: bold;
}
#partners .partnersPhoto {
    width: 185px;
    height: 140px;
    float: left;
    margin: 6px 10px 0 0;
    padding: 1px 0 0 0;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
}
#partners .rht h5 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0!important;
    line-height: 25px;
    color: #3e87c2;
}

#partners .lft{
    float: left;
    width: 185px;
    min-height: 154px;
    display: inline;}

#partners .rht{
    width: 415px;
    min-height: 154px;
    display: inline;
    float: left;
    padding: 0 10px;
}

/* end */

/*.portfolio {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.portfolio .prdtsImg {
    display: inline-block;
    width: 280px;
    float: right;
    margin: 12px 10px 10px 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #e7e7e7;
    border-right-color: #e7e7e7;
    border-left-color: #e7e7e7;
}
.portfolio .desc {
    display: inline-block;
    width: 169px;
    font-size: 12px;
    line-height: 18px;
    min-height: 30px;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b6b8b9;
}
.portfolio .btmCurv {
    display: none;
}
.portfolio .tech {
    color: #3e87c2;
    font-weight: bold;
}
.portfolio .col-right-portfolio h4 {
    padding: 0 0 5px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.portfolio .partnersPhoto {
    width: 185px;
    height: 140px;
    float: left;
    margin: 6px 10px 0 0;
    padding: 1px 0 0 0;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
}
.portfolio .rht h5 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0!important;
    line-height: 25px;
    color: #3e87c2;
}
.portfolio .lft {
    display: inline-block;
    float: left;
}
.portfolio .rht {
    width: 66%;
    display: inline-block;
    float: left;
    margin-left: 15px;
}
*/
.prdtsImg {
    display: inline-block;
    width: 280px;
    float: right;
    margin: 12px 10px 10px 10px;
}

#clientTestimonial {
    float: left;
}
#clientTestimonial h3 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 3px;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#slider2 h3 {
    font-size: 15px;
    color: #2a2a2a;
    margin: 0;
    padding: 11px 0 24px 10px;
    background-image: url(images/tooltip-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
#slider2 h4 {
    font-size: 13px;
    font-weight: bold;
    color: #818486;
    margin-top: -5px;
    font-size: bold;
    padding: 10px 0 5px 0;
    margin: 0;
    line-height: 18px;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#slider2 P {
    margin-top: 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
.home-row {
    width: 100%;
    min-height: 70px;
}
.home-row .video a {
    float: left;
    font-size: 16px;
    color: #3E87C2;
    text-decoration: underline;
    width:120px!important;
    margin-top:12px;
}
.home-row .video a:visited {
    float: left;
    font-size: 16px;
    color: #3E87C2;
    text-decoration: underline;
    width:120px!important;
    margin-top:12px;
}
.home-row .video a:hover {
    text-decoration: none;

}
#videoLink {
    float: left;
    display: inline-block;
    width:295px;
    margin-top:7px;
}
.vid-text{float:right; width:160px; margin-top:9px;}
.vid-thumb{float:left; margin-top:8px; width:120px;}
.vid-heading{clear:both; width:295px!important; float:left;}

#videoLink img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin:0px!important;

}

#videoLink a > img:hover { opacity: .4; }
#videoLink h3 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    line-height: 28px;
    color: #1D5287;
    text-decoration: none;
    font-weight: normal;
    float: left;
    padding: 0 0 10px 0;
    margin: 0;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
    line-height: 30px;
    width:295px!important;
}
#featuredProject {
    display: inline-block;
    float: left;
    width: 270px;
    min-height: 280px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}
#featuredProject h2 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1d5287;
    text-decoration: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#featuredProject h3 {
    font-size: 16px;
    font-weight: 400;
    color: #1d5287;
    text-decoration: none;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#featuredProject p {
    font-size: 14px;
    line-height: 24px;
    color: #818486;
    text-decoration: none;
    text-align: left;
}
#featuredProject img {
    padding: 5px 0;
    /*margin: 0 0 0 -39px;*/
    position: relative;
    z-index: 200;
}
.sidebarBg {
    background-image: url(images/sub-bg.jpg)!important;
    background-repeat: repeat!important;
}
.icon-showDetails {
    width: 20px;
    height: 25px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -101px -637px;
    display: inline-block;
    margin: 4px 8px 0 0;
}

.info {
    position: relative;
    background: #953b39;
    text-align: left;
    padding: 5px;
    font: normal 11px Verdana,Arial,Helvetica,sans-serif;
    color: #fff;
    position: absolute;
    display: none;
}
.arrow_box:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display:none!important;
}

.arrow_box:after {
    border-color: rgba(149, 59, 57, 0);
    border-bottom-color: #953b39;
    border-width: 4px;
    left: 90%;
    margin-left: -4px;
    display:none!important;
}


input: focus,textarea: focus {
    border-color: #c09853!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
}
.error {
    border-color: #b94a48!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;

}
.wrong {
    border-color: #953b39 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}
.normal {
    font-weight: normal;
    color: #222;
}
.contact-form-submit {
    overflow: hidden;
    width: 145px;
    float: right;
    margin-right: 63px;
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal {
    visibility: hidden;
    top: 50px;
    left: 47%;
    margin-left: -300px;
    width: 625px;
    background: #fff url(images/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 85000;
    padding: 5px 40px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}
.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}
.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}
.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}
.columns {
    float: left;
    display: inline-block;
    overflow: hidden!important;
    padding-bottom: 60px;
}
#fofPage {
    width: 800px;
    margin: auto 0;
    min-height: 500px;
}
.fofCol {
    display: inline-block;
    width: 70%;
    text-align: center;
    padding: 32px;
    margin: auto 0;
}
#fofPage .fofCol h4 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 3px;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
#fofPage p {
    margin-top: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
.thanks {
    background-color: #E8E8E8;
    min-height: 120px;
    border: solid 1px #CECECE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
}
.thanks p {
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
.thanks b {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1d5287;
    text-transform: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
.replaceH1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 3px;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
.homepage-heading {
    font-weight: normal!important;
    font-style: normal!important;
    font-size: 14px!important;
    display: inline!important;
    color: #333!important;
    text-shadow: 0 1px 0 white!important;
    word-spacing: 2px!important;
    padding: 0!important;
    margin: 0 0 0 -4px!important;
}
.hp-text {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    display: inline;
    color: #333;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
    padding: 0;
    margin-left: -4px;
}
.inline-text {display:inline; text-align:left;}
/* replace h1 h2 h3 tags css  */


/* footer heading tags  */
.fbox .fboxHeading-h1 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-style: normal;
}

.fbox .fboxHeading-h1 a {
    color: #e5e5e5;
    font-family: 'Droid Sans',sans-serif;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
    font-size: 16px;
    text-shadow: 0 2px 0 #232323;
}
.fbox .fboxHeading-h1 a:hover {
    color: #FFF;
}

.fbox .fboxHeading-h2 {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 5px 0;
    font-style: normal;
}
.fbox .fboxHeading-h2 a {
    color: #A1A1A1;
    border-bottom: 1px dotted #707070;
    padding-bottom: 2px;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
    font-weight: 300;
    word-spacing: 3px;
}
.fbox .fboxHeading-h2 a:hover {
    color: #b9b9b9;
    text-decoration: none;
}


/**/

/*.col-left-portfolio*/
.formHeading1{
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    line-height: 30px;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}



/* inner page heading tags  */

.headingInner-h1 {
    font-family: 'Droid Sans',sans-serif;
    font-size: 35px;
    color: #a8cfef;
    font-weight: normal;
    text-decoration: none;
    margin-top: 40px;
    text-shadow: 0 1px 0 #232323;

}


.homePageHeading1 {font-family: 'Droid Sans',sans-serif;
    font-size: 42px;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    line-height: 45px;
    word-spacing: 2px;
    text-shadow: 0 2px 0 #05294d;}
.homePageHeading2 {font-family: 'Droid Sans',sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #00afef;
    text-decoration: none;
    padding-top: 15px;
    line-height: 40px;
    text-shadow: 0 2px 0 #05294d;}

.content-services {
    width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

.content-services p {
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
}

.content-services .heading {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* New Quote Form */

#qForm {
    background-color: #e8e8e8;
    float: left;
    min-height: 405px;
    width: 300px;
    border: 1px solid #cecece;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    background-color: #e8e8e8;
    float: left;
    min-height: 405px;
    width: 300px;
    border: 1px solid #cecece;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
}
#qForm form {}
#qForm fieldset {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 10px;
    width: 280px;
    margin: 0px;
    margin-bottom: -5px;
}
#qForm legend {
    float: left;
    height: 50px;
    width: 280px;
    margin: 0px;
    padding: 0px;
}

#qForm select,input[type="text"],input[type="password"],input[type="email"] {
    float: left;
    width: 260px;
    height: 25px;
    margin: 0;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
    border: 1px solid #cecece;
    border-bottom-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#b4b6b8;

}

#qForm select:focus,input:focus[type="text"],input:focus[type="password"],input:focus[type="email"] {

    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color:#333;
}

#qForm textarea {
    float: left;
    width: 280px;
    min-height: 84px;
    margin: 0;
    padding: 4px 9px;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
    border: 1px solid #cecece;
    border-bottom-color: #fff;
    border-radius: 4px;
    color:#b4b6b8;
}

#qForm textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color:#333;
}

#qForm .qHeading {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    line-height: 30px;
    margin: 10px 0 0 10px;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;

}
#qForm .qHeadingSub {
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: left;
    line-height: 17px;
    padding: 0;
    margin: 10px 0 0 12px;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;

}
#qForm .qFix {
    float: left;
    height: 35px;
    clear: both;
    width: 280px;
}

#qForm .qBtn {
    width: 280px;
    margin: auto 0;
    text-align: center;
}


#qForm .qLockMsg {
    width: 162px;
    margin: auto;
    text-align: center;
    font-size:12px;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    padding: 0 !important;
    text-shadow: 0 1px 0 white;
    min-height: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
#qForm .qLockMsg p {
    font-size: 12px ;
    font-weight: normal ;
    text-decoration: none ;
    color: #888 ;
    padding: 7px 0 0 0 ;


}

.icon-lock {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: 2px -644px;
    margin: 5px 0 0 0;
    height: 25px;
    width: 30px;
    background-color: transparent;
    float: left;
}




#qFormSuccess {background-color: #e8e8e8;
    float: left;
    min-height: 405px;
    width: 230px;
    padding: 0 35px;
    border: 1px solid #cecece;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#qFormSuccess img {
    padding-top: 58px;

}
#qFormSuccess .headingThank {
    font-family: 'Droid Sans',sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #3e87c2;
    text-decoration: none;
    margin: 0;
    padding: 15px 0 15px 0;
    text-align: center !important;
    font-style: normal;
    font-variant: normal;
}
#qFormSuccess .tex {
    font-family: 'Droid Sans',sans-serif;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
    text-align: center !important;
}

#qFormSuccess .qLockMsg {
    width: 155px;
    margin: auto;
    text-align: center;
    font-size:11px;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    padding: 0 !important;
    text-shadow: 0 1px 0 white;
    min-height: 15px;
    margin-top: 10px;
    margin-bottom: 0;

}
#qFormSuccess .qLockMsg p {
    font-size: 11px !important;
    font-weight: normal!important;
    text-decoration: none!important;
    color: #888!important;
    padding: 7px 0 0 0!important;
}

a.qSubmit {
    font-family: 'Droid Sans',sans-serif;
    font-size: 20px;
    background-color: #7aa43a !important;
    color: #fff ;
    border: 1px solid #55702d;
    text-shadow: 0 -1px 0 #7da244;
    -moz-box-shadow:inset -1px 1px 0px #9ec760;
    -webkit-box-shadow:inset -1px 1px 0px #9ec760;
    box-shadow:inset -1px 1px 0px #9ec760;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 25px;
}
a.qSubmit:hover {
    background-color: #88b444 !important;
    color: #fff;

}

a.cSubmit {
    font-family: 'Droid Sans',sans-serif;
    font-size: 20px;
    background-color: #7aa43a !important;
    color: #fff ;
    border: 1px solid #55702d;
    text-shadow: 0 -1px 0 #7da244;
    -moz-box-shadow:inset -1px 1px 0px #9ec760;
    -webkit-box-shadow:inset -1px 1px 0px #9ec760;
    box-shadow:inset -1px 1px 0px #9ec760;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 25px;
}
a.cSubmit:hover {
    background-color: #88b444 !important;
    color: #fff;

}


a.show_hide {
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    background-color: #7aa43a !important;
    color: #fff ;
    border: 1px solid #55702d;
    text-shadow: 0 -1px 0 #7da244;
    -moz-box-shadow:inset -1px 1px 0px #9ec760;
    -webkit-box-shadow:inset -1px 1px 0px #9ec760;
    box-shadow:inset -1px 1px 0px #9ec760;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 25px;
    word-spacing:0px!important;
    cursor:pointer;
}
a.show_hide:hover {
    background-color: #88b444 !important;
    color: #fff;
    word-spacing:0px!important;
    cursor:pointer;
}

/* New Contact Form */

#cForm {
    background-color: #e8e8e8;
    float: left;
    min-height: 405px;
    width: 660px;
    border: 1px solid #cecece;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
}
#cForm form {padding: 10px;}
#cForm fieldset {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0;
    width: 308px;
    float:left;
    margin: 0 5px 0 5px;
    margin-bottom: -5px;
    display: inline !important;
}
#cForm legend {
    float: left;
    height: 50px;
    width: 310px;
    margin: 0px;
    padding: 0px;
}

#cForm .inputField {
    float: left;
    width: 290px;
    height: 25px;
    margin: 0;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
    border: 1px solid #cecece;
    border-bottom-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#b4b6b8;

}

#cForm .inputField:focus {

    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color:#333;


}
#cForm textarea {
    float: left;
    width: 630px;
    min-height: 95px;
    margin: 0;
    padding: 4px 9px;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
    border: 1px solid #cecece;
    border-bottom-color: #fff;
    border-radius: 4px;
    color:#b4b6b8;
    margin: 5px 0 0 5px;
}

#cForm textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color:#333;

}

#cForm .cHeading {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    line-height: 30px;
    margin: 10px 0 0 15px;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;

}
#cForm .cHeadingSub {
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: left;
    line-height: 17px;
    padding: 0;
    margin: 10px 0 0 18px;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;

}
#cForm .qFix {
    float: left;
    height: 35px;
    clear: both;
    width: 280px;
}
.cBtnC {
    width: 180px;
    margin: 0;
    text-align: center;
    display:inline;
    float: right;
}


.cLockMsgC {
    width: 155px;
    margin: 0;
    float:left;
    display:inline;
    text-align: center;
    font-size:11px;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    padding: 0 !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0;
}

.cLockMsgC span {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #888;
    padding: 2px 0 0 2px;
    float:left;

}

.icon-lockC {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -2px -648px;
    margin: 5px 0 0 0;
    height: 20px;
    width: 25px;
    background-color: transparent;
    float: left;
}

.loading { width:20px; height:20px;}
#btnWrapper { float:right; margin-top:75px;}

#btnWrapper2 { float:right; margin-top:15px;}
.qFix2 {float: left;height:35px;width:700px;}


.fieldHeight {

    float: left !important;
    width: 308px !important;
    height: 36px !important;
    margin: 0 !important;
    -moz-box-shadow: 0px 1px 1px #cecece !important;
    -webkit-box-shadow: 0px 1px 1px #cecece !important;
    box-shadow: 0px 1px 1px #cecece !important;
    border: 1px solid #cecece !important;
    border-bottom-color: #fff !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #b4b6b8 !important;

}


/* PortfolioShowcase */

#PortfolioShowcase .portfolio {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display:block;
    min-height:220px;
}
#PortfolioShowcase .portfolio .rht {
    width: 415px;
    display: inline;
    float: right;
}

#PortfolioShowcase .rht p {
    width: 415px ;
    display: inline;
    float: right;
    padding: 8px 0;
}

#PortfolioShowcase .rht h5 {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    color: #3e87c2 !important;

}

#PortfolioShowcase .portfolio .lft {
    width: 280px;
    display: inline;
    float: left;
    height: 0;
}


#PortfolioShowcase .imgBox {
    width: 195px;
    float: left;
    height:150px;
    margin-right:15px;

}


#PortfolioShowcase .imgBox .desc {
    width: 169px;
    float:left;
    font-size: 12px;
    line-height: 18px;
    min-height: 30px;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b6b8b9;
}
#PortfolioShowcase .portfolio .btmCurv {
    display: none;
}
#PortfolioShowcase .portfolio .tech {
    color: #3e87c2;
    font-weight: bold;
}
#PortfolioShowcase .portfolio h4 {
    padding: 0 0 5px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

#PortfolioShowcase .portfolio h5 {
    padding: 0 0 5px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

#PortfolioShowcase .portfolio .partnersPhoto {
    width: 185px;
    height: 140px;
    float: left;
    margin: 6px 10px 0 0;
    padding: 1px 0 0 0;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
}

#PortfolioShowcase H4 { padding:15px 0 0 0;}
#PortfolioShowcase H5 { padding:0 !important;}
#PortfolioShowcase p  { padding:10px 0; line-height:26px; word-spacing:2px; color:#666666;}


/* PortfolioShowcase Details */

#PortfolioShowcaseDetails .prdtsImg {
    width: 301px;
    float: right;
    margin: 10px 0 0 10px;

}

#PortfolioShowcaseDetails .desc {
    width: 284px;
    float: right;
    font-size: 12px;
    line-height: 18px;
    min-height: 30px;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    background: #fafafa;
    box-shadow: #b6b8b9 0 1px 1px;
    -webkit-box-shadow: #b6b8b9 0 1px 1px;
    -moz-box-shadow: #b6b8b9 0 1px 1px;
    -o-box-shadow: #b6b8b9 0 1px 1px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b6b8b9;
}
#PortfolioPartners .imgBox {
    width: 185px;
    height: 140px;
    float: left;
    margin: 6px 10px 0 0;
    padding: 1px 0 0 0;
    text-align: center;
}
#PortfolioPartners .lft {
    width: 185px;
    height: 140px;
    float: left;
}

#PortfolioShowcaseDetails p { padding:10px 0; line-height:26px; word-spacing:2px; color:#666666;}

/* show/hide box css  */
#contentWapper {
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 10px 15px 10px;
    margin: 20px 0;
    overflow: hidden;
    float:left;
}
#contentWapper .slidingDiv {
    text-align: left;
}

#contentWapper p {
    text-align:left;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
}

#contentWapper .show_hide{
    display:none;
    cursor:pointer;
}

.icon-show {
    background-image: url(images/img.png);
    background-position: -68px -612px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 15px;
    line-height: 14px;
}

.icon-hide {
    background-image: url(images/img.png);
    background-position: -90px -612px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 15px;
    line-height: 14px;
}

/* contact us page new css */

.vcardH1 {font-family: 'Droid Sans',sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;}

.vcard p {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 0 0 20px 0;
}

.vcardWell {
    width: 237px;
    font-size:14px;
    color:#333;
    padding:10px 0;
    padding-bottom:0px\0/;
    background-color: #f2f2f2;
    border: 1px solid #cecece;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
.m20 {margin: 22px 0;}

.icon-message {
    width: 65px;
    height: 50px;
    float: left;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -220px -766px;
}

.icon-fax {
    width: 65px;
    height: 50px;
    float: left;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -3px -766px;}

.icon-vfone {
    width: 80px;
    height: 50px;
    float: left;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -110px -766px;}

.vwS2 {
    float: left;
    min-height: 23px;
    width: 150px;
    text-decoration: none;
    display: inline-block;
	margin-top: 15px;
}


.vwPad1 {padding: 13px 0 0 0;
    float: left;}

.vwPad2 {padding: 5px 0 0 0; display:inline; margin-top:10px\0/;}

.fboxHeading-nonlink {
    color: #e5e5e5;
    font-family: 'Droid Sans',sans-serif;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    -ms-transition: color .5s linear;
    transition: color .5s linear;
    font-size: 16px;
    text-shadow: 0 2px 0 #232323;
}

#gcs-highlight {
    background-color: #fafafa;
    min-height: 120px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    text-decoration: none;
    text-shadow: 0 2px 0 white;
    word-spacing:2px;
}
#gcs-highlight h4{ font-family: 'Droid Sans',sans-serif; color:#333333; font-size:23px;}
#gcs-highlight h5{ font-family: 'Droid Sans',sans-serif; color:#333333; font-size:16px;}
.flipper-loader { width:650px; height:375px; text-align:center; vertical-align:middle; margin:auto; padding-top: 225px;}
.browsers{ width:100%; overflow:hidden; clear:both; text-align:right!important;}

/*Services Thumbs design*/
/* Common Media Elements ----------------------*/

.post-thumb { display: inline-block; margin:15px 0px 0px 2px }

.post-thumb a {
    background: #fff url(images/expand_light.png) 50% 50% no-repeat;
    border-bottom: none;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.post-thumb img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin:0px!important;
}
.post-thumb a > img:hover { opacity: .4; }

.image-frame{
    float:left;
    width:600px;
}
.entry-content img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
}
.slider,
.image-frame img,
.video-frame iframe {
    background: #fff;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

img.alignleft {
    float: left;
    margin: 15px 25px 20px 0;
}

img.alignright {
    display: block;
    margin: 15px 0 25px 20px;
}

img.aligncenter {
    display: block;
    clear: both;
    margin: 20px auto;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
    text-align: center;
    margin: 10px 20px 20px 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
}

.wp-caption
.wp-caption-text {
    margin: 0;
    padding: 5px;
}

.wp-smiley {
    max-height: 13px;
    margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
    border: 2px solid #efefef;
    margin-left: 0;
}

.gallery-caption {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-left: 0;
}

.gallery-item {
    float: left;
    text-align: center;
    margin-left: 0;
}

.gallery {
    float: left;
    width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption {
    margin-bottom: 0 !important;
    padding-right: 12%;
}

.gallery-item img {
    border: 5px solid #fff !important;
    margin: 0 !important;
    padding:  0 !important;
}

.gallery-item a {
    float: left;
    border: none !important;
    margin:  0 !important;
    padding: 0 !important;
}



/*-----------------------------------MEGAMENU-----------------------------------[start]*/
/*----------[1] => OVERRIGHT DEFAULT CLASS----------*/



#dd-menu #megaMenu div, #dd-menu #megaMenu span, #dd-menu #megaMenu ul, #dd-menu #megaMenu li, #dd-menu #megaMenu a, #megaMenu img {
    font-size: 13px;
    padding: 0;
}
#dd-menu #megaMenu li {
    width: auto;
    margin: 0;
    padding: 0 10px;
}

#dd-menu #megaMenu .sub_link {
    width: auto;
    margin: 0;
    padding: 0 10px;
}


#dd-menu #megaMenu {
    background: url(images/tran_black.png);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#dd-menu #megaMenu ul.megaMenu > li > a {
    padding: 12px 45px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: url(images/navdevider.png) no-repeat right bottom;
}
#dd-menu #megaMenu ul.megaMenu > li > a:hover {
    background: url(images/tran_black.png);
}
#dd-menu #megaMenu ul.megaMenu > li#menu-item-16175 > a:hover {
    background: url(images/tran_black.png);
}
#dd-menu #megaMenu ul.megaMenu > li > a:after {
    border-color: #fff transparent transparent;
    right: 20px;
}
#dd-menu #megaMenu ul.megaMenu > li#menu-item-16175 > a:after {
    right: auto;
    left: 122px;
}
#dd-menu #megaMenu ul.megaMenu > li:first-child > a {
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
}
#dd-menu #megaMenu ul.megaMenu > li#menu-item-16175 > a {
    background: none;
}
html#ie7 #dd-menu #megaMenu ul.megaMenu > li > a, html#ie8 #dd-menu #megaMenu ul.megaMenu > li > a, html#ie9 #dd-menu #megaMenu ul.megaMenu > li > a, html#ie10 #dd-menu #megaMenu ul.megaMenu > li > a {
    padding-left: 39px;
    padding-right: 39px;
}
#dd-menu #megaMenu ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
    background: #fff;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border: none;
}
/*----------[1] => COMMON----------*/
#dd-menu #megaMenu .navi_link {
    list-style: none;
    margin: 5px 0 10px 0;
    float: left;
    width: auto;
}
#dd-menu #megaMenu .navi_link.middle {

    margin-right: 0px;
}
#dd-menu #megaMenu .navi_link.middleright {
    margin-right: 25px;
}
#dd-menu #megaMenu .navi_link li a {

    display: block;
    padding: 2.5px 0px 2.5px 25px;
    margin: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url(images/dd-menu-arrows.png);
    background-repeat: no-repeat;
    background-position: 2px -1px;
    text-shadow:none !important;
    line-height: 20px;
}
#dd-menu #megaMenu .navi_link li a:hover {
    background-image: url(images/dd-menu-arrows.png);
    background-repeat: no-repeat;
    background-position: 2px -38px;
    background-color: #2261a1;
    color: #fff !important;
}


/* sub links  */

#dd-menu #megaMenu .sub_link a {

    display: block;
    padding: 2.5px 0px 2.5px 30px !important;
    margin-left: 5px!important;
    margin: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url(images/dd-menu-arrows.png);
    background-repeat: no-repeat;
    background-position: 10px -77px!important;
    text-shadow:none !important;
    color: #818486!important;
}
#dd-menu #megaMenu .sub_link a:hover {
    background-image: url(images/dd-menu-arrows.png);
    background-repeat: no-repeat;
    background-position: 10px -118px!important;
    color: #fff!important;
    background-color:#3d86c2!important;

}

#dd-menu #megaMenu .title {
    color: #F58220;
    font-size: 16px;
    font-weight: 700;
}
#dd-menu #megaMenu li.title {
    padding-bottom: 5px;
}
#dd-menu #megaMenu .title a {
    color: #F58220;
    text-shadow: 1px 1px 1px #fff;
    font-size: 16px;
}
#dd-menu #megaMenu .title a:hover {
    color: #173365;
}
#dd-menu #megaMenu .navi_link li.title {
    padding-top: 15px;
    padding-bottom: 5px;
}
#dd-menu #megaMenu .navi_link li:first-child.title {
    padding-top: 0;
}
#dd-menu #megaMenu .navi_link li.title a {
    background: none;
    border-bottom: none;
    padding: 0;
    color: #f58220;
    font-size: 16px;
}
#dd-menu #megaMenu .navi_link li.title a:hover {
    color: #173365;
}
#dd-menu #megaMenu .subtitle {
    color: #163263;
    font-size: 1.1em;
    font-weight: 700;
}
#dd-menu #megaMenu .subtitle a {
    color: #163263;
    font-size: 1em;
}
#dd-menu #megaMenu .text {
    color: #333;
}
#dd-menu #megaMenu .shadow {
    /*width: 443px;*/
    width: 446px;

}
html#ie7 #dd-menu #megaMenu .shadow, html#ie8 #dd-menu #megaMenu .shadow {

}
#dd-menu #megaMenu .services_detail .pad {
    display: block
}
#dd-menu #megaMenu .services_detail .navi_link.fix {
    width: 220px;
}
#dd-menu #megaMenu .services_detail .left {
    width: 24%;
}
#dd-menu #megaMenu .services_detail .right {
    float: right;
    width: 75%;
    margin: -10px 0px;
    padding-top: 10px;
}
#dd-menu #megaMenu .services_detail .right img {
    margin-bottom: 5px;
}
#dd-menu #megaMenu div.service_box {
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    margin-top: -5px;
    background-color: #ececed;
}
#dd-menu #megaMenu #better-text-7 div.service_box {
    padding: 0px;
}
#dd-menu #megaMenu div.service_box a, #dd-menu #megaMenu div.service_box div.i_box {
    float: left;
    border-left: 1px solid #fff;
    text-align: center;
    box-shadow: -1px 0 0 #d7d7d7;
    -moz-box-shadow: -1px 0 0 #d7d7d7;
    -webkit-box-shadow: -1px 0 0 #d7d7d7;
}
#dd-menu #megaMenu div.service_box a:first-child, #dd-menu #megaMenu div.service_box div.i_box:first-child {
    border-left: none;
    box-shadow: none;
}
#dd-menu #megaMenu div.service_box a.design, #dd-menu #megaMenu div.service_box a.hourly {
    border-right: none;
}
#dd-menu #megaMenu div.service_box a span, #dd-menu #megaMenu div.service_box div.i_box span {
    display: inline-block;
    vertical-align: top;
}
#dd-menu #megaMenu div.service_box a span.service_name, #dd-menu #megaMenu div.hire div.i_box span.service_name {
    margin-top: 5px;
}
#dd-menu #megaMenu div.service_box a span.service_name, #dd-menu #megaMenu div.services_detail div.i_box span.service_name {
    margin-top: 12px;
}
#dd-menu #megaMenu div.service_box a span.service_name, #dd-menu #megaMenu div.service_box div.i_box span.service_name {
    text-transform: uppercase;
    font-family: 'Droid Sans',sans-serif;
    font-size: 10px;
    color: #555;
}
#dd-menu #megaMenu div.service_box a span.service_name strong, #dd-menu #megaMenu div.service_box div.i_box span.service_name strong {
    display: block;
    font-size: 18px;
    color: #173365;
    text-transform: capitalize;
}
#dd-menu #megaMenu div.service_box a {
    margin: 0px;
    /*padding: 8px 24.6px;*/
    padding: 8px 24.6px;
    padding: 8px 19px\0;
    border-bottom: 1px solid #D8D7D7;
}
#dd-menu #megaMenu div.service_box a.active, #dd-menu #megaMenu div.service_box a:hover {
    background-color:#f9fbfc;
    border-bottom: 1px solid #f9fbfc;
}

#dd-menu #megaMenu div.service_box a.web span.service_name strong {
    color: #808080;
}
#dd-menu #megaMenu div.service_box .web .main_web_box {
    display: none!important;
}
#dd-menu #megaMenu div.service_box .web:hover .main_web_box {
    display: block;
    padding: 10px 15px;
}
#dd-menu #megaMenu div.main_web_box {
    display: none;
}
#dd-menu #megaMenu div.service_box a.mobile span.service_name strong {
    color: #14a0e6;
}
#dd-menu #megaMenu div.service_box a.game span.service_name strong {
    color: #d9a52b;
}
#dd-menu #megaMenu div.service_box a.yahoo span.service_name strong {
    color: #580177;
}
#dd-menu #megaMenu div.service_box a.ecommerce span.service_name strong {
    color: #808080;
}
#dd-menu #megaMenu div.service_box a.design span.service_name strong {
    color: #808080;
}
#dd-menu #megaMenu div.service_box a.gaming span.service_name strong {
    color: #d8a631
}
#dd-menu #megaMenu div.service_box a:hover span.service_name, #dd-menu #megaMenu div.service_box div.i_box:hover span.service_name {
    color: #000;
}
#dd-menu #megaMenu div.service_box a:hover span.service_name strong, #dd-menu #megaMenu div.service_box div.i_box:hover span.service_name strong {

}
#dd-menu #megaMenu div.service_box a span.micon, #dd-menu #megaMenu div.service_box div.i_box span.micon {
    width: 42px;
    height: 42px;
}
#dd-menu #megaMenu span.micon {
    width: 42px;
    height: 42px;
    background: url(images/megamenu_icon_1.png) no-repeat;
    margin-right: 7px;
}
#dd-menu #megaMenu span.micon.game {
    background-position: 0px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.game {
    background-position: 0 -42px;
}
#dd-menu #megaMenu span.micon.yahoo {
    background-position: -42px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.yahoo {
    background-position: -42px -42px;
}
#dd-menu #megaMenu span.micon.web {
    background-position: -13px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.web {
    background-position: -13px -44px;
}
#dd-menu #megaMenu span.micon.mobile {
    background-position: -126px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.mobile {
    background-position: -126px -42px;
}
#dd-menu #megaMenu span.micon.design {
    background-position: -98px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.design {
    background-position: -98px -44px;
}
#dd-menu #megaMenu span.micon.ecommerce {
    background-position: -178px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.ecommerce {
    background-position: -178px -44px;
}
#dd-menu #megaMenu span.micon.fulltime {
    background-position: -210px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.fulltime, #dd-menu #megaMenu div.service_box div.i_box:hover span.micon.fulltime {
    background-position: -210px -42px;
}
#dd-menu #megaMenu span.micon.parttime {
    background-position: -252px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.parttime, #dd-menu #megaMenu div.service_box div.i_box:hover span.micon.parttime {
    background-position: -252px -42px;
}
#dd-menu #megaMenu span.micon.hourly {
    background-position: -294px 0;
}
#dd-menu #megaMenu div.service_box a:hover span.micon.hourly, #dd-menu #megaMenu div.service_box div.i_box:hover span.micon.hourly {
    background-position: -294px -42px;
}

#dd-menu #megaMenu div.service_box .active-menu {
    background-color:#f9fbfc;
    border-bottom: 1px solid #f9fbfc;

}
#dd-menu #megaMenu div.service_box .active-menu strong{color: #1d5287!important;}


.spanWeb {
    background-position: -13px -44px!important;
}


#dd-menu #megaMenu div.service_box .active-menu .active-web {
    background-position: -13px -44px!important;
}

#dd-menu #megaMenu div.service_box .active-menu .active-mobile {
    background-position: -98px -44px!important;
}

#dd-menu #megaMenu div.service_box .active-menu .active-more {
    background-position: -178px -44px!important;
}

/* megaMenu fix*/

#megaMenu {
    width: 445px !important;
    max-width: none !important;
    margin-top: 1px !important;
}



/* new chat css */

.chatOnline {
    float: left;
    height: 76px;
    width: 70px;
    display: none;
    margin-top: -33px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -2px -778px;

}

.chatOnline:hover {

    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -2px -856px;

}


.chatOffline {
    float: left;
    height: 76px;
    width: 70px;
    display: block;
    margin-top: -33px;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -77px -778px;

}

.chatOffline:hover {
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: -77px -856px;

}

/* Customer Testimonials */

.testimonial {
    margin: 0;
    background: #CCC;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: url(images/sub-bg.jpg);
    background-repeat: repeat;
    /*    background-image: linear-gradient(#CEF3FF, #B7EDFF);*/
    background-image: url(images/sub-bg.jpg);
    background-repeat: repeat;
    /*    background-image: linear-gradient(#CEF3FF, #B7EDFF);*/
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e7e7e7;
    margin: 0 0 0 25px;
}
.arrow-down-right {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e7e7e7;
    margin: 0 0 0 565px;
}
.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
    margin-bottom:25px;
    margin-bottom:25px;
}

.testimonial-author-right {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:right;
    margin-bottom:25px;
    margin-bottom:25px;
}
.testimonial-author span {
    font-size: 12px;
    color: #666;
}
.testimonial-author-right span {
    font-size: 12px;
    color: #666;
}
.quote-heading{
    font-family: 'Droid Sans',sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    line-height: 30px;
    margin: 10px 0 0 0px;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;
}
/* Customer Testimonials End*/
.contact-july-bg {
    background-image: url(images/independence-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 89px;
    background-color:#0b3064;
}

.july-bg {

}

.contact-july-col-left {
    margin-left: 144px;
    margin-top: 82px;
}

/* New contact july cForm */

#contact-july-cForm  {
    background-color: none;;
    float: left;
    min-height: 505px;
    width: 660px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 17px;
    margin-top: 92px;
    opacity: 0.5;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#contact-july-cForm form {padding: 10px; padding-top: 124px;}
#contact-july-cForm fieldset {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0;
    width: 308px;
    float:left;
    margin: 0 5px 0 5px;
    margin-bottom: -5px;
    display: inline !important;
}
#contact-july-cForm legend {
    float: left;
    height: 50px;
    width: 310px;
    margin: 0px;
    padding: 0px;
}

#contact-july-cForm .inputField {
    float: left;
    width: 290px;
    height: 25px;
    margin: 0;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
    border: 1px solid #cecece;
    border-bottom-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#b4b6b8;

}

#contact-july-cForm .inputField:focus {

    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color:#333;


}
#contact-july-cForm textarea {
    float: left;
    width: 630px;
    min-height: 95px;
    margin: 0;
    padding: 4px 9px;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0px 1px 1px #cecece;
    border: 1px solid #cecece;
    border-bottom-color: #fff;
    border-radius: 4px;
    color:#b4b6b8;
    margin: 5px 0 0 5px;
}

#contact-july-cForm textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color:#333;

}

#contact-july-cForm .cHeading {
    font-family: 'Droid Sans',sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #1D5287;
    text-decoration: none;
    line-height: 30px;
    margin: 10px 0 0 15px;
    padding: 0;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;

}
#contact-july-cForm .cHeadingSub {
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: left;
    line-height: 17px;
    padding: 0;
    margin: 10px 0 0 18px;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;

}
#contact-july-cForm .qFix {
    float: left;
    height: 35px;
    clear: both;
    width: 280px;
}

.contact-july-thanks {
    width: 638px;
    height: 400px;
    padding: 18px 0 0 35px;
}

.julyWrapper {
	width: 695px;
	background-image: url(images/signup-form-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 597px;
	margin: 20px auto 0;
	position:absolute;
	display:block;
	position: relative;
    display: block;
    overflow: hidden;

}
	
	.contactWrapper { width:100%; overflow: hidden; position:relative; float:left;}

/* home page updates */
#showHideDiv {
    background-image: url(images/sub-bg.jpg);
    background-repeat: repeat;
    float: left;
    width: 100%;
    min-height: 220px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(199, 199, 199);
    min-width:1035px;

}
.textLeft { font-size: 14px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left!important;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-shadow: 0 1px 0 white;
    word-spacing: 2px;}

.textLeft .homeHeading1 { padding-bottom:0px!important;}

#contentWapperRW { border:none!important; background-color:none!important; float:none!important; text-align:justify!important; }

.newFix {margin-top: -10px!important; margin-bottom:35px!important;}