@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800);
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), 
        url('../fonts/proximanova-regular-webfont.woff') format('woff'), 
        url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), 
        url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), 
        url('../fonts/proximanova-bold-webfont.woff') format('woff'), 
        url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), 
        url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/raleway-light.eot');
    src: url('../fonts/raleway-light.eot') format('embedded-opentype'),
        url('../fonts/raleway-light.woff') format('woff'),
        url('../fonts/raleway-light.ttf') format('truetype'),
        url('../fonts/raleway-light.svg#RalewayLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-regular.woff2') format('woff2'),
        url('../fonts/raleway-regular.woff') format('woff'),
        url('../fonts/raleway-regular.ttf') format('truetype'),
        url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    scroll-behavior: smooth;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    margin: 0 auto;
    padding: 0
}
html * {
    outline: none;
}
ol, ul, li {
    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;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
}
a:hover{
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
}
outline {
    border: 0;
}
.lft {
    float: left;
}
.rgt {
    float: right;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.full-background {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url(../images/server-12.jpg);
    height: 762px;
}
.wrapper {
    margin: 0 auto;
    width: 1100px;
}
header {
    width: 100%;
    padding-top: 104px;
    transition: all 500ms ease 0s;
}
.filemaker-menu-icon {
    position: absolute;
    top: 2px;
    left: 122px;
}
.text-filemaker {
    position: relative;
    left: 13px;
}
.lft-menu {
    float: left;
    margin-top: 0;
    /* width: 30%;*/
}
.lft-menu ul {
    display: block;
    margin: 0;
}
.lft-menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.lft-menu ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding:0 24px;
    line-height: 20px;
    text-transform:uppercase;
}
.rght-menu {
    float: right;
    margin-top: 0;
    /* width: 30%;*/
}
.rght-menu ul {
    display: block;
    margin: 0;
}
.rght-menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.rght-menu ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding:0 24px;
    line-height: 20px;
    text-transform:uppercase;
}
.lft-menu ul li a:hover {
    color: #5fb6fe;
    transition: ease 0.8s;
}
.rght-menu ul li a:hover {
    color: #5fb6fe;
    transition: ease 0.8s;
}
.rght-menu img {
    margin: 0 -22px -3px 0;
    padding: 0;
    float: left;
}
.hide-on-desktop{
    display: none !important;
}
.show-on-desktop{
    display: block !important;
}
.slider {
    width: 100%;
    margin: 0;
}
.txt {
    width: 98%;
    margin-top: 147px;
    float: left;
}
.slider h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #fff;
    line-height: 50px;
}
.slider h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size:28px;
    color: #fff;
    line-height:32px;
    padding:0 0 20px;
}
.slider h2 span {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 75px;
    color: #fff;
    line-height: 80px;
}
.side-img {
    float: right;
    display: block;
    margin-top: 124px;
}
.button {
    color: #fff;
    padding: 10px;
    background: #408cca;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    width: 125px;
    display: block;
    text-transform: uppercase;
    line-height: 23px;
}
.button:hover {
    background:(255, 255, 255, 0.9);
    color: #000;
    transition: all 0.8s ease 0s;
}
.button-2:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(93, 166, 248);
    transition: all 0.8s ease 0s;
}
.work:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(93, 166, 248);
    transition: all 0.8s ease 0s;
}
.client-list:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(93, 166, 248);
    transition: all 0.8s ease 0s;
}
section {
    width: 100%;
    margin: 0;
    background: #fff;
    padding-bottom: 50px;
}
.area {
    width: 100%;
    padding-top: 88px;
    text-align: center;
}
.area h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #262b30;
}
.area h2 span {
    color: #408cca;
}
.area p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #5d5d5d;
    line-height: 25px;
}
.para {
    margin-top: 40px;
}
.service {
    width: 100%;
    margin-top: 56px;
}
.service-1 {
    width: 100%;
    margin-top: 60px;
}
.blue-box {
    width: 100%;
    margin: 0 auto;
    background: url(../images/blue-box.png) top center no-repeat;
    height: 134px;
    background-size: cover;
}
.blog-txt {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    line-height: 138px;
    float: left;
}
.button-2 {
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    width: 125px;
    display: block;
    text-transform: uppercase;
    line-height: 23px;
    border: 2px solid #fff;
    float: right;
    margin-top: 43px;
}
.grey-box {
    background: #f1f1f1;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-bottom: 35px;
}
.grey-box h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #262b30;
    text-transform: uppercase;
}
.grey-box p {
    color: #575757;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 42px;
}
.box {
    width: 20%;
    float: left;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 23px;
}
.work {
    color: #2f2f2f;
    padding: 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    width: 197px;
    display: block;
    text-transform: uppercase;
    line-height: 23px;
    border: 1px solid #2f2f2f;
    margin: 43px auto;
}
.client {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: url(../images/cl-bg.png) no-repeat center top;
    height: 758px;
    background-size: cover;
}
.client-sec h2 {
    color: #fff;
}
.client-sec {
    padding-top: 70px;
}
.client-sec p {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
.service ul {
    display: block;
    margin: 0;
    width: 100%;
    text-align:center;
}
.service ul li {
    padding: 10px;
    display:inline-block;
    margin: 0 4px;
    background: #f1f1f1;
    width: 124px;
    min-height: 170px;
    border-radius: 5px;
    -webkit-transition: all 0.6s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s linear;/* Firefox 4-15 */
    -o-transition: all 0.6s linear;/* Opera 10.5-12.00 */
    transition: all 0.6s linear;/* Firefox 16+, Opera 12.50+ */
    vertical-align:top;
}
.service ul li h4 {
    width: 20%;
    display: block;
    margin: 30px auto 0;
    width: 100%;
    line-height: 25px;
}
.service ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #2c2c2c;
    text-transform: uppercase;
}
.service ul li a:hover {
    color: #fff;
}
.service ul li:hover {
    background: #5094cc;
    position: relative;
    top: -5px;
    box-shadow: 0 0 5px rgb(163, 211, 255);
    -webkit-transition: all 0.6s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s linear;/* Firefox 4-15 */
    -o-transition: all 0.6s linear;/* Opera 10.5-12.00 */
    transition: all 0.6s linear;/* Firefox 16+, Opera 12.50+ */
}
.show-lg-only {
    display: block;
}
.show-for-lg-down{
    display: none;
}
.service img {
    display: block;
    margin: 30px auto 0;
}
.service-1 ul {
    display: block;
    margin: 0;
    width: 100%;
    text-align:center;
}
.service-1 ul li {
    border: 2px solid #5a5d60;
    padding: 10px;
    display:inline-block;
    margin: 0 18px 25px 0;
}
.client-list {
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    width: 197px;
    display: block;
    text-transform: uppercase;
    line-height: 23px;
    border: 2px solid #fff;
    margin: 30px auto;
}
h1.logo {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 36px;
    text-align:center;
}
footer {
    font-family: 'Raleway', sans-serif;
    background: #1e2025;
    padding: 104px 0 90px 0;
}
address {
    width: 210px;
}
.form-area {
    width: 728px;
    color: #b6b8bd;
}
address h2 {
    color: #419feb;
    font-size: 25px;
    line-height: 32px;
}
address p {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}
address h3 {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 28px;
}
address h3 a{
    color:#fff;
    margin-left:7px;
    white-space:nowrap;
}
.lft img {
    vertical-align: middle;
}
.form-area h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
}
.form-area span {
    margin-bottom: 12px;
    display: block;
    margin-top: 12px;
}
.form-area input[type="text"], .form-area input[type="tel"], .form-area input[type="email"] {
    width: 100%;
    line-height: 52px;
    height: 52px;
    text-indent: 5px;
    background: #303238;
    border-radius: 3px;
    border: none;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom:20px;
    font-size:16px;
}
.form-area textarea {
    color: #fff;
    font-size:16px;
}
.form-area input[type="text"]:focus, .form-area input[type="tel"]:focus, .form-area input[type="email"]:focus, .form-area textarea:focus {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px rgb(255, 255, 255);
}
.form-area textarea {
    width: 100%;
    background: #303238;
    border-radius: 3px;
    border: none;
    min-height: 165px;
    resize: none;
}
.form-area input[type="submit"] {
    background: #408cca;
    border: none;
    width:240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 20px;
    margin-right:4px;
    cursor: pointer;
    float:right;
}
.form-area input[type="submit"]:hover {
    background: #77c2ff;
    color: #303238;
}
.low-foot {
    line-height: 110px;
    text-align: center;
    background: #15161a;
    border-top: 1px solid #4d5057;
}
.wrapper > img {
    vertical-align: middle;
}
#cdawrap {
    display: none;
}
.ext-fixed {
    display: none;
}
.sticky .ext-fixed {
    display: block;
}
.main-fix {
    display: inline-block;
}
.sticky .main-fix {
    display: none;
}
.sticky {
    border-top: 0 none;
    box-shadow: 0 0 4px rgb(204, 204, 204);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(255,255,255,.95);
    transition: all 500ms;
}
.sticky .lft-menu ul li a, .sticky .rght-menu ul li a {
    color: rgb(0, 0, 0);
    transition: all 500ms;
}
.sticky .lft-menu a {
    padding: 0 24px;
}
.sticky .lft-menu {
    margin-top: -26px;
}
.sticky .rght-menu a {
    padding: 0 24px;
}
.sticky .rght-menu {
    position: relative;
    top: -26px;
}
header.sticky {
    padding-top: 55px;
    width: 100%;
}
.sticky .logo {
    width: 59px;
    transition: all 500ms;
    top: 8px;
}
.service li:hover a {
    color: rgb(255, 255, 255);
}
.service li:nth-child(6) h4 {
    /*margin-top: 42px;*/
}
.service li:nth-child(7) h4 {
    margin-top: 42px;
}
.service ul li img {
    transition: all 1s ease 0s;
}
.service ul li:hover img {
    transform: scale(1.2);
}
.service .box:hover img {
    transform: rotate(360deg);
    transition: all 500ms ease 0s;
}
.service-1 li:hover {
    border-color: rgb(118, 184, 240);
    transition: all 500ms ease 0s;
}
.description {
    float: left;
    width: 50%;
}
.last-banner {
    width: 100%;
    text-align: center;
    margin-top: 58px;
}
.button {
    color: #fff;
    padding: 10px;
    background: #408cca;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: normal;
    font-style:normal;
    border-radius: 5px;
    width: 125px;
    display: block;
    text-transform: uppercase;
    line-height: 23px;
    margin: 0 10px;
    float: left;
}
.button-ser2 {
    width:auto !important;
}
.cf-icon-dis {
    width: 25px;
    top: 3px;
    left: -1px;
    position: relative;
}
.cf-icon {
    width: 25px;
    top: 8px;
    left: -5px;
    position: relative;
}
.home-slide-btn {
    color: #fff;
    padding: 10px;
    background: #408cca;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    border-radius: 5px;    
    text-transform: uppercase;
    line-height: 20px;
    width: 235px;
    border: 2px solid #408cca;
    margin: 0 4px;
}
.home-slide-contact {
    display: inline-block;
    width:177px;
    line-height: 17px;
}
.button-ser {
    color: #fff;
    padding: 10px;
    background: #408cca;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-weight: normal;
    font-style:normal;
    border-radius: 5px;
    display:inline-block;
    text-transform: uppercase;
    line-height:20px;
    width:125px;
    border: 2px solid #408cca;
    margin:0 4px;
}
.button-ser:hover {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);/* IE 9 */
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);
}
.button:hover {
    background: none;
    color: #fff;
    transition: all 0.8s ease 0s;
    border: 2px solid #fff;
}
.two-button {
    width: 30%;
    margin: 65px auto
}
.last-banner h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 33px;
    color: #fff;
}
.last-banner h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 90px;
    color: #fff;
    line-height: 96px;
}
.slideshow {
    padding-top: 120px;
}
.tiltview row {
    float: right;
    margin-right: 9px;
    width: 55%;
}
.tiltview.col {
    float: right;
    margin-right: 0;
    width: 47%;
}
.filemaker {
    margin-bottom: 10px;
    float: right;
    margin-right: 9px;
    margin-top: 20px;
    border-radius: 3px;
}

