body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

p {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
}

.w3ls-logo .navbar-brand {
    float: left;
    height: inherit;
    padding: 0.6em 2em .4em;
    font-size: 0.9em;
    color: #f44336 !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: inherit;
}

.carousel-caption {
    position: inherit;
    padding: 10em 0 9em !important;
    /*display: none;*/
}

/*#divCarousel .carousel-caption {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0));
}*/

.News .carousel-caption {
    display: block !important;
}
/*-- nav-social-icons --*/
.w3social-icons.w3lsnav-right {
    float: right;
    margin-top: 1.2em;
}

    .w3social-icons.w3lsnav-right ul li a {
        color: #999;
        border: 1px solid;
    }

        .w3social-icons.w3lsnav-right ul li a:hover {
            color: #00BCD4;
        }
/*-- //nav-social-icons --*/
/*-- banner --*/
.carousel .item {
    /*background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/1.jpg) no-repeat top center fixed;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/1.jpg) no-repeat top center fixed;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/1.jpg) no-repeat top center fixed;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/1.jpg) no-repeat top center fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h1.png);
    background-attachment: fixed;
    height: 500px;
}

    .carousel .item.item2 {
        background: url(../images/2.jpg) no-repeat top center fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/h2.png);
        background-attachment: fixed;
    }

    .carousel .item.item3 {
        background: url(../images/3.jpg) no-repeat top center fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/h3.png);
        background-attachment: fixed;
    }

    .carousel .item.item4 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/4.jpg) no-repeat top center fixed;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/4.jpg) no-repeat top center fixed;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/4.jpg) no-repeat top center fixed;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/4.jpg) no-repeat top center fixed;
        background-size: cover;
        background-image: url(../images/h4.png);
        background-attachment: fixed;
    }

    .carousel .item.item5 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/5.jpg) no-repeat top center fixed;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/5.jpg) no-repeat top center fixed;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/5.jpg) no-repeat top center fixed;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/5.jpg) no-repeat top center fixed;
        background-size: cover;
        background-image: url(../images/h5.png);
        background-attachment: fixed;
    }

.navbar {
    min-height: inherit;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.navbar-nav li {
    font-size: 16px !important;
}

.top-w3lnav .navbar-nav > li > a {
    padding: 1.5em 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    /*color:#323232 !important;*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #f44336;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #f44336;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f44336;
}

.carousel-caption h2, .carousel-caption h3 {
    font-size: 3em;
    font-weight: 200;
}

.codes {
    padding: 5em 0;
    background: #fff;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.codes.agileitsbg2 {
    background: #E74C3C;
    background-image: -webkit-linear-gradient(#ff9d2f, #ff6126);
    background-image: -moz-linear-gradient(#ff9d2f, #ff6126);
    background-image: -ms-linear-gradient(#ff9d2f, #ff6126);
    background-image: linear-gradient(#ff9d2f, #ff6126);
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    padding-bottom: 10em;
}

.codes.agileitsbg3 {
    background: #3498DB;
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    padding-bottom: 10em;
}

.codes.agileitsbg4 {
    background: #2ECC71;
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    padding-bottom: 10em;
}

.grid_3.grid_4 {
    border-top: 10px solid #3ACFD5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}
/*-- The Modal--*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 6% auto; /* 15% from the top and centered */
    padding: 0;
    border: none;
    width: 60%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.modal-header .close {
    margin-top: 11px;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* Modal Body */
.modal-body.grid_3 {
    padding: 3em 6em;
}
/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.wthree-modal h3 {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0.5em;
}

.wthree-modal {
    text-align: center;
}

    .wthree-modal img.modal-img1 {
        float: left;
        margin: 0.6em 1.5em 0.8em 0;
    }

img.modal-img2 {
    float: right;
    margin: 0.6em 0 0.5em 1.5em;
}

.modal-body.grid_3 p {
    text-align: left;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}
/*-- //The Modal--*/
/*-- pages --*/
h3.w3ls-hdg {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1em .4em;
    background: #F44336;
    margin-bottom: 1.2em;
}

.grid_3 p {
    color: #999;
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1.8em;
}

.progress-bar {
    box-shadow: none;
    font-size: 11px;
    line-height: 12px;
}

.progress.w3-agileits {
    height: 10px;
}

.grid_3 {
    padding: 3em 2em;
    background: #fff;
}

    .grid_3.grid_4.grid-w3hdngs p {
        color: #c1c1c1;
        letter-spacing: 1px;
    }

h4.w3t-text {
    font-size: 1.8em;
    margin-bottom: .5em;
    font-weight: 300;
    color: #00BCD4;
}

/*-- text styles --*/
.w3ltext-grids {
    margin-top: 1.5em;
}

p.agiletext-style:first-letter {
    font-size: 1.4em;
    margin-right: 3px;
    color: #777;
}

p.agiletext-border {
    border-left: 3px solid #f44336;
    padding-left: 1em;
}
/*-- //text styles --*/
.grid-w3hdngs .table {
    margin: 0;
}

section#tables p {
    margin-top: 1em;
}

.grid-w3hdngs .table > tbody > tr > td {
    padding: 9px;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.table > thead > tr > th {
    border-bottom-color: #ddd;
    color: #009688;
    font-size: 1.1em;
}

.table td, .table > tbody > tr > td {
    color: #999;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.table-hover > tbody > tr:hover {
    background-color: #feeeed;
}
/*-- //table --*/
/*-- tab --*/
.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #009688;
}

    .nav-tabs > li > a {
        color: #999;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 1px solid #009688;
        border-bottom-color: transparent;
        color: #009688;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #009688;
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #009688;
    border-color: #009688;
}

.agileits-tabs p {
    margin: 1em 0;
}
/*-- ScrollSpy --*/
.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 3px;
    background-color: #009688;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #009688;
}

.scrollspy-example {
    position: relative;
    height: 160px;
    margin-top: 10px;
    overflow: auto;
    padding-right: 20px;
}

    .scrollspy-example h4 {
        font-size: 1.5em;
        color: #00BCD4;
        margin-bottom: .5em;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #009688;
}

.navbar-default {
    border-color: #009688;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #009688;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #009688;
}

.nav.nav-tabs, .bs-example {
    margin-top: .5em;
}
/*-- //tab --*/
/*-- form --*/
.input-group {
    margin-bottom: 20px;
}

.form-control1, .form-control_2.input-sm {
    border: 1px solid #607D8B;
    padding: 5px 18px;
    color: #555;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.9em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
    outline: none;
}
/*-- //form --*/
/*-- list --*/
.w3llist-grids li {
    line-height: 2em;
    color: #999;
}

.agileinfo-w3lsrow2 {
    margin-top: 2em;
}

ul.w3list-style {
    padding: 0;
    width: 80%;
}

    ul.w3list-style li {
        display: block;
        padding: 5px 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: -1px;
    }
/*-- //list --*/

/*-- //pages --*/
/*-- buttons --*/
.btn {
    padding: .8em 1.2em;
    border: 0 none;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-right: .5em;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: 0 none;
    }
/*-- STANDARD BUTTONS --*/
.btn-default {
    border: 2px solid #C4C4C4;
    color: #737373;
    padding: .65em 1.5em;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background: #FFFFFF;
        border-color: #949494;
        color: #737373;
    }

.btn-primary {
    background: #2196F3;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        opacity: .8;
        background: #2196f3;
    }

.btn-success {
    background: #4CAF50;
    color: #fff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background: #4CAF50;
        opacity: .8;
    }

.btn-info {
    background: #01cbe4;
    color: #fff;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background: #01cbe4;
        opacity: .8;
    }

.btn-warning {
    background: #ff9800;
    color: #fff;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background: #ff9800;
        opacity: .8;
    }

