<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.xian {
    height: 1px;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}

.txt {
    position: relative;
    top: -12px;
    background: #fff;
    display: inline-block;
}

/* 鏂规硶2锛�*/
.order {
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    margin: 30px 0px;
}

.order .line {
    display: inline-block;
    border-top: 3px solid #FFDF25;
}

.order .txt {
    color: #333333;
    vertical-align: -25px;
    font-size: 32px;
    font-weight: 900;
}

.bd-line {
    padding: 10px 10px;
    border: 1px solid #000;
    height: 100px;

}

.ml {
    margin-left: 5px;
}

.hr_color {
    border: none;
    background-color: #FFDF25;
    height: 1px;
}

.main_color {
    color: #FFDF25;
}

.font_color {}

.a_image {
    width: 356px;
    height: 200px;
}

.text-left {
    text-align: left;
    padding-left: 20px;
}

.line-left {
    animation: fadeInLeft;
    animation-duration: 2s;
    --animate-delay: 1s;
}

.line-right {
    animation: fadeInRight;
    animation-duration: 2s;
    --animate-delay: 1s;
}

.foot_color {
    background-color: #333333;
    color: #FFDF25;
}

.foot_color hr {
    border-bottom: 3px solid #FFDF25;

    padding-top: 30px;



}

.foot_color a {
    color: #FFDF25;
}

.foot_height {
    height: 150px;
}

.wz {
    position: relative;
    height: 360px;
}

.imgon {
    border-width: 0px;
    position: absolute;
    height: 295px;
    display: flex;
}


.imgon img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 427px;
    height: 295px;
}

.rightp {
    border-width: 0px;
    position: absolute;
    z-index: -1;
    left: 400px;
    height: 350px;
    display: flex;
    font-size: 18px;
    text-align: left;
    line-height: 31px;
    background-color: #FFDF25;
}

.rightp a {
    color: #000;
    padding-top: 50px;
    padding-left: 50px;
}

/*-- Page Title --*/
.page-title-area {
    background-color: #030303;
    padding-top: 200px;
    padding-bottom: 130px;
    text-align: center;
    position: relative;
}

.page-title-area img {
    position: absolute;
    left: 0;
    right: 0;
    top: 87px;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    opacity: .20;
}

.page-title-area .page-title-content {
    position: relative;
}

.page-title-area .page-title-content h2 {
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 14px;
}

.page-title-area .page-title-content ul {
    margin: 0;
    padding: 0;
}

.page-title-area .page-title-content ul li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #fdb819;
}

.page-title-area .page-title-content ul li i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
}

.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none
}

.bx-ul&gt;li {
    position: relative
}

.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: -2em;
    width: 2em;
    text-align: center
}

.bx-chevron-right:before {
    content: "\ea1d"
}

/*-- End Page Title --*/


/*-- Blog --*/
.blog-area {
    padding-bottom: 200px;
}

.blog-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd7a;
    box-shadow: 0px 0px 20px 0px #dddddd7a;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.blog-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.blog-item:hover .blog-top .blog-date {
    left: 0;
}

.blog-item .blog-top {
    position: relative;
}

.blog-item .blog-top a {
    display: block;
}

