body {}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000
}


/*style all*/

.icons {
    background: url(images/icons.png);
    display: block;
}

header .bottom-header .navbar-inverse .navbar-nav>li>a,
header .top-header .socail li a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}


/*Header*/

header .top-header {
    font-size: 11px;
    padding: 10px;
    background: #012d71
}

header .top-header ul {
    margin: 0;
    color: #FFF
}

header .top-header .socail li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #11408b;
    text-align: center;
    color: #FFF;
    line-height: 29px;
    border-radius: 3px;
}

header .top-header .socail li a:hover {
    background: #d7d7d7;
    color: #012c70
}

header .bottom-header {
    background: url(images/bg-header.png) no-repeat;
    height: 140px;
    background-size: cover;
    padding: 10px 0;
    overflow: hidden
}

header .bottom-header .navbar-inverse {
    background: 0;
    border: 0;
    margin: -10px 0 0;
}

header .bottom-header .navbar-inverse .navbar-nav>li>a {
    color: #4d4d4d;
    border-top: 3px solid transparent;
    text-shadow: none;
    padding: 70px 15px;
    font-weight: 700
}

header .bottom-header .navbar-inverse .navbar-nav>li>a:hover {
    background: rgba(255, 255, 255, 0.68);
    color: #003e93
}


/*slides */

.slides {
    border-top: 5px solid #012d71;
    border-bottom: 5px solid #989898;
    height: 412px;
    overflow: hidden;
}

.slides img {
    height: 412px
}


/*Section-02*/

.section-01 {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1
}

.section-01 h2 {
    font-weight: 700;
    font-size: 28px;
    color: #4c4c4c
}

.section-01 p.about {
    color: #928b8b;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 70px;
}

.section-01 .box {
    position: relative
}

.section-01 .left-line:before {
    content: '';
    border-bottom: 1px dashed #dcdcdc;
    height: 1px;
    width: 37%;
    position: absolute;
    left: -15px;
    top: 64px;
    z-index: -1;
}

.section-01 .center-line:before {
    content: '';
    border-bottom: 1px dashed #dcdcdc;
    height: 1px;
    width: 37%;
    position: absolute;
    right: -15px;
    top: 64px;
    z-index: -1;
}

.section-01 .center-line:after {
    content: '';
    border-bottom: 1px dashed #dcdcdc;
    height: 1px;
    width: 37%;
    position: absolute;
    left: -15px;
    top: 64px;
    z-index: -1;
}

.section-01 .right-line:after {
    content: '';
    border-bottom: 1px dashed #dcdcdc;
    height: 1px;
    width: 37%;
    position: absolute;
    right: -15px;
    top: 64px;
    z-index: -1;
}

.section-01 .box .box-icon {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    border: 1px dashed #dcdcdc;
    position: relative;
    margin: auto;
}

.section-01 .box h3 {
    font-weight: 700;
    font-size: 15px;
    margin: 20px 0 15px;
    color: #616161;
}

.section-01 .box p {
    color: #928b8b;
    line-height: 1.9;
    font-size: 13px;
    font-weight: 100
}


/*Section-02*/

.section-02 {
    padding: 20px 0;
    text-align: center
}

.section-02 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #4c4c4c
}

.section-02 span#next {
    left: 0
}

.section-02 span#prev {
    right: 0
}

.section-02 span#next,
.section-02 span#prev {
    position: absolute;
    top: 100px;
    cursor: pointer;
}


/*Section-03*/

.section-03 {
    text-align: center;
    padding: 20px 0;
    background: url(images/bg-01.png)no-repeat;
    height: 737px;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF
}

.section-03 h1 {
    font-weight: 700;
    font-size: 40px;
    margin: 125px 0 35px;
}

.section-03 p.about {
    width: 55%;
    margin: 30px auto 85px;
}

.section-03 .height-box {
    height: 85px;
    display: block
}

.section-03 .box p.num {
    font-size: 22px;
}

.section-03 .box p {
    font-size: 20px
}


/*Section-04*/

.section-04 h2,
.section-05 h2 {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    color: #363636;
    padding: 35px 0 0;
}

.section-04 .tabs {
    margin-top: 50px
}

.section-04 .tabs li a {
    display: block;
    padding: 7px 16px;
    color: #868686
}

.section-04 .tabs li a:hover {
    color: #000
}

.section-04 .tabs li.active a {
    background: #2f949c;
    color: #FFF;
}

.section-04 .works {
    overflow: hidden;
    margin: 35px 0 0;
}

.section-04 .works .work-item img {
    width: 100%;
    height: 362px;
}

.section-04 .works .row {
    margin: 0
}

.section-04 .works .col-md-4 {
    padding: 0
}

.section-04 .works .work-item {
    position: relative
}

.section-04 .works .caption {
    position: absolute;
    top: 40px;
    background: rgba(47, 148, 156, 0.75);
    width: 80%;
    height: 80%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px
}

.section-04 .works .caption ul {
    margin: 40px 0 80px;
}

.section-04 .works .caption ul li {
    padding-left: 30px;
}

