body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
}


html, body {
    width: 100%;
    overflow-x: hidden;
	color:#232F55
}

h1, h2, h3, h4 {
    font-weight: bold;
    letter-spacing: 2px;
}

.heading {
    font-size: 20px;
}

.subheading {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 60px;
}

.bold {
    font-weight: bold;
}

p {
    line-height: 28px;
    font-size: 15px;
}

a {
    outline: none !important;
	color:#5084F3
}

hr {
    width: 180px;
    border-color: #CCC;
}

.section-title strong {
    color: #28a035;
    font-size: 33px;
}

.section-title h1 {
    font-size: 24px;
}

.section-title {
    padding-bottom: 32px;
}

.medium-icon {
    font-size: 80px !important;
    color: #28a035;
}

#work, #work1, #about, #team,
#portfolio, #pricing, #contact {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-circle.sk-spinner {
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-spinner-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #28a035;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
    background: #2e3350;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #28a035;
  font-weight: 600;
  font-size: 24px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #28a035;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    }
.custom-navbar .nav li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    }
.custom-navbar .nav li a:hover {
    background: transparent;
   color: #eeeeee;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
      color: #28a035;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #28a035;
        border-color: transparent;
    }
@media(min-width:768px){
    .custom-navbar {
            background: #2e3350;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #2e3350;
        }
}



/* ==========================================================================
home section
========================================================================== */
#home {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

#home h1 {
    font-size: 40px;
}

#home h3 {
    font-size: 14px;
}

#home hr {
    width: 240px;
}

#home .btn {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold; 
    font-size: 15px;
    letter-spacing: 2px;
    padding: 12px 42px;
    margin-top: 40px;
    margin-right: 16px;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #28a035;
    border-color: transparent;
}

#home .btn-danger {
    background: #28a035;
    border-color: transparent;
}

#home .btn-danger:hover {
    border: 4px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
}

/* ==========================================================================
productPoint section
========================================================================== */
#productPoint {
    text-align: center;
}

#productPoint .col-md-4 {
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

#productPoint .col-md-4:hover {
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#productPoint h3 {
    font-size: 18px;
    color:#000;
}

/* ==========================================================================
about section
========================================================================== */
#about {
    background: #3B3B3B url(../images/about-img.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

.nav-tabs {
    margin-top: 20px;
    border-bottom: 1px solid #606060;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #28a035;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.tab-content {
    padding-top: 20px;
}

.tab-content a {
    color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
    color: #FF0;
    text-decoration: none;
}

/* ==========================================================================
equipment section
========================================================================== */
#upState {
    text-align: center;
}

#equipment {
    text-align: center;
}

#equipment h3 {
    color: #28a035;
    font-size: 21px;
    font-weight: bold;
}

#equipment .col-md-4 {
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#equipment .col-md-4:hover {
    background-color: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#equipment .team-wrapper {
    overflow: hidden;
    position: relative;
}

#equipment .team-des {
    background-color: rgba(00,00,00,0.6);
    position: absolute;
    color: #ffffff;
    opacity: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#equipment .team-des:hover {
    opacity: 1;
}

#equipment img {
    margin: 0 auto;
}

#equipment .social-icon li a {
    color: #fff;
}

#equipment .social-icon li a:hover {
    color: #28a035;
}
/* ==========================================================================
version section
========================================================================== */


#version {
    text-align: center;
}

#version h3 {
    color: #28a035;
    font-size: 18px;
    font-weight: bold;
}

#version .col-md-4 {
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#version .col-md-4:hover {
    background-color: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#version .team-wrapper {
    overflow: hidden;
    position: relative;
}

#version .team-des {
    background-color: rgba(00,00,00,0.6);
    position: absolute;
    color: #ffffff;
    opacity: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#version .team-des:hover {
    opacity: 1;
}

#version img {
    margin: 0 auto;
}

#version .social-icon li a {
    color: #fff;
}

#version .social-icon li a:hover {
    color: #28a035;
}

/* ==========================================================================
test section
========================================================================== */


#yingjian {
    text-align: center;
}

#yingjian h3 {
    color: #28a035;
    font-size: 18px;
    font-weight: bold;
}

#yingjian .col-md-4 {
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#yingjian .col-md-4:hover {
    background-color: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#yingjian .team-wrapper {
    overflow: hidden;
    position: relative;
}

/* #yingjian .team-des {
    background-color: rgba(00,00,00,0.6);
    position: absolute;
    color: #ffffff;
    opacity: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
} */

#yingjian .team-des:hover {
    opacity: 1;
}

#yingjian img {
    margin: 0 auto;
}

#yingjian .social-icon li a {
    color: #fff;
}

#yingjian .social-icon li a:hover {
    color: #28a035;
}


#test {
    text-align: center;
}

#test h3 {
    color: #28a035;
    font-size: 18px;
    font-weight: bold;
}

#test .col-md-4 {
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#test .col-md-4:hover {
    background-color: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#test .team-wrapper {
    overflow: hidden;
    position: relative;
}

#test .team-des {
    background-color: rgba(00,00,00,0.6);
    position: absolute;
    color: #ffffff;
    opacity: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#test .team-des:hover {
    opacity: 1;
}

#test img {
    margin: 0 auto;
}

#test .social-icon li a {
    color: #fff;
}