/*SWARUP ============================*/


.responsivemenuicon1{
    color:#fff;
    background:#000;
    padding:2px 6px;
    margin-top:10px;
    display:none !important;
}
.responsivemenuicon2{
    color:#fff;
    background:#000;
    padding:2px 6px;
    margin-top:0;
    display:none !important;
}
@media (max-width: 767px) {
    .lft-menu{
        display:none;
        float:none;
        position:absolute !important;
        z-index:10 !important;
        top:112px;
    }
    .lft-menu.mnu_tog2{
        position:fixed !important;
        z-index:99999 !important;
    }
    .lft-menu.mnu_tog2{
        top:118px;
    }
    .responsivemenuicon1, .responsivemenuicon2{
        display:block !important;
        width:96%;
        float:none;
    }
    .lft-menu ul li{
        float:none;
        display:block;
        margin:0 0 10px 0;
        padding:0;
    }
    .lft-menu ul li a{
        color:#414141;
    }
    .lft-menu, .rght-menu{
        width:98% !important;
        float:none;
    }
    .lft-menu ul{
        padding:10px;
        background:rgba(255,255,255,0.9);
    }
    .rght-menu{
        top:42%;
        position:absolute !important;
    }
    .rght-menu ul li:nth-child(1){
        float:left;
    }
    .rght-menu ul li:nth-child(1){
        float:right;
    }
    header.navigation{
        position:relative;
    }
    h1.logo{
        top:15%;
    }
    .responsivemenuicon1{
        background:#414141;
    }
    header.navigation.scroll_hdr{
        padding:60px 0 4px !important;
    }
}
@media screen and (max-width: 479px) {
    .home-slide-claris {
        line-height: 40px;
    }

}
.navigation.scroll_hdr{
    position:fixed;
    top:-300px;
    left:0;
    width:100%;
    z-index:9999;
    background:rgba(255,255,255,0.9);
    -webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.4s ease;/* Firefox 4-15 */
    -o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
    -khtml-transition: all 0.4s ease;/* Konqueror */
    transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=180, Color=#6d6464)";/*IE 8*/
    -moz-box-shadow: 0px 1px 17px #6d6464;/*FF 3.5+*/
    -webkit-box-shadow: 0px 1px 17px #6d6464;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    -khtml-box-shadow: 0px 1px 17px #6d6464;/*Konqueror*/
    box-shadow: 0px 1px 17px #6d6464;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=180, Color=#6d6464); /*IE 5.5-7*/
}
.navigation.scroll_hdr.fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:rgba(255,255,255,0.9);
    -webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.4s ease;/* Firefox 4-15 */
    -o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
    -khtml-transition: all 0.4s ease;/* Konqueror */
    transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=180, Color=#6d6464)";/*IE 8*/
    -moz-box-shadow: 0px 1px 17px #6d6464;/*FF 3.5+*/
    -webkit-box-shadow: 0px 1px 17px #6d6464;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    -khtml-box-shadow: 0px 1px 17px #6d6464;/*Konqueror*/
    box-shadow: 0px 1px 17px #6d6464;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=180, Color=#6d6464); /*IE 5.5-7*/
}
header.navigation.scroll_hdr{
    padding-top:25px;
    padding-bottom:25px;
}
header.navigation.scroll_hdr h1.logo{
    top:6px;
}
.lft-menu, .rght-menu{
    position:relative;
    z-index:10;
}
.navigation.scroll_hdr.fixed ul li a{
    color:#414141;
}
.parallax{
    /*position:fixed;*/
    /*z-index:2;*/
}
.tatal_con{
    position:relative;
    z-index:12;
}
.fl_bg_up.inner_pg, .inner_pg .full-background{
    height:500px !important;
}
.banner_inner {
    margin: 0 auto;
    text-align: center;
    padding:120px 0 0;
}
.banner_inner h2 {
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 90px;
}
.banner_inner p {
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.work_inner{
    padding:90px 0;
    border-bottom:1px solid #cdcdcd;
}
.work_inner .lft, .work_inner .rgt{
    width:45%;
}
.tatal_con{
    background:#fff;
}
.work_inner h2{
    color: #262b30;
    font-family: "Raleway",sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 88px;
}
.work_inner p{
    color: #5d5d5d;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.work_inner span{
    display:block;
}
.work_inner span > img{
    width:100%;
}

/**********************Filemaker Start******************************/
.filemaker_box{
    padding:10px 0;
    /*border-bottom:1px solid #cdcdcd;*/
}
.filemaker_box .lft, .filemaker_box .rgt{
    width:45%;
}
.tatal_con{
    background:#fff;
}
.filemaker_box h2{
    color: #262b30;
    font-family: "Raleway",sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 88px;
}
.filemaker_box p{
    color: #5d5d5d;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.filemaker_box span{
    display:block;
}
.filemaker_box span > img{
    width:100%;
}
.fl_bg_up.inner_pg3{
    height:150px !important;
}
.service_sec{
    padding:60px 0;
}
.left{
    float:left;
}
.right{
    float:right;
}
.spacer{
    clear:both;
    line-height:0;
    font-size:0;
}


.tabs ul{
    margin: 0;
    list-style: none;
    width: 100%;
    text-align:left;
    padding:0 0 50px;
}

.tabs ul li {
    display:inline-block;
    vertical-align:top;
    margin: 0;
    padding:0 0 34px 0;
    font-size:18px;
    line-height:22px;
    background-color:rgba(0,0,0,0);
    color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
    font-family: 'RalewayLight';
    font-weight:normal;
    font-style:normal;
}
.tabs > ul li a{
    display:block;
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    padding:16px 20px;
    font-size:18px;
    line-height:22px;
    background-color: #1e2025;
    color: #fff;
    cursor: pointer;
}
.tabs ul li a:hover{
    background-color: #408cca;
}
.tabs ul li.ui-tabs-active a{
    background-color:rgba(0,0,0,0);
}

.tab_last {}

.tabs ul li:hover {
    background-color:rgba(0,0,0,0);
    color: #fff;
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
}

.tabs ul li.ui-tabs-active {
    background-color:rgba(0,0,0,0);
    color: #fff;
    display:inline-block;
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
    background-image:url(../images/service_tab_active.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    padding:0 0 34px 0;
}
.tabs ul li.ui-tabs-active:hover{
    background-color:rgba(0,0,0,0);
}

.tab_container {
    border-top: none;
    width: 100%;
    background: #fff;
}

.tab_content {
    padding:0;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width:767px) {
    #ui-accordion-1-panel-0, #ui-accordion-1-panel-1, #ui-accordion-1-panel-2, #ui-accordion-1-panel-3, #ui-accordion-1-panel-4{
        height:auto !important;
    }
    .ui-accordion-content{
        padding-top:20px;
    }

    .ui-tabs-anchor{
        background-color: #1e2025;
        border-top: 1px solid #333;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: "ralewayregular";
        font-style: normal;
        font-weight: normal;
        margin: 0;
        padding:10px 0 16px;
        text-align:center;
        -webkit-transition:none;
        -moz-transition:none;
        -o-transition:none;
        transition:none;
    }
    .ui-accordion-header-active a{
        background:url(../images/service_tab_active.png) no-repeat center bottom;
        background-size:101% 100%;
        padding:10px 0 20px;
        -webkit-transition:none;
        -moz-transition:none;
        -o-transition:none;
        transition:none;
    }
}


.service_sec h2{
    color:#262b30;
    font-family: 'RalewayLight';
    font-weight:normal;
    font-style:normal;
    font-size:60px;
    line-height:64px;
    margin:0;
    padding:0 0 40px;
}
.srv h3{
    color:#4a4a4a;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    font-size:36px;
    line-height:40px;
    margin:0;
    padding:0 0 16px;
}
.srv p{
    color:#575757;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0 0 20px;
}
.srv_inner_top{
    padding:20px 0;
    margin:0 0 40px;
}
.srv_inner_top .left, .srv_inner_top .right{
    width:46%;
}
.srv_inner_top .left img{
    width:100%;
}
.srv_inner_top .right ul li{
    padding:10px 0 10px 40px;
    background:url(../images/ser_arr.png) no-repeat center left;
    display:block;
}
.srv_inner_top .right ul li a{
    color:#4f4f4f;
    font-size:20px;
    line-height:24px;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    background:none;
    padding:0;
}
.srv_inner_top .right ul{
    margin-bottom:50px;
}
.btn2{
    background:#408cca;
    padding:24px 50px;
    display:inline-block;
    color:#fff;
    font-size:18px;
    line-height:22px;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    text-transform:uppercase;
    border-radius:3px;
    border:2px solid #408cca;
}
.btn2:hover{
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skewX(0deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);/* IE 9 */
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg, 0deg) translate(0px, 0px);
    border-color:#408cca;
    color:#408cca;
    background:#fff;
}
.srv_inner_btm h4{
    color:#fff;
    font-family: 'RalewayLight';
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    line-height:28px;
    padding:10px 10px 10px 60px;
    background:url(../images/srv_btm_inner_arr.png) no-repeat 2% center #15161a;
}
.srv_inner_btm{
    padding:0;
    border:1px solid #d8d8d8;
    border-radius:4px;
}
.srv_inner_btm_inner{
    padding:20px;
}
.srv_inner_btm_inner > .left{
    width:30%;
}
.srv_inner_btm_inner > .left img{
    width:100%;
}
.srv_inner_btm_inner > .right{
    width:64%;
}
.srv_inner_top .left.mob_dev{
    padding:10px;
    border:1px solid #cfcfcf;
}
.srv_inner_top .left.mob_dev img{
    width:100%;
}
.mob_dev_btm .srv_inner_btm_inner > .left{
    width:20%;
}
.mob_dev_btm .srv_inner_btm_inner > .right{
    width:78%;
}
.mob_feat{
    padding:10px 0;
    text-align:center;
    margin:0 0 20px;
}
.mob_feat ul li{
    display:inline-block;
    width:33%;
}
.mob_feat ul li a{
    display:block;
    border:1px solid #cfcfcf;
    border-radius:3px;
    margin:0 2px;
}
.mob_feat ul li a:hover{
    border-color:#408cca;
}
.mob_feat ul li a img{
    width:100%;
}
.ins_app{
    color:#1f69a6;
    font-size:18px;
    line-height:22px;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:italic;
    padding:0 0 22px;
    border-bottom:1px solid #d2d2d2;
}
.ins_app em{
    color:#1f69a6;
    font-style:italic;
}
.chk_ins_inner{
    padding:10px 0;
}
.chk_ins_inner h3{
    color:#555555;
    font-size:20px;
    line-height:24px;
    font-family: 'ralewayregular';
    font-weight:bold;
    font-style:normal;
    padding:0 0 18px;
}
.rvw .nme{
    color:#464646;
    font-size:14px;
    line-height:18px;
    font-family: 'ralewayregular';
    font-weight:bold;
    font-style:normal;
    padding:0 0 14px;
}
.rvw .nme span{
    color:#464646;
    font-size:14px;
    line-height:18px;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    padding:0;
    display:block;
}
.rvw{
    margin-bottom:20px;
}
.rvw .mre{
    text-align:right;
}
.rvw .mre a{
    color:#1f69a6;
    font-size:14px;
    line-height:18px;
    font-family: 'ralewayregular';
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}
.file_mkr_btn{
    padding:20px 0;
    margin-bottom:20px;
}
.file_mkr_btn a{
    display:inline-block;
    border:1px solid #cfcfcf;
    border-radius:3px;
    padding:10px 20px;
    background:#fff;
}
.file_mkr_btn a:hover{
    border-color:#408cca;
}
.srv_inner_btm.mob_dev_btm.file_mkr .srv_inner_btm_inner > .left{
    padding:10px;
    border:1px solid #cfcfcf;
    border-radius:3px;
    width:18%;
}
.file_mkr_slid .owl-buttons{
    display:none;
}
.file_mkr_slid{
    text-align:center;
    padding:50px 0 10px 0;
    width:70%;
    margin:0 auto;
}
.file_mkr_slid .owl-page{
    display:inline-block;
}
.file_mkr_slid .owl-page span{
    background:#b6b6b6;
    height:10px;
    width:10px;
    border-radius:100%;
    margin:0 2px;
    display:inline-block;
}
.file_mkr_slid .owl-wrapper-outer{
    margin-bottom:30px;
}
.file_mkr_slid .owl-page.active span{
    background:#666;
}
.file_mkr_slid .item img{
    width:100%;
}
.about_sec{
    padding:30px 0;
    background:#f1f1f1;
    text-align:center
}
.about_con{
    padding:10px;
    background:#fff;
    display:inline-block;
    width:28%;
    margin:0 10px;
    text-align:left;
    vertical-align:top;
    min-height:568px;
}
.about_con h5{
    font-family: "ralewayregular";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color:#262b30;
    padding:10px 0 5px;
}
.about_con .left h3{
    text-align:left;
}
.about_con .right h3{
    text-align:right;
}
.about_con h3 span{
    background-color: #1e2025;
    color: #fff;
    display: inline-block;
    font-family: "ralewayregular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    padding: 16px 0;
    width:100%;
    text-align:center;
    -webkit-transition: all 0.2s linear;/* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s linear;/* Firefox 4-15 */
    -o-transition: all 0.2s linear;/* Opera 10.5-12.00 */
    transition: all 0.2s linear;/* Firefox 16+, Opera 12.50+ */
}
.about_con .left{
    width:49%;
}
.about_con .right{
    width:49%;
}
.about_con h3{
    padding-bottom:20px;
}
.about_inner{
    padding:0 20px;
}
.about_inner ul li{
    padding:10px;
    color:#262b30; 
    font-family: "ralewayregular";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}
