@charset "utf-8";
/* CSS Document */

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right-footer {
    float: right;
}

.common-container {
    width: 100%;
    float: left;
}

.margin-30 {
    width: 100%;
    float: left;
    padding: 30px 0px 30px 0px;
}

h2 {
    font-weight: 400;
    font-size: 32px;
}

a {
    text-decoration: none;
    color: #000;
}

.h-btn {
    padding: 8px 20px 8px 20px;
    background-color: #fff;
    color: #000;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.abut-btn {
    margin-top: 20px;
    padding: 10px 15px 10px 15px;
    background-color: #e78200;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.center {
    width: 100%;
    text-align: center;
}

.center .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.center-main {
    width: 100%;
    float: left;
}

.center h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 60px;
}

/*-----header----*/

.top-h {
    border-bottom: 2px solid #e2dee2;
    position: relative;
    width: 100%;
    float: left;
}

.top-h .left span {
    display: none;
}

.top-h .left p {
    display: block;
}

.bottom-h img {
    margin-top: 15px;
}

.top-h p {
    padding: 10px 0px 10px 0px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.top-h p:last-child {
    background-color: #e78200;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    position: absolute;
    right: 75px;
}

.bottom-h ul {
    margin-top: 50px;
}

.bottom-h ul li {
    list-style: none;
    display: inline-block;
}

.bottom-h ul li a {
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bottom-h ul li a:hover {
    background-color: #e78200;
    color: #fff !important;
}

.men-acti {
    background-color: #e78200 !important;
    color: #fff !important;
}

/*--banner---*/

.banner {
    width: 100%;
    float: left;
    position: relative;
}

.banner-sub {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 40%;
    text-align: left;
}

.banner-sub .h-btn {
    background: none;
}

.banner-sub h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.banner-sub h3 {
    font-size: 38px;
    font-weight: 400;
}

.banner-sub p {
    background-color: #e78200;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    z-index: 99;
    position: relative;
}

.banner-sub a {
    position: relative;
    z-index: 9;
    color: #fff !important;
}

.banner img {
    width: 100%;
    float: left;
}

.center {
    width: 100%;
    float: left;
}

.center img {
    width: 100%;
    float: left;
}

.middle {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

/*-----testimonials-----*/

.test-box {
    width: 32.33%;
    float: left;
    margin-right: 5px;
    padding: 30px 15px 30px 20px;
    background-color: #e78200;
}

.test-box:last-child {
    margin-right: 0px;
}

.test-box p {
    font-size: 16px;
    color: #fff;
}

.test-box p:nth-child(2) {
    font-weight: 300;
    margin-top: 20px;
    font-size: 14px;
}

.test-box p:last-child {
    color: #000;
    font-size: 12px;
}

/*--about-us---*/

.abt-box1 {
    width: 60%;
    float: left;
}

.abt-box2 {
    width: 40%;
    float: left;
}

.abt-box2 img {
    width: 85%;
    float: right;
}

.abt-box1 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
}

.abt-box1 p {
    line-height: 25px;
}

/*--product-page--*/

.product-page {
    background-color: #e1e1e1;
}

/*---------------------*/

.probox-main {
    width: 32.33%;
    float: left;
    margin-right: 1.33%;
    background-color: #e78200;
    height: 250px;
}

.probox-main:last-child {
    margin-right: 0px;
}

.pro-box {
    overflow: hidden;
    position: relative;
    height: 202px;
}

.pro-box-sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: table;
}

.pro-box-sub span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 20px;
    opacity: 0;
    width: 100%;
    color: #2c3e50;
    text-transform: uppercase;
    height: 202px;
}

.pro-box-sub span img {
    height: 60px;
    width: 60px;
}

.pro-box-sub span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 40%;
    text-align: center;
    margin: auto;
    width: 0%;
    height: 2px;
}

.pro-box img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.pro-box:hover .pro-box-sub {
    background: rgba(29, 28, 28, 0.3);
}

.pro-box-sub:hover span {
    opacity: 1;
    top: 0;
}

.pro-box-sub:hover span:after {
    width: 50%;
}

.pro-box:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

/*-----------------------------------------------------------*/

.probox-main p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/*----footer--bottom---*/

.footer-bottom {
    background-color: #191919;
    padding: 30px 0px 30px 0px;
    text-align: center;
}