.blog-item .blog-top .blog-date {
    display: inline-block;
    text-align: center;
    background-color: #fdb819;
    padding: 7px 12px 8px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.blog-item .blog-top .blog-date p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.blog-item .blog-top .blog-date span {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.blog-item .blog-bottom {
    padding: 22px 30px 26px;
}

.blog-item .blog-bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
    color: #333333;
    display: block;
}

.blog-item .blog-bottom h3 a:hover {
    color: #fdb819;
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.blog-item .blog-bottom ul li img {
    margin-right: 8px;
}

.blog-item .blog-bottom ul li a {
    display: inline-block;
    color: #808291;
    font-size: 14px;
}

.blog-item .blog-bottom ul li a:hover {
    color: #fdb819;
}

.blog-item .blog-bottom ul li:last-child {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.blog-item .blog-bottom ul li:last-child a {
    margin-top: 8px;
}

.blog-item .blog-bottom ul li:last-child a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 4px;
}

/*-- End Blog --*/


.blog-details-area {
    position: relative;
}

.blog-details-area .blog-details-shape {
    position: absolute;
    bottom: 150px;
    right: 0;
    max-width: 500px;
    opacity: .20;
}

.blog-details-item {
    margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
    position: relative;
    margin-bottom: 18px;
}

.blog-details-item .blog-details-img .date {
    display: inline-block;
    text-align: center;
    background-color: #fdb819;
    padding: 8px 18px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.blog-details-item .blog-details-img .date p {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.blog-details-item .blog-details-img .date span {
    display: inline-block;
    color: #ffffff;
}

.blog-details-item .blog-details-img img {
    margin-bottom: 25px;
}

.blog-details-item .blog-details-img ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-img ul li {
    list-style-type: none;
    display: inline-block;
    color: #fdb819;
    font-weight: 500;
    font-size: 14px;
    margin-right: 22px;
}

.blog-details-item .blog-details-img ul li:last-child {
    margin-right: 0;
}

.blog-details-item .blog-details-img ul li i {
    color: #fdb819;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.blog-details-item .blog-details-img ul li a {
    display: inline-block;
    color: #fdb819;
}

.blog-details-item .blog-details-img ul li a:hover {
    color: #333333;
}

.blog-details-item .blog-details-head {
    margin-bottom: 30px;
}

.blog-details-item .blog-details-head .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-item .blog-details-head h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 18px;
}

.blog-details-item .blog-details-head p {
    margin-bottom: 12px;
}

.blog-details-item .blog-details-head p:last-child {
    margin-bottom: 0;
}

.blog-details-item .blog-details-head ul {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}

.blog-details-item .blog-details-head ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.blog-details-item .blog-details-head ul li a {
    color: #858584;
}

.blog-details-item .blog-details-head ul li a:hover {
    color: #fdb819;
}

.blog-details-item .blog-details-head ul li a i {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 1px;
}

.blog-details-item .blog-details-nav {
    padding-bottom: 100px;
}

.blog-details-item .blog-details-nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details-item .blog-details-nav ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
}

.blog-details-item .blog-details-nav ul li:last-child {
    text-align: right;
}

.blog-details-item .blog-details-nav ul li a {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    border: 1px solid #fdb819;
    border-radius: 8px;
    padding: 8px 18px;
    text-align: center;
}

.blog-details-item .blog-details-nav ul li a:hover {
    color: #ffffff;
    background-color: #fdb819;
}

.blog-details-item .blog-details-form {
    padding: 45px 60px 50px;
    -webkit-box-shadow: 0px 0px 25px 0px #dddddd7a;
    box-shadow: 0px 0px 25px 0px #dddddd7a;
}

.blog-details-item .blog-details-form h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group {
    margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #fdb819;
    padding-left: 25px;
    font-size: 14px;
}

.blog-details-item .blog-details-form .form-group .form-control:focus {
    border: 1px solid #fdb819;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details-item .blog-details-form .form-group textarea {
    padding-top: 10px;
    height: auto !important;
}

.blog-details-item .blog-details-form .form-group ::-webkit-input-placeholder {
    color: #ababab;
}

.blog-details-item .blog-details-form .form-group :-ms-input-placeholder {
    color: #ababab;
}

.blog-details-item .blog-details-form .form-group ::-ms-input-placeholder {
    color: #ababab;
}

.blog-details-item .blog-details-form .form-group ::placeholder {
    color: #ababab;
}

.blog-details-item .blog-details-form .blog-details-form-btn {
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #ffffff;
    background-color: #fdb819;
    border-radius: 0;
    padding: 13px 40px;
}

.blog-details-item .blog-details-form .blog-details-form-btn:hover {
    background-color: #333333;
}

.blog-details-item .blog-details-search {
    margin-bottom: 50px;
}

.blog-details-item .blog-details-search form {
    position: relative;
}

.blog-details-item .blog-details-search .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #fdb819;
    padding-left: 25px;
}

.blog-details-item .blog-details-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fdb819;
}