.about_inner ul li:nth-child(2), .about_inner ul li:nth-child(4), .about_inner ul li:nth-child(6), .about_inner ul li:nth-child(8), .about_inner ul li:nth-child(10), .about_inner ul li:nth-child(12), .about_inner ul li:nth-child(14), .about_inner ul li:nth-child(16), .about_inner ul li:nth-child(18), .about_inner ul li:nth-child(20), .about_inner ul li:nth-child(22), .about_inner ul li:nth-child(24), .about_inner ul li:nth-child(26), .about_inner ul li:nth-child(28), .about_inner ul li:nth-child(30), .about_inner ul li:nth-child(32), .about_inner ul li:nth-child(34), .about_inner ul li:nth-child(36), .about_inner ul li:nth-child(38), .about_inner ul li:nth-child(40), .about_inner ul li:nth-child(42), .about_inner ul li:nth-child(44), .about_inner ul li:nth-child(46), .about_inner ul li:nth-child(48), .about_inner ul li:nth-child(50), .about_inner ul li:nth-child(52), .about_inner ul li:nth-child(54), .about_inner ul li:nth-child(56), .about_inner ul li:nth-child(58), .about_inner ul li:nth-child(60){
    background:#f1f1f1 ;
}
.service_sec p{
    color: #5d5d5d;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    padding:0 0 20px;
}
.about_con p{
    color: #5d5d5d;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding:0 0 4px;
}
.cl_list{
    color: #262b30;
    font-family: "RalewayLight";
    font-size:30px;
    font-style: normal;
    font-weight: normal;
    line-height:34px;
    margin: 0;
    padding:40px 0 20px;
}

