body {
    overflow-x: hidden;
    font-size: 13px;
    color: #555555;
}

.logos {
    height: 90px;
    width: 50px !important;
}


.logonam {
    font-size: 49px;
    margin-bottom: 3px;
    margin-left: 265px;
    margin-top: -5px;
    font-weight: 700;
    font-family: Microsoft Yi Baiti !important;
    text-transform: uppercase;
    color: #17b2c2;
}

.logoname {
    font-size: 58px;
    margin-bottom: -17px;
    margin-left: 41px;
}

.ppa {
    margin-top: 50px;
    text-align: justify;
    font-size: 18px !important;
    font-family: calibri;
}

.h2pages {
    font-family: serif;
    color: white;
    margin-top: -389px;
    margin-left: 327px;
    font-size: 42px;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    font-weight: bold;
}

.navbar-right {
    margin-top: 16px;
    float: right !important;
    /*margin-right: -102px;*/
    padding-top: 0px;
    padding-bottom: 23px;
}

.navbar-brand > img {
    display: block;
    margin-left: 140px;
    margin-top: -35px;
    width: 202px;
}

.secondlogo {
    width: 426px !important;
    margin-left: 291px !important;
    margin-top: -51px !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 7px 7px;
}

.glyphicon {
    margin-right: 4px !important;
}

.navbar-default {
    background-color: white;
    border-color: white;
}


    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #0028af;
        background-color: transparent;
    }

        .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #0028af;
        }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #0028af;
        background-color: transparent;
    }

