
html
{
    font-size: 10px;
}

@media only screen and (max-width:1024px)
{
    html
    {
        font-size: 9.375px;
    }
}

@media only screen and (max-width:768px)
{
    html
    {
        font-size: 10px;
    }
}

@media only screen and (max-width:400px)
{
    html
    {
        font-size: 9.375px;
    }
}

html, body
{
    height: 100%;
}

body
{
    background: #0F1215;
    font-family: 'Ubuntu', serif;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #737373;
}

a, a:visited
{
    color: #0087cc;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus
    {
        color: #0087cc;
    }

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06, 
{
    color: #252525;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.1rem;
}
h11
{
    color: #FFFFFF;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.1rem;
	font-size: 6.1rem;
    line-height: 1.35;
    letter-spacing: -.1rem;
}


h3, .h03, h4, .h04
{
    margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06
{
    margin-bottom: 1.2rem;
}

h1, .h01
{
    font-size: 3.1rem;
    line-height: 1.35;
    letter-spacing: -.1rem;
}

@media only screen and (max-width:600px)
{
    h1, .h01
    {
        font-size: 2.6rem;
        letter-spacing: -.07rem;
    }
}

h2, .h02
{
    font-size: 2.4rem;
    line-height: 1.25;
}

h3, .h03
{
    font-size: 2rem;
    line-height: 1.5;
}

h4, .h04
{
    font-size: 1.7rem;
    line-height: 1.76;
}

h5, .h05
{
    font-size: 1.4rem;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: .15rem;
}

h6, .h06
{
    font-size: 1.3rem;
    line-height: 1.85;
    text-transform: uppercase;
    letter-spacing: .15rem;
}

p img
{
    margin: 0;
}

p.lead
{
    font-size: 1.8rem;
    line-height: 1.8;
    color: #737373;
}

@media only screen and (max-width:768px)
{
    p.lead
    {
        font-size: 1.7rem;
    }
}

em, i, strong, b
{
    font-size: 1.6rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: normal;
}

ol
{
    list-style: decimal;
}

ul
{
    list-style: disc;
}

li
{
    display: list-item;
}

ol, ul
{
    margin-left: 1.7rem;
}

    ul li
    {
        padding-left: .4rem;
    }

    ul ul, ul ol, ol ol, ol ul
    {
        margin: .6rem 0 .6rem 1.7rem;
    }

    ul.disc li
    {
        display: list-item;
        list-style: none;
        padding: 0 0 0 .8rem;
        position: relative;
    }

        ul.disc li::before
        {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #38a6f5;
            position: absolute;
            left: -17px;
            top: 11px;
            vertical-align: middle;
        }

dt
{
    margin: 0;
    color: #38a6f5;
}

dd
{
    margin: 0 0 0 2rem;
}


p,
ul,
ol,
dl,
form
{
    margin-bottom: 3rem;
}

.body_box
{
    padding: 0 20px;
}

@media only screen and (max-width:1024px)
{
    .body_box
    {
        padding: 0 18px;
    }
}

@media only screen and (max-width:768px)
{
    .body_box
    {
        padding: 0 15px;
    }
}

@media only screen and (max-width:600px)
{
    .body_box
    {
        padding: 0 10px;
    }
}

@media only screen and (max-width:400px)
{
    .body_box
    {
        padding: 0;
    }
}

@-webkit-keyframes sk-scaleout
{
    0%
    {
        -webkit-transform: scale(0);
    }

    100%
    {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout
{
    0%
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.morehome
{
    color: #fff !important;
    border: 2px solid #fff;
    padding: 15px 30px;
    margin-top: 20px;
    display: inline-block;
}

    .morehome:hover
    {
        color: #0087cc !important;
        border: 2px solid #0087cc;
    }

.indroduction_section
{
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.2rem;
    position: relative;
}

    .indroduction_section h1
    {
        font-size: 4.8rem;
        color: #252525;
        line-height: 1.25;
        margin-bottom: 1.2rem;
    }

    .indroduction_section h5
    {
        color: rgba(56, 66, 78, 0.5);
        font-size: 1.6rem;
        line-height: 1.875;
        margin-bottom: 0.3rem;
        letter-spacing: .4rem;
    }

    .indroduction_section .lead
    {
        color: rgba(0, 0, 0, 0.45);
    }

    .indroduction_section .each_section_header
    {
        position: relative;
        overflow: hidden;
    }

        .indroduction_section .each_section_header::after
        {
            display: block;
            background-color: #38a6f5;
            width: 120px;
            height: 3px;
            content: '\0020';
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -60px;
        }

@media only screen and (max-width:600px)
{
    section .h01
    {
        font-size: 2.5rem;
    }
}


@media only screen and (max-width:768px)
{
    .indroduction_section
    {
        max-width: 650px;
    }

        .indroduction_section h1
        {
            font-size: 4.2rem;
        }
}

@media only screen and (max-width:600px)
{
    .indroduction_section h1
    {
        font-size: 3.8rem;
    }

    .indroduction_section h5
    {
        font-size: 1.5rem;
        letter-spacing: .3rem;
    }
}

@media only screen and (max-width:400px)
{
    .indroduction_section h1
    {
        font-size: 3.6rem;
    }
}



header
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 600;
    background: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    header .row
    {
        width: auto;
        height: 66px;
        position: relative;
    }

    header .logo
    {
        margin-top: 2px;
        z-index: 600;
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        header .logo a
        {
            display: block;
            margin: 0;
            padding: 0;
            border: none;
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            /*width: 298px;
            height: 50px;*/
            background: url("../images/logo.png") no-repeat center;
            /*background-size: 298px 50px;*/
            width: 360px;
            height: 60px;
            background-size: 360px 60px;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }



@media only screen and (max-width:550px)
{
    header .logo a
    {
        width: 238px !important;
        height: 40px !important;
        background-size: 238px 40px !important;
        margin-top:0px !important;
    }
}


@media only screen and (max-width:400px)
{
    header .logo a
    {
        width: 218px !important;
        height: 37px !important;
        background-size: 238px 40px !important;
        margin-top:0px !important;
    }
}

.sticky
{
    position: fixed;
    background: #14171c;
    top: 0;
}

    .sticky .logo a
    {
        width: 357px;
        height: 60px;
        background-size: 357px 60px;
        margin-top: -12px;
    }



.sticky1
{
    position: fixed;
    background: #14171c;
    top: 0;
}

    .sticky1 .logo a
    {
        width: 357px;
        height: 60px;
        background-size: 357px 60px;
        margin-top: -12px;
    }

@media only screen and (max-width:768px)
{
    header
    {
        top: 0;
        padding: 6px 0;
    }
}


#main_navigation_wraper, .main_navigation
{
    margin: 0;
    padding: 0;
}

a.toggle_menu
{
    display: none;
}

#main_navigation_wraper
{
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    right: 30px;
}

.main_navigation
{
    min-height: 66px;
    display: inline-block;
    width: auto;
    text-align: left;
}

    .main_navigation li
    {
        position: relative;
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        height: 66px;
    }

        .main_navigation li.current a
        {
            color: #FFFFFF;
        }

            .main_navigation li.current a::after
            {
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 80%;
                height: 3px;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background-color: #38a6f5;
                content: '\0020';
                display: block;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .main_navigation li.highlight a
        {
            color: #38a6f5;
        }

        .main_navigation li.with-sep a
        {
            position: relative;
            padding-left: 22px;
            margin-left: 8px;
        }

            .main_navigation li.with-sep a::before
            {
                position: absolute;
                left: 0;
                top: 50%;
                width: 1px;
                height: 20px;
                margin-top: -10px;
                background-color: rgba(255, 255, 255, 0.2);
                content: '\0020';
                display: block;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .main_navigation li a
        {
            display: block;
            padding: 18px 7px;
            line-height: 30px;
            text-decoration: none;
            text-align: left;
            color: #98999a;
            position: relative;
            -moz-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            -webkit-transition: color 0.3s ease-in-out;
            -ms-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

            .main_navigation li a:active
            {
                background-color: transparent !important;
            }

            .main_navigation li a:hover
            {
                color: #FFFFFF;
            }


@media only screen and (max-width:768px)
{
    #main_navigation_wraper
    {
        display: block;
        width: 100%;
        position: absolute;
        top: 69px;
        right: 0;
    }

    a.toggle_menu
    {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -20px;
    }

        a.toggle_menu span
        {
            display: block;
            width: 24px;
            height: 3px;
            margin-top: -1.5px;
            position: absolute;
            right: 8px;
            top: 50%;
            bottom: auto;
            left: auto;
            background-color: white;
            -moz-transition: background 0.2s ease-in-out;
            -o-transition: background 0.2s ease-in-out;
            -webkit-transition: background 0.2s ease-in-out;
            -ms-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
        }

            a.toggle_menu span::before, a.toggle_menu span::after
            {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                background-color: inherit;
                left: 0;
                -moz-transition-duration: 0.2s, 0.2s;
                -o-transition-duration: 0.2s, 0.2s;
                -webkit-transition-duration: 0.2s, 0.2s;
                -ms-transition-duration: 0.2s, 0.2s;
                transition-duration: 0.2s, 0.2s;
                -moz-transition-delay: 0.2s, 0s;
                -o-transition-delay: 0.2s, 0s;
                -webkit-transition-delay: 0.2s, 0s;
                -ms-transition-delay: 0.2s, 0s;
                transition-delay: 0.2s, 0s;
            }

            a.toggle_menu span::before
            {
                top: -8px;
                -moz-transition-property: top, transform;
                -o-transition-property: top, transform;
                -webkit-transition-property: top, transform;
                -ms-transition-property: top, transform;
                transition-property: top, transform;
            }

            a.toggle_menu span::after
            {
                bottom: -8px;
                -moz-transition-property: bottom, transform;
                -o-transition-property: bottom, transform;
                -webkit-transition-property: bottom, transform;
                -ms-transition-property: bottom, transform;
                transition-property: bottom, transform;
            }

    .toggle_menu.is-clicked span
    {
        background-color: rgba(255, 255, 255, 0);
    }

        .toggle_menu.is-clicked span::before, .toggle_menu.is-clicked span::after
        {
            background-color: white;
            -moz-transition-delay: 0s, 0.2s;
            -o-transition-delay: 0s, 0.2s;
            -webkit-transition-delay: 0s, 0.2s;
            -ms-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
        }

        .toggle_menu.is-clicked span::before
        {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .toggle_menu.is-clicked span::after
        {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .main_navigation
    {
        background: #14171c;
        padding: 48px 42px 54px 42px;
        margin: 0;
        width: 100%;
        height: auto;
        clear: both;
        display: none;
    }

        .main_navigation > li
        {
            display: block;
            height: auto;
            text-align: left;
            border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
            padding: 0;
        }

            .main_navigation > li:first-child
            {
                border-top: 1px dotted rgba(200, 200, 200, 0.08);
            }

        .main_navigation li a
        {
            display: block;
            color: #e6e6e6;
            width: auto;
            padding: 18px 0;
            line-height: 16px;
            border: none;
        }

            .main_navigation li a:hover
            {
                color: #0087cc;
            }

        .main_navigation li.with-sep a
        {
            padding-left: 0;
            margin-left: 0;
        }

            .main_navigation li.with-sep a::before
            {
                display: none;
            }

        .main_navigation li.current > a
        {
            background: none;
            color: #0087cc;
        }

            .main_navigation li.current > a:after
            {
                display: none;
            }
}


@media only screen and (min-width:769px)
{
    #main_navigation_wraper ul.main_navigation
    {
        display: block !important;
    }
}



#intro
{
    background: #14181E url(../images/intro-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 720px;
    display: table;
    position: relative;
}

.home_content
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(-1.2rem);
    -ms-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
}

    .home_content h1
    {
        color: #FFFFFF;
        font-size: 5.4rem;
        line-height: 1.334;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .home_content h5
    {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.8rem;
        line-height: 1.667;
        margin-bottom: 0.6rem;
        text-transform: uppercase;
        letter-spacing: .25rem;
    }


@media only screen and (max-width:1024px)
{
    .home_content
    {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .home_content h1
        {
            font-size: 4.8rem;
            max-width: 700px;
        }

        .home_content h5
        {
            font-size: 1.6rem;
        }
}

@media only screen and (max-width:768px)
{
    #intro
    {
        min-height: 660px;
    }

    .home_content h1
    {
        font-size: 4.2rem;
        max-width: 550px;
    }

    .home_content h5
    {
        font-size: 1.5rem;
        letter-spacing: .15rem;
    }
}

@media only screen and (max-width:600px)
{
    #intro
    {
        min-height: 600px;
    }

    .home_content h1
    {
        font-size: 3.8rem;
        margin-bottom: .9rem;
    }

    .home_content h5
    {
        font-size: 1.4rem;
        letter-spacing: .15rem;
    }
}

@media only screen and (max-width:400px)
{
    #intro
    {
        min-height: 550px;
    }

    .home_content h1
    {
        font-size: 3.4rem;
    }

    .home_content h5
    {
        font-size: 1.4rem;
        letter-spacing: .15rem;
    }
}


#whatwedo
{
    background: #FFFFFF;
    padding-top: 12rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

.whatwedo_content
{
    position: relative;
    text-align: center;
}

    .whatwedo_content .right_side,
    .whatwedo_content .left_side,
    .whatwedo_content .image_part
    {
        width: 50%;
        font-size: 15px;
        line-height: 27px;
    }

    .whatwedo_content .right_side, .whatwedo_content .left_side
    {
        padding: 0 6% 24px;
        /*position: absolute;*/
        /*top: 0;*/
    }

    .whatwedo_content .right_side
    {
        float: right;
    }

    .whatwedo_content .left_side
    {
        float: left;
    }

    .whatwedo_content .image_part
    {
        margin: 40px auto;
        height: 420px;
        /*background-image: url("../images/mpos.png");*/
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }

    .whatwedo_content .item[data-number]::before
    {
        background: #38424e;
        color: #FFFFFF;
        content: attr(data-number);
        display: inline-block;
        font-size: 18px;
        height: 42px;
        width: 42px;
        line-height: 42px;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 1.5rem;
    }

    .whatwedo_content h5
    {
        color: #38a6f5;
        font-size: 1.6rem;
        line-height: 1.875;
        letter-spacing: .2rem;
        margin-bottom: .3rem;
    }

/*.whatwedo_content .item
    {
        height:310px;
    }*/

@media only screen and (max-width:1024px)
{
    .whatwedo_content .right_side, .whatwedo_content .left_side
    {
        padding: 0 3% 24px;
        width: 35%;
    }

    .whatwedo_content .image_part
    {
        height: 600px;
        width: 30%;
    }
}

@media only screen and (max-width:768px)
{
    /*#whatwedo
    {
        padding-bottom: 27rem;
    }*/

    .whatwedo_content .right_side, .whatwedo_content .left_side
    {
        position: static;
        width: 100%;
        /*max-width: 480px;*/
        font-size: 1.6rem;
        line-height: 3rem;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }

    .whatwedo_content .image_part
    {
        width: 300px;
        position: absolute;
        bottom: -630px;
        left: 50%;
        margin-left: -150px;
    }
}

@media only screen and (max-width:400px)
{
    #whatwedo
    {
        padding-bottom: 21rem;
    }

    .whatwedo_content .image_part
    {
        width: 230px;
        bottom: -540px;
        margin-left: -115px;
    }
}


#product
{
    background: #d8d8d8 url(../images/product-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: #000000;
}

    #product .indroduction_section h1
    {
        color: #000000;
    }

    #product .indroduction_section h5
    {
        color: rgba(0, 0, 0, 0.5);
    }

    #product .indroduction_section p
    {
        color: rgba(0, 0, 0, 0.7);
    }

.product_content
{
    max-width: 1200px;
}

.product_list
{
    margin-top: 1.2rem;
    text-align: center;
}

    .product_list .product
    {
        margin-bottom: 1.2rem;
        padding: 0 32px;
    }

    .product_list .icon
    {
        display: inline-block;
        margin-bottom: 2.1rem;
    }

        .product_list .icon i
        {
            font-size: 4.8rem;
        }

    .product_list .h05
    {
        font-size: 3rem;
        line-height: 1.765;
        color: #000000;
        margin-bottom: 1.8rem;
    }


.product_content_header
{
    background-color: rgba(255,255,255,0.4);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .product_content_header .header
    {
        padding: 20px;
        background-color: rgba(255,255,255,0.7);
        text-align: center;
    }

    .product_content_header .contentpro
    {
        padding: 0 20px;
    }


@media only screen and (max-width:768px)
{
    .product_content
    {
        max-width: 600px;
    }

    .product_list .product
    {
        padding: 0 15px;
    }
}

@media only screen and (max-width:600px)
{
    .product_list .product
    {
        padding: 0 10px;
    }
}

@media only screen and (max-width:400px)
{
    .product_list .product
    {
        padding: 0;
    }
}


#randd
{
    background: #EAEAED;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

.randd_content
{
    margin-top: 6.6rem;
    max-width: 1280px;
}

    .randd_content .body_box
    {
        margin-bottom: 3.6rem;
    }

    .randd_content .randd_item
    {
        background-color: #FFFFFF;
        /*border-radius: 5px;*/
        overflow: hidden;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .randd_content .randd_item .randd_item_top,
        .randd_content .randd_item .randd_item_bottom
        {
            padding: 3.9rem 1.5rem;
        }

        .randd_content .randd_item .randd_item_top
        {
            background: #38a6f5;
            color: #FFFFFF;
            padding-bottom: 2.4rem;
            position: relative;
        }

        .randd_content .randd_item .randd_item_bottom
        {
            padding-top: 2.4rem;
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .randd_content .randd_item .randd_item_title
        {
            color: #FFFFFF;
            margin-bottom: 1.2rem;
            font-size: 2.4rem;
            position: relative;
        }



@media only screen and (max-width:1140px)
{
    .randd_content
    {
        max-width: 800px;
    }

        .randd_content .body_box
        {
            width: 50%;
            clear: none;
        }

            .randd_content .body_box:nth-child(2n+1)
            {
                clear: both;
            }


    .product_content
    {
        max-width: 800px;
    }

        .product_content .body_box
        {
            width: 50%;
            clear: none;
        }

            .product_content .body_box:nth-child(2n+1)
            {
                clear: both;
            }
}

@media only screen and (max-width:600px)
{
    .randd_content
    {
        max-width: 420px;
    }

        .randd_content .body_box
        {
            width: 100% !important;
            float: none !important;
            clear: both !important;
            margin-left: 0;
            margin-right: 0;
        }

    /*.product_content
    {
        max-width: 420px;
    }*/

    .product_content .body_box
    {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
    }
}


#contact
{
    background: #FFF;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.contact_content
{
    margin-top: 5.4rem;
    max-width: 1020px;
}

    .contact_content .body_box
    {
        padding: 0 30px;
    }


@media only screen and (max-width:768px)
{
    .contact_content
    {
        max-width: 650px;
    }
}

@media only screen and (max-width:480px)
{
    .contact_content .body_box
    {
        padding: 0 20px;
    }
}

@media only screen and (max-width:400px)
{
    .contact_content .body_box
    {
        padding: 0;
    }
}

.support_sw_imgs div
{
    width: 33.33%;
    height: auto;
    float: left;
}

.support_sw_imgs img
{
    width: 90%;
    margin: auto;
}



@media only screen and (max-width:480px)
{
    .support_sw_imgs div
    {
        width: 100%;
        height: auto;
        float: left;
    }
}

footer
{
    padding-top: 60px;
    padding-bottom: 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

    footer .content
    {
        margin-bottom: 12px;
    }

    footer a,
    footer a:visited
    {
        color: #ffffff;
        opacity: 0.4;
    }




    /*footer a:hover,
footer a:focus {
	color: #fdc501;
}*/

    footer hr
    {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 400px;
        width: 80%;
        border-top: 1px solid rgba(150, 150, 150, 0.1);
        opacity: 0.4;
    }

    footer .address
    {
        width: 90%;
        max-width: 600px;
        margin: 42px auto 36px;
        text-align: center;
        clear: both;
    }

    /*footer .footer-logo {
	width: 100px;
	height: 23px;
	background: url("../images/logoW@2x.png") no-repeat center;
	background-size: 100px 23px;
	margin: 0 auto 21px;
	display: block;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: 0.1;
	zoom: 1;
}*/

    footer .copyright
    {
        clear: both;
        margin: 15px 0;
        padding: 24px 18px 6px 18px;
        font-size: 14px;
        letter-spacing: .5px;
        text-align: center;
    }

        footer .copyright li
        {
            display: inline-block;
            padding: 0 5px;
        }

    footer .social_links
    {
        margin: 30px auto 30px auto;
        padding: 0;
        text-align: center;
        height: 32px;
    }

        footer .social_links li
        {
            display: inline-block;
            margin: 0 16px;
            padding: 0;
        }

            footer .social_links li a
            {
                opacity: 0.3;
            }

                footer .social_links li a:hover
                {
                    opacity: 1;
                }

                footer .social_links li a.fb
                {
                    background: url(../images/fb.png) no-repeat center;
                    background-size: 32px 32px;
                    width: 32px;
                    height: 32px;
                    display: inline-block;
                }

                footer .social_links li a.yt
                {
                    background: url(../images/yt.png) no-repeat center;
                    background-size: 32px 32px;
                    width: 32px;
                    height: 32px;
                    display: inline-block;
                }

                footer .social_links li a.tw
                {
                    background: url(../images/tw.png) no-repeat center;
                    background-size: 32px 32px;
                    width: 32px;
                    height: 32px;
                    display: inline-block;
                }


#gototop
{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
    display: none;
}

    #gototop a
    {
        text-decoration: none;
        border: 0 none;
        display: block;
        height: 60px;
        width: 60px;
        line-height: 66px;
        text-align: center;
        background-color: transparent;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0.5;
    }

.clear
{
    clear: both;
}

.lkbtn
{
    padding: 10px 20px;
    display: inline-block;
    border: solid 2px #2f516d;
    color: #2f516d;
    margin: 10px;
}

    .lkbtn:hover
    {
        border: solid 2px #8b9bad;
        color: #8b9bad;
    }

.marginb_40
{
    margin-bottom: 40px;
}

#bannerimg
{
    background: #14181E url(../images/fx300b.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 720px;
    display: table;
    position: relative;
}


#howitworks .whatwedo_content h5
{
    color: #283c4b;
}

#howitworks
{
    background: #FFFFFF;
    padding-top: 12rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

#Hardwarespecs
{
    background: #f2f2f2;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#Softwarespecs
{
    background: #e0e0e0;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#Billingspecs
{
    background: #ffffff;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#applcation
{
    background: #f2f2f2;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#ProductGallary
{
    background: #e0e0e0;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#SupportSW
{
    background: #ffffff;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#faqproduct
{
    background: #f2f2f2;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#helpProduct
{
    background: #e0e0e0;
    padding-top: 12rem;
    padding-bottom: 5rem;
}

#productbd .indroduction_section .each_section_header::after
{
    height: 0;
}

#productbd .randd_content .randd_item .randd_item_top
{
    background: #839aad;
}

#productbd .each_section_header ul
{
    text-align: left;
}

    #productbd .each_section_header ul li
    {
        padding: 10px;
    }
/*@media only screen and (max-width:768px)
{
    #bannerimg
    {
        min-height: 660px;
    }
}

@media only screen and (max-width:600px)
{
    #bannerimg
    {
        min-height: 600px;
    }
}

@media only screen and (max-width:400px)
{
    #bannerimg
    {
        min-height: 550px;
    }
}*/


.proanc
{
    color: inherit !important;
    display: block;
    padding: 10px;
}

    .proanc:hover
    {
        background-color: rgba(102, 155, 167, 0.4);
    }



    
        /* jssor slider loading skin oval css */

        .jssorl-oval img {
            animation-name: jssorl-oval;
            animation-duration: 1.2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-oval {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('../images/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../images/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }