@font-face {
	font-family: 'Outfit-Bold';
	src: url('fonts/Outfit-Bold.eot');
	src: url('fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Outfit-Bold.woff') format('woff'),
	url('fonts/Outfit-Bold.woff2') format('woff2'),
	url('fonts/Outfit-Bold.ttf') format('truetype'),
	url('fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Outfit-Regular';
	src: url('fonts/Outfit-Regular.eot');
	src: url('fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Outfit-Regular.woff') format('woff'),
	url('fonts/Outfit-Regular.woff2') format('woff2'),
	url('fonts/Outfit-Regular.ttf') format('truetype'),
	url('fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Outfit-Light';
	src: url('fonts/Outfit-Light.eot');
	src: url('fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Outfit-Light.woff') format('woff'),
	url('fonts/Outfit-Light.woff2') format('woff2'),
	url('fonts/Outfit-Light.ttf') format('truetype'),
	url('fonts/Outfit-Light.svg#Outfit-Light') format('svg');
	font-display: swap;
}
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    line-height: 1.42857143;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
img {
    vertical-align: middle
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],html input[disabled] {
    cursor: default
}

html,body{
	font-size: 62.5%;
	font-family: 'Outfit-Light', sans-serif;
}
dl,dt,dd,ul,li,input,form,a,p,textarea,button,label,tr,td,th{
   margin: 0;
   padding: 0;
   font-family: 'Outfit-Light';
   font-weight: normal;
   outline: none;
   font-size: 16px;
   line-height: 28px;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
   padding: 0;
	font-family: 'Outfit-Bold', sans-serif;
   font-weight: normal;
   outline: none;
}
.services-container p,.services-container ul,.services-container li,.services-container a,.services-container table tr,.services-container table td{
	font-family: 'Outfit-Light', sans-serif;
}
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:#1E5E9B;}
a:hover{color:#76C2F6;text-decoration: none;}
/*img{ max-width:100%; height:auto;}*/

input::-webkit-input-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
input::-moz-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
input::-moz-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
input::-ms-input-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
textarea::-webkit-input-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
textarea::-moz-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
textarea::-moz-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}
textarea::-ms-input-placeholder{
  color: #a4a9af;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit-Light', sans-serif;
}

　　 a:active { text-decoration:none !important;}
　　 a:hover { text-decoration:none !important;} 
　　 a:visited { text-decoration: none !important;}

a:focus{
	color: indianred;
}
.imgbox img{
	transition: all .5s;
}
.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;
}

.navli>ul>li>.downnav::-webkit-scrollbar {
        width: 0px;     
        /*height: 2px;*/
       background: #1e1e1e;
    }
.navli>ul>li>.downnav::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 2px #ab7525;
        background: #1e1e1e;
        width: 0px;     
        height: 4px;
    }
.navli>ul>li>.downnav::-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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?i5mue7');
	src:  url('fonts/icomoon.eot?i5mue7#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?i5mue7') format('truetype'),
	url('fonts/icomoon.woff?i5mue7') format('woff'),
	url('fonts/icomoon.svg?i5mue7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-hour:before {
	content: "\e900";
}
.icon-add-basket:before {
	content: "\e901";
}
.icon-add-basket-1:before {
	content: "\e902";
}
.icon-address:before {
	content: "\e903";
}
.icon-address-2:before {
	content: "\e904";
}
.icon-address-3:before {
	content: "\e905";
}
.icon-address-alt:before {
	content: "\e906";
}
.icon-address-home-5:before {
	content: "\e907";
}
.icon-address-line:before {
	content: "\e908";
}
.icon-address-location:before {
	content: "\e909";
}
.icon-address-map:before {
	content: "\e90a";
}
.icon-address-more-1:before {
	content: "\e90b";
}
.icon-address-more-2:before {
	content: "\e90c";
}
.icon-airplane-1:before {
	content: "\e90d";
}
.icon-angle-down:before {
	content: "\e90e";
}
.icon-angle-left:before {
	content: "\e91f";
}
.icon-angle-right:before {
	content: "\e91d";
}
.icon-angle-up:before {
	content: "\e911";
}
.icon-arrow-down:before {
	content: "\e912";
}
.icon-arrow-left1:before {
	content: "\e920";
}
.icon-arrow-right1:before {
	content: "\e91e";
}
.icon-arrow-up:before {
	content: "\e915";
}
.icon-award:before {
	content: "\e916";
}
.icon-award-1:before {
	content: "\e917";
}
.icon-blogger:before {
	content: "\e918";
}
.icon-blogger-alt:before {
	content: "\e919";
}
.icon-blogger-o:before {
	content: "\e91a";
}
.icon-bong:before {
	content: "\e91b";
}
.icon-book:before {
	content: "\e91c";
}
.icon-bookmark:before {
	content: "\e921";
}
.icon-bullhorn:before {
	content: "\e922";
}
.icon-burn:before {
	content: "\e923";
}
.icon-calendar-alt:before {
	content: "\e924";
}
.icon-camera:before {
	content: "\e925";
}
.icon-capsules:before {
	content: "\e926";
}
.icon-caret-down:before {
	content: "\e927";
}
.icon-caret-left:before {
	content: "\e928";
}
.icon-caret-right:before {
	content: "\e929";
}
.icon-caret-up:before {
	content: "\e92a";
}
.icon-check:before {
	content: "\e92b";
}
.icon-city-building:before {
	content: "\e92c";
}
.icon-cog:before {
	content: "\e92d";
}
.icon-communication:before {
	content: "\e92e";
}
.icon-crown:before {
	content: "\e92f";
}
.icon-dialogue:before {
	content: "\e930";
}
.icon-discourse:before {
	content: "\e931";
}
.icon-down-line:before {
	content: "\e932";
}
.icon-download:before {
	content: "\e933";
}
.icon-drugs:before {
	content: "\e934";
}
.icon-edit:before {
	content: "\e935";
}
.icon-email:before {
	content: "\e936";
}
.icon-email-2:before {
	content: "\e937";
}
.icon-email-3:before {
	content: "\e938";
}
.icon-email-4:before {
	content: "\e939";
}
.icon-email-5:before {
	content: "\e93a";
}
.icon-email-6:before {
	content: "\e93b";
}
.icon-email-alt:before {
	content: "\e93c";
}
.icon-email-envelope:before {
	content: "\e93d";
}
.icon-email-line:before {
	content: "\e93e";
}
.icon-email-send:before {
	content: "\e93f";
}
.icon-europe-map:before {
	content: "\e940";
}
.icon-external-link-square:before {
	content: "\e941";
}
.icon-eye-dropper-alt:before {
	content: "\e942";
}
.icon-facebook:before {
	content: "\e943";
}
.icon-facebook-o:before {
	content: "\e944";
}
.icon-facebooks-alt:before {
	content: "\e945";
}
.icon-false:before {
	content: "\e946";
}
.icon-fax:before {
	content: "\e947";
}
.icon-fax-2:before {
	content: "\e948";
}
.icon-fax-3:before {
	content: "\e949";
}
.icon-fax-5:before {
	content: "\e94a";
}
.icon-fax-more-1:before {
	content: "\e94b";
}
.icon-fax-more-2:before {
	content: "\e94c";
}
.icon-fax-print:before {
	content: "\e94d";
}
.icon-file-alt:before {
	content: "\e94e";
}
.icon-file-fold:before {
	content: "\e94f";
}
.icon-file-open:before {
	content: "\e950";
}
.icon-file-pdf:before {
	content: "\e951";
}
.icon-filter:before {
	content: "\e952";
}
.icon-find:before {
	content: "\e953";
}
.icon-fire:before {
	content: "\e954";
}
.icon-flag-usa:before {
	content: "\e955";
}
.icon-flask:before {
	content: "\e956";
}
.icon-fly:before {
	content: "\e957";
}
.icon-folder:before {
	content: "\e958";
}
.icon-folder-alt:before {
	content: "\e959";
}
.icon-folder-open:before {
	content: "\e95a";
}
.icon-folder-open-alt:before {
	content: "\e95b";
}
.icon-globe-alt:before {
	content: "\e95c";
}
.icon-globe-americas:before {
	content: "\e95d";
}
.icon-google:before {
	content: "\e95e";
}
.icon-google-alt:before {
	content: "\e95f";
}
.icon-hand-point-down:before {
	content: "\e960";
}
.icon-hand-point-left:before {
	content: "\e961";
}
.icon-hand-point-right:before {
	content: "\e962";
}
.icon-hand-point-up:before {
	content: "\e963";
}
.icon-handshake-1:before {
	content: "\e964";
}
.icon-headphone:before {
	content: "\e965";
}
.icon-headset:before {
	content: "\e966";
}
.icon-home:before {
	content: "\e967";
}
.icon-house:before {
	content: "\e968";
}
.icon-idea:before {
	content: "\e969";
}
.icon-image:before {
	content: "\e96a";
}
.icon-image-alt:before {
	content: "\e96b";
}
.icon-img-inquiry:before {
	content: "\e96c";
}
.icon-inquiry-man:before {
	content: "\e96d";
}
.icon-inspire-1:before {
	content: "\e96e";
}
.icon-key:before {
	content: "\e96f";
}
.icon-lab:before {
	content: "\e970";
}
.icon-lightbulb:before {
	content: "\e971";
}
.icon-lightning-1:before {
	content: "\e972";
}
.icon-link:before {
	content: "\e973";
}
.icon-linkedin:before {
	content: "\e974";
}
.icon-linkedin-alt:before {
	content: "\e975";
}
.icon-linkedin-o:before {
	content: "\e976";
}
.icon-map-pin:before {
	content: "\e977";
}
.icon-menu-2:before {
	content: "\e978";
}
.icon-microscope1:before {
	content: "\e979";
}
.icon-minus:before {
	content: "\e97a";
}
.icon-minus-circle:before {
	content: "\e97b";
}
.icon-minus-line:before {
	content: "\e97c";
}
.icon-minus-o:before {
	content: "\e97d";
}
.icon-minus-square:before {
	content: "\e97e";
}
.icon-news:before {
	content: "\e97f";
}
.icon-newspaper:before {
	content: "\e980";
}
.icon-next-line:before {
	content: "\e981";
}
.icon-pdf-1:before {
	content: "\e982";
}
.icon-phone:before {
	content: "\e983";
}
.icon-phone-4:before {
	content: "\e984";
}
.icon-phone-5:before {
	content: "\e985";
}
.icon-phone-book:before {
	content: "\e986";
}
.icon-phone-hang-up:before {
	content: "\e987";
}
.icon-phone-line:before {
	content: "\e988";
}
.icon-phone-simple:before {
	content: "\e989";
}
.icon-phone-volume:before {
	content: "\e98a";
}
.icon-pills:before {
	content: "\e98b";
}
.icon-planet-earth:before {
	content: "\e98c";
}
.icon-plus:before {
	content: "\e98d";
}
.icon-plus-circle:before {
	content: "\e98e";
}
.icon-plus-line:before {
	content: "\e98f";
}
.icon-plus-o:before {
	content: "\e990";
}
.icon-plus-square:before {
	content: "\e991";
}
.icon-previous-line:before {
	content: "\e992";
}
.icon-price-tag:before {
	content: "\e993";
}
.icon-professional:before {
	content: "\e994";
}
.icon-question-circle:before {
	content: "\e995";
}
.icon-quick:before {
	content: "\e996";
}
.icon-right-long-arrow:before {
	content: "\e997";
}
.icon-search-1:before {
	content: "\e998";
}
.icon-search-2:before {
	content: "\e999";
}
.icon-search-line:before {
	content: "\e99a";
}
.icon-share:before {
	content: "\e99b";
}
.icon-shopping-basket:before {
	content: "\e99c";
}
.icon-shopping-cart:before {
	content: "\e99d";
}
.icon-spinner:before {
	content: "\e99e";
}
.icon-star:before {
	content: "\e99f";
}
.icon-star-line:before {
	content: "\e9a0";
}
.icon-target-1:before {
	content: "\e9a1";
}
.icon-tel-3:before {
	content: "\e9a2";
}
.icon-tel-inquiry:before {
	content: "\e9a3";
}
.icon-telphone-2:before {
	content: "\e9a4";
}
.icon-test:before {
	content: "\e9a5";
}
.icon-thumbs-up:before {
	content: "\e9a6";
}
.icon-top-line:before {
	content: "\e9a7";
}
.icon-trash:before {
	content: "\e9a8";
}
.icon-tumblr:before {
	content: "\e9a9";
}
.icon-tumblr-alt:before {
	content: "\e9aa";
}
.icon-twitter:before {
	content: "\e9ab";
}
.icon-twitter-alt:before {
	content: "\e9ac";
}
.icon-twitter-o:before {
	content: "\e9ad";
}
.icon-twitter-x:before {
	content: "\e9ae";
}
.icon-twitter-x-alt:before {
	content: "\e9af";
}
.icon-unlock:before {
	content: "\e9b0";
}
.icon-unlock-alt:before {
	content: "\e9b1";
}
.icon-upload:before {
	content: "\e9b2";
}
.icon-usa-map:before {
	content: "\e9b3";
}
.icon-user:before {
	content: "\e9b4";
}
.icon-vial:before {
	content: "\e9b5";
}
.icon-warning-1:before {
	content: "\e9b6";
}
.icon-warning-2:before {
	content: "\e9b7";
}
.icon-warning-3:before {
	content: "\e9b8";
}
.icon-weibo:before {
	content: "\e9b9";
}
.icon-weixin:before {
	content: "\e9ba";
}
.icon-youtube:before {
	content: "\e9bb";
}
.icon-youtube-alt:before {
	content: "\e9bc";
}
.icon-youtube-y:before {
	content: "\e9bd";
}