.captionOrange, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

    a.captionOrange:hover {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

.bricon {
    background: url(../img/browser-icons.png);
}


.social {
    height: 31px;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 37px;
}

    .social ul {
        margin: 0;
        padding: 0px;
    }

        .social ul li {
            margin: 0px;
            list-style: none outside none;
            display: inline-block;
        }

    .social i {
        width: 27px;
        height: 27px;
        color: #FFF;
        background-color: transparent;
        font-size: 20px;
        text-align: center;
        padding-top: 8px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
    }

        .social i:hover {
            color: #FFF;
            text-decoration: none;
            transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
        }

    .social .fa-facebook:hover { /* round facebook icon*/
        background: #4060A5;
    }

    .social .fa-google-plus:hover { /* round google plus icon*/
        background: #e64522;
    }

    .social .fa-rss:hover { /* round rss icon*/
        background: #e88845;
    }

    .social .fa-skype:hover {
        background: #00C6FF;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a {
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
    cursor: pointer;
}

.navbar-right .dropdown-menu {
    right: -67px;
    left: auto;
}

h1 {
    text-align: center;
    color: #00a2b3;
    font-size: 42px;
    font-family: Microsoft Yi Baiti;
    margin-bottom: 3%;
    margin-top: 3%;
}

b, strong {
    font-weight: 700;
    color: #0096a5;
}

.iconblink {
    border: 2px solid white;
    background-color: transparent;
    margin-left: 90px;
    width: 75px;
    color: #337ab7;
    border-radius: 100%;
    height: 75px;
}

    .iconblink:hover {
        /*-webkit-transition-property: width, height;
        -webkit-transition-duration: 2s; 
        transition-property: width, height;
        transition-duration: 2s;
        background-color: #337ab7;
        width: 100px;
        height: 100px;
        color: white !important;
        padding: 12px;*/
    }

    .iconblink > a:hover {
        color: white !important;
    }


hr {
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #eee;
    margin-left: 69px;
    margin-right: 69px;
}

span {
    line-height: 20px;
}


p {
    font-size: 13px;
    line-height: 27px;
}

.abouticon {
    border: 2px solid #0096c3;
    background-color: #00a3d4;
    width: 60px;
    border-radius: 100%;
    height: 60px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 10px 0px;
}

    h3 > a {
        text-decoration: none !important;
    }

p > a {
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: rgb(39, 148, 205);
    border-color: rgb(39, 148, 205);
}

.ull {
    font-size: 10px;
    color: white;
    list-style: none;
    padding: 22px;
}

    .ull > li {
        margin-right: 29px;
        float: left;
    }

        .ull > li > a {
            color: #959595;
            text-decoration: none;
        }

            .ull > li > a:hover {
                color: #78b9f7;
            }

input, select, textarea {
    font-family: inherit;
    height: 30px;
    width: 420px;
    font-size: inherit;
}

.productul {
    font-size: 13px;
    color: white;
    list-style: none;
}

    .productul > li {
        display: block;
        float: left;
        margin: 0;
        padding-left: 25px;
    }



        .productul > li > a {
            color: #333;
            text-decoration: none;
        }


.btnn {
    width: 164px;
    background-color: #78b9f7;
    border-color: #78b9f7;
}


    .btnn:hover {
        width: 164px;
        background-color: #444;
        border-color: #444;
    }

h2 > a > strong:hover {
    color: #78b9f7;
}

.btn-primary {
    font-size: 12px;
    color: #fff;
    background-color: rgb(39, 148, 205);
    border-color: rgb(39, 148, 205);
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: rgb(39, 148, 205);
        border-color: rgb(39, 148, 205);
    }

.pppp {
    text-align: center;
    font-size: 13px;
}

.ppp {
    text-align: center;
    margin-top: -27px;
    font-size: 13px;
}


.ppab {
    text-align: justify;
    font-size: 18px !important;
    font-family: calibri;
}

.hhh {
    text-decoration: none;
    color: #555555;
    font-size: 27px;
}

body {
    font-family: Calibri !important;
    font-size: 16px !important;
}

.ph {
    padding-left: 16px;
}






.responsiv_slider {
    display: none;
}

.og-grid li > a, .og-grid li > a img {
    width: 235px !important;
    height: 225px !important;
    margin-bottom: 21px;
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 17px;
}

.navbar {
    margin-bottom: 0px !important;
    border-bottom: 0px solid #00adbd !important;
    padding-top: 8px !important;
    padding-bottom: 0px !important;
    box-shadow: 0px 2px 9px 0px #887e7c;
    height: 90px;
}

.product_img {
    width: 250px;
    height: 227px;
    border: 1px solid;
    padding: 13px;
    -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
    margin: 15px;
}


.filter_btn {
    background: #92c953;
    padding: 7px 16px 7px 16px;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    margin-left: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
    font-size: 13px !important;
    font-family: calibri;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.og-grid li a figure {
    position: absolute;
    background: #333;
    background: rgba(12, 178, 228, 0.39) !important;
    width: 100%;
    height: 100%;
}

.product_img:hover {
    background-color: #FFCCCC;
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.og-expander {
    position: absolute;
    background: #92c953 !important;
    color: #ffffff !important;
}

.og-grid li a figure span {
    color: rgb(255, 255, 255) !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.og-grid li > a {
    border: 1px solid gray !important;
}

.og-pointer {
    border-bottom-color: #0cb2e4 !important;
}

.wagwep-container ul#portfolio-filter a {
    color: #92c953 !important;
    font-size: 15px !important;
    margin: 0 5px 10px 0 !important;
}

.wagwep-container ul#portfolio-filter li.current a {
    color: #fff !important;
}

.wagwep-container ul#portfolio-filter li.current a, ul#portfolio-filter a:hover {
    text-decoration: none;
    background: #78b9f7;
    color: white !important;
}

a {
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.panel-body {
    padding: 0px;
}

.navbar-nav > li > a {
    padding-top: 9px !important;
    padding-bottom: 10px !important;
}


.header_row {
    background-color: #02bcce;
    color: white;
    margin-bottom: 0px;
    border-bottom: 4px solid #00adbd;
    padding-top: 5px;
}

.name_ss {
    padding-top: 20px;
    padding-bottom: 23px;
    border: 2px solid #006e79;
    box-shadow: 2px 0px 0px 0px #eaeaea;
}

.border_row {
    margin-bottom: 30px;
    margin-top: 30px;
}

.padding_top {
    padding-top: 20px;
}

.jssora07l, .jssora07r, .jssora07ldn, .jssora07rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(img/a07.png) no-repeat;
    overflow: hidden;
}

.jssora07l {
    background-position: -5px -35px;
}

.jssora07r {
    background-position: -65px -35px;
}

.jssora07l:hover {
    background-position: -125px -35px;
}

.jssora07r:hover {
    background-position: -185px -35px;
}

.jssora07ldn {
    background-position: -245px -35px;
}

.jssora07rdn {
    background-position: -305px -35px;
}

.jssort04 .w, .jssort04 .pav:hover .w {
    position: absolute;
    width: 60px;
    height: 30px;
    border: #0099FF 1px solid;
}

* html .jssort04 .w {
    width: /**/ 62px;
    height: /**/ 32px;
}

.jssort04 .pdn .w, .jssort04 .pav .w {
    border-style: solid;
}

.jssort04 .c {
    width: 62px;
    height: 32px;
    filter: alpha(opacity=45);
    opacity: .45;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort04 .p:hover .c, .jssort04 .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.jssort04 .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssora07l, .jssora07r, .jssora07ldn, .jssora07rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a07.png) no-repeat;
    overflow: hidden;
}

.jssora07l {
    background-position: -5px -35px;
}

.jssora07r {
    background-position: -65px -35px;
}

.jssora07l:hover {
    background-position: -125px -35px;
}

.jssora07r:hover {
    background-position: -185px -35px;
}

.jssora07ldn {
    background-position: -245px -35px;
}

.jssora07rdn {
    background-position: -305px -35px;
}

.jssort04 .w, .jssort04 .pav:hover .w {
    position: absolute;
    width: 60px;
    height: 30px;
    border: #0099FF 1px solid;
}

* html .jssort04 .w {
    width: /**/ 62px;
    height: /**/ 32px;
}

.jssort04 .pdn .w, .jssort04 .pav .w {
    border-style: solid;
}