.footer-bottom ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
    padding: 10px 15px 10px 15px;
}

footer {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
    background-color: #000;
    color: #838389;
}

footer a {
    color: #838389;
}

/*--know more slide--*/

.center2 .slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.center2 .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.center2 .slick-next::before {
    content: "\f138";
    font-family: fontawesome;
    color: #777777;
}

.center2 .slick-prev::before {
    content: "\f137";
    font-family: fontawesome;
    color: #777777;
}

/*---about--us---page----*/

.b-bold ul {
    margin-top: 16px;
}

.b-bold ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
}

.b-bold ul li:first-child {
    padding-left: 0px;
}

.b-bold ul li:first-child:before {
    display: none;
}

.b-bold ul li:before {
    content: '\f101';
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    color: #e78200;
}

.abt-box1 ul {
    margin-top: 16px;
}

.abt-box1 ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
}

.abt-box1 ul li:before {
    content: '\f101';
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    color: #e78200;
}

.abt-2 {
    padding: 30px 0px 30px 0px;
    position: relative;
}

.abt-t:after {
    content: '';
    width: 1200px;
    height: 3px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
}

.abt-2 h2 {
    font-weight: 400;
    font-size: 32px;
}

.abt-pg-i {
    width: 40%;
    float: left;
}

/*---contact-us----*/

.contact-us p {
    margin-top: 20px;
    line-height: 25px;
}

.cont-box1 {
    width: 30%;
    float: left;
}

.cont-box2 {
    width: 70%;
    float: left;
    padding-left: 10%;
}

/*---form---*/

.contact-us {
    padding: 0px 0px 60px 0px;
}

.cont-box1 input {
    width: 80%;
    height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    outline: none;
    margin-bottom: 10px;
    padding-left: 5px;
}

.cont-box1 textarea {
    width: 100%;
    height: 80px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    outline: none;
}

.cont-box1 button {
    background-color: #e78200;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 11px 25px 10px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    font-weight: 600;
}

.cont-box1 h3,
.cont-box2 h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
}

.cont-box1 form p {
    margin-bottom: 5px;
}

.cont-box2 iframe {
    width: 100%;
    float: left;
    height: 300px;
}

.adress {
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 10px;
    background-color: #f6f6f6;
}

.contact-fu {
    width: 100%;
    float: left;
    position: relative;
}

.contact-fu:after {
    content: '';
    width: 1200px;
    height: 3px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0px;
    top: 40px;
}

.adre-1 {
    width: 50%;
    float: left;
}

.adre-2 {
    width: 50%;
    float: left;
    padding-left: 10%;
}

.adre-1 p span {
    font-weight: 600;
}

.adre-1 p:last-child {
    margin-left: 25px;
}

/*--career---*/

.carrer ul {
    margin-top: 30px;
}

.carrer ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    line-height: 25px;
    margin-bottom: 20px;
}

.carrer ul li:before {
    content: '\f101';
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    color: #e78200;
}

.caree-box1 {
    width: 60%;
    float: left;
}

.caree-box2 {
    width: 40%;
    float: left;
    padding-left: 10%;
}

.caree-box2 form {
    margin-top: 30px;
}

.car {
    width: 100%;
    height: 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    background-color: #e78200;
    outline: none;
}

.car-2 {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    background-color: #e78200;
    outline: none;
}

.car::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.car::-moz-placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.car:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.car::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.car:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.car::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.caree-box2 input placeholder {
    color: #fff;
}