.blog-details-item .blog-details-search .search-btn {
    color: #ffffff;
    background-color: #fdb819;
    font-size: 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.blog-details-item .blog-details-search .search-btn:hover {
    background-color: #333333;
}

.blog-details-item .blog-details-recent {
    margin-bottom: 50px;
}

.blog-details-item .blog-details-recent h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-item .blog-details-recent .blog-details-inner {
    position: relative;
    padding-left: 125px;
    padding-top: 10px;
    margin-bottom: 35px;
}

.blog-details-item .blog-details-recent .blog-details-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 96px;
    border-radius: 10px;
    padding-top: 3px;

}

.blog-details-item .blog-details-recent .blog-details-inner a {
    display: block;
    font-weight: 600;
    color: #111111;
    font-size: 14px;
}

.blog-details-item .blog-details-recent .blog-details-inner a:hover {
    color: #fdb819;
}

.blog-details-item .blog-details-recent .blog-details-inner ul {
    margin: 0;
    padding: 0;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li {
    list-style-type: none;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #fdb819;
    -webkit-box-flex: 0;
    max-width: 50%;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li:last-child {
    text-align: right;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li a {
    display: block;
    color: #fdb819;
    font-weight: 400;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li a:hover {
    color: #333333;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li i {
    display: inline-block;
    margin-right: 2px;
}

.blog-details-item .blog-details-category {
    margin-bottom: 50px;
}

.blog-details-item .blog-details-category h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-item .blog-details-category ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-category ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.blog-details-item .blog-details-category ul li:last-child {
    margin-bottom: 0;
}

.blog-details-item .blog-details-category ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.blog-details-item .blog-details-category ul li a:hover {
    color: #fdb819;
}

.blog-details-item .blog-details-category ul li a i {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 0;
}

.blog-details-item .blog-details-gallery {
    margin-bottom: 50px;
}

.blog-details-item .blog-details-gallery h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-item .blog-details-gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-gallery ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-details-item .blog-details-gallery ul li a {
    display: block;
}

.blog-details-item .blog-details-tag h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-item .blog-details-tag ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-tag ul li {
    list-style-type: none;
    display: inline-block;
}

.blog-details-item .blog-details-tag ul li a {
    display: block;
    font-size: 15px;
    color: #333333;
    background-color: #e5e5e5;
    padding: 10px 20px;
    border-radius: 8px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.blog-details-item .blog-details-tag ul li a:hover {
    color: #ffffff;
    background-color: #fdb819;
}

.blog-area-three {
    padding-bottom: 100px;
}

.blog-details-item .blog-details-img .date {
    display: inline-block;
    text-align: center;
    background-color: #fdb819;
    padding: 8px 18px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.blog-details-item .blog-details-img .date p {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.blog-details-item .blog-details-img .date span {
    display: inline-block;
    color: #ffffff;
}


/*----- End Blog Details CSS ------*/

/*logo 鍙樺皬鍚庡亸绉昏璁�*/

.logom {
    max-width: 45%;
    z-index: 20;
    position: absolute;
    background: #FFDF25;
    left: 200px;
}

.logom img {
    max-width: 70%;
    height: auto;
    margin: 5% 15%;
    min-width: 30%;
}

/*logo 鍙樺皬鍚庡亸绉昏璁＄粨鏉�*/

/*鏂囩珷闈㈠竷灞€*/
.pd-100 {
    padding-top: 100px;
}

.article-box h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 18px;
    margin-top: -3px;
}

.article-box p {
    line-height: 1.7;
    margin-bottom: 12px;
    font-size: 15px;
}

/*-- Work --*/
#Container .mix {
    display: inline-block;
    flex-wrap: wrap;
}

.sorting-menu {
    margin-bottom: 50px;
}

.sorting-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sorting-menu ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 7px 20px;
    text-transform: uppercase;
    background-color: #ddd3;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.sorting-menu ul li.active,
.sorting-menu ul li:hover {
    background-color: #fdb819;
    color: #ffffff;
}

.work-area .section-title {
    margin-bottom: 30px;
}

.work-area .work-item {
    margin-bottom: 30px;
    position: relative;
}

.work-area .work-item:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .60;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.work-area .work-item:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: .60;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.work-area .work-item:hover:before {
    width: 50%;
}

.work-area .work-item:hover:after {
    width: 50%;
}

.work-area .work-item:hover .cmn-btn {
    top: 46%;
    opacity: 1;
}

.work-area .work-item .cmn-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 54%;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
}

.work-area .work-item .cmn-btn a {
    padding: 12px 11px 12px 20px;
    margin-right: 0;
}

.work-area .work-item .cmn-btn a i {
    font-size: 19px;
    top: 4px;
}

/*-- End Work --*/

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title .sub-title {
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 7px;
    margin-bottom: 20px;
}

.section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 35px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fdb819;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.process-area {
    position: relative;
    overflow: hidden;
}

.process-area .process-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 165px;
    max-width: 1035px;
    margin-right: auto;
    margin-left: auto;
}

.process-item {
    margin-bottom: 30px;
}

.process-item .process-inner {
    text-align: right;
    position: relative;
    padding-right: 80px;
}

.process-item .process-inner i {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 50px;
    z-index: 1;
    color: #000000;
}

.process-item .process-inner i:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 50px;
    top: 0;
    right: -12px;
    background-color: #fdb819;
    z-index: -1;
}

.process-item .process-inner h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.process-item .process-inner p {
    margin-bottom: 0;
    font-size: 14px;
}

.process-item .process-one {
    margin-bottom: 100px;
}

.process-item .process-img {
    text-align: center;
}

.process-item .process-img img {
    -webkit-animation: process-type 25s infinite linear;
    animation: process-type 25s infinite linear;
    position: relative;
    top: -12px;
}

.process-item .process-two {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
    margin-bottom: 100px;
}

.process-item .process-two i {
    left: 12px;
    right: unset;
}

.process-item .process-two i:after {
    left: -12px;
}

.process-item .process-three {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
}

.process-item .process-three i {
    left: 12px;
    right: unset;
}

.process-item .process-three i:after {
    left: -12px;
}

@-webkit-keyframes process-type {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes process-type {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-- End Process --*/

/*-- Parts --*/
.parts-area {
    background-color: #f6f4f4;
}

.parts-view {
    text-align: center;
}

.parts-view a {
    display: inline-block;
    color: #fdb819;
    border: 1px solid #fdb819;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 20px;
}

.parts-view a:hover {
    background-color: #fdb819;
    color: #ffffff;
}

.parts-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 30px 25px 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.parts-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.parts-item .parts-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #fdb819;
    margin-bottom: 20px;
}

.parts-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.parts-item span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #fdb819;
    margin-bottom: 14px;
}

.parts-item .cmn-btn .banner-btn-left {
    margin-right: 0;
}

/*-- End Parts --*/

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.p_row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.contact-area .contact-left h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-area .contact-left p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 25px;
}

.contact-area .contact-left ul {
    margin: 0;
    padding: 0;
}

.contact-area .contact-left ul li {
    list-style-type: none;
    display: block;
    color: #333333;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd69;
    padding-bottom: 20px;
}


.contact-area .contact-left ul li a:hover {
    color: #fdb819;
}

.contact-area .contact-left ul li a {
    display: inline-block;
    color: #333333;
}

.dropdown-menu {
    background-color: #333333 !important;
    border: none !important;
}

/*Preloader*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #282828;
    z-index: 999999;
    overflow: hidden;
}

.preloader .meter {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border: 2px solid #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px -11px rgba(0, 0, 0, 0.39);
}

.preloader .meter .loadtext {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.preloader .meter .loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 2px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: loaderspin 3s linear infinite;
    animation: loaderspin 3s linear infinite;
}

.preloader .meter .loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 2px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #fff;
    -webkit-animation: loaderspin 5s linear infinite;
    animation: loaderspin 5s linear infinite;
}

.preloader .meter .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}

.preloader .meter .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}

.preloader .meter .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 33px;
    top: 33px;
}

.preloader .meter .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}

.preloader .meter .line:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 33px;
    top: 33px;
}

.preloader .meter .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}

.preloader .meter .line:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: #fff;
}

.preloader .meter .subline {
    position: absolute;
    width: 6px;
    height: 2px;
    background: #fff;
}

.preloader .meter .subline:nth-child(7) {
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}

.preloader .meter .subline:nth-child(8) {
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}

.preloader .meter .subline:nth-child(9) {
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}

.preloader .meter .subline:nth-child(10) {
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}

.preloader .meter .subline:nth-child(11) {
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: #fff;
}

.preloader .meter .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: meterIndecator 3s infinite ease-in-out;
    animation: meterIndecator 3s infinite ease-in-out;
}

.preloader .meter .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}

@-webkit-keyframes loaderspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loaderspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes meterIndecator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    16% {
        -webkit-transform: rotate(75deg);
        transform: rotate(75deg);
    }

    25% {
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg);
    }

    30% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    36% {
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }

    42% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    50% {
        -webkit-transform: rotate(227deg);
        transform: rotate(227deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes meterIndecator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    16% {
        -webkit-transform: rotate(75deg);
        transform: rotate(75deg);
    }

    25% {
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg);
    }

    30% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    36% {
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }

    42% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    50% {
        -webkit-transform: rotate(227deg);
        transform: rotate(227deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*-- Banner --*/
.banner-area {
    height: 400px;
    background-color: #030303;
    position: relative;
    overflow: hidden;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 800px;
    height: 1000px;
    right: -287px;
    top: -92px;
    /*background-color: #fdb819;*/
    opacity: 0.80;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}

.banner-area .banner-img img {
    position: absolute;
}

.banner-area .banner-img img:nth-child(1) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    top: 250px;
    left: 0;
    right: 0;
    opacity: .08;
}