.section-04 .works .caption ul li:last-child {
    padding-left: 0
}

.section-04 .works .caption a {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
}


/*section-05*/

.section-05 {
    background: #f0f0f0;
    padding: 65px 0
}

.section-05 p.about {
    line-height: 2;
    font-weight: 100;
    color: #6b6b6b;
    margin-top: 45px;
}

.section-05 .box-service {
    height: 300px;
    text-align: center;
    margin: 0 0 30px;
    padding: 10px;
}

.section-05 .box-service h5 {
    color: #363636;
    font-size: 14px;
    font-weight: 700;
}

.section-05 .box-service p {
    margin: 20px 0 10px;
    color: #878787;
    font-size: 12px;
    font-weight: 100;
    line-height: 2;
}

.section-05 .box-service a.more {
    color: #f04e4d;
    font-size: 12px;
}

.section-05 .color-01:hover {
    background: #f05150;
}

.section-05 .color-01:hover p,
.section-05 .color-01:hover h5,
.section-05 .color-01:hover a,
.section-05 .color-02:hover p,
.section-05 .color-02:hover h5,
.section-05 .color-02:hover a,
.section-05 .color-03:hover p,
.section-05 .color-03:hover h5,
.section-05 .color-03:hover a,
.section-05 .color-04:hover p,
.section-05 .color-04:hover h5,
.section-05 .color-04:hover a {
    color: #FFF
}

.section-05 .color-01:hover .icon-serv-01 {
    background-position: 0 -150px;
}

.section-05 .color-01:hover .icon-serv-08 {
    background-position: -450px -451px;
}

.section-05 .color-01:hover .icon-serv-09 {
    background-position: 0 -751px;
}

.section-05 .color-02:hover {
    background: #fcb435
}

.section-05 .color-02:hover .icon-serv-02 {
    background-position: -151px -150px;
}

.section-05 .color-02:hover .icon-serv-07 {
    background-position: -300px -451px;
}

.section-05 .color-02:hover .icon-serv-10 {
    background-position: -150px -751px;
}

.section-05 .color-03:hover {
    background: #7b7ab7
}

.section-05 .color-03:hover .icon-serv-03 {
    background-position: -301px -150px;
}

.section-05 .color-03:hover .icon-serv-06 {
    background-position: -150px -451px;
}

.section-05 .color-03:hover .icon-serv-11 {
    background-position: -300px -751px;
}

.section-05 .color-04:hover {
    background: #2f949c
}

.section-05 .color-04:hover .icon-serv-04 {
    background-position: -451px -150px;
}

.section-05 .color-04:hover .icon-serv-05 {
    background-position: 0 -451px;
}

.section-05 .color-04:hover .icon-serv-12 {
    background-position: -450px -751px;
}


/*section-06*/

.section-06 {
    background: url(images/bg-02.png) no-repeat;
    height: 640px;
    background-attachment: fixed;
    background-size: cover
}

.section-06 h2 {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin: 45px 0 40px;
}


/*Section-07*/

.section-07 {
    background: #f8f8f8;
    padding: 25px 0
}

.section-07 h2 {
    text-align: center;
    color: #363636;
    font-size: 20px;
    font-weight: 700;
    margin: 45px 0 20px;
}

.section-07 p.about {
    width: 60%;
    margin: auto;
    line-height: 1.8;
    font-size: 13px;
    color: #838383;
    font-weight: normal;
    text-align: center
}

.section-07 .box-customer {
    background: #FFF;
    padding: 20px;
    position: relative;
    border-bottom: 3px solid #ececec;
    margin-top: 20px;
    height: 525px;
    opacity: 0.7;
    margin-left: 10px;
    margin-right: 10px
}

.section-07 .box-customer:hover {
    opacity: 1
}

.section-07 .box-customer img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

.section-07 .box-customer p {
    color: #828282;
    line-height: 2;
    text-align: justify;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.section-07 .box-customer i.top {
    color: #a3a3a3;
    margin: 30px 0 0;
    text-align: right;
    display: block;
    font-size: 24px
}

.section-07 .box-customer i.bottom {
    color: #a3a3a3;
    text-align: left;
    display: block;
    font-size: 24px
}

.section-07 .box-customer i.bottom1 {
    color: #000;
    text-align: center;
    display: block;
    font-size: 24px;
    margin: 15px 0 15px;
}

.section-07 .box-customer span.name {
    display: block;
    text-align: center;
    color: #484848;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px;
}

.section-07 .box-customer span.site {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color: #b7b7b7
}

.section-07 .customer {
    position: relative
}

.section-07 .customer i#next,
.section-07 .customer i#prev {
    position: absolute;
    bottom: 280px;
    font-size: 23px;
    cursor: pointer;
}

.section-07 .customer i#next {
    right: -25px
}

.section-07 .customer i#prev {
    left: -25px
}


/*Section-08*/

.section-08 {
    text-align: center;
    color: #FFF;
    padding: 25px 0;
    background: url(images/bg-03.png) no-repeat;
    height: 378px;
    background-size: cover;
}

.section-08 h2 {
    font-size: 20px;
    margin: 65px 0 65px;
    font-weight: 700;
}