#test .social-icon li a:hover {
    color: #28a035;
}
/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
    text-align: center;
}

#portfolio .col-md-4 {
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

#portfolio .col-md-4:hover {
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#portfolio h3 {
    font-size: 18px;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #28a035;
    outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
/* #pricing {
    text-align: center;
}

#pricing h2 {
    font-size: 52px;
}

#pricing h3 {
    font-size: 16px;
}

#pricing .plan {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 32px;
}

#pricing .plan span {
    font-size: 16px;
}

#pricing .plan .plan_title {
    font-weight: 300;
    letter-spacing: 2px;
    padding: 30px;
    margin-bottom: 20px;
}

#pricing .medium-icon {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
    border-radius: 50%;
    font-size: 52px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 32px;
}

#pricing .plan ul {
    padding: 0px;
}

#pricing .plan ul li {
    display: block;
    font-weight: 500;
    padding: 12px 0px;
}

#pricing .plan .btn {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 60px;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
    text-transform: uppercase;
}

#pricing .plan-one .btn {
    background-color: #28a035;
}

#pricing .plan-two .btn {
    background-color: #ffa400;
}

#pricing .plan-three .btn {
    background-color: #009988;
}

#pricing .plan .btn:hover {
    background-color: #3B3B3B;
} */


/* ==========================================================================
contact section
========================================================================== */
#contact {
   text-align: center;
}

#contact h2 {
    padding-bottom: 20px;
}

#contact h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

#contact .medium-icon {
    padding-top: 10px;
    padding-right: 10px;
}

#contact .contact-info div {
    padding-top: 14px;
    padding-bottom: 14px;
}

#contact form {
    padding-top: 60px;
}

#contact .form-control {
    border: 2px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: border-color ease-in-out .15s 
}

#contact input {
    height: 40px;
}

#contact input[type="submit"] {
    background: #28a035;
    border: 3px solid #28a035;
    letter-spacing: 1px;
    margin-top: 18px;
    height: 50px;
    color: #ffffff;
}

#contact input[type="submit"]:hover {
    color: #000000;
}


/* ==========================================================================
footer section
========================================================================== */
footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
	font-size: 16px;
}

footer p {
    padding-top: 20px;
}

.social-icon {
    padding: 0;
    margin: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    padding: 6px;
}

.social-icon li a {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
    color: #808080;
    font-size: 20px;
    width: 56px;
    height: 56px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.social-icon li a:hover {
    color: #28a035;
}


@media screen and (min-width: 992px) {
    @-moz-document url-prefix() {
        #portfolio .col-lg-4,
        #portfolio .col-md-4 {
            width: 33.333%;
        }
    }
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
    #home {
        padding-top: 320px;
        padding-bottom: 320px;
    }

    #home h1 {
        font-size: 22px;
    }

    #home h3 {
        font-size: 20px;
    }
}


 .standard {
            height: 220px;
            border-radius: 10px;
            background: -webkit-linear-gradient(left, #FE4352, #FE6A58);
            /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(right, #FE4352, #FE6A58);
            /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(right, #FE4352, #FE6A58);
            /* Firefox 3.6 - 15 */
            background: linear-gradient(to right, #FE4352, #fe6a58);
            /* 标准的语法 */
            box-shadow: 0 5px 5px rgba(255, 0, 0, 0.3);
        }

        .icon {
            width: 1em;
            height: 1em;
            vertical-align: -0.15em;
            color: #28a035;
            fill: currentColor;
            overflow: hidden;
        }

        .major {
            height: 220px;
            border-radius: 10px;
            background: -webkit-linear-gradient(left, #e1b970, #f2d48a);
            /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(right, #e1b970, #f2d48a);
            /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(right, #e1b970, #f2d48a);
            /* Firefox 3.6 - 15 */
            background: linear-gradient(to right, #e1b970, #f2d48a);
            /* 标准的语法 */
            box-shadow: 0 5px 5px rgba(197, 163, 8, 0.3);
        }

        .chain {
            height: 220px;
            border-radius: 10px;
            background: -webkit-linear-gradient(left, #5c5ae9, #43a8f0);
            /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(right, #5c5ae9, #43a8f0);
            /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(right, #5c5ae9, #43a8f0);
            /* Firefox 3.6 - 15 */
            background: linear-gradient(to right, #5c5ae9, #43a8f0);
            /* 标准的语法 */
            box-shadow: 0 5px 5px rgba(84, 133, 238, 0.3);
        }

        .customized {
            height: 220px;
            border-radius: 10px;
            background: -webkit-linear-gradient(left, #6d57d1, #8a78fc);
            /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(right, #6d57d1, #8a78fc);
            /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(right, #6d57d1, #8a78fc);
            /* Firefox 3.6 - 15 */
            background: linear-gradient(to right, #6d57d1, #8a78fc);
            /* 标准的语法 */
            box-shadow: 0 5px 5px rgba(73, 12, 143, 0.3);
        }

        .title-text {
            color: #fff;
            font-size: 30px;
            text-align: left;
            padding-top: 20px;
            padding-left: 10px;
        }

        .dec-text {
            color: #fff;
            font-size: 18px;
            text-align: left;
            padding-top: 10px;
            padding-left: 10px;
        }

        .price-text {
            color: #fff;
            font-size: 30px;
            text-align: left;
            padding-top: 20px;
            padding-left: 10px;
        }
		
	