.banner-area .banner-img img:nth-child(2) {
    right: 50px;
    top: 260px;
    max-width: 540px;
}

.banner-area .banner-text {
    max-width: 700px;
    margin-top: 35px;
    z-index: 1;
    position: relative;
}

.banner-area .banner-text h1 {
    margin-bottom: 26px;
    font-size: 80px;
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    z-index: 1;
}

.banner-area .banner-text p {
    color: #ffffff;
    margin-bottom: 40px;
}

@-webkit-keyframes banner-car-ani {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes banner-car-ani {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.cmn-btn a {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    background-color: #fdb819;
    padding: 12px 20px;
    z-index: 1;
}

.cmn-btn a i {
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.cmn-btn .banner-btn-left {
    margin-right: 20px;
    position: relative;
}

.cmn-btn .banner-btn-left:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #333333;
    border-radius: 50% 50% 0 0;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}

.cmn-btn .banner-btn-left:hover:before {
    opacity: 1;
    height: 100%;
    border-radius: 0;
}

.cmn-btn .banner-btn-right {
    background-color: transparent;
    padding: 0;
}

.cmn-btn .banner-btn-right:hover {
    color: #fdb819;
}

.cmn-btn .banner-btn-right i {
    color: #fdb819;
}

/*-- End Banner --*/
/*-- Address --*/
.address-area .row {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
    box-shadow: 0px 10px 20px 0px #dddddd8a;
    margin-top: -40px;
    position: relative;
}

.address-area .address-one:before {
    display: none;
}

.address-item {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -30px;
    position: relative;
}

.address-item:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70px;
    right: 0;
    top: 80px;
    background-color: #faf5d4;
}

.address-item i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    color: #fdb819;
    background-color: #ffffff;
    font-size: 38px;
}

