ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover {
    transition: color .3s;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    color: #444;
}
@media (max-width: 800px){
    body{
        padding-top: 75px;
    }
}

.clears {
    clear: both;
}

.red {
    color: #ff0000;
}
.fc-white{ color: #fff !important;}
.services-container h2, .services-container h3, .services-container h4, .services-container h5, .services-container h6 {
    margin-bottom: 10px;
    font-family: 'Raleway-SemiBold';
}

/* sup & sub */

.sub, .sup {
    font-size: 10px;
    line-height: 14px;
}

@-moz-document url-prefix() {
    /* for Firefox  */
    .-moz-sub, .-moz-sup {
        position: relative;
    }
    .-moz-sub-span {
        position: relative;
        top: -8px;
    }
    .-moz-sup-span {
        position: relative;
        top: 0px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* for Google Chrome Safari 3.0 Opera 9  */
    .-webkit-w16 {
        width: 16px;
        display: inline-block;
    }

    .-webkit-sub, .-webkit-sup {
        -webkit-transform: scale(0.5) translate(-8px, 0px);
        /* -ms-transform: ;
         -o-transform: ;
        transform: ;
         -webkit-min-device-pixel-ratio:0;*/
        -webkit-letter-spacing: 1px;
    }
}


/***==================== Table Css style begin========***/
table {
    border-collapse: collapse;
    margin: 1.25em 0 0;
    width: 100%;
    border: 1px solid #ddd;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 28px;
    font-weight: 100;
    font-family: "Raleway-Regular";
}

table th,
table td {
    padding: 10px 12px;
    text-align: left;
}

table th {
    background: #f1b41c;
    color: #fff;
    text-transform: uppercase;
}

table tr td {
    background: #fff;
    color: #333;
}

table tr td a {
    color: #6b8d00;
    text-decoration: none;
}

table tr:nth-of-type(2n+2) td {
    background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .875rem;
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
    width: 55%;
    display: inline-block;
    padding-top: 10px;
}

.inquiry_btn {
    padding: 0.3em 0.8em;
    clear: both;
    color: #FFF;
    background-color: #a7c44c;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    display: inline-block;
}

.inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    border-radius: 10px 0 10px 0;
    background: #94ae44;
}

/***==================== Table Css style end========***/


/*---------------services page ---------------*/
.services-container {
}

.services-container .italic {
    font-style: italic;
}

.services-container p {
    line-height: 28px;
    padding-bottom: 15px;
    font-size: 15px;
    color: #fff;
}

.services-container a {
    color: #f1b41c;
    text-decoration: none;
}

.services-container a:hover {
    color: #ffc941;
}

.services-container h2, .services-container h3, .services-container h4, .services-container h5, .services-container h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.services-container h2 a, .services-container h3 a, .services-container h4 a, .services-container h5 a, .services-container h6 a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.services-container h2 {
    font-size: 21px;
}

.services-container h3 {
    color: #fff;
    font-size: 18px;
}

.inpage_left {
    width: 800px;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.inpage_section_title {
    margin: 0 auto;
    text-align: left;
}

.inpage_section_title h1 {
    font-size: 28px;
}

.inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #a7c44c;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block;
}

.ServiceShowPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
    color: #666666;
    margin-bottom: 25px !important;
}

.ServiceShowPic img {
    margin: auto;
}

.ServiceShowleftPic {
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.ServiceShowrightPic {
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.ServiceShowPic, .ServiceShowrightPic, .ServiceShowleftPic {
    font-size: 0.9em !important;
    text-align: center;
    line-height: 1.7em !important;
    margin-top: 8px !important;
    padding-bottom: 0px !important;
}

.ServiceShowPic img, .ServiceShowrightPic img, .ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.ullist {
    padding: 0px 0px 15px 19px;
    margin: 0px;
}

.ollist {
    padding: 0px 0px 15px 19px;
    margin: 0px;
}

.f-text-container ul, .f-text-container ol {
    padding: 0px 0px 15px 19px;
    margin: 0px;
}

.f-text-container ul li {
    list-style: disc
}

.f-text-container ol li {
    list-style-type: decimal
}

.f-text-container ul li > ul > li {
    list-style-type: circle
}

.f-text-container ol li > ul > li {
    list-style-type: lower-latin
}

.ullist > li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI2ZmZiIgcG9pbnRzPSIxLjkyOCwxNy4zNjUgMS45MjgsMC4xIDE1LjU4NCw4LjczMiAiLz4KPC9zdmc+) !important;
}

.ollist li {
    list-style-type: decimal;
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

.ullist ul li {
    list-style: disc !important;
}

.ollist li > ul > li {
    list-style-type: lower-latin
}

.ullist > p:last-child {
    padding-bottom: 0px;
}

ul li > ul, ul li > ul li > ul {
    padding-bottom: 0 !important
}

.fa-disc::before {
    content: "●";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}

.fa-triangle::before {
    content: "▶";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
    font-size: 30%;
}

.fa-star::before {
    content: "★";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}

.triangle > li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI2ZmZiIgcG9pbnRzPSIxLjkyOCwxNy4zNjUgMS45MjgsMC4xIDE1LjU4NCw4LjczMiAiLz4KPC9zdmc+) !important;
}

