﻿#top-nav
{
    border-bottom: 1px solid #e1e6dd;
    background: #fff;
    -webkit-transform: translateZ(0);
}
#top-nav.navbar
{
    margin-bottom: 0;
}
#top-nav.navbar .nav
{
    margin: 8px 0;
}
#top-nav.navbar .nav>li>a
{
    padding: 6px 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
#top-nav.navbar .nav>li>a.download
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#top-nav.navbar .nav>li>a.download-on
{
    background-color: #ff8a3c;
    color: #fff;
}
#top-nav.navbar .nav>li>a.download-on:hover
{
    color: #fff;
    background-color: #ff7920;
}
.btn-navbar span.icon-bar
{
    margin-top: 0;
}
#header
{
    background: #f1f1f1;
    padding: 100px 0 100px;
}
#header h1
{
    color: #7fc242;
    margin-bottom: 10px;
    margin-top: 40px;
}
#header h3
{
    margin-bottom: 30px;
    width: 400px;
}
#header .btn-success
{
    padding: 15px 30px;
    margin-bottom: 5px;
}
#header .logo
{
    display: block;
    margin-top: 60px;
    float: right;
}
img.arrow-down
{
    margin: 0 auto;
    display: block;
}
pre.pre-show
{
    margin: 40px 0;
}
.tab-content pre.pre-show
{
    margin: 0 0 0 0;
}
.nav-tabs
{
    margin-top: 20px;
    margin-bottom: 0;
}
.tab-content
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.table th, .table td
{
    padding: 8px 12px;
}
#footer
{
    padding: 20px 0;
    background: #f3f3f3;
    text-align: center;
}
.twitter-share-button
{
    top: 4px;
    position: relative;
}
#owl-example .item
{
    padding: 30px 0;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-example .item img
{
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
}
#owl-example .item h3
{
    font-size: 28px;
    font-weight: 300;
    margin: 25px 0 0;
}
#owl-example .item h4
{
    margin: 5px 0 0;
    font-size: 18px;
}
.item h1
{
    margin: inherit;
}
.orange
{
    background: #ff8a3c;
}
.darkCyan
{
    background: #42bdc2;
}
.forestGreen
{
    background: #7fc242;
}
.yellow
{
    background: #ffd800;
}
.dodgerBlue
{
    background: #388bd1;
}
.skyBlue
{
    background: #a1def8;
}
.zombieGreen
{
    background: #3fbf79;
}
.violet
{
    background: #db6ac5;
}
.yellowLight
{
    background: #fee664;
}
.steelGray
{
    background: #cad3d0;
}
#example-info h1, #more h1
{
    margin-top: 40px;
}
.demos-row
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.demo-page
{
    margin-top: 0;
    margin-bottom: 100px;
}
.demo-box
{
    display: block;
    background: #f3f3f3;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.demo-box h3
{
    padding-bottom: 20px;
    margin: 0;
    color: #869690;
}
.demo-box:hover
{
    text-decoration: none;
}
.demo-wrapper
{
    padding: 30px 0 20px 0;
    padding-left: 30px;
    padding-right: 30px;
}
.demo-slide
{
    float: left;
}
.demo-slide .bg
{
    background: #aebab6;
    margin-right: 1px;
    height: 100%;
}
.demo-box:hover .demo-slide .bg
{
    background: #7fc242;
}
.demo-images .demo-slide
{
    height: 40px;
    width: 33.3333333%;
}
.demo-full
{
    padding-left: 0;
    padding-right: 0;
}
.demo-full .demo-slide
{
    height: 40px;
    width: 25%;
}
.demo-custom .demo-slide
{
    height: 40px;
    width: 10%;
}
.demo-one .demo-slide
{
    height: 40px;
    width: 100%;
}
.demo-Json .demo-slide
{
    height: 40px;
    width: 20%;
}
.demo-Json-custom .demo-slide
{
    height: 40px;
    width: 33.3333333%;
}
.demo-lazy .demo-slide
{
    height: 40px;
    width: 33.3333333%;
}
.demo-lazy .demo-slide .bg
{
    background: url('/img/AjaxLoader.gif') no-repeat center center #aebab6;
}
.demo-height .demo-slide
{
    height: 40px;
    width: 100%;
}
#changelog
{
    margin-bottom: 40px;
}
#changelog .label
{
    margin-bottom: 10px;
}
#changelog .log
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6dd;
}
#faq dt
{
    line-height: 26px;
}
#faq dd
{
    line-height: 22px;
    margin-bottom: 20px;
}
@media(max-width: 979px)
{
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner
    {
        padding: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom
    {
        position: fixed;
    }
}
@media(max-width: 768px)
{
    .navbar.navbar-fixed-top
    {
        position: absolute;
    }
    .btn.btn-navbar
    {
        margin: 9px 20px 9px 8px;
        padding: 10px 10px;
    }
    .nav-collapse .nav>li
    {
        border-top: 1px solid #e1e6dd;
        text-align: center;
    }
    #header .logo
    {
        margin-top: 40px;
        margin: 20px auto 0;
        float: none;
        height: 150px;
    }
    #header
    {
        text-align: center;
        padding: 60px 0 30px;
    }
    #header h1
    {
        margin: 10px 0;
    }
    #header h3
    {
        margin-bottom: 10px;
        width: auto;
        padding: 0 20px;
    }
    h1
    {
        font-size: 38px;
        margin: 20px 0;
    }
    h2
    {
        font-size: 24px;
    }
    h3
    {
        font-size: 20px;
    }
    h4
    {
        font-size: 16px;
    }
    h5
    {
        font-size: 13px;
    }
    h6
    {
        font-size: 12px;
    }
}
@media(max-width: 480px)
{
    .navbar-fixed-top, .navbar-fixed-bottom
    {
        position: static;
    }
    #header
    {
        text-align: center;
        padding: 20px 0 20px;
    }
    #header .logo
    {
        margin-top: 0;
    }
}
@media(max-width: 767px)
{
    .hp-table table, .hp-table thead, .hp-table .hp-table tbody, .hp-table th, .hp-table td, .hp-table tr
    {
        display: block;
    }
    .hp-table thead tr
    {
        display: none;
    }
    .hp-table tr
    {
        border: 0 solid #ccc;
        margin-bottom: 10px;
    }
    .hp-table td:before
    {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .hp-table td:nth-of-type(2):before
    {
        content: "Default:";
        font-weight: bold;
    }
    .hp-table td:nth-of-type(3):before
    {
        content: "Type:";
        font-weight: bold;
    }
    .hp-table td:nth-of-type(4):before
    {
        content: "Description:";
        font-weight: bold;
    }
}
.white-paper
{
    background: #013e60!important;
    margin-left: 15px;
}
.white-paper img
{
    background: #0181c8!important;
}
.white-paper:hover
{
    background: #0d5278!important;
}
.How_We_Are_sec .sub_head
{
    margin-bottom: -20px;
}
.w_content_img_style_1
{
    top: 145px;
    bottom: auto;
    height: 290px;
    object-fit: cover;
}
.o_soft_bg .o_img
{
    left: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.o_tech.o_mobile_sec
{
    padding-top: 50px;
}
.o_tech_right .o_img
{
    left: 0;
}
section
{
    padding: 60px 0;
}
.o_img
{
    height: 100%;
}
@media screen and (max-width: 1199px)
{
    .w_content_img_style_1
    {
        top: 160px;
    }
}
@media screen and (max-width: 991px)
{
    .w_content_img_style_1
    {
        position: initial;
        width: 100%;
    }
    .w_two_sec .w_heading
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .banner h1
    {
        font-size: 18px;
    }
    .model_box strong
    {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .model_box strong:after
    {
        top: auto;
        right: auto;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 3px;
    }
    .banner .item_caption-5
    {
        background: #00035c;
    }
    .Experience p
    {
        text-align: initial;
    }
}