.btn-danger {
    background: #F44336;
    color: #fff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background: #F44336;
        opacity: .8;
    }
/*-- SHARP BUTTONS --*/
.btn.sharp {
    border-radius: 0;
}
/*-- OUTLINE BUTTONS --*/
.btn.outline {
    background: none;
}

.btn-primary.outline {
    border: 2px solid #2196F3;
    color: #2196F3;
}

    .btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
        color: #33a6cc;
        border-color: #33a6cc;
    }

.btn-success.outline {
    border: 2px solid #4CAF50;
    color: #4CAF50;
}

    .btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
        border-color: #39bf87;
        color: #39bf87;
    }

.btn-info.outline {
    border: 2px solid #31cde8;
    color: #31cde8;
}

    .btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
        border-color: #5fd4e8;
        color: #5fd4e8;
    }

.btn-warning.outline {
    border: 2px solid#ff9800;
    color: #ff9800;
}

    .btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
        border-color: #eba259;
        color: #eba259;
    }

.btn-danger.outline {
    border: 2px solid #F44336;
    color: #F44336;
}

    .btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
        border-color: #f26d6d;
        color: #f26d6d;
    }
/*-- ROUNDED BUTTONS --*/
.btn.round {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}

.btn-lg.round {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

.btn-sm.round {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.btn-xs.round {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*-- RAISED BUTTONS --*/
.btn-primary.raised {
    -webkit-box-shadow: 0 3px 0 0 #007299;
    -moz-box-shadow: 0 3px 0 0 #007299;
    -o-box-shadow: 0 3px 0 0 #007299;
    -ms-box-shadow: 0 3px 0 0 #007299;
    box-shadow: 0 3px 0 0 #007299;
}

    .btn-primary.raised:active, .btn-primary.raised.active {
        box-shadow: none;
        margin-bottom: -3px;
        margin-top: 3px;
    }

.btn-success.raised {
    -webkit-box-shadow: 0 3px 0 0 #008c52;
    -moz-box-shadow: 0 3px 0 0 #008c52;
    box-shadow: 0 3px 0 0 #008c52;
}

    .btn-success.raised:active, .btn-success.raised.active {
        box-shadow: none;
        margin-bottom: -3px;
        margin-top: 3px;
    }

.btn-info.raised {
    -webkit-box-shadow: 0 3px 0 0 #35a2b5;
    -moz-box-shadow: 0 3px 0 0 #35a2b5;
    box-shadow: 0 3px 0 0 #35a2b5;
}

    .btn-info.raised:active, .btn-info.raised.active {
        box-shadow: none;
        margin-bottom: -3px;
        margin-top: 3px;
    }

.btn-warning.raised {
    -webkit-box-shadow: 0 3px 0 0 #b87430;
    -moz-box-shadow: 0 3px 0 0 #b87430;
    box-shadow: 0 3px 0 0 #b87430;
}

    .btn-warning.raised:active, .btn-warning.raised.active {
        box-shadow: none;
        margin-bottom: -3px;
        margin-top: 3px;
    }

.btn-danger.raised {
    -webkit-box-shadow: 0 3px 0 0 #bf4343;
    -moz-box-shadow: 0 3px 0 0 #bf4343;
    box-shadow: 0 3px 0 0 #bf4343;
}

    .btn-danger.raised:active, .btn-danger.raised.active {
        box-shadow: none;
        margin-bottom: -3px;
        margin-top: 3px;
    }

/*-- BUTTON SIZING --*/
.btn-xs, .btn-group-xs > .btn {
    padding: 2px 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 12px;
}

.btn-lg {
    padding: 20px 40px;
    border-radius: 4px;
}

.btn-xs.btn-default, .btn-xs.outline {
    padding: 0px 4px;
}

.btn-sm.btn-default, .btn-sm.outline {
    padding: 6px 10px;
}

.btn-lg.btn-default, .btn-lg.outline {
    padding: 18px 38px;
}
/*-- animated buttons --*/
button.button.btn.btn-primary.w3effct1, .button.btn.btn-primary.w3effct1:hover {
    width: 120px;
    padding: 1em 1em;
    opacity: 1;
}

.button span {
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

    .button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: -6px;
        right: -20px;
        transition: 0.5s;
        font-size: 1.5em;
    }

.button:hover span {
    padding-right: 25px;
}

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }
/*-- animated buttons effect2 --*/
.button.w3effct2 {
    position: relative;
    background-color: #9C27B0;
    border: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    font-size: 1em;
}

    .button.w3effct2:after {
        content: "";
        background: rgba(255, 255, 255, 0.78);
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .button.w3effct2:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

button.button.btn.btn-primary.w3effct1.w3effct1b {
    background: white;
    border: 1px solid #2196f3;
    color: #2196F3;
}
/*-- //animated buttons --*/
/*-- checkbox and radio buttons --*/
.radio label, .checkbox label {
    color: #999;
    padding-left: 5px;
}

.checkbox i, .radio i {
    position: absolute;
    bottom: 1px;
    left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background: #00BCD4;
    border: 1px solid #00BCD4;
}

.checkbox, .radio {
    position: relative;
    font-size: 0.95em;
    font-weight: normal;
    color: #2ccea2;
    padding: 0em 0.5em 0em 2em;
}

    .checkbox input + i:after {
        content: '';
        background: url(../images/tick.png) no-repeat center;
        top: -1px;
        left: -1px;
        width: 18px;
        height: 18px;
        font: normal 12px/16px FontAwesome;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

input[type="checkbox"], input[type="radio"] {
    opacity: 0;
    margin: 0;
    display: none;
}

.checkbox.disabled i, .checkbox.disabled, .radio.disabled {
    cursor: not-allowed;
    z-index: 9;
}

.radio i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio input[type="radio"] + i:after {
    content: '';
    background: #fff;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    border-radius: 50%;
}

.checkbox input:checked + i:after, .radio input[type="radio"]:checked + i:after {
    opacity: 1;
}
/*-- //check box --*/
/*--sign-in-form--*/
.agileinfo-w3lsrow.login-top .w3llist-grids {
    padding: 0 3em;
}

.login-top {
    padding: 1em 0;
    background-color: #fff;
}

    .login-top input[type="text"], .login-top input[type="password"], .login-top input[type="email"] {
        outline: none;
        font-size: 1em;
        color: #999;
        padding: 10px;
        margin: 0;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #D0D0D0;
        -webkit-appearance: none;
        margin-bottom: 1.5em;
    }

        .login-top input[type="text"]:focus, .login-top input[type="password"]:focus, .login-top input[type="email"]:focus {
            border-bottom-style: solid;
        }

        .login-top input[type="text"]:hover, .login-top input[type="password"]:hover, .login-top input[type="email"]:hover {
            border-bottom-color: rgba(132, 141, 215, 0.52);
        }

    .login-top input[type="submit"] {
        font-size: 1em;
        color: #fff;
        background: #00BCD4;
        border: none;
        border-bottom: 3px solid #02a8bd;
        outline: none;
        cursor: pointer;
        padding: .6em;
        -webkit-appearance: none;
        width: 100%;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

        .login-top input[type="submit"]:hover {
            border-color: #009eb3;
            -webkit-box-shadow: 2px 2px 3px #999;
            box-shadow: 2px 2px 3px #999;
            -moz-box-shadow: 2px 2px 3px #999;
        }

    .login-top p {
        font-size: 1.2em;
        color: #000;
        text-align: center;
        margin: 1em 0;
    }

.social-icons ul {
    padding: 0;
}

    .social-icons ul li {
        display: inline-block;
        float: left;
        width: 48%;
    }

        .social-icons ul li:nth-child(2) {
            float: right;
        }

        .social-icons ul li a {
            font-size: 1em;
            text-align: center;
            color: #fff;
            background: #3b5998;
            display: block;
            padding: .5em 0;
            border-bottom: 4px solid #fff;
        }

            .social-icons ul li a:hover {
                border-bottom-color: #223763;
                -webkit-box-shadow: 2px 2px 2px #999;
                box-shadow: 2px 2px 2px #999;
                -moz-box-shadow: 2px 2px 2px #999;
            }

        .social-icons ul li:nth-child(2) a {
            background: #55acee;
        }

            .social-icons ul li:nth-child(2) a:hover {
                border-bottom-color: #2F95E2;
            }

.social-icons span.glyphicon {
    vertical-align: middle;
}
/*-- //sign-in-form --*/
/*-- accordion-panel --*/
.pa_italic i {
    left: -1.5em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1.5em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

    .panel-title a.pa_italic.collapsed {
        background: #fff;
        color: #333;
        -webkit-box-shadow: 0px 1px 1px 1px #ccc;
        -moz-box-shadow: 0px 1px 1px 1px #ccc;
        -o-box-shadow: 0px 1px 1px 1px #ccc;
        -ms-box-shadow: 0px 1px 1px 1px #ccc;
        box-shadow: 0px 1px 1px 1px #ccc;
    }

    .panel-title a {
        background: #00BCD4;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 12px 35px;
    }

.panel-default {
    border-color: #FFF;
    background: #f5f5f5;
}

    .panel-default > .panel-heading {
        color: #212121;
        background-color: #fff;
    }

.panel-body {
    padding: 1.5em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
    border-top-color: transparent;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    -moz-box-shadow: 0px 0px 1px #aaa;
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
/*-- //panel --*/
/*-- skill-bars --*/
.skills {
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
    color: white;
}

.w3llist-grids.w3l-bars p {
    margin: 0.5em 0;
    line-height: inherit;
}

.skill-agilebg {
    width: 100%;
    background-color: #ddd;
}

.html {
    width: 90%;
    background-color: #4CAF50;
}

.css {
    width: 80%;
    background-color: #2196F3;
}

.js {
    width: 65%;
    background-color: #f44336;
}

.php {
    width: 60%;
    background-color: #808080;
}

/*-- //skill-bars --*/

img.img-responsive {
    width: 100%;
    height: 17vh;
}

.column-w3img2 img {
    height: 260px;
}
/*-- contact --*/
.agileits-title {
    text-align: center;
    margin-bottom: 2em;
}

.contact-grid {
    background-color: #ff7629;
    padding: 3em;
}

    .contact-grid h4 {
        font-size: 2em;
        color: #fff;
        margin-bottom: 1em;
        font-weight: 300;
    }

.styled-input.agile-styled-input-top {
    margin-top: 0;
}

.contact input[type="text"], .contact textarea {
    font-size: 1em;
    color: #555;
    padding: 0.8em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    outline: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact textarea {
    min-height: 7em;
    resize: none;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label, .styled-input textarea:focus ~ label, .styled-input textarea:valid ~ label {
    font-size: .9em;
    color: #fff;
    top: -2em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input {
    width: 100%;
    margin: 1.5em 0 1em;
    position: relative;
}

    .styled-input label {
        color: #555;
        padding: 0.5em .9em;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
        font-weight: 400;
        font-size: 1em;
        display: block;
        line-height: 2em;
    }

    .styled-input input ~ span, .styled-input textarea ~ span {
        display: block;
        width: 0;
        height: 2px;
        background: #02bbd2;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.125s;
        -moz-transition: all 0.125s;
        transition: all 0.125s;
    }

    .styled-input textarea ~ span {
        bottom: 5px;
    }

    .styled-input input:focus.styled-input textarea:focus {
        outline: 0;
    }

    .styled-input input:focus ~ span, .styled-input textarea:focus ~ span {
        width: 100%;
        -webkit-transition: all 0.075s;
        -moz-transition: all 0.075s;
        transition: all 0.075s;
    }
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .6em 3.5em;
    font-size: 1em;
    -webkit-appearance: none;
    background: #ff7629;
    border: solid 1px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}

    .contact input[type="submit"]:hover {
        color: #ff7629;
        background: #fff;
    }

.contact ::-webkit-input-placeholder {
    color: #999 !important;
}
/*-- //contact --*/
/*-- address --*/
.address-row {
    margin-top: 3em;
    padding: 0;
}

.contact-w3lsright h6 span {
    color: #00bcd4;
}

.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #525252;
    font-weight: 500;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-top: 3em;
    padding: 0 1em;
    letter-spacing: 1px;
}

.address-row .address-left {
    font-size: 1.2em;
    /*border: 2px solid #afafaf;*/
    /*padding: 1.6em 1em;*/
    color: #afafaf;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.address-row:hover .address-left {
    border-color: #02bbd2;
    color: #02bbd2;
    transform: rotatey(180deg) translate(10px, 0px);
    /*-webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);*/
}

.address-row h5 {
    font-size: 1.4em;
    color: #f55800;
    margin-bottom: .4em;
    font-weight: 400;
}

.address-row p a {
    color: #02bbd2;
}

    .address-row p a:hover {
        color: #999;
    }

.address-right {
    padding-right: 0;
}

.grid_3 .address-right p {
    margin-bottom: 0;
}
/*-- //address --*/
/*-- footer --*/
.footer {
    background: #333;
    padding: 4em 0;
    text-align: center;
}
/*-- social-icons --*/
.w3social-icons ul {
    margin: 0;
    padding: 0;
}

    .w3social-icons ul li {
        display: inline-block;
        margin: 0 0.5em;
    }

        .w3social-icons ul li a {
            color: #fff;
            font-size: 1.1em;
            display: block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0px 0px 1px 1px #fff;
            -moz-box-shadow: 0px 0px 1px 1px #fff;
            box-shadow: 0px 0px 1px 1px #fff;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 2.2em;
        }

            .w3social-icons ul li a.fb:hover {
                color: #3b5998;
                -webkit-box-shadow: 0px 0px 10px 2px #3b5998;
                -moz-box-shadow: 0px 0px 10px 2px #3b5998;
                box-shadow: 0px 0px 10px 2px #3b5998;
            }

            .w3social-icons ul li a.gp:hover {
                color: #d34836;
                -webkit-box-shadow: 0px 0px 10px 2px #d34836;
                -moz-box-shadow: 0px 0px 10px 2px #d34836;
                box-shadow: 0px 0px 10px 2px #d34836;
            }

            .w3social-icons ul li a.twit:hover {
                color: #1da1f2;
                -webkit-box-shadow: 0px 0px 10px 2px #3b5998;
                -moz-box-shadow: 0px 0px 10px 2px #3b5998;
                box-shadow: 0px 0px 10px 2px #1da1f2;
            }

            .w3social-icons ul li a.drbl:hover {
                color: #ea4c89;
                -webkit-box-shadow: 0px 0px 10px 2px #3b5998;
                -moz-box-shadow: 0px 0px 10px 2px #3b5998;
                box-shadow: 0px 0px 10px 2px #ea4c89;
            }

            .w3social-icons ul li a.wechat:hover {
                color: #3cb035;
                -webkit-box-shadow: 0px 0px 10px 2px #3cb035;
                -moz-box-shadow: 0px 0px 10px 2px #3cb035;
                box-shadow: 0px 0px 10px 2px #3cb035;
            }
/*-- //social-icons --*/
.support input[type="email"] {
    width: 70%;
    padding: .7em 1em;
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    border: 1px solid #333;
    outline: none;
    margin: 0;
    -webkit-appearance: none;
    background: #333;
    color: #fff;
}

.support input[type="submit"] {
    background: #02bbd2;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    padding: .8em 1em;
    text-align: center;
    -webkit-appearance: none;
    outline: none;
    width: 29%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .support input[type="submit"]:hover {
        background: linear-gradient(#ff9d2f, #ff6126);
    }

.support {
    background-color: #292929;
    padding: 1.5em;
    width: 55%;
    margin: 1.5em auto 0;
}

.w3copy-agile {
    background: #292929;
    padding: 2em 0;
}

p {
    font-size: 1em;
    line-height: 1.8em;
}

    p.footer-class {
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 300;
    }

        p.footer-class a {
            text-decoration: none;
            color: #02bbd2;
        }

.footer-class a:hover {
    color: #fff;
}
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 2%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/

/*-- responsive-design --*/
@media(max-width:1280px) {
    .modal-body.grid_3 {
        padding: 3em;
    }
}

@media(max-width:1080px) {
    .carousel-caption {
        padding: 20em 0 15em !important;
    }

    .agileits-buttons .w3llist-grids {
        padding: 0;
    }

    .btn {
        padding: .6em 0.8em;
        margin-right: .2em;
    }

    .contact-grid {
        padding: 2em;
    }
}

@media(max-width:991px) {
    .w3ls-logo .navbar-brand {
        padding: 0.6em 0.8em .4em;
    }

    .top-w3lnav .navbar-nav > li > a {
        padding: 1.7em 1em;
    }

    .w3social-icons ul li {
        margin: 0 0.3em;
    }

    .carousel-caption p {
        margin: 1.5em 3em !important;
    }

    .codes {
        padding: 4em 0;
    }

        .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
            padding-bottom: 8em;
        }

    h3.w3ls-hdg {
        font-size: 1.6em;
        letter-spacing: 2px;
        margin-bottom: 1em;
    }

    .w3llist-grids.w3llist-grids-btm2 {
        margin-top: 2.5em;
    }

    .w3llist-grids .panel-group {
        margin-bottom: 10em;
    }

    .w3-agileits.gallery-w3 .column {
        padding: 0 0.5em;
    }

    .w3-agileits.gallery-w3 .agileinfo-w3lsrow2 {
        margin-top: 1em;
    }

    .contact-w3lsright h6 {
        font-size: 1.6em;
        margin-top: 2em;
    }

    .address-row {
        margin-top: 2em;
    }

    .footer {
        padding: 3em 0;
    }

    .support {
        width: 75%;
    }

    .column-w3img2 img {
        height: inherit;
    }
}

@media(max-width:800px) {
    .carousel-caption {
        padding: 17em 0 12em !important;
    }

    h4.w3t-text {
        font-size: 1.6em;
        margin-bottom: .3em;
    }

    .w3llist-grids.w3llist-grids-btm2 {
        margin-top: 2em;
    }

    .modal-content {
        width: 75%;
    }
}

@media(max-width:767px) {
    .navbar-inverse {
        background-color: rgb(255, 255, 255);
        margin: 1.5em 4em 0;
    }

    button.navbar-toggle {
        margin: 1.2em 0;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #f44336;
        background-color: #f44336;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #f44336;
        }

    .top-w3lnav .navbar-nav > li > a {
        padding: 1em;
        text-align: center;
    }

    ul.dropdown-menu {
        text-align: center;
    }

        ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .w3social-icons.w3lsnav-right {
        text-align: center;
        float: none;
        margin: 0em 0 1.2em;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.5em;
    }

    .carousel-caption {
        padding: 17em 0 10em !important;
    }

    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 7em;
    }

    .bs-example-js-navbar-scrollspy ul li {
        display: inline-block;
    }

    .bs-example-js-navbar-scrollspy .navbar-nav {
        margin: 0;
    }

    .grid_3 p.help-block {
        margin-bottom: 0;
    }

    .panel-body {
        padding: 1em;
    }

    .w3llist-grids .panel-group {
        margin-bottom: 9em;
    }
}

@media(max-width:640px) {
    .contact-w3lsright {
        padding: 0;
    }

    .support {
        width: 80%;
        padding: 1.2em;
    }

    .modal-content {
        width: 85%;
    }

    .modal-body.grid_3 {
        padding: 2em;
    }

    ul.w3list-style {
        width: 85%;
    }
}

@media(max-width:600px) {
    .carousel-caption {
        padding: 15em 0 8em !important;
    }

    .w3ltext-grids {
        padding: 0 .5em;
    }

    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 6em;
    }

    .codes {
        padding: 3em 0;
    }

    h3.w3ls-hdg {
        font-size: 1.5em;
    }

    ul {
        padding-left: 1.5em;
    }

    .w3llist-grids {
        padding: 0;
    }

    .agileinfo-w3lsrow2 {
        margin-top: 1.5em;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 2px;
    }

    .panel-title {
        font-size: 1em;
        letter-spacing: 0px;
    }

    .agileits-title {
        margin-bottom: 1em;
    }

    .address-right {
        padding: 0;
    }

    .address-row span.glyphicon {
        font-size: 1em;
        padding: 1.9em 1em;
    }

    .address-left {
        padding: 0;
    }
}

@media(max-width:568px) {
    h4.w3t-text {
        font-size: 1.4em;
    }

    ul.w3list-style {
        width: 90%;
    }

    .address-row {
        float: none;
        width: 75%;
    }

    .address-left {
        text-align: center;
    }

    .w3copy-agile {
        padding: 1.5em 0;
    }
}

@media(max-width:480px) {
    .carousel-caption {
        padding: 12em 0 7em !important;
    }

    .navbar-inverse {
        margin: 1.5em 2em 0;
    }

    div#myModal {
        padding: 0 !important;
    }

    .modal-body.grid_3 {
        padding: 1.5em;
    }

    .modal-content {
        width: 95%;
    }

    .wthree-modal h3 {
        font-size: 1.5em;
    }

    button.navbar-toggle {
        margin: 0.8em 0;
    }

    .w3ls-logo .navbar-brand {
        padding: 0.4em 0 .25em;
    }

    .top-w3lnav .navbar-nav > li > a {
        padding: 0.8em;
        text-align: center;
    }

    .grid_3 {
        padding: 2em 1.5em;
    }

    .w3ltext-grids {
        margin-top: 1em;
    }

    .w3llist-grids.w3llist-grids-btm2 {
        margin-top: 1em;
    }

    .btn {
        font-size: 0.8em;
    }

    .button.w3effct2 {
        font-size: 0.9em;
    }

    .contact-grid {
        padding: 2em;
    }

    .contact-w3lsright h6 {
        font-size: 1.4em;
        margin-top: 1em;
        padding: 0 .5em;
    }

    .address-row {
        width: 90%;
        margin-top: 1.5em;
    }

    .footer {
        padding: 2em 0;
    }

    .support {
        width: 90%;
        padding: 1em;
    }

    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 4em;
    }
}

@media(max-width:414px) {
    .grid_3 p {
        font-size: 0.9em;
    }

    p {
        font-size: 0.9em;
    }

    .w3llist-grids {
        width: 100%;
    }

        .w3llist-grids:nth-child(2) {
            margin-top: 1em;
        }

    .table > thead > tr > th {
        font-size: 1em;
    }

    .btn {
        margin-top: 1em;
    }

    .agileinfo-w3lsrow.login-top .w3llist-grids {
        padding: 0 1.5em;
    }

    .login-top input[type="text"], .login-top input[type="password"], .login-top input[type="email"] {
        font-size: 0.9em;
    }

    .login-top input[type="submit"] {
        font-size: 0.9em;
    }

    .social-icons ul li a {
        font-size: 0.9em;
    }

    h3.w3ls-hdg {
        font-size: 1.3em;
    }

    .agileinfo-w3lsrow.login-top .w3llist-grids:nth-child(2) {
        margin-top: 2.5em;
    }

    .contact-grid h4 {
        font-size: 1.8em;
        margin-bottom: 0.8em;
    }

    .contact input[type="text"], .contact textarea, .styled-input label, .contact input[type="submit"] {
        font-size: 0.9em;
    }

    .contact-w3lsright h6 {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .address-row {
        width: 100%;
    }

    .w3social-icons ul li a {
        font-size: 0.9em;
        width: 30px;
        height: 30px;
        line-height: 2.5em;
    }

    .support input[type="email"] {
        font-size: 0.9em;
    }

    .support input[type="submit"] {
        font-size: 0.9em;
        width: 25%;
    }

    .w3llist-grids .panel-group {
        margin-bottom: 6em;
    }

    .login-top {
        padding: 0;
    }

    .agileinfo-w3lsrow.login-top .w3llist-grids {
        padding: 0 1em;
    }

    .panel-body {
        font-size: 13px;
        padding: 0.5em 1em;
    }

    .skills {
        line-height: 22px;
    }

    .w3-agileits.gallery-w3 .column {
        padding: .5em;
        width: 50%;
    }

    .w3-agileits.gallery-w3 .agileinfo-w3lsrow2 {
        margin-top: 0;
    }
}

@media(max-width:375px) {
    .table > thead > tr > th, .table td, .table > tbody > tr > td {
        font-size: 0.9em;
    }

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        font-size: .9em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 10px;
    }

    .nav > li > a {
        padding: 6px 10px;
    }

    .scrollspy-example h4 {
        font-size: 1.3em;
    }

    .agileinfo-w3lsrow.login-top .w3llist-grids {
        padding: 0 .5em;
    }

    .social-icons ul li a {
        padding: .3em 0;
    }

    .agileinfo-w3lsrow.login-top .w3llist-grids:nth-child(2) {
        margin-top: 2em;
    }

    .collapsed span {
        left: -1em;
    }

    .panel-title a {
        padding: 12px 24px;
    }

    .w3-agileits.gallery-w3 .column {
        padding: 1em 0 0;
        width: 100%;
    }

    h3.w3ls-hdg {
        letter-spacing: 1px;
        padding: 0.5em 1em .3em;
    }

    .agileits-title {
        margin-bottom: 0em;
    }

    .contact-grid {
        padding: 1.5em;
    }

        .contact-grid h4 {
            font-size: 1.5em;
        }

    .contact-w3lsleft {
        padding: 0;
    }

    .address-right {
        padding-left: 1em;
    }

    .support {
        width: 100%;
        padding: 0.5em;
    }

        .support input[type="submit"] {
            width: 28%;
        }

    .footer {
        padding: 1.5em 0;
    }
}

@media(max-width:320px) {
    .navbar-inverse {
        margin: 1em 1em 0;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2em;
    }

    .carousel-caption p {
        margin: 1em 2em !important;
    }

    .carousel-caption {
        padding: 10em 0 5em !important;
    }

    .codes {
        padding: 2em 0;
    }

    .w3ltext-grids {
        width: 100%;
        padding: 0;
    }

    ul.w3list-style {
        width: 100%;
    }
}
/*-- //responsive-design --*/





/*2019-08*/
.headEmpty {
    width: 100%;
    height: 68px;
}

.relative {
    position: relative;
}

.w3social-icons .QR {
    position: absolute;
    right: 0;
    top: 120%;
    display: none;
}

@media (max-width: 480px) {
    .w3social-icons .QR {
        right: -110px;
    }
}

.w3social-icons ul li a.twit:hover + img, .w3social-icons ul li a.wechat:hover + img {
    display: block;
}

.tabContent .imgText {
    text-align: center;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    color: white;
    background: rgba(0,0,0,0.7);
    padding: 3px;
}

    .tabContent .imgText > div {
        display: none;
        word-break: break-all;
    }

.tabContent .column:hover > .imgText {
    background: rgba(0,0,0,0.7);
    height: 100%;
    padding-top: 16%;
    font-size: 1.5em;
}

    .tabContent .column:hover > .imgText > div {
        display: block;
        font-size: 0.6em;
        margin-top: 5px;
    }

.tabContent .column {
    transition: transform 0.3s linear;
}

    .tabContent .column:hover {
        transform: scale(1.15);
    }
/*2019-08*/


/*2019-10*/
.module {
    padding: 50px 0;
    min-width: 1200px;
}

    .module .title {
        font-size: 30px;
        color: #333333;
        border-left: 5px solid #0e3773;
        padding-left: 25px;
        margin: 20px 0;
    }

        .module .title a > i {
            color: #fff;
            background-color: #bbb;
            border-radius: 50%;
            font-size: 20px;
            padding: 6px 7px 7px 6px;
            vertical-align: text-top;
            margin-top: 3px;
            cursor: pointer;
            float: right;
        }

            .module .title a > i:hover {
                background-color: rgb(0, 45, 94);
            }

    .module.Solution .content {
        border: 1px solid #e6e9ed;
    }

    .module .content .C_l, .module .content .C_r {
        display: inline-block;
        vertical-align: top;
    }

    .module .content .C_l {
        width: 270px;
    }

    .module .content .C_r {
        width: calc(100% - 275px);
    }

    .module .content ul {
        padding: 0;
        margin: 0px;
        list-style: none;
    }

    .module.Solution .content .C_l li {
        font-size: 20px;
        font-weight: bold;
        color: #666;
        background-color: #f5f7fa;
        list-style: none;
        height: 89px;
        line-height: 89px;
        text-align: center;
        border: 1px solid #e6e9ed;
        letter-spacing: 2px;
        position: relative;
        cursor: pointer;
    }

        .module.Solution .content .C_l li:hover {
            color: rgb(0, 45, 94);
        }

        .module.Solution .content .C_l li.select {
            color: #fff;
            background-color: rgb(0, 45, 94);
        }

        .module.Solution .content .C_l li > i.arrow {
            position: absolute;
            right: -1px;
            width: 0;
            height: 0;
            border: 7px solid transparent;
            border-right-color: #f5f7fa;
            top: calc(50% - 7px);
            z-index: 999;
        }

        .module.Solution .content .C_l li.select > i.arrow {
            border-right-color: #fff;
        }


    .module .content .C_r_t > img {
        vertical-align: top;
    }

    .module .content .C_r .leftImg {
        width: 467px;
        height: 342px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    .module.Solution .content .C_r .leftImg > img {
        width: 100%;
        height: 100%;
        transition: transform 0.3s linear;
    }

        .module.Solution .content .C_r .leftImg > img:hover {
            transform: scale(1.2) !important;
        }

    .module .content .C_r .rightText {
        display: inline-block;
        width: calc(100% - 472px);
        padding: 0 20px;
    }

    .module .content .cTitle {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 89px;
    }

    .module .content .cC {
        line-height: 2em;
    }

    .module .content .C_r_t {
        position: relative;
    }

    .module .content .C_r .btn {
        position: absolute;
        bottom: 0;
        left: 492px;
        border: 1px solid;
        border-radius: 50px;
        font-size: 16px;
        padding: 0.4em 1.5em;
    }

        .module .content .C_r .btn > i {
            color: #fff;
            background-color: #666;
            border-radius: 50%;
            font-size: 12px;
            padding: 2px 3px 3px 2px;
            vertical-align: text-top;
            margin-left: 5px;
        }

        .module .content .C_r .btn:hover {
            color: rgb(0, 45, 94);
        }

            .module .content .C_r .btn:hover > i {
                background-color: rgb(0, 45, 94);
            }

    .module .content .C_r_b {
        font-size: 16px;
        line-height: 2em;
        padding: 19px 30px;
    }





    .module.News .content .C_l {
        width: 467px;
        height: 342px;
    }

    .module.News .content .C_r {
        width: calc(100% - 502px);
        margin-left: 30px;
    }

        .module.News .content .C_r .leftImg {
            width: 156px;
            height: 104px;
            vertical-align: text-top;
            overflow: hidden;
            display: inline-block;
        }

            .module.News .content .C_r .leftImg > img {
                width: 100%;
                height: 100%;
                transition: transform 0.3s linear;
            }

        .module.News .content .C_r li:hover .leftImg > img {
            transform: scale(1.2) !important;
        }

        .module.News .content .C_r li:hover .cTitle {
            color: red;
        }

        .module.News .content .C_r .rightText {
            width: calc(100% - 165px);
            vertical-align: text-top;
        }

        .module.News .content .C_r .cTitle {
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 18px;
        }

        .module.News .content .C_r .rightText {
            padding: 0 10px;
        }

        .module.News .content .C_r .cC {
            max-height: 56px; /*兼容IE*/
            overflow: hidden; /*兼容IE、webkit*/
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .module.News .content .C_r > ul > li {
            position: relative;
            margin: 15px 0;
            cursor: pointer;
        }

            .module.News .content .C_r > ul > li:first-child, .module.News .content .C_r > ul > li:last-child {
                margin: 0;
            }

    .module.News .C_r .lastRow {
        position: absolute;
        bottom: -5px;
        width: calc(100% - 183px);
    }

        .module.News .C_r .lastRow span:last-child {
            float: right;
        }

            .module.News .C_r .lastRow span:last-child:before {
                content: '';
                display: inline-block;
                width: 18px;
                height: 14px;
                background: url('../images/eye.png');
                background-size: cover;
                margin-right: 2px;
            }



    .module.News .C_l .carousel, #myCarouselNews.carousel {
        width: 100%;
        height: 100%;
    }

    .module.News .C_l .container, #myCarouselNews .container {
        width: auto;
        position: absolute;
        bottom: 0px;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        height: 30px;
        min-width: initial;
    }

    .module.News .C_l .carousel-caption, #myCarouselNews .carousel-caption {
        padding: 0em !important;
        bottom: 5px;
        right: 5%;
        left: 5%;
    }

        .module.News .C_l .carousel-caption > div {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


    .module.News .C_l .carousel-inner, .module.News .C_l .carousel .item, #myCarouselNews .carousel-inner, #myCarouselNews .carousel-inner .item {
        height: 100%;
    }

    .module.News .C_l .carousel-indicators, #myCarouselNews .carousel-indicators {
        bottom: -33px;
    }

        .module.News .C_l .carousel-indicators li, #myCarouselNews .carousel-indicators li {
            background-color: #ddd;
            border-radius: 0;
            height: 7px;
            width: 40px;
        }

        .module.News .C_l .carousel-indicators .active, #myCarouselNews .carousel-indicators .active {
            background-color: #555;
            width: 40px;
            height: 7px;
            margin: 1px;
        }


    .module.News .C_l .carousel .item, .module.News .C_l .item .container {
        background-attachment: scroll;
        transition: all 0.3s linear;
    }

        .module.News .C_l .carousel .item:hover {
            transform: scale(1.2) !important;
        }

    .module.News .C_l .item:hover .container {
        bottom: 30px;
    }



    .module.Case .content li {
        display: inline-block;
        width: calc(25% - 20px);
        margin: 10px;
    }

        .module.Case .content li:nth-child(4n+1) {
            margin-left: 0px;
        }

        .module.Case .content li:nth-child(4n+4) {
            margin-right: 0px;
        }

        .module.Case .content li .cImg {
            /*width:100%;*/
            width: 282px;
            height: 187px;
            overflow: hidden;
        }

            .module.Case .content li .cImg > img {
                width: 100%;
                height: 100%;
                transition: transform 0.3s linear;
            }

                .module.Case .content li .cImg > img:hover {
                    transform: scale(1.2) !important;
                }

        .module.Case .content li .cTitle {
            line-height: 65px;
            overflow: hidden;
            word-break: keep-all;
            text-overflow: ellipsis;
        }

    .module.Case .content .cC, .module.Case .content .cM {
        line-height: 1.8em;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .module.Case .content li .cC {
        margin-top: 12px;
        margin-bottom: 40px;
    }

    .module.Case .content .cM {
        font-style: italic;
    }

    .module.Case .content li .cB {
        color: #054ada;
    }

        .module.Case .content li .cB > span {
            margin-left: 10px;
            /*vertical-align: text-top;*/
            font-size: 15px;
            cursor: pointer;
        }

        .module.Case .content li .cB:hover > span {
            text-decoration: underline;
        }


.footer {
    padding: 1em 0;
}

    .footer ul {
        padding-left: 0;
    }

        .footer ul > li {
            display: inline-block;
            /*width: calc(25% - 120px);
            margin: 0 57px;*/
            width: calc(25% - 25px);
            margin: 0 10px;
            color: #ccc;
            text-align: left;
            vertical-align: text-top;
        }

            .footer ul > li .cTitle {
                font-weight: 700;
                font-size: 15px;
                padding: 15px 0;
                color: #fff;
            }

            .footer ul > li .item {
                line-height: 28px;
                cursor: pointer;
            }

    .footer .Fbottom {
        color: #ccc;
        border-top: 1px solid;
        padding-top: 1em;
    }


/*背景浅灰*/
.footer {
    background: #e2e2e2;
}

    .footer ul > li .cTitle {
        color: #333;
    }

    .footer ul > li, .footer .Fbottom {
        color: #5a5a5a;
    }


.detail.codes {
    padding: 0;
    background-image: url('../images/bg5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-image: url('../images/bg6.jpg');*/
    /*clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 6vw),0% 100%);*/
}

.detail_top {
    position: relative;
    padding: 5em 0;
}

    .detail_top .title {
        font-size: 36px;
        font-weight: 700;
        color: white;
    }

    .detail_top .rb {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-weight: 700;
        color: #35bcf5;
        /*color:#005d8d;*/
    }

        .detail_top .rb .glyphicon:before {
            margin-right: 3px;
            vertical-align: text-bottom;
        }

.detail_Cc {
    margin: 30px auto;
}

    .detail_Cc * {
        font-size: 16px;
        text-indent: 2em;
    }

    .detail_Cc img {
        display: block;
        margin: 1px auto;
    }



.agileinfo-w3lsrow > .part:not(:first-child) {
    margin: 130px 0;
}

.agileinfo-w3lsrow > .part {
    line-height: 1.8em;
}

    .agileinfo-w3lsrow > .part .bs-docs-example > div {
        text-indent: 2em;
    }

.introduce .col-md-5 img {
    border-radius: 15px;
    box-shadow: darkgrey 0px 0px 30px 5px;
}

.culture .col-md-7 .bs-docs-example li {
    display: inline-block;
    width: calc(25% - 5px);
    text-align: center;
}

.culture .bs-docs-example li > img {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    transition: all linear 0.3s;
}

.culture .bs-docs-example li:hover > img {
    transform: scale(1.4);
}

.culture .bs-docs-example li > div {
    font-weight: 500;
    font-size: 1.1em;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 500;
    text-shadow: 8px 7px 5px darkgrey;
}

.culture .bs-docs-example li:hover > div {
    font-weight: 700;
}


.honor .col-md-6 .bs-docs-example li {
    display: inline-block;
    width: calc(33% - 5px);
    text-align: center;
}

.honor .bs-docs-example li > div:first-child {
    color: #f58c3d;
    font-size: 2.5em;
    font-weight: 500;
    margin: 15px 0;
    /*transition:all linear 0.3s;*/
    animation-duration: 0.5s;
    transition-timing-function: ease-out;
    animation-fill-mode: forwards; /*动画完成后停留在最后一帧*/
    animation-play-state: paused;
}

.honor .bs-docs-example li:hover > div:first-child {
    animation-name: text_scale;
    animation-play-state: running;
}

@keyframes text_scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}


.team .col-md-12 .bs-docs-example li {
    display: inline-block;
    width: calc(25% - 5px);
    text-align: center;
}

.team .bs-docs-example li img {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    transition: all linear 0.3s;
}

.team .bs-docs-example li > div:nth-child(1) {
    overflow: hidden;
}

.team .bs-docs-example li > div:nth-child(2) {
    font-weight: 700;
    font-size: 1.3em;
}

.team .bs-docs-example li > div:nth-child(3) {
    color: #00b4ff;
}

.team .bs-docs-example li > div:nth-child(4) {
    padding: 10px 20px;
    color: #999;
    text-align: left;
}

.team .bs-docs-example li:hover img {
    transform: scale(1.2);
}


.parter .col-md-12 .bs-docs-example li {
    display: inline-block;
    width: calc(20% - 5px);
    text-align: center;
}


.parter .bs-docs-example li img {
    /*transition:all linear 0.3s;*/
    animation-duration: 0.5s;
    transition-timing-function: ease-out;
    animation-fill-mode: forwards; /*动画完成后停留在最后一帧*/
    animation-play-state: paused;
    width: 50%;
    padding: 12px 0;
}

.parter .bs-docs-example li:hover img {
    animation-name: img_rotate;
    animation-play-state: running;
}

@keyframes img_rotate1 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes img_rotate {
    0% {
        transform: rotate(0deg);
    }

    12.5% {
        transform: rotate(-35deg);
    }

    25% {
        transform: rotate(0deg);
    }

    37.5% {
        transform: rotate(-35deg);
    }

    50% {
        transform: rotate(0deg);
    }

    72.5% {
        transform: rotate(-20deg);
    }

    75% {
        transform: rotate(0deg);
    }

    87.5% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.agileinfo-w3lsrow > .contact .bs-docs-example > div, .agileinfo-w3lsrow > .culture .bs-docs-example > div {
    text-indent: 0em;
}

.recruit .col-md-7 .bs-docs-example li {
    display: inline-block;
    width: calc(33.3% - 5px);
    text-align: left;
    margin: 10px 0;
    cursor: pointer;
}

.recruit .bs-docs-example li > div {
    transition: all 400ms ease-in-out;
}

.recruit .bs-docs-example li:hover > div {
    transform: translate(-5px, -5px);
    /*text-shadow: 1.5px 1.5px 0 #333, 0px 1.5px 0 #333, -1.5px -1.5px 0 #333, -1.5px -1.5px 0 #333, -1.5px 1.5px 0 #333, 1.5px -1.5px 0 #333, 0.77782px 0.77782px 0 #aaaaaa, 1.55563px 1.55563px 0 #aaaaaa, 2.33345px 2.33345px 0 #aaaaaa, 3.11127px 3.11127px 0 #aaaaaa, 3.88909px 3.88909px 0 #aaaaaa, 4.6669px 4.6669px 0 #aaaaaa, 5.44472px 5.44472px 0 #aaaaaa, 6.22254px 6.22254px 0 #aaaaaa, 7.00036px 7.00036px 0 #aaaaaa, 7.77817px 7.77817px 0 #aaaaaa;*/
    text-shadow: 8px 7px 5px darkgrey;
}

.recruit .bs-docs-example li > div:first-child {
    font-weight: 700;
    font-size: 1.3em;
}

.recruit .bs-docs-example li > div:last-child {
    color: #00b4ff;
    line-height: 1em;
}


.team1 .bs-docs-example li {
    margin: 20px 0px;
    transform: translate(-5px, -5px);
    text-shadow: 8px 7px 5px darkgrey;
}

    .team1 .bs-docs-example li:nth-child(2n+1) {
        text-align: right;
        margin-right: 50%;
    }

    .team1 .bs-docs-example li:nth-child(2n) {
        margin-left: 42%;
    }

    .team1 .bs-docs-example li > div:first-child {
        font-weight: 700;
        font-size: 1.3em;
        color: #517293;
    }

    .team1 .bs-docs-example li > div:last-child {
        color: #00b4ff;
        line-height: 1em;
    }


.module.News .C_r li .do-time-left {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 15px;
    margin-right: 20px;
    text-align: right;
}

    .module.News .C_r li .do-time-left > img {
        width: 36px;
        margin-right: -3px;
    }

    .module.News .C_r li .do-time-left > div:first-of-type {
        line-height: 1em;
        font-size: 3.5em;
        margin-bottom: 5px;
        margin-right: -5px;
        color: #777;
    }

    .module.News .C_r li .do-time-left > div:last-of-type {
        font-size: 1.2em;
    }



.part.Develop > ul > li {
    margin-top: 40px;
    display: inline-block;
    width: calc(25% - 10px);
    text-align: center;
    cursor: pointer;
}

.part.Develop.service > ul > li:hover > span {
    transform: rotate(-45deg) scale(1.4) translate(10px, -10px);
}

    .part.Develop.service > ul > li:hover > span > img {
        transform: rotate(45deg);
    }

.part.Develop.service > ul > li:hover > div {
    font-weight: 700;
}

.part.Develop.service > ul > li:hover li {
    color: #555;
}

.part.Develop > ul > li:nth-child(1):hover > span {
    background-color: #87d8bd;
}

.part.Develop > ul > li:nth-child(2):hover > span {
    background-color: #86c7e4;
}

.part.Develop > ul > li:nth-child(3):hover > span {
    background-color: #58c0fb;
}

.part.Develop > ul > li:nth-child(4):hover > span {
    background-color: #ec5852;
}

.part.Develop.service > ul > li:nth-child(1):hover > div {
    color: #87d8bd;
}

.part.Develop.service > ul > li:nth-child(2):hover > div {
    color: #86c7e4;
}

.part.Develop.service > ul > li:nth-child(3):hover > div {
    color: #58c0fb;
}

.part.Develop.service > ul > li:nth-child(4):hover > div {
    color: #ec5852;
}

.part.Develop > ul > li > span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.part.Develop > ul > li img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

.part.Develop > ul > li > div {
    font-size: 1.15em;
    margin-top: 30px;
    color: #111;
}

.part.Develop > ul > li li {
    color: #999;
    margin: 10px 0;
}



.part.DevOps video {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}

.part.DevOps {
    position: relative;
}

    .part.DevOps > ul > li {
        display: inline-block;
        width: calc(25% - 10px);
        text-align: center;
        color: white;
    }

        .part.DevOps > ul > li > div > div:first-child {
            font-weight: 700;
            font-size: 1.1em;
            margin: 20px 0 7px 0;
        }

.part.process > ul > li {
    display: inline-block;
    width: calc(25% - 10px);
    text-align: center;
    cursor: pointer;
}

    .part.process > ul > li:hover > span {
        transform: rotate(-180deg);
        border: 4px solid #ad5fff;
        border-bottom: 0;
        border-right: 0;
        padding-left: 3%;
        padding-right: 0;
    }

        .part.process > ul > li:hover > span > img {
            transform: rotate(180deg);
        }

.part.process li > span {
    display: block;
    width: 35%;
    margin: auto;
    border-radius: 50%;
    transition: all 0.7s ease-in-out;
    padding-right: 3%;
    border: 4px solid #fff;
    border-top: 0;
    border-left: 0;
}

.part.process li img {
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.part.process li:nth-child(2n) {
    margin-top: 50px;
    vertical-align: top;
}

.part.process li > div:first-of-type {
    font-size: 1.3em;
    margin: 15px 0;
}

.part.process li > div:last-of-type {
    font-size: 1.1em;
}

.red {
    color: rgb(241, 95, 67);
}

.yellow {
    color: rgb(242, 208, 59);
}

.green {
    color: rgb(145, 196, 108);
}

.blue {
    color: rgb(0, 161, 217);
}


.part.reason li {
    margin: 50px 0;
    cursor: pointer;
}

    .part.reason li img {
        width: 72px;
        transition: all 0.3s ease-in-out;
    }

    .part.reason li .text {
        display: inline-block;
        width: calc(100% - 150px);
        margin-left: 70px;
        vertical-align: top;
    }

        .part.reason li .text > div:first-child {
            font-size: 24px;
            margin-bottom: 15px;
            transition: all 0.3s ease-in-out;
        }

    .part.reason li:hover .text > div:first-child {
        color: #f58c3d;
        font-weight: 700;
        transform: translate(-5px, -5px);
        text-shadow: 10px 10px 3px #ddd;
    }

    .part.reason li:hover img {
        transform: translateX(50px);
    }





.part.deploy > ul > li {
    display: inline-block;
    width: calc(33.3% - 70px);
    text-align: center;
    margin: 0 30px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

    .part.deploy > ul > li:hover {
        transform: translate(0px, -10px);
        box-shadow: 0px 5px 16px 0px rgba(30, 39, 48, 0.4);
    }

.bg_yellow {
    background-color: rgb(254, 197, 55);
}

.bg_blue {
    background-color: rgb(10, 152, 205);
}

.bg_black {
    background-color: rgb(23, 50, 76);
}

.part.deploy li > .bg_yellow:first-child, .part.deploy li > .bg_blue:first-child, .part.deploy li > .bg_black:first-child {
    height: 120px;
    border-radius: 50px 50px 0 0;
}

.part.deploy li .text {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
    color: white;
    text-align: left;
}

.part.deploy li img {
    width: 60px;
    margin-top: 18px;
}

.part.deploy li .text > div:first-child {
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
}

.part.deploy li > .bg_yellow:last-child, .part.deploy li > .bg_blue:last-child, .part.deploy li > .bg_black:last-child {
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    width: 150px;
    margin: 25px auto;
    cursor: pointer;
}

.part.deploy li > div:nth-child(2) > div {
    margin: 35px 0;
}





#ImgTabs {
    padding: 0px;
    box-shadow: 0px 8px 25px 0px rgba(30, 39, 48, 0.6);
    border-radius: 25px;
    position: fixed;
    top: 6%;
    right: 15px;
    height: 87%;
    overflow: auto;
    z-index:99999;
    
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

/* Chrome Safari */
#ImgTabs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

    #ImgTabs li {
        padding: 15px 11px;
        list-style: none;
        cursor: pointer;
        width: 83px;
        height: 78px;
        overflow: hidden;
        text-align: center;
        background-color: #fff;
        display: table;
    }

        #ImgTabs li:first-child {
            border-radius: 25px 25px 0 0;
            position:fixed;
        }

        #ImgTabs li:last-child {
            border-radius: 0 0 25px 25px;
        }

        #ImgTabs li:hover, #ImgTabs li.active {
            background-color: #005d8d;
        }

            #ImgTabs li:hover img {
                display: none;
            }

        #ImgTabs li img {
            width: 48px;
        }

        #ImgTabs li > div {
            display: none;
            text-align: center;
            color: white;
            vertical-align:middle;
            word-break: break-all;
            /*margin-top: 15px;*/
        }

        #ImgTabs li:hover > div {
            display: table-cell;
        }