.caree-box2 button {
    margin-top: 30px;
    border: none;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e78200;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--experi---*/

.experi p {
    line-height: 25px;
    margin-top: 20px;
}

.experi img {
    margin-top: 20px;
}

.experi h3 {}

.experi ul li span {
    font-weight: 600;
}

/*--product-s--*/

.product-s {
    width: 100%;
    float: left;
}

.p-box-main {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.p-box {
    width: 24%;
    margin-right: 1.33%;
    float: left;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding-bottom: 30px;
}

.p-box:last-child {
    margin-right: 0px;
}

.p-box img {
    width: 100%;
}

.p-box p {
    font-size: 16px;
    position: relative;
}

.p-box p:after {
    content: '';
    width: 175px;
    height: 2px;
    background-color: #e78200;
    position: absolute;
    left: 55px;
    top: -5px;
}

.p-box p span {
    font-weight: 600;
}

.experi ul {
    margin-top: 20px;
}

.experi ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    line-height: 35px;
    margin-bottom: 10px;
}

.experi ul li:before {
    content: '\f101';
    position: absolute;
    left: 0;
    color: #e78200;
    font-family: fontawesome;
}

/*---service-box1----*/

.service-box1 {
    width: 50%;
    float: left;
}

.service-box2 {
    float: right;
    width: 50%;
}

.service-box1 ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.service-box1 ul li:before {
    content: '\f101';
    position: absolute;
    left: 0;
    color: #e78200;
    font-family: fontawesome;
}

.service-box2 img {
    margin-top: 0px;
    float: right;
}

.service-box1 img {
    margin-top: 0px;
    float: left;
}

.ser-full-box {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    margin-top: 30px;
}

.ser-full-box:first-child {
    margin-top: 0px;
}

.ser-full-box:after {
    content: '';
    width: 1200px;
    height: 3px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ser-full-box:last-child {
    padding-bottom: 0px;
}

.ser-full-box:last-child:after {
    background-color: #fff;
}

/*---meanu--dropdown---*/

.bottom-h li.parent {
    position: relative;
}

.ar-d {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom: 8px solid #e78200;
}

.child {
    position: absolute;
    z-index: 999;
    top: 33px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    width: 220px;
    background-color: #fff;
    left: 0px;
    display: none;
    margin-top: 0px !important;
}

.child li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-h li.parent:hover .child {
    display: block;
}

.bottom-h li > ul li {
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bottom-h li > ul li:hover {
    width: 100%;
    background-color: #e78200 !important;
}

/*---kits---*/

.kits h2 {
    margin-bottom: 20px;
}

.kits h3 {
    font-size: 24px;
    font-weight: 400;
    float: left;
}

.kits h3 i {
    color: #e78200;
}

.table-main {
    width: 100%;
    float: left;
}

table {
    width: 100%;
    float: left;
    margin-top: 10px;
}

th:nth-child(1) {
    width: 60%;
    color: #fff;
    text-align: left;
    padding: 10px;
    background-color: #4f81bd;
}

th:nth-child(2) {
    width: 40%;
    color: #fff;
    text-align: left;
    padding: 10px;
    background-color: #4f81bd;
}

td:nth-child(1) {
    width: 60%;
    color: #000;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    background-color: #d0d8e8;
}

td:nth-child(2) {
    width: 40%;
    color: #000;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    background-color: #d0d8e8;
    font-weight: 600;
}

tr:nth-child(2n) td {
    background-color: #e9edf4;
}

/*----accodian----*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin-left: 50px;
    float: right;
    padding: 10px 15px 10px 15px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.active,
.accordion:hover {
    /*    background-color: #ccc; */
}

.panel {
    display: none;
    background-color: white;
    overflow: hidden;
}

.center .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    /* display: block; */
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000 !important;
    border: none;
    outline: none;
    /* background: transparent; */
}

.center .slick-next {
    right: 25px;
}

.center .slick-prev {
    left: 25px;
}

/*--patners--*/

.patner-box1 {
    width: 30%;
    float: left;
    text-align: center;
    margin-right: 20px;
    height: 240px;
    border: 1px solid #e1e1e1;
}

.patner-box1 img {
    width: 25%;
}

.patner-box1 h3 {
    margin-top: 5px;
}

.patner-box1 h3 span {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.patner-box2 h3 span {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.patner-box1:hover h3 {
    color: #e78200;
    ;
}

.patner-box2 {
    width: 30%;
    float: left;
    text-align: center;
    height: 240px;
    border: 1px solid #e1e1e1;
    position: relative;
}

.patner-box2 h3 {
    margin-top: 26px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.patner-box2:hover h3 {
    color: #e78200;
    ;
}

.patner-box2 img {
    width: 80%;
    margin-top: 42px;
}

.experi-2 h3 {
    margin-bottom: 20px;
    font-weight: 400;
}

.footer-bottom ul li a {
    color: #fff;
}

.footer-bottom ul li a:hover {
    color: #e78200;
}

.nav-list {
    display: block;
    margin-top: 28px;
}

@media screen and (min-width:100px) and (max-width: 407px) {
    .top-h p:last-child {
        width: 100%;
    }
}

@media screen and (min-width:100px) and (max-width: 768px) {
    .wapper {
        width: 90%;
        margin: 0 auto;
    }
    /*--fonts---*/
    .abt-box1 h2 {
        font-size: 26px;
    }
    .abt-box1 p {
        line-height: 25px;
        font-size: 14px;
    }
    .abt-box1 ul li {
        font-size: 14px;
    }
    .abut-btn {
        margin-top: 20px;
        padding: 5px 10px 5px 10px;
        font-size: 12px !important;
    }
    .center h3 {
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 26px;
        margin-bottom: 0px;
    }
    .banner-sub h2 {
        font-size: 22px;
    }
    .banner-sub h3 {
        font-size: 12px !important;
    }
    /*--fonts---*/
    /*--menu--*/
    .top-h p:last-child {
        right: 0px;
        height: 38px;
    }
    .men-acti {
        background-color: #fff;
        color: #000;
    }
    /*--menu--*/
    .abt-box1 {
        width: 100%;
        float: left;
    }
    .abt-box2 {
        width: 100%;
        float: left;
    }
    .abt-box2 img {
        float: left;
        display: none;
    }
    .probox-main {
        width: 100%;
        float: left;
        margin-right: 0;
        background-color: #e78200;
        height: 250px;
    }
    .abt-t:after {
        width: 370px;
    }
    .footer-bottom {
        display: none;
    }
    /*--new-menu--*/
    .navigation {
        /*    height: 70px !important;*/
    }
    .brand {
        top: 6px !important;
    }
    .brand img {
        height: 55px;
    }
    .top-h .left span {
        display: block;
        height: 30px;
        background-color: #275c10;
        line-height: 33px;
        color: #fff;
        margin-bottom: 4px;
        margin-top: 4px;
        width: 95px;
        text-align: center;
        -webkit-border-radius: 5%;
        border-radius: 5%;
    }
    .top-h .left p {
        display: none;
    }
    nav {
        float: right;
        margin-bottom: 0px;
    }
    /*---home-box---*/
    .pro-box {
        overflow: hidden;
        position: relative;
        height: 152px;
    }
    .pro-box-sub span {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 0px;
        opacity: 0;
        width: 100%;
        color: #2c3e50;
        text-transform: uppercase;
        height: 202px;
    }
    .probox-main {
        width: 100%;
        float: left;
        height: 200px;
        margin-bottom: 30px;
    }
    .product-wrapper div:last-chaild {
        margin-bottom: 0px;
    }
    .probox-main p {
        font-size: 14px;
    }
    footer p {
        font-size: 12px;
        text-align: center;
    }
    .right-footer {
        float: none;
    }
    /*--home-box--*/
    /*--about-us-page---*/
    .patner-box1 {
        width: 100%;
    }
    .patner-box2 {
        width: 100%;
        margin-top: 20px;
    }
    .abt-t:after {
        width: 90%;
    }
    /*---service-box1----*/
    .service-box1 {
        width: 100%;
        float: left;
    }
    .service-box2 {
        float: right;
        width: 100%;
    }
    .ser-full-box:after {
        width: 90%;
    }
    .service-box1 h2 {
        font-size: 26px;
    }
    .service-box1 ul li {
        font-size: 14px;
    }
    .service-box2 img {
        margin-top: 10px;
        float: left;
        width: 90%;
    }
    .service-box2-width img {
        width: 60%;
    }
    .experi p {
        font-size: 14px;
    }
    /*--p-kits--*/
    .kits h2 {
        font-size: 26px;
    }
    .kits h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    /*--experi--*/
    .experi h2 {
        font-size: 26px;
    }
    .p-box {
        width: 48%;
        margin-bottom: 10px;
        height: 260px;
    }
    .p-box p:after {
        width: 80%;
        left: 20px;
    }
    .p-box-main {
        margin-top: 0px;
    }
    .experi ul li {
        font-size: 14px;
    }
    /*--careers--*/
    .caree-box1 {
        width: 100%;
    }
    .caree-box2 {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .caree-box1 h2 {
        font-size: 26px;
    }
    .caree-box2 h2 {
        font-size: 26px;
    }
    .carrer ul li {
        font-size: 14px;
    }
    /*--contact-us--*/
    .contact-fu:after {
        display: none;
    }
    .cont-box1 {
        width: 100%;
    }
    .cont-box2 {
        width: 100%;
        padding-left: 0px;
    }
    .cont-box1 input {
        width: 100%;
    }
    .adre-1 {
        width: 100%;
    }
    .adre-2 {
        width: 100%;
        padding-left: 0px;
    }
    .contact-us h2 {
        font-size: 26px;
    }
    .cont-box1 h3 {
        display: none;
    }
    .cont-box2 h3 {
        font-size: 26px;
    }
    .cont-box1 form p {
        font-size: 14px;
    }
    .adre-1 p span {
        font-size: 14px;
    }
    .contact-us p {
        margin-top: 10px;
        line-height: 25px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wapper {
        width: 90%;
        margin: 0 auto;
    }
    .ser-full-box:after {
        width: 100%;
        left: 0px;
    }
    /*--header--*/
    .top-h p:last-child {
        right: 0px;
    }
    .brand {
        top: 0px !important;
    }
    .brand img {
        height: 65px;
    }
    .navigation {
        /*    height: 70px !important;*/
    }
    nav {
        float: right;
        margin-bottom: 0px;
    }
    /*--banner--*/
    .banner-sub {
        top: 30%;
    }
    .banner-sub h2 {
        font-size: 35px;
    }
    .banner-sub h3 {
        font-size: 24px;
    }
    .abut-btn {
        padding: 6px 10px 6px 10px;
        font-size: 15px;
    }
    .men-acti {
        background-color: #fff;
        color: #000;
    }
    /*-home-box--*/
    .pro-box {
        height: 119px;
    }
    .pro-box-sub span {
        top: 0;
        height: 130px;
    }
    .probox-main p {
        font-size: 11px;
        font-weight: 600;
    }
    .probox-main {
        height: 152px;
    }
    .center h3 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .abt-box2 {
        display: none !important;
    }
    .abt-box1 {
        width: 100%;
        float: left;
    }
    .footer-bottom {
        display: none;
    }
    /*--about-us--*/
    .abt-t:after {
        width: 90%;
    }
    /*--searvics--*/
    .service-box1 {
        width: 100%;
    }
    .service-box2 {
        display: none;
    }
    /*--products--*/
    .p-box p:after {
        content: '';
        width: 90%;
        height: 2px;
        left: 6px;
        top: -5px;
    }
    .p-box p span {
        font-size: 14px;
    }
    .p-box p {
        font-size: 12px;
    }
    .p-box {
        padding-bottom: 15px;
    }
    .experi h2 {
        font-size: 30px;
    }
    /*--about--adress---*/
    .patner-box1 {
        width: 45%;
    }
    .patner-box2 {
        width: 45%;
    }
    .patner-box2 h3 {
        margin-top: 19px;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.f-validasion {
    float: left;
    width: 100%;
}

.error {
    width: 100%;
    float: left;
    color: #F00;
}

.success {
    color: #000;
}

.car {
    color: #fff;
}

.car-capch {
    width: 48%;
    float: left;
    height: 35px;
    margin-top: 10px;
}

.car-capch-text {
    width: 48%;
    float: right;
    height: 35px;
    margin-top: 10px;
    padding-left: 5px;
}

.car-capch-button {
    width: 100px;
    float: left;
    margin-top: 30px;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background-color: #e78200;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*-----responsive--menu-bar---*/

header {
    display: none;
}

@charset "UTF-8";
.navigation {
    /*height: 90px;*/
    float: left;
    background: #fff;
    width: 100%;
    position: relative;
}

.brand {
    position: absolute;
    padding-left: 0;
    float: left;
    top: 10px;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 100%;
    margin: 0 auto;
}

nav {
    float: right;
    margin-bottom: 20px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 10px 15px 10px 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    margin-left: 2px;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #e78200;
    color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 245px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: #fff;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

.abt-box1 a + a {
    margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 35px 0 15px;
    }
    .nav-list {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) and (max-width: 1024px) {
    .nav-list {
        display: none;
        margin-top: 28px;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #e78200;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-mobile {
        display: block;
    }
}

.hiddenform {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: none;
}

.hiddenform.show {
    display: block;
}

.hiddenform form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hiddenform form fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    border: none;
    padding: 0;
}

.hiddenform form fieldset input {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.hiddenform form fieldset input.submit {
    cursor: pointer;
}

label.error {
    font-size: 12px;
}

.result {
    margin: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.result.success {
    color: forestgreen;
}

.result.error {
    color: indianred;
}