/*****************************************************14-05-15********************************************/
#errosmsg{
    color:#F00;
    border:2px solid #FF0;
    opacity:0;	
}
#erremailmsg{
    color:#F00;
    border:2px solid #FF0;
    opacity:0;	
}
#errmsgs{
    color:#F00;
    border:2px solid #FF0;
    opacity:0;	
}
#errmsgss {
    color:#F00;
    border:2px solid #FF0;
    opacity:0;	
}
#frame1, #frame0 {
    background-color: #F7F7F7;
    margin: 30px auto auto;
    padding: 10px;
    width: 750px;
    border: 1px solid #EEE;
}
#fade {
    background: none repeat scroll 0 0 #D3DCE3;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
#centerBox {
    background-color: #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    display: none;
    max-height: 480px;
    overflow: auto;
    visibility: hidden;
    width: 710px;
    z-index: 100;
}
.box1 {
    background: none repeat scroll 0 0 #F3F7FD;
    border: 1px solid #D3E1F9;
    font-size: 12px;
    margin-top: 5px;
    padding: 4px;
}
.button1 {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom, #EDEDED 30%, #FFFFFF 83%);
    border-color: #999999;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 25px;
    line-height: 24px;
    margin-right: 2px;
    min-width: 40px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
}
.button1:hover {
    text-decoration: underline;
}
.button1:active, .a:active {
    position: relative;
    top: 1px;
}
.table {
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #E4E4E4;
}
.table td {
    background-color: #F8F8F8;
}