.part.customer > ul {
    font-size: 0;
    margin-bottom: 50px;
}

    .part.customer > ul > li {
        cursor: pointer;
        display: inline-block;
        vertical-align: text-top;
        text-align: center;
        padding: 25px 10px;
        height: 30vmin;
        width: calc(20% - 0px);
        background-color: white;
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: #ddd;
        transition: all 0.3s ease-in-out;
    }

        .part.customer > ul > li:nth-child(5n+1) {
            border-left: 1px solid #ddd;
        }

        .part.customer > ul > li:nth-child(-n+5) {
            border-top: 1px solid #ddd;
        }

        .part.customer > ul > li:not(:first-child):hover {
            box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.2);
            transform: scale(1.2);
        }

        .part.customer > ul > li:first-child {
            background-image: url('../images/bg6.jpg');
            background-position: 15% 25%;
        }

        .part.customer > ul > li > img {
            width: auto;
            height: 80px;
        }

        .part.customer > ul > li > div:first-of-type {
            font-size: 18px;
            font-weight: 500;
            color: black;
            margin-top: 25px;
        }


        .part.customer > ul > li:first-child *, .part.customer > ul > li:last-child * {
            color: white !important;
            text-align: left;
            font-size: 24px !important;
            font-weight: 700 !important;
            margin-top: 0 !important;
            margin-left: 20px;
        }

        .part.customer > ul > li:first-child > div:nth-of-type(2), .part.customer > ul > li:last-child > div:nth-of-type(2) {
            font-size: 20px !important;
            margin-bottom: 20px;
        }