.section-08 p {
    line-height: 2;
    width: 65%;
    font-weight: normal;
    margin: auto
}


/*Section-09*/

.section-09 {
    padding: 25px 0;
    background: url(images/bg-04.png) no-repeat;
    height: 470px;
    background-size: cover;
    background-attachment: fixed;
}

.section-09 h2 {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin: 65px 0 65px;
    font-weight: 700;
}

.section-09 .line-works {
    background: url(images/line-works.png) no-repeat;
    height: 55px;
    background-size: 100%;
    display: block
}

.section-09 .col-md-2 {
    width: 19.666667%;
}

.section-09 p {
    color: #5d6475;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.8;
    text-align: justify
}

.section-09 .col-md-2 h4 {
    color: #f04e4d;
    margin: 15px 0 15px;
    font-size: 14px
}

.section-09 .col-md-2:nth-child(2) h4 {
    color: #fcb435
}

.section-09 .col-md-2:nth-child(3) h4 {
    color: #2f949c
}

.section-09 .col-md-2:nth-child(4) h4 {
    color: #7b7ab7
}


/*Section-10*/

.section-10 {
    padding: 25px 0;
}

.section-10 h2 {
    font-size: 20px;
    margin: 25px 0 15px;
    font-weight: 700;
    text-align: center
}

.section-10 p {
    color: #8a8a8a;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    margin: 18px 0 25px;
}

.section-10 .box {
    position: relative
}

.section-10 .left-line:before {
    content: '';
    border-bottom: 1px dashed #e8e8e8;
    height: 1px;
    width: 44%;
    position: absolute;
    left: -15px;
    top: 40px;
    z-index: -1;
}

.section-10 .center-line:before {
    content: '';
    border-bottom: 1px dashed #e8e8e8;
    height: 1px;
    width: 44%;
    position: absolute;
    right: -15px;
    top: 40px;
    z-index: -1;
}

.section-10 .center-line:after {
    content: '';
    border-bottom: 1px dashed #e8e8e8;
    height: 1px;
    width: 44%;
    position: absolute;
    left: -15px;
    top: 40px;
    z-index: -1;
}

.section-10 .right-line:after {
    content: '';
    border-bottom: 1px dashed #e8e8e8;
    height: 1px;
    width: 44%;
    position: absolute;
    right: -15px;
    top: 40px;
    z-index: -1;
}

.section-10 .box .box-icon {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    position: relative;
    margin: auto;
    background: #FFF;
}

.section-10 .box h3 {
    font-weight: 700;
    color: #606060;
    font-size: 20px;
    text-align: center
}

.section-10 .box p {
    border: 1px solid #e8e8e8;
    width: 75%;
    margin: auto;
    padding: 12px 0;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700
}

.section-10 .box .socail {
    margin: 25px 0 0;
    text-align: center;
}

.section-10 .box .socail li {
    vertical-align: middle;
}

.section-10 .box .socail li a {
    border: 1px solid #ddd;
    display: block;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 31px;
    color: #7b7ab7;
    position: relative;
    font-size: 18px;
}

.section-10 form.contact {
    margin: 50px 0 0;
    font-weight: normal
}

.section-10 form.contact input[type="text"] {
    width: 100%;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.section-10 form.contact textarea {
    width: 100%;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #eee;
    height: 180px;
    resize: none
}

.section-10 form.contact input.cont,
.section-10 form.contact input.reqset {
    background: #2f949c;
    border: 0;
    color: #FFF;
    width: 100%;
    padding: 10px;
}

.section-10 form.contact input.reqset {
    background: #7b7ab7
}


/*Section-11*/

.pos-r {
    position: relative;
    min-height: 400px;
}

.close-info {
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
    z-index: 1555;
    height: 35px;
    width: auto;
    cursor: pointer;
    right: 101px;
    top: 54px;
    font-size: 10pt;
}

#t-info {
    display: none;
}

.map-shadow {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba( 0, 0, 0, 0.6);
}

#map_wrapper.map {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#officecarousel {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 68;
    height: 100%;
    width: 100%;
}

#officecarousel .carousel-indicators {
    top: 95px;
    z-index: 1;
    width: auto;
    left: auto;
    right: 100px;
}


/*footer*/

footer .top-01 {
    background: #242424;
    color: #FFF;
    padding: 25px 0;
    font-size: 11px;
    line-height: 2;
    font-weight: normal
}

footer .top-01 h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0 26px;
}

footer .top-01 a {
    color: #e9e9e9
}

footer .top-01 a .fa {
    margin-left: 10px
}

footer .col-md-2 {
    width: 19.666667%;
}

footer .top-02 {
    background: #1a1a1a;
    padding: 20px 0;
    color: #FFF;
    font-weight: normal;
    font-size: 12px
}

footer .top-02 p {
    margin: 5px 0 0;
}

footer .top-03 {
    padding: 25px 0
}

footer .top-03 h2 {
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    margin: 25px 0 20px;
}

footer .top-03 img.img-responsive {
    margin: 40px 0 0;
}