.address-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.address-item span {
    display: block;
    font-size: 14px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.address-item a {
    display: block;
    color: #858584;
}

.address-item a:hover {
    color: #fdb819;
}

/*-- End Address --*/
/*-- Process --*/
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title .sub-title {
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 7px;
    margin-bottom: 20px;
}

.section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 35px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fdb819;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.process-area {
    position: relative;
    overflow: hidden;
}

.process-area .process-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 165px;
    max-width: 1035px;
    margin-right: auto;
    margin-left: auto;
}

.process-item {
    margin-bottom: 30px;
}

.process-item .process-inner {
    text-align: right;
    position: relative;
    padding-right: 80px;
}

.process-item .process-inner i {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 50px;
    z-index: 1;
    color: #000000;
}

.process-item .process-inner i:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 50px;
    top: 0;
    right: -12px;
    background-color: #fdb819;
    z-index: -1;
}

.process-item .process-inner h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.process-item .process-inner p {
    margin-bottom: 0;
    font-size: 14px;
}

.process-item .process-one {
    margin-bottom: 100px;
}

.process-item .process-img {
    text-align: center;
}

.process-item .process-img img {
    -webkit-animation: process-type 25s infinite linear;
    animation: process-type 25s infinite linear;
    position: relative;
    top: -12px;
}