/*目录样式修改*/


.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu li > a:hover,
    .dropdown-menu li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }


.dropdown-menu {
    min-width: 100%;
    list-style: none;
}

    .dropdown-menu > ul {
        display: inline-block;
        vertical-align: top;
        width: 140px;
        list-style: none;
        padding-left: 0;
    }

    .dropdown-menu .divider {
        height: auto;
        border-top: 1px solid #e5e5e5;
        background-color: white;
    }

    .dropdown-menu ul.divider {
        margin: 9px 0 0 0;
        padding-top: 9px;
    }


#navbar #search {
    display: inline-block;
    float: right;
    margin: 1.35em 0.5em 1.35em 0em;
    padding: 0.2em 1em;
    border: 1px solid #9d9d9d;
    border-radius: 50px;
    color: #9d9d9d;
}

    #navbar #search > input {
        border: 0;
        color: #333;
        outline: none;
        width: 8em;
    }

    #navbar #search:hover .fa-search {
        color: #f44336;
        cursor: pointer;
    }
/*目录样式修改*/

/*2019-11*/


/*2020-03*/
.search_div {
    margin: 30px 0 20px 0;
}

    .search_div > input {
        width: 50%;
        font-size: 18px;
        padding: 8px 45px 8px 15px;
        border: 2px solid #ccd8e3;
        border-radius: 7px;
        vertical-align: middle;
        outline: none;
    }

    .search_div .fa.fa-search {
        font-size: 23px;
        vertical-align: middle;
        margin-left: -30px;
        cursor: pointer;
    }

    .search_div .fa-search:hover {
        color: #f44336;
    }

    .search_div input:hover + .fa-search {
        color: #f44336;
    }

#search_reault .key_text {
    color: red !important;
}

#search_reault .search_item {
    cursor: pointer;
    padding: 10px 5px;
}

    #search_reault .search_item:hover {
        background-color: #e6f2fa;
    }

#search_reault .item_title {
    font-size: 17px;
    color: blue;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#search_reault .item_cc {
    line-height: 1.5em;
    max-height: 4.5em; /*兼容IE*/
    overflow: hidden; /*兼容IE、webkit*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#search_reault .item_url {
    font-size: 12px;
    color: #338200;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*2020-03*/
