@font-face {
	font-family: 'fa-regular';
	src: url('../webfonts/fa-regular-400.eot');
	src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
		 url('../webfonts/fa-regular-400.woff') format('woff'),
		 url('../webfonts/fa-regular-400.ttf') format('truetype'),
		 url('../webfonts/fa-regular-400.svg#fa-regular-400') format('svg');
	font-display: swap;	 
}
*{
	margin: 0px;
	padding: 0px;
}
html{
	/*font-size: 62.5%;*/
}
dl,dt,dd,ul,li,h3,h4,h5,h6,input,form,a,p,textarea,button,select,label,span{
   margin: 0;
   padding: 0;
   font-family: "fa-regular" !important;
   /*font-weight: 100;*/
   outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: "fa-regular" !important;
	margin: 0;
    padding: 0;
    font-weight: bold;
}
ol,ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	}
.fl{
	float: left;	
}
.fr{
	float: right;
}
.clear{
	zoom: 1;

}
.clear:after{
	display: block;
	clear: both;
	content:"";
	height: 0;

}
.clearfix{
	overflow: hidden;
}

img{
	border: none;
	outline: none;
}
a{color:#333;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
a:hover{color:#F00;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
/*img{ max-width:100%; height:auto;}*/

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
 input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Sofia-Regular';
}
 a:link { text-decoration: none;}
　　 a:active { text-decoration:none;}
　　 a:hover { text-decoration:none;} 
　　 a:visited { text-decoration: none;}


.imgbox img{
	transition: all 2s;
}
.imgbox img:hover{
	transform: scale(1.1); 
}

.less{
	width: 420px;
	height: 400px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s;
}
.less:hover{
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}


.gray{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);  
    filter: grayscale(100%);	
    filter: gray;
}

.ornews::-webkit-scrollbar {
        width: 4px;     
        /*height: 2px;*/
       background: #1e1e1e;
    }
.ornews::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 2px #ab7525;
        background: #1e1e1e;
        width: 4px;     
        height: 4px;
    }
.ornews::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #1e1e1e;
        border-radius: 10px;
        background: #fff;
    }
    

.text-dealsss{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}




/*** 

====================================================================
	PUBLIC CSS
====================================================================

***/
.italic{
	font-style: italic;
}
ul,li{list-style:none;padding:0px;margin:0px;}
a:hover{transition:color .3s;}
body {
    margin: 0px;
    padding: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    color: #444;
}
/*.clear {
    clear: both;
}*/
.red{color:#ff0000;}

.services-container h2,.services-container h3,.services-container h4,.services-container h5,.services-container h6 {
    margin: 10px 0 10px 0 !important;
    font-size: 18px;
}

     /* 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: 0 0; width: 100%; border: 1px solid #ddd;}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: #3668cb;
  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: 16px;
  color: #333;
  line-height: 28px;
  padding: 0;
}
.services-container table td{
	border-right: 1px solid #f0f0f0;
}
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 p{line-height:28px; margin:0; padding-bottom:10px;font-size: 16px;color: #333;}
.services-container a{color:#0070c0; text-decoration:none;}
.services-container a:hover{color:#023d68;}
.services-container h2,.services-container h3,.services-container h4,.services-container h5,.services-container h6 { font-size:18px; font-weight: bolder;line-height: 24px;}
.services-container img {max-width:100%;height:auto;}
.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;}
.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 {padding-top: 7px;font-size:0.75em;text-align:center;line-height:1.7em !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: disc }
.ollist li {list-style-type:decimal }
.ullist li >ul>li{list-style-type:circle}
.ollist li >ul>li {list-style-type:lower-latin }

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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==) !important;}
.star li{list-style-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==)!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:0px;font-size:14px !important;line-height:20px !important;color:#888888 !important; }
.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{color:#2f57a6; 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:15px;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{color:#2f57a6; 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:15px;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;
}