.process-item .process-two {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
    margin-bottom: 100px;
}

.process-item .process-two i {
    left: 12px;
    right: unset;
}

.process-item .process-two i:after {
    left: -12px;
}

.process-item .process-three {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
}

.process-item .process-three i {
    left: 12px;
    right: unset;
}

.process-item .process-three i:after {
    left: -12px;
}

@-webkit-keyframes process-type {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes process-type {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-- End Process --*/
/*-- Service --*/
.service-item {
    margin-bottom: 30px;
}

.service-item:hover .service-content {
    max-width: 100%;
    background-color: #fdb819;
}

.service-item:hover .service-content i {
    color: #ffffff;
}

.service-item:hover .service-content .service-icon {
    color: #ffffff;
}

.service-item a {
    display: block;
}

.service-item .service-content {
    background-color: #000000;
    max-width: 320px;
    padding: 20px 15px 20px 20px;
    position: relative;
    margin-top: -100px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.service-item .service-content i {
    display: inline-block;
    color: #fdb819;
    font-size: 55px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.service-item .service-content .service-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 135px;
    opacity: .20;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.service-item .service-content h3 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}

.service-item .service-content p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

/*-- End Service --*/
/*-- Quality --*/
.quality-area {
    background-color: #000000;
    position: relative;
}

.quality-area .quality-img img {
    position: absolute;
}

.quality-area .quality-img img:nth-child(1) {
    left: 0;
    top: 0;
    height: 100%;
}

.quality-area .quality-img img:nth-child(2) {
    left: -111px;
    top: 0px;
    height: 100%;
}

.quality-area .quality-img img:nth-child(3) {
    bottom: -65px;
    left: 0;
    max-width: 700px;
    z-index: 1;
    -webkit-animation: quality-ani 8s infinite linear;
    animation: quality-ani 8s infinite linear;
}

@-webkit-keyframes quality-ani {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes quality-ani {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.quality-content {
    max-width: 500px;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.quality-content .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.quality-content .section-title h2 {
    color: #ffffff;
}

.quality-content .section-title p {
    margin-left: 0;
    margin-top: 18px;
    color: #ffffff;
}

.quality-content .cmn-btn a {
    padding: 12px 20px;
}

.quality-content img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .10;
    -webkit-animation: quality-tyre 10s infinite linear;
    animation: quality-tyre 10s infinite linear;
}

@-webkit-keyframes quality-tyre {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes quality-tyre {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(-100px, 0px);
        transform: translate(-100px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/*-- End Quality --*/
/*-- Work --*/
#Container .mix {
    display: none;
}

.sorting-menu {
    margin-bottom: 50px;
}

.sorting-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sorting-menu ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 7px 20px;
    text-transform: uppercase;
    background-color: #ddd3;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.sorting-menu ul li.active,
.sorting-menu ul li:hover {
    background-color: #fdb819;
    color: #ffffff;
}

.work-area .section-title {
    margin-bottom: 30px;
}

.work-area .work-item {
    margin-bottom: 30px;
    position: relative;
}

.work-area .work-item:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .60;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.work-area .work-item:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: .60;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.work-area .work-item:hover:before {
    width: 50%;
}

.work-area .work-item:hover:after {
    width: 50%;
}

.work-area .work-item:hover .cmn-btn {
    top: 46%;
    opacity: 1;
}

.work-area .work-item .cmn-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 54%;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
}

.work-area .work-item .cmn-btn a {
    padding: 12px 11px 12px 20px;
    margin-right: 0;
}

.work-area .work-item .cmn-btn a i {
    font-size: 19px;
    top: 4px;
}

/*-- End Work --*/
/*-- Feature --*/
.feature-area {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.feature-area .feature-img {
    position: relative;
    background-image: url("../images/feature-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.feature-area .feature-img:before {
    position: absolute;
    content: '';
    right: -170px;
    top: -70px;
    width: 285px;
    height: 700px;
    background-color: #000000;
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
}

.feature-area .feature-img img {
    display: none;
}

.feature-area .feature-shape img {
    position: absolute;
    right: 65px;
    bottom: 0;
    opacity: .10;
    -webkit-animation: process-type 25s infinite linear;
    animation: process-type 25s infinite linear;
    z-index: 1;
}

.feature-area .feature-content {
    max-width: 670px;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.feature-area .feature-content h2 {
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 40px;
}

.feature-area .feature-content ul {
    margin: 0;
    padding: 0;
}

.feature-area .feature-content ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}

.feature-area .feature-content ul li:nth-child(1) {
    margin-left: 50px;
}

.feature-area .feature-content ul li:nth-child(2) {
    margin-left: 100px;
}

.feature-area .feature-content ul li:nth-child(3) {
    margin-bottom: 0;
    margin-left: 150px;
}

.feature-area .feature-content ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 27px;
    color: #000000;
    background-color: #fdb819;
    border-radius: 10px;
}

.feature-area .feature-content ul li h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: #ffffff;
}

.feature-area .feature-content ul li p {
    margin-bottom: 0;
    color: #aeadad;
    font-size: 14px;
    max-width: 380px;
}

/*-- End Feature --*/
/*-- Parts --*/
.parts-area {
    background-color: #f6f4f4;
}

.parts-view {
    text-align: center;
}

.parts-view a {
    display: inline-block;
    color: #fdb819;
    border: 1px solid #fdb819;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 20px;
}

.parts-view a:hover {
    background-color: #fdb819;
    color: #ffffff;
}

.parts-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 30px 25px 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.parts-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.parts-item .parts-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #fdb819;
    margin-bottom: 20px;
}

.parts-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.parts-item span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: #fdb819;
    margin-bottom: 14px;
}

.parts-item .cmn-btn .banner-btn-left {
    margin-right: 0;
}

/*-- End Parts --*/
/*-- Engineer --*/
.engineer-area .owl-theme .owl-dots .owl-dot span {
    background: #333333;
}

.engineer-area .owl-theme .owl-dots .owl-dot.active span {
    background: #fdb819;
}

.engineer-item {
    text-align: center;
    margin-bottom: 30px;
}

.engineer-item:hover .engineer-bottom {
    background-color: #fdb819;
    max-width: 100%;
}

.engineer-item:hover .engineer-bottom h3 {
    color: #ffffff;
}

.engineer-item:hover .engineer-bottom span {
    color: #ffffff;
}

.engineer-item .engineer-bottom {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd59;
    box-shadow: 0px 0px 20px 0px #dddddd59;
    padding: 16px 15px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.engineer-item .engineer-bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.engineer-item .engineer-bottom span {
    display: block;
    font-size: 14px;
    color: #808291;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/*-- End Engineer --*/
/*-- Review --*/
.review-area {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.review-area .col-lg-6 {
    padding-right: 0;
    padding-left: 0;
}

.review-area .review-shape img {
    position: absolute;
    left: 0;
    top: 77px;
    opacity: .10;
    z-index: 1;
}

.review-area .review-bg {
    position: relative;
    background-image: url("../images/review-right.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.review-area .review-bg:before {
    position: absolute;
    content: '';
    left: -170px;
    top: -70px;
    width: 285px;
    height: 700px;
    background-color: #000000;
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
}

.review-area .review-bg img {
    display: none;
}

.review-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.review-area .review-slider {
    max-width: 540px;
    margin-left: auto;
    padding-right: 50px;
}

.review-area .review-slider .owl-prev {
    width: 25px;
    height: 25px;
    line-height: 28px !important;
    border-radius: 50% !important;
    border: 1px solid #fdb819 !important;
    color: #fdb819 !important;
    background-color: transparent !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-size: 18px !important;
}

.review-area .review-slider .owl-prev:hover {
    color: #ffffff !important;
    background-color: #fdb819 !important;
}

.review-area .review-slider .owl-next {
    width: 25px;
    height: 25px;
    line-height: 28px !important;
    border-radius: 50% !important;
    border: 1px solid #fdb819 !important;
    color: #fdb819 !important;
    background-color: transparent !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-size: 18px !important;
}

.review-area .review-slider .owl-next:hover {
    color: #ffffff !important;
    background-color: #fdb819 !important;
}

.review-area .review-slider .review-item {
    margin-bottom: 10px;
}

.review-area .review-slider .review-item i {
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 25px;
}

.review-area .review-slider .review-item p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 35px;
}

.review-area .review-slider .review-item .review-inner {
    position: relative;
    padding-left: 85px;
    padding-top: 4px;
}

.review-area .review-slider .review-item .review-inner img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65px;
}

.review-area .review-slider .review-item .review-inner h3 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.review-area .review-slider .review-item .review-inner span {
    margin-bottom: 0;
    font-style: 14px;
    color: #fdb819;
    display: block;
}

.review-area .video-wrap {
    position: absolute;
    top: 200px;
    right: 0;
    left: 235px;
    display: inline-block;
    text-align: center;
}

.review-area .video-wrap a {
    z-index: 10;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 130px;
    border-radius: 50%;
    position: relative;
    font-size: 70px;
    text-align: center;
    color: #fdb819;
    margin-left: auto;
    margin-right: auto;
}

.review-area .video-wrap a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.review-area .video-wrap a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.review-area .video-wrap a:hover {
    color: #ffffff;
}

.review-area .video-wrap a:hover:before {
    background-color: #fdb819;
}

.review-area .video-wrap a:hover:after {
    background-color: #fdb819;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*-- End Review --*/
/*-- Pricing --*/
.pricing-area {
    background-color: #f6f4f4;
}

.pricing-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 50px;
}

.pricing-item .pricing-top {
    background-color: #fdb819;
    padding: 30px 20px 25px;
}

.pricing-item .pricing-top h3 {
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 0;
}

.pricing-item .pricing-top p {
    font-weight: 600;
    font-size: 34px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.pricing-item .pricing-top p .dollar {
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    left: -16px;
    top: 3px;
}

.pricing-item .pricing-top p .month {
    font-weight: 500;
    font-size: 16px;
}

.pricing-item .pricing-middle {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.pricing-item .pricing-middle:before {
    position: absolute;
    content: '';
    border-top: 25px solid transparent;
    border-right: 60px solid #fdb819;
    border-bottom: 25px solid transparent;
    left: -45px;
    top: -15px;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
}

.pricing-item .pricing-middle:after {
    position: absolute;
    content: '';
    border-top: 25px solid transparent;
    border-left: 60px solid #fdb819;
    border-bottom: 25px solid transparent;
    right: -45px;
    top: -15px;
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

.pricing-item .pricing-middle i {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    color: #010101;
    background-color: #ffffff;
    border: 8px solid #fdb819;
    position: relative;
    top: -10px;
}

.pricing-item .pricing-bottom ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}

.pricing-item .pricing-bottom ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
}

.pricing-item .pricing-bottom ul li:last-child {
    margin-bottom: 0;
}

.pricing-item .pricing-bottom ul li i {
    display: inline-block;
    color: #fdb819;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.ifont {
    font-family: "Microsoft YaHei", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    text-decoration: none;
}
/*-- End Pricing --*/</pre></body></html>