.ullist ul.star li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImRfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE3LjQgMTcuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcuNCAxNy40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjQsNi44bC01LjIsMy44bDEuNyw2LjNsLTUuMy0zLjdsLTUuMiwzLjdsMS45LTYuMkwwLDYuOGg2LjZsMi4xLTYuMmwyLjEsNi4ySDE3LjR6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) !important;
}

.disc li {
    list-style: disc !important;
}

.roman li {
    list-style: lower-roman !important;
}

.hollow-disc li {
    list-style-type: circle !important;
}


.decimal li {
    list-style: decimal !important;
}

.greek li {
    list-style: lower-greek !important;
}

.latin li {
    list-style: lower-latin !important;
}

.upper-latin li {
    list-style: upper-latin !important;
}

.disc li {
    list-style: disc !important;
}

.roman li {
    list-style: lower-roman !important;
}


.Reference {
    padding-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #f1b31d !important;
}

.Reference li {
    line-height: revert !important;
    padding-bottom: 0px !important;
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 5px;
}

.Referencemargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}

.Referencemargin strong {
    font-size: 14px !important;
}

.Referencemargin li {
    padding-bottom: 8px !important;
}

.tablecontentshow {
    margin: auto auto 15px auto;
}

.tablecontentshow td {
    padding: 5px;
}

.tablecontentshow .servicetheadbg {
    background-color: #a7c44c;
    color: #ffffff;
}


@media (min-width: 769px) and (max-width: 1279px) {
    .services-container {
    }

    .services-container p {
        line-height: 30px;
        margin: 0;
        padding-bottom: 20px;
    }

    .services-container a {
        text-decoration: none;
    }

    .inpage_left {
        width: 60%;
        height: auto;
        overflow: hidden;
        display: inline-block;
    }

    .inpage_section_title {
        margin: 0 auto;
        font-family: "Century Gothic";
        text-align: left;
    }

    .inpage_section_title h1 {
        font-size: 28px;
    }

    .inpage_section_title hr {
        height: 4px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #a7c44c;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
        display: inline-block;
    }

    .ServiceShowleftPic, .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .ServiceShowleftPic img, .ServiceShowrightPic img {
        margin-bottom: 15px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (max-width: 768px) {
    .services-container {
    }

    .services-container p {
        line-height: 30px;
        margin: 0;
        padding-bottom: 20px;
    }

    .services-container a {
        text-decoration: none;
    }

    .inpage_left {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: inline-block;
    }

    .inpage_section_title {
        margin: 0 auto;
        font-family: "Century Gothic";
        text-align: left;
    }

    .inpage_section_title h1 {
        font-size: 28px;
    }

    .inpage_section_title hr {
        height: 4px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #a7c44c;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
        display: inline-block;
    }

    .ServiceShowleftPic, .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .ServiceShowleftPic img, .ServiceShowrightPic img {
        margin-bottom: 15px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}


/*---------------services end ---------------*/


.ztitle {
    /* background: #f5f5f5; */
    position: relative;
    padding: 0px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    color: #2f57a6
}

.ztitle a {
    width: 95%;
    display: inherit;
}

.ztitle span {
    position: absolute;

    right: 10px;
    top: 3px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bolder;
    padding: 0;
    /* background: #fbb908; */
    border-radius: 50%;
    /* color: #fff; */
}

.product-info-tabs {
    margin-top: 45px;
}

.con_div {
    padding: 0px 15px 0 30px;
    color: #333
}

.ztitle span:after {
    transition: opacity 0.5s;
    opacity: 0;
}

.ztitle .cshow:after {
    content: "+";
    opacity: 1;
}

.ztitle .chide:after {
    content: "-";
    opacity: 1;
    font-size: 26px;
}

.Fold-box {
    margin-bottom: 20px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.services-tabs {
    position: relative;
}

.services-tabs .tab-btns {
    position: relative;
    z-index: 1;
    background: #d2d2d2;
    padding-top: 5px;
    padding-left: 20px;

}

.services-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    background: #fff;
    color: #999;

    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 3px 22px 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-tabs .tab-btns .tab-btn:hover:after,
.services-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-tabs .tab-btns .tab-btn:hover,
.services-tabs .tab-btns .tab-btn.active-btn {
    color: #333;

    background: #fff;
}

.services-tabs .tabs-content {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    border-top: 0px;
}

.services-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.services-tabs .tabs-content .tab.active-tab {
    display: block;
}

.services-tabs .tabs-content .tab .content {
    position: relative;
}

.services-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 2em;
    color: #666666;
    margin-bottom: 0px;
}