.jssort04 .c {
    width: 62px;
    height: 32px;
    filter: alpha(opacity=45);
    opacity: .45;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort04 .p:hover .c, .jssort04 .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.jssort04 .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

h4, .h4 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
    font-family: Microsoft Yi Baiti !important;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 10px 0px;
    font-family: Microsoft Yi Baiti !important;
    text-transform: uppercase;
    color: #17b2c2;
}

h2 {
    color: #006ea2;
    margin-top: 10px;
    text-align: center;
    font-size: 36px;
    font-weight: bolder !important;
    font-family: calibri !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #696969;
    font-size: 17px !important;
    font-family: Microsoft Yi Baiti !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #eaeeff;
    }

.client_ul > li {
    font-size: 19px;
    padding: 7px;
}

.mac_ul > li {
    padding: 6px;
    font-size: 18px;
}

.btn-brand {
    background-color: #1eb0c1;
    border-color: #00abbf;
    color: #fff;
}

.quick-contact {
    padding: 2px 5px 49px 10px;
    margin-top: 15px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 4px 4px 0 0;
    width: 200px;
    z-index: 11;
}

    .quick-contact h4 {
        font-size: 15px;
        color: #121212;
        font-weight: bold;
    }

    .quick-contact ul {
        margin: 0;
        padding: 0;
    }



    .quick-contact button {
        float: right;
        margin-right: 6px;
        margin-top: 4px;
    }

    .quick-contact ul li {
        margin-bottom: 10px;
        list-style: none !important;
    }

        .quick-contact ul li input, .quick-contact ul li textarea {
            padding: 3px 2px;
            border: 1px solid #d9d9d9;
            background: #ffffff;
            font-size: 13px;
            display: block;
            width: 97%;
        }

        .quick-contact ul li textarea {
            resize: none;
        }

        .quick-contact ul li input, .quick-contact ul li textarea {
            padding: 3px 2px;
            border: 1px solid #d9d9d9;
            background: #ffffff;
            font-size: 13px;
            display: block;
            width: 97%;
        }

#sidebar.affix {
    top: 30px;
}


.left-nav {
    padding: 6px;
    margin: 0px 0 0 0;
}

.affix {
    position: fixed;
}

.services_ul {
}

    .services_ul > li {
        margin-left: -13px;
    }


.quick-contact1 {
    padding: 2px 5px 49px 10px;
    margin-top: 15px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 4px 4px 0 0;
    width: 200px;
    z-index: 11;
    display: none;
}

    .quick-contact1 h4 {
        font-size: 15px;
        color: #121212;
        font-weight: bold;
    }

    .quick-contact1 ul {
        margin: 0;
        padding: 0;
    }



    .quick-contact1 button {
        float: right;
        margin-right: 6px;
        margin-top: 4px;
    }

    .quick-contact1 ul li {
        margin-bottom: 10px;
        list-style: none !important;
    }

        .quick-contact1 ul li input, .quick-contact1 ul li textarea {
            padding: 3px 2px;
            border: 1px solid #d9d9d9;
            background: #ffffff;
            font-size: 13px;
            display: block;
            width: 97%;
        }

        .quick-contact1 ul li textarea {
            resize: none;
        }

        .quick-contact1 ul li input, .quick-contact1 ul li textarea {
            padding: 3px 2px;
            border: 1px solid #d9d9d9;
            background: #ffffff;
            font-size: 13px;
            display: block;
            width: 97%;
        }

.service_Name {
    font-size: 18px;
    font-family: calibri;
    font-weight: bold;
    text-align: center;
    color: #006e9d;
    margin-top: 3%;
}


.row_head {
    height: 98px;
    box-shadow: 0px 0px 11px -3px black;
}

.ul_head {
    list-style: none;
    margin-top: 17px;
}

    .ul_head > li {
        font-size: 21px;
    }

@media only screen and (min-device-width:200px) and (max-device-width: 800px) {
    .row_head {
        height: auto !important;
        box-shadow: 0px 0px 11px -3px black;
        padding-bottom: 11px;
    }

    .ul_head > li {
        font-size: 17px;
    }

    #slider2_container {
        display: block !important;
    }

    .accordion {
        display: none !important;
    }
}

#slider2_container {
    display: none;
}

.ul_objective {
}

    .ul_objective > li {
        font-family: calibri;
        font-size: 18px;
        padding: 9px;
        color: #232323;
        margin-top: 13px;
    }
    .padding_28{
        padding: 28px;
    }
    .contact_box{
        border: 1px solid #e6e6e6; padding: 27px; box-shadow: 1px 1px 1px 1px grey;
    }

@media only screen and (min-device-width:200px) and (max-device-width:780px) {
    .navbar-brand > img {
        display: block;
        margin-left: 0px!important;
        margin-top: -25px!important;
        width: 130px!important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    font-weight: bold;
    background: #d4f1ff;
    margin-top: 6%;
}

    .padding_28{
        padding: 0px;
    }

    .contact_box{
       padding: 0px; 
       margin-bottom:20px;
    }
}

