/* font-awsome */
/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,
 .fas,
 .far,
 .fal,
 .fad,
 .fab {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
 }
 
 .fa-lg {
   font-size: 1.33333em;
   line-height: 0.75em;
   vertical-align: -.0667em;
 }
 
 .fa-xs {
   font-size: .75em;
 }
 
 .fa-sm {
   font-size: .875em;
 }
 
 .fa-1x {
   font-size: 1em;
 }
 
 .fa-2x {
   font-size: 2em;
 }
 
 .fa-3x {
   font-size: 3em;
 }
 
 .fa-4x {
   font-size: 4em;
 }
 
 .fa-5x {
   font-size: 5em;
 }
 
 .fa-6x {
   font-size: 6em;
 }
 
 .fa-7x {
   font-size: 7em;
 }
 
 .fa-8x {
   font-size: 8em;
 }
 
 .fa-9x {
   font-size: 9em;
 }
 
 .fa-10x {
   font-size: 10em;
 }
 
 .fa-fw {
   text-align: center;
   width: 1.25em;
 }
 
 .fa-ul {
   list-style-type: none;
   margin-left: 2.5em;
   padding-left: 0;
 }
 
 .fa-ul>li {
   position: relative;
 }
 
 .fa-li {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 2em;
   line-height: inherit;
 }
 
 .fa-border {
   border: solid 0.08em #eee;
   border-radius: .1em;
   padding: .2em .25em .15em;
 }
 
 .fa-pull-left {
   float: left;
 }
 
 .fa-pull-right {
   float: right;
 }
 
 .fa.fa-pull-left,
 .fas.fa-pull-left,
 .far.fa-pull-left,
 .fal.fa-pull-left,
 .fab.fa-pull-left {
   margin-right: .3em;
 }
 
 .fa.fa-pull-right,
 .fas.fa-pull-right,
 .far.fa-pull-right,
 .fal.fa-pull-right,
 .fab.fa-pull-right {
   margin-left: .3em;
 }
 
 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
 }
 
 .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
   animation: fa-spin 1s infinite steps(8);
 }
 
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
 
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
 
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 
 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 
 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
 }
 
 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
   transform: rotate(270deg);
 }
 
 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
   transform: scale(-1, 1);
 }
 
 .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
   transform: scale(1, -1);
 }
 
 .fa-flip-both,
 .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(-1, -1);
   transform: scale(-1, -1);
 }
 
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-flip-both {
   -webkit-filter: none;
   filter: none;
 }
 
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em;
 }
 
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%;
 }
 
 .fa-stack-1x {
   line-height: inherit;
 }
 
 .fa-stack-2x {
   font-size: 2em;
 }
 
 .fa-inverse {
   color: #fff;
 }
 
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
 .fa-500px:before {
   content: "\f26e";
 }
 
 .fa-accessible-icon:before {
   content: "\f368";
 }
 
 .fa-accusoft:before {
   content: "\f369";
 }
 
 .fa-acquisitions-incorporated:before {
   content: "\f6af";
 }
 
 .fa-ad:before {
   content: "\f641";
 }
 
 .fa-address-book:before {
   content: "\f2b9";
 }
 
 .fa-address-card:before {
   content: "\f2bb";
 }
 
 .fa-adjust:before {
   content: "\f042";
 }
 
 .fa-adn:before {
   content: "\f170";
 }
 
 .fa-adobe:before {
   content: "\f778";
 }
 
 .fa-adversal:before {
   content: "\f36a";
 }
 
 .fa-affiliatetheme:before {
   content: "\f36b";
 }
 
 .fa-air-freshener:before {
   content: "\f5d0";
 }
 
 .fa-airbnb:before {
   content: "\f834";
 }
 
 .fa-algolia:before {
   content: "\f36c";
 }
 
 .fa-align-center:before {
   content: "\f037";
 }
 
 .fa-align-justify:before {
   content: "\f039";
 }
 
 .fa-align-left:before {
   content: "\f036";
 }
 
 .fa-align-right:before {
   content: "\f038";
 }
 
 .fa-alipay:before {
   content: "\f642";
 }
 
 .fa-allergies:before {
   content: "\f461";
 }
 
 .fa-amazon:before {
   content: "\f270";
 }
 
 .fa-amazon-pay:before {
   content: "\f42c";
 }
 
 .fa-ambulance:before {
   content: "\f0f9";
 }
 
 .fa-american-sign-language-interpreting:before {
   content: "\f2a3";
 }
 
 .fa-amilia:before {
   content: "\f36d";
 }
 
 .fa-anchor:before {
   content: "\f13d";
 }
 
 .fa-android:before {
   content: "\f17b";
 }
 
 .fa-angellist:before {
   content: "\f209";
 }
 
 .fa-angle-double-down:before {
   content: "\f103";
 }
 
 .fa-angle-double-left:before {
   content: "\f100";
 }
 
 .fa-angle-double-right:before {
   content: "\f101";
 }
 
 .fa-angle-double-up:before {
   content: "\f102";
 }
 
 .fa-angle-down:before {
   content: "\f107";
 }
 
 .fa-angle-left:before {
   content: "\f104";
 }
 
 .fa-angle-right:before {
   content: "\f105";
 }
 
 .fa-angle-up:before {
   content: "\f106";
 }
 
 .fa-angry:before {
   content: "\f556";
 }
 
 .fa-angrycreative:before {
   content: "\f36e";
 }
 
 .fa-angular:before {
   content: "\f420";
 }
 
 .fa-ankh:before {
   content: "\f644";
 }
 
 .fa-app-store:before {
   content: "\f36f";
 }
 
 .fa-app-store-ios:before {
   content: "\f370";
 }
 
 .fa-apper:before {
   content: "\f371";
 }
 
 .fa-apple:before {
   content: "\f179";
 }
 
 .fa-apple-alt:before {
   content: "\f5d1";
 }
 
 .fa-apple-pay:before {
   content: "\f415";
 }
 
 .fa-archive:before {
   content: "\f187";
 }
 
 .fa-archway:before {
   content: "\f557";
 }
 
 .fa-arrow-alt-circle-down:before {
   content: "\f358";
 }
 
 .fa-arrow-alt-circle-left:before {
   content: "\f359";
 }
 
 .fa-arrow-alt-circle-right:before {
   content: "\f35a";
 }
 
 .fa-arrow-alt-circle-up:before {
   content: "\f35b";
 }
 
 .fa-arrow-circle-down:before {
   content: "\f0ab";
 }
 
 .fa-arrow-circle-left:before {
   content: "\f0a8";
 }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9";
 }
 
 .fa-arrow-circle-up:before {
   content: "\f0aa";
 }
 
 .fa-arrow-down:before {
   content: "\f063";
 }
 
 .fa-arrow-left:before {
   content: "\f060";
 }
 
 .fa-arrow-right:before {
   content: "\f061";
 }
 
 .fa-arrow-up:before {
   content: "\f062";
 }
 
 .fa-arrows-alt:before {
   content: "\f0b2";
 }
 
 .fa-arrows-alt-h:before {
   content: "\f337";
 }
 
 .fa-arrows-alt-v:before {
   content: "\f338";
 }
 
 .fa-artstation:before {
   content: "\f77a";
 }
 
 .fa-assistive-listening-systems:before {
   content: "\f2a2";
 }
 
 .fa-asterisk:before {
   content: "\f069";
 }
 
 .fa-asymmetrik:before {
   content: "\f372";
 }
 
 .fa-at:before {
   content: "\f1fa";
 }
 
 .fa-atlas:before {
   content: "\f558";
 }
 
 .fa-atlassian:before {
   content: "\f77b";
 }
 
 .fa-atom:before {
   content: "\f5d2";
 }
 
 .fa-audible:before {
   content: "\f373";
 }
 
 .fa-audio-description:before {
   content: "\f29e";
 }
 
 .fa-autoprefixer:before {
   content: "\f41c";
 }
 
 .fa-avianex:before {
   content: "\f374";
 }
 
 .fa-aviato:before {
   content: "\f421";
 }
 
 .fa-award:before {
   content: "\f559";
 }
 
 .fa-aws:before {
   content: "\f375";
 }
 
 .fa-baby:before {
   content: "\f77c";
 }
 
 .fa-baby-carriage:before {
   content: "\f77d";
 }
 
 .fa-backspace:before {
   content: "\f55a";
 }
 
 .fa-backward:before {
   content: "\f04a";
 }
 
 .fa-bacon:before {
   content: "\f7e5";
 }
 
 .fa-balance-scale:before {
   content: "\f24e";
 }
 
 .fa-balance-scale-left:before {
   content: "\f515";
 }
 
 .fa-balance-scale-right:before {
   content: "\f516";
 }
 
 .fa-ban:before {
   content: "\f05e";
 }
 
 .fa-band-aid:before {
   content: "\f462";
 }
 
 .fa-bandcamp:before {
   content: "\f2d5";
 }
 
 .fa-barcode:before {
   content: "\f02a";
 }
 
 .fa-bars:before {
   content: "\f0c9";
 }
 
 .fa-baseball-ball:before {
   content: "\f433";
 }
 
 .fa-basketball-ball:before {
   content: "\f434";
 }
 
 .fa-bath:before {
   content: "\f2cd";
 }
 
 .fa-battery-empty:before {
   content: "\f244";
 }
 
 .fa-battery-full:before {
   content: "\f240";
 }
 
 .fa-battery-half:before {
   content: "\f242";
 }
 
 .fa-battery-quarter:before {
   content: "\f243";
 }
 
 .fa-battery-three-quarters:before {
   content: "\f241";
 }
 
 .fa-battle-net:before {
   content: "\f835";
 }
 
 .fa-bed:before {
   content: "\f236";
 }
 
 .fa-beer:before {
   content: "\f0fc";
 }
 
 .fa-behance:before {
   content: "\f1b4";
 }
 
 .fa-behance-square:before {
   content: "\f1b5";
 }
 
 .fa-bell:before {
   content: "\f0f3";
 }
 
 .fa-bell-slash:before {
   content: "\f1f6";
 }
 
 .fa-bezier-curve:before {
   content: "\f55b";
 }
 
 .fa-bible:before {
   content: "\f647";
 }
 
 .fa-bicycle:before {
   content: "\f206";
 }
 
 .fa-biking:before {
   content: "\f84a";
 }
 
 .fa-bimobject:before {
   content: "\f378";
 }
 
 .fa-binoculars:before {
   content: "\f1e5";
 }
 
 .fa-biohazard:before {
   content: "\f780";
 }
 
 .fa-birthday-cake:before {
   content: "\f1fd";
 }
 
 .fa-bitbucket:before {
   content: "\f171";
 }
 
 .fa-bitcoin:before {
   content: "\f379";
 }
 
 .fa-bity:before {
   content: "\f37a";
 }
 
 .fa-black-tie:before {
   content: "\f27e";
 }
 
 .fa-blackberry:before {
   content: "\f37b";
 }
 
 .fa-blender:before {
   content: "\f517";
 }
 
 .fa-blender-phone:before {
   content: "\f6b6";
 }
 
 .fa-blind:before {
   content: "\f29d";
 }
 
 .fa-blog:before {
   content: "\f781";
 }
 
 .fa-blogger:before {
   content: "\f37c";
 }
 
 .fa-blogger-b:before {
   content: "\f37d";
 }
 
 .fa-bluetooth:before {
   content: "\f293";
 }
 
 .fa-bluetooth-b:before {
   content: "\f294";
 }
 
 .fa-bold:before {
   content: "\f032";
 }
 
 .fa-bolt:before {
   content: "\f0e7";
 }
 
 .fa-bomb:before {
   content: "\f1e2";
 }
 
 .fa-bone:before {
   content: "\f5d7";
 }
 
 .fa-bong:before {
   content: "\f55c";
 }
 
 .fa-book:before {
   content: "\f02d";
 }
 
 .fa-book-dead:before {
   content: "\f6b7";
 }
 
 .fa-book-medical:before {
   content: "\f7e6";
 }
 
 .fa-book-open:before {
   content: "\f518";
 }
 
 .fa-book-reader:before {
   content: "\f5da";
 }
 
 .fa-bookmark:before {
   content: "\f02e";
 }
 
 .fa-bootstrap:before {
   content: "\f836";
 }
 
 .fa-border-all:before {
   content: "\f84c";
 }
 
 .fa-border-none:before {
   content: "\f850";
 }
 
 .fa-border-style:before {
   content: "\f853";
 }
 
 .fa-bowling-ball:before {
   content: "\f436";
 }
 
 .fa-box:before {
   content: "\f466";
 }
 
 .fa-box-open:before {
   content: "\f49e";
 }
 
 .fa-boxes:before {
   content: "\f468";
 }
 
 .fa-braille:before {
   content: "\f2a1";
 }
 
 .fa-brain:before {
   content: "\f5dc";
 }
 
 .fa-bread-slice:before {
   content: "\f7ec";
 }
 
 .fa-briefcase:before {
   content: "\f0b1";
 }
 
 .fa-briefcase-medical:before {
   content: "\f469";
 }
 
 .fa-broadcast-tower:before {
   content: "\f519";
 }
 
 .fa-broom:before {
   content: "\f51a";
 }
 
 .fa-brush:before {
   content: "\f55d";
 }
 
 .fa-btc:before {
   content: "\f15a";
 }
 
 .fa-buffer:before {
   content: "\f837";
 }
 
 .fa-bug:before {
   content: "\f188";
 }
 
 .fa-building:before {
   content: "\f1ad";
 }
 
 .fa-bullhorn:before {
   content: "\f0a1";
 }
 
 .fa-bullseye:before {
   content: "\f140";
 }
 
 .fa-burn:before {
   content: "\f46a";
 }
 
 .fa-buromobelexperte:before {
   content: "\f37f";
 }
 
 .fa-bus:before {
   content: "\f207";
 }
 
 .fa-bus-alt:before {
   content: "\f55e";
 }
 
 .fa-business-time:before {
   content: "\f64a";
 }
 
 .fa-buysellads:before {
   content: "\f20d";
 }
 
 .fa-calculator:before {
   content: "\f1ec";
 }
 
 .fa-calendar:before {
   content: "\f133";
 }
 
 .fa-calendar-alt:before {
   content: "\f073";
 }
 
 .fa-calendar-check:before {
   content: "\f274";
 }
 
 .fa-calendar-day:before {
   content: "\f783";
 }
 
 .fa-calendar-minus:before {
   content: "\f272";
 }
 
 .fa-calendar-plus:before {
   content: "\f271";
 }
 
 .fa-calendar-times:before {
   content: "\f273";
 }
 
 .fa-calendar-week:before {
   content: "\f784";
 }
 
 .fa-camera:before {
   content: "\f030";
 }
 
 .fa-camera-retro:before {
   content: "\f083";
 }
 
 .fa-campground:before {
   content: "\f6bb";
 }
 
 .fa-canadian-maple-leaf:before {
   content: "\f785";
 }
 
 .fa-candy-cane:before {
   content: "\f786";
 }
 
 .fa-cannabis:before {
   content: "\f55f";
 }
 
 .fa-capsules:before {
   content: "\f46b";
 }
 
 .fa-car:before {
   content: "\f1b9";
 }
 
 .fa-car-alt:before {
   content: "\f5de";
 }
 
 .fa-car-battery:before {
   content: "\f5df";
 }
 
 .fa-car-crash:before {
   content: "\f5e1";
 }
 
 .fa-car-side:before {
   content: "\f5e4";
 }
 
 .fa-caret-down:before {
   content: "\f0d7";
 }
 
 .fa-caret-left:before {
   content: "\f0d9";
 }
 
 .fa-caret-right:before {
   content: "\f0da";
 }
 
 .fa-caret-square-down:before {
   content: "\f150";
 }
 
 .fa-caret-square-left:before {
   content: "\f191";
 }
 
 .fa-caret-square-right:before {
   content: "\f152";
 }
 
 .fa-caret-square-up:before {
   content: "\f151";
 }
 
 .fa-caret-up:before {
   content: "\f0d8";
 }
 
 .fa-carrot:before {
   content: "\f787";
 }
 
 .fa-cart-arrow-down:before {
   content: "\f218";
 }
 
 .fa-cart-plus:before {
   content: "\f217";
 }
 
 .fa-cash-register:before {
   content: "\f788";
 }
 
 .fa-cat:before {
   content: "\f6be";
 }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d";
 }
 
 .fa-cc-amex:before {
   content: "\f1f3";
 }
 
 .fa-cc-apple-pay:before {
   content: "\f416";
 }
 
 .fa-cc-diners-club:before {
   content: "\f24c";
 }
 
 .fa-cc-discover:before {
   content: "\f1f2";
 }
 
 .fa-cc-jcb:before {
   content: "\f24b";
 }
 
 .fa-cc-mastercard:before {
   content: "\f1f1";
 }
 
 .fa-cc-paypal:before {
   content: "\f1f4";
 }
 
 .fa-cc-stripe:before {
   content: "\f1f5";
 }
 
 .fa-cc-visa:before {
   content: "\f1f0";
 }
 
 .fa-centercode:before {
   content: "\f380";
 }
 
 .fa-centos:before {
   content: "\f789";
 }
 
 .fa-certificate:before {
   content: "\f0a3";
 }
 
 .fa-chair:before {
   content: "\f6c0";
 }
 
 .fa-chalkboard:before {
   content: "\f51b";
 }
 
 .fa-chalkboard-teacher:before {
   content: "\f51c";
 }
 
 .fa-charging-station:before {
   content: "\f5e7";
 }
 
 .fa-chart-area:before {
   content: "\f1fe";
 }
 
 .fa-chart-bar:before {
   content: "\f080";
 }
 
 .fa-chart-line:before {
   content: "\f201";
 }
 
 .fa-chart-pie:before {
   content: "\f200";
 }
 
 .fa-check:before {
   content: "\f00c";
 }
 
 .fa-check-circle:before {
   content: "\f058";
 }
 
 .fa-check-double:before {
   content: "\f560";
 }
 
 .fa-check-square:before {
   content: "\f14a";
 }
 
 .fa-cheese:before {
   content: "\f7ef";
 }
 
 .fa-chess:before {
   content: "\f439";
 }
 
 .fa-chess-bishop:before {
   content: "\f43a";
 }
 
 .fa-chess-board:before {
   content: "\f43c";
 }
 
 .fa-chess-king:before {
   content: "\f43f";
 }
 
 .fa-chess-knight:before {
   content: "\f441";
 }
 
 .fa-chess-pawn:before {
   content: "\f443";
 }
 
 .fa-chess-queen:before {
   content: "\f445";
 }
 
 .fa-chess-rook:before {
   content: "\f447";
 }
 
 .fa-chevron-circle-down:before {
   content: "\f13a";
 }
 
 .fa-chevron-circle-left:before {
   content: "\f137";
 }
 
 .fa-chevron-circle-right:before {
   content: "\f138";
 }
 
 .fa-chevron-circle-up:before {
   content: "\f139";
 }
 
 .fa-chevron-down:before {
   content: "\f078";
 }
 
 .fa-chevron-left:before {
   content: "\f053";
 }
 
 .fa-chevron-right:before {
   content: "\f054";
 }
 
 .fa-chevron-up:before {
   content: "\f077";
 }
 
 .fa-child:before {
   content: "\f1ae";
 }
 
 .fa-chrome:before {
   content: "\f268";
 }
 
 .fa-chromecast:before {
   content: "\f838";
 }
 
 .fa-church:before {
   content: "\f51d";
 }
 
 .fa-circle:before {
   content: "\f111";
 }
 
 .fa-circle-notch:before {
   content: "\f1ce";
 }
 
 .fa-city:before {
   content: "\f64f";
 }
 
 .fa-clinic-medical:before {
   content: "\f7f2";
 }
 
 .fa-clipboard:before {
   content: "\f328";
 }
 
 .fa-clipboard-check:before {
   content: "\f46c";
 }
 
 .fa-clipboard-list:before {
   content: "\f46d";
 }
 
 .fa-clock:before {
   content: "\f017";
 }
 
 .fa-clone:before {
   content: "\f24d";
 }
 
 .fa-closed-captioning:before {
   content: "\f20a";
 }
 
 .fa-cloud:before {
   content: "\f0c2";
 }
 
 .fa-cloud-download-alt:before {
   content: "\f381";
 }
 
 .fa-cloud-meatball:before {
   content: "\f73b";
 }
 
 .fa-cloud-moon:before {
   content: "\f6c3";
 }
 
 .fa-cloud-moon-rain:before {
   content: "\f73c";
 }
 
 .fa-cloud-rain:before {
   content: "\f73d";
 }
 
 .fa-cloud-showers-heavy:before {
   content: "\f740";
 }
 
 .fa-cloud-sun:before {
   content: "\f6c4";
 }
 
 .fa-cloud-sun-rain:before {
   content: "\f743";
 }
 
 .fa-cloud-upload-alt:before {
   content: "\f382";
 }
 
 .fa-cloudscale:before {
   content: "\f383";
 }
 
 .fa-cloudsmith:before {
   content: "\f384";
 }
 
 .fa-cloudversify:before {
   content: "\f385";
 }
 
 .fa-cocktail:before {
   content: "\f561";
 }
 
 .fa-code:before {
   content: "\f121";
 }
 
 .fa-code-branch:before {
   content: "\f126";
 }
 
 .fa-codepen:before {
   content: "\f1cb";
 }
 
 .fa-codiepie:before {
   content: "\f284";
 }
 
 .fa-coffee:before {
   content: "\f0f4";
 }
 
 .fa-cog:before {
   content: "\f013";
 }
 
 .fa-cogs:before {
   content: "\f085";
 }
 
 .fa-coins:before {
   content: "\f51e";
 }
 
 .fa-columns:before {
   content: "\f0db";
 }
 
 .fa-comment:before {
   content: "\f075";
 }
 
 .fa-comment-alt:before {
   content: "\f27a";
 }
 
 .fa-comment-dollar:before {
   content: "\f651";
 }
 
 .fa-comment-dots:before {
   content: "\f4ad";
 }
 
 .fa-comment-medical:before {
   content: "\f7f5";
 }
 
 .fa-comment-slash:before {
   content: "\f4b3";
 }
 
 .fa-comments:before {
   content: "\f086";
 }
 
 .fa-comments-dollar:before {
   content: "\f653";
 }
 
 .fa-compact-disc:before {
   content: "\f51f";
 }
 
 .fa-compass:before {
   content: "\f14e";
 }
 
 .fa-compress:before {
   content: "\f066";
 }
 
 .fa-compress-arrows-alt:before {
   content: "\f78c";
 }
 
 .fa-concierge-bell:before {
   content: "\f562";
 }
 
 .fa-confluence:before {
   content: "\f78d";
 }
 
 .fa-connectdevelop:before {
   content: "\f20e";
 }
 
 .fa-contao:before {
   content: "\f26d";
 }
 
 .fa-cookie:before {
   content: "\f563";
 }
 
 .fa-cookie-bite:before {
   content: "\f564";
 }
 
 .fa-copy:before {
   content: "\f0c5";
 }
 
 .fa-copyright:before {
   content: "\f1f9";
 }
 
 .fa-cotton-bureau:before {
   content: "\f89e";
 }
 
 .fa-couch:before {
   content: "\f4b8";
 }
 
 .fa-cpanel:before {
   content: "\f388";
 }
 
 .fa-creative-commons:before {
   content: "\f25e";
 }
 
 .fa-creative-commons-by:before {
   content: "\f4e7";
 }
 
 .fa-creative-commons-nc:before {
   content: "\f4e8";
 }
 
 .fa-creative-commons-nc-eu:before {
   content: "\f4e9";
 }
 
 .fa-creative-commons-nc-jp:before {
   content: "\f4ea";
 }
 
 .fa-creative-commons-nd:before {
   content: "\f4eb";
 }
 
 .fa-creative-commons-pd:before {
   content: "\f4ec";
 }
 
 .fa-creative-commons-pd-alt:before {
   content: "\f4ed";
 }
 
 .fa-creative-commons-remix:before {
   content: "\f4ee";
 }
 
 .fa-creative-commons-sa:before {
   content: "\f4ef";
 }
 
 .fa-creative-commons-sampling:before {
   content: "\f4f0";
 }
 
 .fa-creative-commons-sampling-plus:before {
   content: "\f4f1";
 }
 
 .fa-creative-commons-share:before {
   content: "\f4f2";
 }
 
 .fa-creative-commons-zero:before {
   content: "\f4f3";
 }
 
 .fa-credit-card:before {
   content: "\f09d";
 }
 
 .fa-critical-role:before {
   content: "\f6c9";
 }
 
 .fa-crop:before {
   content: "\f125";
 }
 
 .fa-crop-alt:before {
   content: "\f565";
 }
 
 .fa-cross:before {
   content: "\f654";
 }
 
 .fa-crosshairs:before {
   content: "\f05b";
 }
 
 .fa-crow:before {
   content: "\f520";
 }
 
 .fa-crown:before {
   content: "\f521";
 }
 
 .fa-crutch:before {
   content: "\f7f7";
 }
 
 .fa-css3:before {
   content: "\f13c";
 }
 
 .fa-css3-alt:before {
   content: "\f38b";
 }
 
 .fa-cube:before {
   content: "\f1b2";
 }
 
 .fa-cubes:before {
   content: "\f1b3";
 }
 
 .fa-cut:before {
   content: "\f0c4";
 }
 
 .fa-cuttlefish:before {
   content: "\f38c";
 }
 
 .fa-d-and-d:before {
   content: "\f38d";
 }
 
 .fa-d-and-d-beyond:before {
   content: "\f6ca";
 }
 
 .fa-dashcube:before {
   content: "\f210";
 }
 
 .fa-database:before {
   content: "\f1c0";
 }
 
 .fa-deaf:before {
   content: "\f2a4";
 }
 
 .fa-delicious:before {
   content: "\f1a5";
 }
 
 .fa-democrat:before {
   content: "\f747";
 }
 
 .fa-deploydog:before {
   content: "\f38e";
 }
 
 .fa-deskpro:before {
   content: "\f38f";
 }
 
 .fa-desktop:before {
   content: "\f108";
 }
 
 .fa-dev:before {
   content: "\f6cc";
 }
 
 .fa-deviantart:before {
   content: "\f1bd";
 }
 
 .fa-dharmachakra:before {
   content: "\f655";
 }
 
 .fa-dhl:before {
   content: "\f790";
 }
 
 .fa-diagnoses:before {
   content: "\f470";
 }
 
 .fa-diaspora:before {
   content: "\f791";
 }
 
 .fa-dice:before {
   content: "\f522";
 }
 
 .fa-dice-d20:before {
   content: "\f6cf";
 }
 
 .fa-dice-d6:before {
   content: "\f6d1";
 }
 
 .fa-dice-five:before {
   content: "\f523";
 }
 
 .fa-dice-four:before {
   content: "\f524";
 }
 
 .fa-dice-one:before {
   content: "\f525";
 }
 
 .fa-dice-six:before {
   content: "\f526";
 }
 
 .fa-dice-three:before {
   content: "\f527";
 }
 
 .fa-dice-two:before {
   content: "\f528";
 }
 
 .fa-digg:before {
   content: "\f1a6";
 }
 
 .fa-digital-ocean:before {
   content: "\f391";
 }
 
 .fa-digital-tachograph:before {
   content: "\f566";
 }
 
 .fa-directions:before {
   content: "\f5eb";
 }
 
 .fa-discord:before {
   content: "\f392";
 }
 
 .fa-discourse:before {
   content: "\f393";
 }
 
 .fa-divide:before {
   content: "\f529";
 }
 
 .fa-dizzy:before {
   content: "\f567";
 }
 
 .fa-dna:before {
   content: "\f471";
 }
 
 .fa-dochub:before {
   content: "\f394";
 }
 
 .fa-docker:before {
   content: "\f395";
 }
 
 .fa-dog:before {
   content: "\f6d3";
 }
 
 .fa-dollar-sign:before {
   content: "\f155";
 }
 
 .fa-dolly:before {
   content: "\f472";
 }
 
 .fa-dolly-flatbed:before {
   content: "\f474";
 }
 
 .fa-donate:before {
   content: "\f4b9";
 }
 
 .fa-door-closed:before {
   content: "\f52a";
 }
 
 .fa-door-open:before {
   content: "\f52b";
 }
 
 .fa-dot-circle:before {
   content: "\f192";
 }
 
 .fa-dove:before {
   content: "\f4ba";
 }
 
 .fa-download:before {
   content: "\f019";
 }
 
 .fa-draft2digital:before {
   content: "\f396";
 }
 
 .fa-drafting-compass:before {
   content: "\f568";
 }
 
 .fa-dragon:before {
   content: "\f6d5";
 }
 
 .fa-draw-polygon:before {
   content: "\f5ee";
 }
 
 .fa-dribbble:before {
   content: "\f17d";
 }
 
 .fa-dribbble-square:before {
   content: "\f397";
 }
 
 .fa-dropbox:before {
   content: "\f16b";
 }
 
 .fa-drum:before {
   content: "\f569";
 }
 
 .fa-drum-steelpan:before {
   content: "\f56a";
 }
 
 .fa-drumstick-bite:before {
   content: "\f6d7";
 }
 
 .fa-drupal:before {
   content: "\f1a9";
 }
 
 .fa-dumbbell:before {
   content: "\f44b";
 }
 
 .fa-dumpster:before {
   content: "\f793";
 }
 
 .fa-dumpster-fire:before {
   content: "\f794";
 }
 
 .fa-dungeon:before {
   content: "\f6d9";
 }
 
 .fa-dyalog:before {
   content: "\f399";
 }
 
 .fa-earlybirds:before {
   content: "\f39a";
 }
 
 .fa-ebay:before {
   content: "\f4f4";
 }
 
 .fa-edge:before {
   content: "\f282";
 }
 
 .fa-edit:before {
   content: "\f044";
 }
 
 .fa-egg:before {
   content: "\f7fb";
 }
 
 .fa-eject:before {
   content: "\f052";
 }
 
 .fa-elementor:before {
   content: "\f430";
 }
 
 .fa-ellipsis-h:before {
   content: "\f141";
 }
 
 .fa-ellipsis-v:before {
   content: "\f142";
 }
 
 .fa-ello:before {
   content: "\f5f1";
 }
 
 .fa-ember:before {
   content: "\f423";
 }
 
 .fa-empire:before {
   content: "\f1d1";
 }
 
 .fa-envelope:before {
   content: "\f0e0";
 }
 
 .fa-envelope-open:before {
   content: "\f2b6";
 }
 
 .fa-envelope-open-text:before {
   content: "\f658";
 }
 
 .fa-envelope-square:before {
   content: "\f199";
 }
 
 .fa-envira:before {
   content: "\f299";
 }
 
 .fa-equals:before {
   content: "\f52c";
 }
 
 .fa-eraser:before {
   content: "\f12d";
 }
 
 .fa-erlang:before {
   content: "\f39d";
 }
 
 .fa-ethereum:before {
   content: "\f42e";
 }
 
 .fa-ethernet:before {
   content: "\f796";
 }
 
 .fa-etsy:before {
   content: "\f2d7";
 }
 
 .fa-euro-sign:before {
   content: "\f153";
 }
 
 .fa-evernote:before {
   content: "\f839";
 }
 
 .fa-exchange-alt:before {
   content: "\f362";
 }
 
 .fa-exclamation:before {
   content: "\f12a";
 }
 
 .fa-exclamation-circle:before {
   content: "\f06a";
 }
 
 .fa-exclamation-triangle:before {
   content: "\f071";
 }
 
 .fa-expand:before {
   content: "\f065";
 }
 
 .fa-expand-arrows-alt:before {
   content: "\f31e";
 }
 
 .fa-expeditedssl:before {
   content: "\f23e";
 }
 
 .fa-external-link-alt:before {
   content: "\f35d";
 }
 
 .fa-external-link-square-alt:before {
   content: "\f360";
 }
 
 .fa-eye:before {
   content: "\f06e";
 }
 
 .fa-eye-dropper:before {
   content: "\f1fb";
 }
 
 .fa-eye-slash:before {
   content: "\f070";
 }
 
 .fa-facebook:before {
   content: "\f09a";
 }
 
 .fa-facebook-f:before {
   content: "\f39e";
 }
 
 .fa-facebook-messenger:before {
   content: "\f39f";
 }
 
 .fa-facebook-square:before {
   content: "\f082";
 }
 
 .fa-fan:before {
   content: "\f863";
 }
 
 .fa-fantasy-flight-games:before {
   content: "\f6dc";
 }
 
 .fa-fast-backward:before {
   content: "\f049";
 }
 
 .fa-fast-forward:before {
   content: "\f050";
 }
 
 .fa-fax:before {
   content: "\f1ac";
 }
 
 .fa-feather:before {
   content: "\f52d";
 }
 
 .fa-feather-alt:before {
   content: "\f56b";
 }
 
 .fa-fedex:before {
   content: "\f797";
 }
 
 .fa-fedora:before {
   content: "\f798";
 }
 
 .fa-female:before {
   content: "\f182";
 }
 
 .fa-fighter-jet:before {
   content: "\f0fb";
 }
 
 .fa-figma:before {
   content: "\f799";
 }
 
 .fa-file:before {
   content: "\f15b";
 }
 
 .fa-file-alt:before {
   content: "\f15c";
 }
 
 .fa-file-archive:before {
   content: "\f1c6";
 }
 
 .fa-file-audio:before {
   content: "\f1c7";
 }
 
 .fa-file-code:before {
   content: "\f1c9";
 }
 
 .fa-file-contract:before {
   content: "\f56c";
 }
 
 .fa-file-csv:before {
   content: "\f6dd";
 }
 
 .fa-file-download:before {
   content: "\f56d";
 }
 
 .fa-file-excel:before {
   content: "\f1c3";
 }
 
 .fa-file-export:before {
   content: "\f56e";
 }
 
 .fa-file-image:before {
   content: "\f1c5";
 }
 
 .fa-file-import:before {
   content: "\f56f";
 }
 
 .fa-file-invoice:before {
   content: "\f570";
 }
 
 .fa-file-invoice-dollar:before {
   content: "\f571";
 }
 
 .fa-file-medical:before {
   content: "\f477";
 }
 
 .fa-file-medical-alt:before {
   content: "\f478";
 }
 
 .fa-file-pdf:before {
   content: "\f1c1";
 }
 
 .fa-file-powerpoint:before {
   content: "\f1c4";
 }
 
 .fa-file-prescription:before {
   content: "\f572";
 }
 
 .fa-file-signature:before {
   content: "\f573";
 }
 
 .fa-file-upload:before {
   content: "\f574";
 }
 
 .fa-file-video:before {
   content: "\f1c8";
 }
 
 .fa-file-word:before {
   content: "\f1c2";
 }
 
 .fa-fill:before {
   content: "\f575";
 }
 
 .fa-fill-drip:before {
   content: "\f576";
 }
 
 .fa-film:before {
   content: "\f008";
 }
 
 .fa-filter:before {
   content: "\f0b0";
 }
 
 .fa-fingerprint:before {
   content: "\f577";
 }
 
 .fa-fire:before {
   content: "\f06d";
 }
 
 .fa-fire-alt:before {
   content: "\f7e4";
 }
 
 .fa-fire-extinguisher:before {
   content: "\f134";
 }
 
 .fa-firefox:before {
   content: "\f269";
 }
 
 .fa-first-aid:before {
   content: "\f479";
 }
 
 .fa-first-order:before {
   content: "\f2b0";
 }
 
 .fa-first-order-alt:before {
   content: "\f50a";
 }
 
 .fa-firstdraft:before {
   content: "\f3a1";
 }
 
 .fa-fish:before {
   content: "\f578";
 }
 
 .fa-fist-raised:before {
   content: "\f6de";
 }
 
 .fa-flag:before {
   content: "\f024";
 }
 
 .fa-flag-checkered:before {
   content: "\f11e";
 }
 
 .fa-flag-usa:before {
   content: "\f74d";
 }
 
 .fa-flask:before {
   content: "\f0c3";
 }
 
 .fa-flickr:before {
   content: "\f16e";
 }
 
 .fa-flipboard:before {
   content: "\f44d";
 }
 
 .fa-flushed:before {
   content: "\f579";
 }
 
 .fa-fly:before {
   content: "\f417";
 }
 
 .fa-folder:before {
   content: "\f07b";
 }
 
 .fa-folder-minus:before {
   content: "\f65d";
 }
 
 .fa-folder-open:before {
   content: "\f07c";
 }
 
 .fa-folder-plus:before {
   content: "\f65e";
 }
 
 .fa-font:before {
   content: "\f031";
 }
 
 .fa-font-awesome:before {
   content: "\f2b4";
 }
 
 .fa-font-awesome-alt:before {
   content: "\f35c";
 }
 
 .fa-font-awesome-flag:before {
   content: "\f425";
 }
 
 .fa-font-awesome-logo-full:before {
   content: "\f4e6";
 }
 
 .fa-fonticons:before {
   content: "\f280";
 }
 
 .fa-fonticons-fi:before {
   content: "\f3a2";
 }
 
 .fa-football-ball:before {
   content: "\f44e";
 }
 
 .fa-fort-awesome:before {
   content: "\f286";
 }
 
 .fa-fort-awesome-alt:before {
   content: "\f3a3";
 }
 
 .fa-forumbee:before {
   content: "\f211";
 }
 
 .fa-forward:before {
   content: "\f04e";
 }
 
 .fa-foursquare:before {
   content: "\f180";
 }
 
 .fa-free-code-camp:before {
   content: "\f2c5";
 }
 
 .fa-freebsd:before {
   content: "\f3a4";
 }
 
 .fa-frog:before {
   content: "\f52e";
 }
 
 .fa-frown:before {
   content: "\f119";
 }
 
 .fa-frown-open:before {
   content: "\f57a";
 }
 
 .fa-fulcrum:before {
   content: "\f50b";
 }
 
 .fa-funnel-dollar:before {
   content: "\f662";
 }
 
 .fa-futbol:before {
   content: "\f1e3";
 }
 
 .fa-galactic-republic:before {
   content: "\f50c";
 }
 
 .fa-galactic-senate:before {
   content: "\f50d";
 }
 
 .fa-gamepad:before {
   content: "\f11b";
 }
 
 .fa-gas-pump:before {
   content: "\f52f";
 }
 
 .fa-gavel:before {
   content: "\f0e3";
 }
 
 .fa-gem:before {
   content: "\f3a5";
 }
 
 .fa-genderless:before {
   content: "\f22d";
 }
 
 .fa-get-pocket:before {
   content: "\f265";
 }
 
 .fa-gg:before {
   content: "\f260";
 }
 
 .fa-gg-circle:before {
   content: "\f261";
 }
 
 .fa-ghost:before {
   content: "\f6e2";
 }
 
 .fa-gift:before {
   content: "\f06b";
 }
 
 .fa-gifts:before {
   content: "\f79c";
 }
 
 .fa-git:before {
   content: "\f1d3";
 }
 
 .fa-git-alt:before {
   content: "\f841";
 }
 
 .fa-git-square:before {
   content: "\f1d2";
 }
 
 .fa-github:before {
   content: "\f09b";
 }
 
 .fa-github-alt:before {
   content: "\f113";
 }
 
 .fa-github-square:before {
   content: "\f092";
 }
 
 .fa-gitkraken:before {
   content: "\f3a6";
 }
 
 .fa-gitlab:before {
   content: "\f296";
 }
 
 .fa-gitter:before {
   content: "\f426";
 }
 
 .fa-glass-cheers:before {
   content: "\f79f";
 }
 
 .fa-glass-martini:before {
   content: "\f000";
 }
 
 .fa-glass-martini-alt:before {
   content: "\f57b";
 }
 
 .fa-glass-whiskey:before {
   content: "\f7a0";
 }
 
 .fa-glasses:before {
   content: "\f530";
 }
 
 .fa-glide:before {
   content: "\f2a5";
 }
 
 .fa-glide-g:before {
   content: "\f2a6";
 }
 
 .fa-globe:before {
   content: "\f0ac";
 }
 
 .fa-globe-africa:before {
   content: "\f57c";
 }
 
 .fa-globe-americas:before {
   content: "\f57d";
 }
 
 .fa-globe-asia:before {
   content: "\f57e";
 }
 
 .fa-globe-europe:before {
   content: "\f7a2";
 }
 
 .fa-gofore:before {
   content: "\f3a7";
 }
 
 .fa-golf-ball:before {
   content: "\f450";
 }
 
 .fa-goodreads:before {
   content: "\f3a8";
 }
 
 .fa-goodreads-g:before {
   content: "\f3a9";
 }
 
 .fa-google:before {
   content: "\f1a0";
 }
 
 .fa-google-drive:before {
   content: "\f3aa";
 }
 
 .fa-google-play:before {
   content: "\f3ab";
 }
 
 .fa-google-plus:before {
   content: "\f2b3";
 }
 
 .fa-google-plus-g:before {
   content: "\f0d5";
 }
 
 .fa-google-plus-square:before {
   content: "\f0d4";
 }
 
 .fa-google-wallet:before {
   content: "\f1ee";
 }
 
 .fa-gopuram:before {
   content: "\f664";
 }
 
 .fa-graduation-cap:before {
   content: "\f19d";
 }
 
 .fa-gratipay:before {
   content: "\f184";
 }
 
 .fa-grav:before {
   content: "\f2d6";
 }
 
 .fa-greater-than:before {
   content: "\f531";
 }
 
 .fa-greater-than-equal:before {
   content: "\f532";
 }
 
 .fa-grimace:before {
   content: "\f57f";
 }
 
 .fa-grin:before {
   content: "\f580";
 }
 
 .fa-grin-alt:before {
   content: "\f581";
 }
 
 .fa-grin-beam:before {
   content: "\f582";
 }
 
 .fa-grin-beam-sweat:before {
   content: "\f583";
 }
 
 .fa-grin-hearts:before {
   content: "\f584";
 }
 
 .fa-grin-squint:before {
   content: "\f585";
 }
 
 .fa-grin-squint-tears:before {
   content: "\f586";
 }
 
 .fa-grin-stars:before {
   content: "\f587";
 }
 
 .fa-grin-tears:before {
   content: "\f588";
 }
 
 .fa-grin-tongue:before {
   content: "\f589";
 }
 
 .fa-grin-tongue-squint:before {
   content: "\f58a";
 }
 
 .fa-grin-tongue-wink:before {
   content: "\f58b";
 }
 
 .fa-grin-wink:before {
   content: "\f58c";
 }
 
 .fa-grip-horizontal:before {
   content: "\f58d";
 }
 
 .fa-grip-lines:before {
   content: "\f7a4";
 }
 
 .fa-grip-lines-vertical:before {
   content: "\f7a5";
 }
 
 .fa-grip-vertical:before {
   content: "\f58e";
 }
 
 .fa-gripfire:before {
   content: "\f3ac";
 }
 
 .fa-grunt:before {
   content: "\f3ad";
 }
 
 .fa-guitar:before {
   content: "\f7a6";
 }
 
 .fa-gulp:before {
   content: "\f3ae";
 }
 
 .fa-h-square:before {
   content: "\f0fd";
 }
 
 .fa-hacker-news:before {
   content: "\f1d4";
 }
 
 .fa-hacker-news-square:before {
   content: "\f3af";
 }
 
 .fa-hackerrank:before {
   content: "\f5f7";
 }
 
 .fa-hamburger:before {
   content: "\f805";
 }
 
 .fa-hammer:before {
   content: "\f6e3";
 }
 
 .fa-hamsa:before {
   content: "\f665";
 }
 
 .fa-hand-holding:before {
   content: "\f4bd";
 }
 
 .fa-hand-holding-heart:before {
   content: "\f4be";
 }
 
 .fa-hand-holding-usd:before {
   content: "\f4c0";
 }
 
 .fa-hand-lizard:before {
   content: "\f258";
 }
 
 .fa-hand-middle-finger:before {
   content: "\f806";
 }
 
 .fa-hand-paper:before {
   content: "\f256";
 }
 
 .fa-hand-peace:before {
   content: "\f25b";
 }
 
 .fa-hand-point-down:before {
   content: "\f0a7";
 }
 
 .fa-hand-point-left:before {
   content: "\f0a5";
 }
 
 .fa-hand-point-right:before {
   content: "\f0a4";
 }
 
 .fa-hand-point-up:before {
   content: "\f0a6";
 }
 
 .fa-hand-pointer:before {
   content: "\f25a";
 }
 
 .fa-hand-rock:before {
   content: "\f255";
 }
 
 .fa-hand-scissors:before {
   content: "\f257";
 }
 
 .fa-hand-spock:before {
   content: "\f259";
 }
 
 .fa-hands:before {
   content: "\f4c2";
 }
 
 .fa-hands-helping:before {
   content: "\f4c4";
 }
 
 .fa-handshake:before {
   content: "\f2b5";
 }
 
 .fa-hanukiah:before {
   content: "\f6e6";
 }
 
 .fa-hard-hat:before {
   content: "\f807";
 }
 
 .fa-hashtag:before {
   content: "\f292";
 }
 
 .fa-hat-wizard:before {
   content: "\f6e8";
 }
 
 .fa-haykal:before {
   content: "\f666";
 }
 
 .fa-hdd:before {
   content: "\f0a0";
 }
 
 .fa-heading:before {
   content: "\f1dc";
 }
 
 .fa-headphones:before {
   content: "\f025";
 }
 
 .fa-headphones-alt:before {
   content: "\f58f";
 }
 
 .fa-headset:before {
   content: "\f590";
 }
 
 .fa-heart:before {
   content: "\f004";
 }
 
 .fa-heart-broken:before {
   content: "\f7a9";
 }
 
 .fa-heartbeat:before {
   content: "\f21e";
 }
 
 .fa-helicopter:before {
   content: "\f533";
 }
 
 .fa-highlighter:before {
   content: "\f591";
 }
 
 .fa-hiking:before {
   content: "\f6ec";
 }
 
 .fa-hippo:before {
   content: "\f6ed";
 }
 
 .fa-hips:before {
   content: "\f452";
 }
 
 .fa-hire-a-helper:before {
   content: "\f3b0";
 }
 
 .fa-history:before {
   content: "\f1da";
 }
 
 .fa-hockey-puck:before {
   content: "\f453";
 }
 
 .fa-holly-berry:before {
   content: "\f7aa";
 }
 
 .fa-home:before {
   content: "\f015";
 }
 
 .fa-hooli:before {
   content: "\f427";
 }
 
 .fa-hornbill:before {
   content: "\f592";
 }
 
 .fa-horse:before {
   content: "\f6f0";
 }
 
 .fa-horse-head:before {
   content: "\f7ab";
 }
 
 .fa-hospital:before {
   content: "\f0f8";
 }
 
 .fa-hospital-alt:before {
   content: "\f47d";
 }
 
 .fa-hospital-symbol:before {
   content: "\f47e";
 }
 
 .fa-hot-tub:before {
   content: "\f593";
 }
 
 .fa-hotdog:before {
   content: "\f80f";
 }
 
 .fa-hotel:before {
   content: "\f594";
 }
 
 .fa-hotjar:before {
   content: "\f3b1";
 }
 
 .fa-hourglass:before {
   content: "\f254";
 }
 
 .fa-hourglass-end:before {
   content: "\f253";
 }
 
 .fa-hourglass-half:before {
   content: "\f252";
 }
 
 .fa-hourglass-start:before {
   content: "\f251";
 }
 
 .fa-house-damage:before {
   content: "\f6f1";
 }
 
 .fa-houzz:before {
   content: "\f27c";
 }
 
 .fa-hryvnia:before {
   content: "\f6f2";
 }
 
 .fa-html5:before {
   content: "\f13b";
 }
 
 .fa-hubspot:before {
   content: "\f3b2";
 }
 
 .fa-i-cursor:before {
   content: "\f246";
 }
 
 .fa-ice-cream:before {
   content: "\f810";
 }
 
 .fa-icicles:before {
   content: "\f7ad";
 }
 
 .fa-icons:before {
   content: "\f86d";
 }
 
 .fa-id-badge:before {
   content: "\f2c1";
 }
 
 .fa-id-card:before {
   content: "\f2c2";
 }
 
 .fa-id-card-alt:before {
   content: "\f47f";
 }
 
 .fa-igloo:before {
   content: "\f7ae";
 }
 
 .fa-image:before {
   content: "\f03e";
 }
 
 .fa-images:before {
   content: "\f302";
 }
 
 .fa-imdb:before {
   content: "\f2d8";
 }
 
 .fa-inbox:before {
   content: "\f01c";
 }
 
 .fa-indent:before {
   content: "\f03c";
 }
 
 .fa-industry:before {
   content: "\f275";
 }
 
 .fa-infinity:before {
   content: "\f534";
 }
 
 .fa-info:before {
   content: "\f129";
 }
 
 .fa-info-circle:before {
   content: "\f05a";
 }
 
 .fa-instagram:before {
   content: "\f16d";
 }
 
 .fa-intercom:before {
   content: "\f7af";
 }
 
 .fa-internet-explorer:before {
   content: "\f26b";
 }
 
 .fa-invision:before {
   content: "\f7b0";
 }
 
 .fa-ioxhost:before {
   content: "\f208";
 }
 
 .fa-italic:before {
   content: "\f033";
 }
 
 .fa-itch-io:before {
   content: "\f83a";
 }
 
 .fa-itunes:before {
   content: "\f3b4";
 }
 
 .fa-itunes-note:before {
   content: "\f3b5";
 }
 
 .fa-java:before {
   content: "\f4e4";
 }
 
 .fa-jedi:before {
   content: "\f669";
 }
 
 .fa-jedi-order:before {
   content: "\f50e";
 }
 
 .fa-jenkins:before {
   content: "\f3b6";
 }
 
 .fa-jira:before {
   content: "\f7b1";
 }
 
 .fa-joget:before {
   content: "\f3b7";
 }
 
 .fa-joint:before {
   content: "\f595";
 }
 
 .fa-joomla:before {
   content: "\f1aa";
 }
 
 .fa-journal-whills:before {
   content: "\f66a";
 }
 
 .fa-js:before {
   content: "\f3b8";
 }
 
 .fa-js-square:before {
   content: "\f3b9";
 }
 
 .fa-jsfiddle:before {
   content: "\f1cc";
 }
 
 .fa-kaaba:before {
   content: "\f66b";
 }
 
 .fa-kaggle:before {
   content: "\f5fa";
 }
 
 .fa-key:before {
   content: "\f084";
 }
 
 .fa-keybase:before {
   content: "\f4f5";
 }
 
 .fa-keyboard:before {
   content: "\f11c";
 }
 
 .fa-keycdn:before {
   content: "\f3ba";
 }
 
 .fa-khanda:before {
   content: "\f66d";
 }
 
 .fa-kickstarter:before {
   content: "\f3bb";
 }
 
 .fa-kickstarter-k:before {
   content: "\f3bc";
 }
 
 .fa-kiss:before {
   content: "\f596";
 }
 
 .fa-kiss-beam:before {
   content: "\f597";
 }
 
 .fa-kiss-wink-heart:before {
   content: "\f598";
 }
 
 .fa-kiwi-bird:before {
   content: "\f535";
 }
 
 .fa-korvue:before {
   content: "\f42f";
 }
 
 .fa-landmark:before {
   content: "\f66f";
 }
 
 .fa-language:before {
   content: "\f1ab";
 }
 
 .fa-laptop:before {
   content: "\f109";
 }
 
 .fa-laptop-code:before {
   content: "\f5fc";
 }
 
 .fa-laptop-medical:before {
   content: "\f812";
 }
 
 .fa-laravel:before {
   content: "\f3bd";
 }
 
 .fa-lastfm:before {
   content: "\f202";
 }
 
 .fa-lastfm-square:before {
   content: "\f203";
 }
 
 .fa-laugh:before {
   content: "\f599";
 }
 
 .fa-laugh-beam:before {
   content: "\f59a";
 }
 
 .fa-laugh-squint:before {
   content: "\f59b";
 }
 
 .fa-laugh-wink:before {
   content: "\f59c";
 }
 
 .fa-layer-group:before {
   content: "\f5fd";
 }
 
 .fa-leaf:before {
   content: "\f06c";
 }
 
 .fa-leanpub:before {
   content: "\f212";
 }
 
 .fa-lemon:before {
   content: "\f094";
 }
 
 .fa-less:before {
   content: "\f41d";
 }
 
 .fa-less-than:before {
   content: "\f536";
 }
 
 .fa-less-than-equal:before {
   content: "\f537";
 }
 
 .fa-level-down-alt:before {
   content: "\f3be";
 }
 
 .fa-level-up-alt:before {
   content: "\f3bf";
 }
 
 .fa-life-ring:before {
   content: "\f1cd";
 }
 
 .fa-lightbulb:before {
   content: "\f0eb";
 }
 
 .fa-line:before {
   content: "\f3c0";
 }
 
 .fa-link:before {
   content: "\f0c1";
 }
 
 .fa-linkedin:before {
   content: "\f08c";
 }
 
 .fa-linkedin-in:before {
   content: "\f0e1";
 }
 
 .fa-linode:before {
   content: "\f2b8";
 }
 
 .fa-linux:before {
   content: "\f17c";
 }
 
 .fa-lira-sign:before {
   content: "\f195";
 }
 
 .fa-list:before {
   content: "\f03a";
 }
 
 .fa-list-alt:before {
   content: "\f022";
 }
 
 .fa-list-ol:before {
   content: "\f0cb";
 }
 
 .fa-list-ul:before {
   content: "\f0ca";
 }
 
 .fa-location-arrow:before {
   content: "\f124";
 }
 
 .fa-lock:before {
   content: "\f023";
 }
 
 .fa-lock-open:before {
   content: "\f3c1";
 }
 
 .fa-long-arrow-alt-down:before {
   content: "\f309";
 }
 
 .fa-long-arrow-alt-left:before {
   content: "\f30a";
 }
 
 .fa-long-arrow-alt-right:before {
   content: "\f30b";
 }
 
 .fa-long-arrow-alt-up:before {
   content: "\f30c";
 }
 
 .fa-low-vision:before {
   content: "\f2a8";
 }
 
 .fa-luggage-cart:before {
   content: "\f59d";
 }
 
 .fa-lyft:before {
   content: "\f3c3";
 }
 
 .fa-magento:before {
   content: "\f3c4";
 }
 
 .fa-magic:before {
   content: "\f0d0";
 }
 
 .fa-magnet:before {
   content: "\f076";
 }
 
 .fa-mail-bulk:before {
   content: "\f674";
 }
 
 .fa-mailchimp:before {
   content: "\f59e";
 }
 
 .fa-male:before {
   content: "\f183";
 }
 
 .fa-mandalorian:before {
   content: "\f50f";
 }
 
 .fa-map:before {
   content: "\f279";
 }
 
 .fa-map-marked:before {
   content: "\f59f";
 }
 
 .fa-map-marked-alt:before {
   content: "\f5a0";
 }
 
 .fa-map-marker:before {
   content: "\f041";
 }
 
 .fa-map-marker-alt:before {
   content: "\f3c5";
 }
 
 .fa-map-pin:before {
   content: "\f276";
 }
 
 .fa-map-signs:before {
   content: "\f277";
 }
 
 .fa-markdown:before {
   content: "\f60f";
 }
 
 .fa-marker:before {
   content: "\f5a1";
 }
 
 .fa-mars:before {
   content: "\f222";
 }
 
 .fa-mars-double:before {
   content: "\f227";
 }
 
 .fa-mars-stroke:before {
   content: "\f229";
 }
 
 .fa-mars-stroke-h:before {
   content: "\f22b";
 }
 
 .fa-mars-stroke-v:before {
   content: "\f22a";
 }
 
 .fa-mask:before {
   content: "\f6fa";
 }
 
 .fa-mastodon:before {
   content: "\f4f6";
 }
 
 .fa-maxcdn:before {
   content: "\f136";
 }
 
 .fa-medal:before {
   content: "\f5a2";
 }
 
 .fa-medapps:before {
   content: "\f3c6";
 }
 
 .fa-medium:before {
   content: "\f23a";
 }
 
 .fa-medium-m:before {
   content: "\f3c7";
 }
 
 .fa-medkit:before {
   content: "\f0fa";
 }
 
 .fa-medrt:before {
   content: "\f3c8";
 }
 
 .fa-meetup:before {
   content: "\f2e0";
 }
 
 .fa-megaport:before {
   content: "\f5a3";
 }
 
 .fa-meh:before {
   content: "\f11a";
 }
 
 .fa-meh-blank:before {
   content: "\f5a4";
 }
 
 .fa-meh-rolling-eyes:before {
   content: "\f5a5";
 }
 
 .fa-memory:before {
   content: "\f538";
 }
 
 .fa-mendeley:before {
   content: "\f7b3";
 }
 
 .fa-menorah:before {
   content: "\f676";
 }
 
 .fa-mercury:before {
   content: "\f223";
 }
 
 .fa-meteor:before {
   content: "\f753";
 }
 
 .fa-microchip:before {
   content: "\f2db";
 }
 
 .fa-microphone:before {
   content: "\f130";
 }
 
 .fa-microphone-alt:before {
   content: "\f3c9";
 }
 
 .fa-microphone-alt-slash:before {
   content: "\f539";
 }
 
 .fa-microphone-slash:before {
   content: "\f131";
 }
 
 .fa-microscope:before {
   content: "\f610";
 }
 
 .fa-microsoft:before {
   content: "\f3ca";
 }
 
 .fa-minus:before {
   content: "\f068";
 }
 
 .fa-minus-circle:before {
   content: "\f056";
 }
 
 .fa-minus-square:before {
   content: "\f146";
 }
 
 .fa-mitten:before {
   content: "\f7b5";
 }
 
 .fa-mix:before {
   content: "\f3cb";
 }
 
 .fa-mixcloud:before {
   content: "\f289";
 }
 
 .fa-mizuni:before {
   content: "\f3cc";
 }
 
 .fa-mobile:before {
   content: "\f10b";
 }
 
 .fa-mobile-alt:before {
   content: "\f3cd";
 }
 
 .fa-modx:before {
   content: "\f285";
 }
 
 .fa-monero:before {
   content: "\f3d0";
 }
 
 .fa-money-bill:before {
   content: "\f0d6";
 }
 
 .fa-money-bill-alt:before {
   content: "\f3d1";
 }
 
 .fa-money-bill-wave:before {
   content: "\f53a";
 }
 
 .fa-money-bill-wave-alt:before {
   content: "\f53b";
 }
 
 .fa-money-check:before {
   content: "\f53c";
 }
 
 .fa-money-check-alt:before {
   content: "\f53d";
 }
 
 .fa-monument:before {
   content: "\f5a6";
 }
 
 .fa-moon:before {
   content: "\f186";
 }
 
 .fa-mortar-pestle:before {
   content: "\f5a7";
 }
 
 .fa-mosque:before {
   content: "\f678";
 }
 
 .fa-motorcycle:before {
   content: "\f21c";
 }
 
 .fa-mountain:before {
   content: "\f6fc";
 }
 
 .fa-mouse-pointer:before {
   content: "\f245";
 }
 
 .fa-mug-hot:before {
   content: "\f7b6";
 }
 
 .fa-music:before {
   content: "\f001";
 }
 
 .fa-napster:before {
   content: "\f3d2";
 }
 
 .fa-neos:before {
   content: "\f612";
 }
 
 .fa-network-wired:before {
   content: "\f6ff";
 }
 
 .fa-neuter:before {
   content: "\f22c";
 }
 
 .fa-newspaper:before {
   content: "\f1ea";
 }
 
 .fa-nimblr:before {
   content: "\f5a8";
 }
 
 .fa-node:before {
   content: "\f419";
 }
 
 .fa-node-js:before {
   content: "\f3d3";
 }
 
 .fa-not-equal:before {
   content: "\f53e";
 }
 
 .fa-notes-medical:before {
   content: "\f481";
 }
 
 .fa-npm:before {
   content: "\f3d4";
 }
 
 .fa-ns8:before {
   content: "\f3d5";
 }
 
 .fa-nutritionix:before {
   content: "\f3d6";
 }
 
 .fa-object-group:before {
   content: "\f247";
 }
 
 .fa-object-ungroup:before {
   content: "\f248";
 }
 
 .fa-odnoklassniki:before {
   content: "\f263";
 }
 
 .fa-odnoklassniki-square:before {
   content: "\f264";
 }
 
 .fa-oil-can:before {
   content: "\f613";
 }
 
 .fa-old-republic:before {
   content: "\f510";
 }
 
 .fa-om:before {
   content: "\f679";
 }
 
 .fa-opencart:before {
   content: "\f23d";
 }
 
 .fa-openid:before {
   content: "\f19b";
 }
 
 .fa-opera:before {
   content: "\f26a";
 }
 
 .fa-optin-monster:before {
   content: "\f23c";
 }
 
 .fa-osi:before {
   content: "\f41a";
 }
 
 .fa-otter:before {
   content: "\f700";
 }
 
 .fa-outdent:before {
   content: "\f03b";
 }
 
 .fa-page4:before {
   content: "\f3d7";
 }
 
 .fa-pagelines:before {
   content: "\f18c";
 }
 
 .fa-pager:before {
   content: "\f815";
 }
 
 .fa-paint-brush:before {
   content: "\f1fc";
 }
 
 .fa-paint-roller:before {
   content: "\f5aa";
 }
 
 .fa-palette:before {
   content: "\f53f";
 }
 
 .fa-palfed:before {
   content: "\f3d8";
 }
 
 .fa-pallet:before {
   content: "\f482";
 }
 
 .fa-paper-plane:before {
   content: "\f1d8";
 }
 
 .fa-paperclip:before {
   content: "\f0c6";
 }
 
 .fa-parachute-box:before {
   content: "\f4cd";
 }
 
 .fa-paragraph:before {
   content: "\f1dd";
 }
 
 .fa-parking:before {
   content: "\f540";
 }
 
 .fa-passport:before {
   content: "\f5ab";
 }
 
 .fa-pastafarianism:before {
   content: "\f67b";
 }
 
 .fa-paste:before {
   content: "\f0ea";
 }
 
 .fa-patreon:before {
   content: "\f3d9";
 }
 
 .fa-pause:before {
   content: "\f04c";
 }
 
 .fa-pause-circle:before {
   content: "\f28b";
 }
 
 .fa-paw:before {
   content: "\f1b0";
 }
 
 .fa-paypal:before {
   content: "\f1ed";
 }
 
 .fa-peace:before {
   content: "\f67c";
 }
 
 .fa-pen:before {
   content: "\f304";
 }
 
 .fa-pen-alt:before {
   content: "\f305";
 }
 
 .fa-pen-fancy:before {
   content: "\f5ac";
 }
 
 .fa-pen-nib:before {
   content: "\f5ad";
 }
 
 .fa-pen-square:before {
   content: "\f14b";
 }
 
 .fa-pencil-alt:before {
   content: "\f303";
 }
 
 .fa-pencil-ruler:before {
   content: "\f5ae";
 }
 
 .fa-penny-arcade:before {
   content: "\f704";
 }
 
 .fa-people-carry:before {
   content: "\f4ce";
 }
 
 .fa-pepper-hot:before {
   content: "\f816";
 }
 
 .fa-percent:before {
   content: "\f295";
 }
 
 .fa-percentage:before {
   content: "\f541";
 }
 
 .fa-periscope:before {
   content: "\f3da";
 }
 
 .fa-person-booth:before {
   content: "\f756";
 }
 
 .fa-phabricator:before {
   content: "\f3db";
 }
 
 .fa-phoenix-framework:before {
   content: "\f3dc";
 }
 
 .fa-phoenix-squadron:before {
   content: "\f511";
 }
 
 .fa-phone:before {
   content: "\f095";
 }
 
 .fa-phone-alt:before {
   content: "\f879";
 }
 
 .fa-phone-slash:before {
   content: "\f3dd";
 }
 
 .fa-phone-square:before {
   content: "\f098";
 }
 
 .fa-phone-square-alt:before {
   content: "\f87b";
 }
 
 .fa-phone-volume:before {
   content: "\f2a0";
 }
 
 .fa-photo-video:before {
   content: "\f87c";
 }
 
 .fa-php:before {
   content: "\f457";
 }
 
 .fa-pied-piper:before {
   content: "\f2ae";
 }
 
 .fa-pied-piper-alt:before {
   content: "\f1a8";
 }
 
 .fa-pied-piper-hat:before {
   content: "\f4e5";
 }
 
 .fa-pied-piper-pp:before {
   content: "\f1a7";
 }
 
 .fa-piggy-bank:before {
   content: "\f4d3";
 }
 
 .fa-pills:before {
   content: "\f484";
 }
 
 .fa-pinterest:before {
   content: "\f0d2";
 }
 
 .fa-pinterest-p:before {
   content: "\f231";
 }
 
 .fa-pinterest-square:before {
   content: "\f0d3";
 }
 
 .fa-pizza-slice:before {
   content: "\f818";
 }
 
 .fa-place-of-worship:before {
   content: "\f67f";
 }
 
 .fa-plane:before {
   content: "\f072";
 }
 
 .fa-plane-arrival:before {
   content: "\f5af";
 }
 
 .fa-plane-departure:before {
   content: "\f5b0";
 }
 
 .fa-play:before {
   content: "\f04b";
 }
 
 .fa-play-circle:before {
   content: "\f144";
 }
 
 .fa-playstation:before {
   content: "\f3df";
 }
 
 .fa-plug:before {
   content: "\f1e6";
 }
 
 .fa-plus:before {
   content: "\f067";
 }
 
 .fa-plus-circle:before {
   content: "\f055";
 }
 
 .fa-plus-square:before {
   content: "\f0fe";
 }
 
 .fa-podcast:before {
   content: "\f2ce";
 }
 
 .fa-poll:before {
   content: "\f681";
 }
 
 .fa-poll-h:before {
   content: "\f682";
 }
 
 .fa-poo:before {
   content: "\f2fe";
 }
 
 .fa-poo-storm:before {
   content: "\f75a";
 }
 
 .fa-poop:before {
   content: "\f619";
 }
 
 .fa-portrait:before {
   content: "\f3e0";
 }
 
 .fa-pound-sign:before {
   content: "\f154";
 }
 
 .fa-power-off:before {
   content: "\f011";
 }
 
 .fa-pray:before {
   content: "\f683";
 }
 
 .fa-praying-hands:before {
   content: "\f684";
 }
 
 .fa-prescription:before {
   content: "\f5b1";
 }
 
 .fa-prescription-bottle:before {
   content: "\f485";
 }
 
 .fa-prescription-bottle-alt:before {
   content: "\f486";
 }
 
 .fa-print:before {
   content: "\f02f";
 }
 
 .fa-procedures:before {
   content: "\f487";
 }
 
 .fa-product-hunt:before {
   content: "\f288";
 }
 
 .fa-project-diagram:before {
   content: "\f542";
 }
 
 .fa-pushed:before {
   content: "\f3e1";
 }
 
 .fa-puzzle-piece:before {
   content: "\f12e";
 }
 
 .fa-python:before {
   content: "\f3e2";
 }
 
 .fa-qq:before {
   content: "\f1d6";
 }
 
 .fa-qrcode:before {
   content: "\f029";
 }
 
 .fa-question:before {
   content: "\f128";
 }
 
 .fa-question-circle:before {
   content: "\f059";
 }
 
 .fa-quidditch:before {
   content: "\f458";
 }
 
 .fa-quinscape:before {
   content: "\f459";
 }
 
 .fa-quora:before {
   content: "\f2c4";
 }
 
 .fa-quote-left:before {
   content: "\f10d";
 }
 
 .fa-quote-right:before {
   content: "\f10e";
 }
 
 .fa-quran:before {
   content: "\f687";
 }
 
 .fa-r-project:before {
   content: "\f4f7";
 }
 
 .fa-radiation:before {
   content: "\f7b9";
 }
 
 .fa-radiation-alt:before {
   content: "\f7ba";
 }
 
 .fa-rainbow:before {
   content: "\f75b";
 }
 
 .fa-random:before {
   content: "\f074";
 }
 
 .fa-raspberry-pi:before {
   content: "\f7bb";
 }
 
 .fa-ravelry:before {
   content: "\f2d9";
 }
 
 .fa-react:before {
   content: "\f41b";
 }
 
 .fa-reacteurope:before {
   content: "\f75d";
 }
 
 .fa-readme:before {
   content: "\f4d5";
 }
 
 .fa-rebel:before {
   content: "\f1d0";
 }
 
 .fa-receipt:before {
   content: "\f543";
 }
 
 .fa-recycle:before {
   content: "\f1b8";
 }
 
 .fa-red-river:before {
   content: "\f3e3";
 }
 
 .fa-reddit:before {
   content: "\f1a1";
 }
 
 .fa-reddit-alien:before {
   content: "\f281";
 }
 
 .fa-reddit-square:before {
   content: "\f1a2";
 }
 
 .fa-redhat:before {
   content: "\f7bc";
 }
 
 .fa-redo:before {
   content: "\f01e";
 }
 
 .fa-redo-alt:before {
   content: "\f2f9";
 }
 
 .fa-registered:before {
   content: "\f25d";
 }
 
 .fa-remove-format:before {
   content: "\f87d";
 }
 
 .fa-renren:before {
   content: "\f18b";
 }
 
 .fa-reply:before {
   content: "\f3e5";
 }
 
 .fa-reply-all:before {
   content: "\f122";
 }
 
 .fa-replyd:before {
   content: "\f3e6";
 }
 
 .fa-republican:before {
   content: "\f75e";
 }
 
 .fa-researchgate:before {
   content: "\f4f8";
 }
 
 .fa-resolving:before {
   content: "\f3e7";
 }
 
 .fa-restroom:before {
   content: "\f7bd";
 }
 
 .fa-retweet:before {
   content: "\f079";
 }
 
 .fa-rev:before {
   content: "\f5b2";
 }
 
 .fa-ribbon:before {
   content: "\f4d6";
 }
 
 .fa-ring:before {
   content: "\f70b";
 }
 
 .fa-road:before {
   content: "\f018";
 }
 
 .fa-robot:before {
   content: "\f544";
 }
 
 .fa-rocket:before {
   content: "\f135";
 }
 
 .fa-rocketchat:before {
   content: "\f3e8";
 }
 
 .fa-rockrms:before {
   content: "\f3e9";
 }
 
 .fa-route:before {
   content: "\f4d7";
 }
 
 .fa-rss:before {
   content: "\f09e";
 }
 
 .fa-rss-square:before {
   content: "\f143";
 }
 
 .fa-ruble-sign:before {
   content: "\f158";
 }
 
 .fa-ruler:before {
   content: "\f545";
 }
 
 .fa-ruler-combined:before {
   content: "\f546";
 }
 
 .fa-ruler-horizontal:before {
   content: "\f547";
 }
 
 .fa-ruler-vertical:before {
   content: "\f548";
 }
 
 .fa-running:before {
   content: "\f70c";
 }
 
 .fa-rupee-sign:before {
   content: "\f156";
 }
 
 .fa-sad-cry:before {
   content: "\f5b3";
 }
 
 .fa-sad-tear:before {
   content: "\f5b4";
 }
 
 .fa-safari:before {
   content: "\f267";
 }
 
 .fa-salesforce:before {
   content: "\f83b";
 }
 
 .fa-sass:before {
   content: "\f41e";
 }
 
 .fa-satellite:before {
   content: "\f7bf";
 }
 
 .fa-satellite-dish:before {
   content: "\f7c0";
 }
 
 .fa-save:before {
   content: "\f0c7";
 }
 
 .fa-schlix:before {
   content: "\f3ea";
 }
 
 .fa-school:before {
   content: "\f549";
 }
 
 .fa-screwdriver:before {
   content: "\f54a";
 }
 
 .fa-scribd:before {
   content: "\f28a";
 }
 
 .fa-scroll:before {
   content: "\f70e";
 }
 
 .fa-sd-card:before {
   content: "\f7c2";
 }
 
 .fa-search:before {
   content: "\f002";
 }
 
 .fa-search-dollar:before {
   content: "\f688";
 }
 
 .fa-search-location:before {
   content: "\f689";
 }
 
 .fa-search-minus:before {
   content: "\f010";
 }
 
 .fa-search-plus:before {
   content: "\f00e";
 }
 
 .fa-searchengin:before {
   content: "\f3eb";
 }
 
 .fa-seedling:before {
   content: "\f4d8";
 }
 
 .fa-sellcast:before {
   content: "\f2da";
 }
 
 .fa-sellsy:before {
   content: "\f213";
 }
 
 .fa-server:before {
   content: "\f233";
 }
 
 .fa-servicestack:before {
   content: "\f3ec";
 }
 
 .fa-shapes:before {
   content: "\f61f";
 }
 
 .fa-share:before {
   content: "\f064";
 }
 
 .fa-share-alt:before {
   content: "\f1e0";
 }
 
 .fa-share-alt-square:before {
   content: "\f1e1";
 }
 
 .fa-share-square:before {
   content: "\f14d";
 }
 
 .fa-shekel-sign:before {
   content: "\f20b";
 }
 
 .fa-shield-alt:before {
   content: "\f3ed";
 }
 
 .fa-ship:before {
   content: "\f21a";
 }
 
 .fa-shipping-fast:before {
   content: "\f48b";
 }
 
 .fa-shirtsinbulk:before {
   content: "\f214";
 }
 
 .fa-shoe-prints:before {
   content: "\f54b";
 }
 
 .fa-shopping-bag:before {
   content: "\f290";
 }
 
 .fa-shopping-basket:before {
   content: "\f291";
 }
 
 .fa-shopping-cart:before {
   content: "\f07a";
 }
 
 .fa-shopware:before {
   content: "\f5b5";
 }
 
 .fa-shower:before {
   content: "\f2cc";
 }
 
 .fa-shuttle-van:before {
   content: "\f5b6";
 }
 
 .fa-sign:before {
   content: "\f4d9";
 }
 
 .fa-sign-in-alt:before {
   content: "\f2f6";
 }
 
 .fa-sign-language:before {
   content: "\f2a7";
 }
 
 .fa-sign-out-alt:before {
   content: "\f2f5";
 }
 
 .fa-signal:before {
   content: "\f012";
 }
 
 .fa-signature:before {
   content: "\f5b7";
 }
 
 .fa-sim-card:before {
   content: "\f7c4";
 }
 
 .fa-simplybuilt:before {
   content: "\f215";
 }
 
 .fa-sistrix:before {
   content: "\f3ee";
 }
 
 .fa-sitemap:before {
   content: "\f0e8";
 }
 
 .fa-sith:before {
   content: "\f512";
 }
 
 .fa-skating:before {
   content: "\f7c5";
 }
 
 .fa-sketch:before {
   content: "\f7c6";
 }
 
 .fa-skiing:before {
   content: "\f7c9";
 }
 
 .fa-skiing-nordic:before {
   content: "\f7ca";
 }
 
 .fa-skull:before {
   content: "\f54c";
 }
 
 .fa-skull-crossbones:before {
   content: "\f714";
 }
 
 .fa-skyatlas:before {
   content: "\f216";
 }
 
 .fa-skype:before {
   content: "\f17e";
 }
 
 .fa-slack:before {
   content: "\f198";
 }
 
 .fa-slack-hash:before {
   content: "\f3ef";
 }
 
 .fa-slash:before {
   content: "\f715";
 }
 
 .fa-sleigh:before {
   content: "\f7cc";
 }
 
 .fa-sliders-h:before {
   content: "\f1de";
 }
 
 .fa-slideshare:before {
   content: "\f1e7";
 }
 
 .fa-smile:before {
   content: "\f118";
 }
 
 .fa-smile-beam:before {
   content: "\f5b8";
 }
 
 .fa-smile-wink:before {
   content: "\f4da";
 }
 
 .fa-smog:before {
   content: "\f75f";
 }
 
 .fa-smoking:before {
   content: "\f48d";
 }
 
 .fa-smoking-ban:before {
   content: "\f54d";
 }
 
 .fa-sms:before {
   content: "\f7cd";
 }
 
 .fa-snapchat:before {
   content: "\f2ab";
 }
 
 .fa-snapchat-ghost:before {
   content: "\f2ac";
 }
 
 .fa-snapchat-square:before {
   content: "\f2ad";
 }
 
 .fa-snowboarding:before {
   content: "\f7ce";
 }
 
 .fa-snowflake:before {
   content: "\f2dc";
 }
 
 .fa-snowman:before {
   content: "\f7d0";
 }
 
 .fa-snowplow:before {
   content: "\f7d2";
 }
 
 .fa-socks:before {
   content: "\f696";
 }
 
 .fa-solar-panel:before {
   content: "\f5ba";
 }
 
 .fa-sort:before {
   content: "\f0dc";
 }
 
 .fa-sort-alpha-down:before {
   content: "\f15d";
 }
 
 .fa-sort-alpha-down-alt:before {
   content: "\f881";
 }
 
 .fa-sort-alpha-up:before {
   content: "\f15e";
 }
 
 .fa-sort-alpha-up-alt:before {
   content: "\f882";
 }
 
 .fa-sort-amount-down:before {
   content: "\f160";
 }
 
 .fa-sort-amount-down-alt:before {
   content: "\f884";
 }
 
 .fa-sort-amount-up:before {
   content: "\f161";
 }
 
 .fa-sort-amount-up-alt:before {
   content: "\f885";
 }
 
 .fa-sort-down:before {
   content: "\f0dd";
 }
 
 .fa-sort-numeric-down:before {
   content: "\f162";
 }
 
 .fa-sort-numeric-down-alt:before {
   content: "\f886";
 }
 
 .fa-sort-numeric-up:before {
   content: "\f163";
 }
 
 .fa-sort-numeric-up-alt:before {
   content: "\f887";
 }
 
 .fa-sort-up:before {
   content: "\f0de";
 }
 
 .fa-soundcloud:before {
   content: "\f1be";
 }
 
 .fa-sourcetree:before {
   content: "\f7d3";
 }
 
 .fa-spa:before {
   content: "\f5bb";
 }
 
 .fa-space-shuttle:before {
   content: "\f197";
 }
 
 .fa-speakap:before {
   content: "\f3f3";
 }
 
 .fa-speaker-deck:before {
   content: "\f83c";
 }
 
 .fa-spell-check:before {
   content: "\f891";
 }
 
 .fa-spider:before {
   content: "\f717";
 }
 
 .fa-spinner:before {
   content: "\f110";
 }
 
 .fa-splotch:before {
   content: "\f5bc";
 }
 
 .fa-spotify:before {
   content: "\f1bc";
 }
 
 .fa-spray-can:before {
   content: "\f5bd";
 }
 
 .fa-square:before {
   content: "\f0c8";
 }
 
 .fa-square-full:before {
   content: "\f45c";
 }
 
 .fa-square-root-alt:before {
   content: "\f698";
 }
 
 .fa-squarespace:before {
   content: "\f5be";
 }
 
 .fa-stack-exchange:before {
   content: "\f18d";
 }
 
 .fa-stack-overflow:before {
   content: "\f16c";
 }
 
 .fa-stackpath:before {
   content: "\f842";
 }
 
 .fa-stamp:before {
   content: "\f5bf";
 }
 
 .fa-star:before {
   content: "\f005";
 }
 
 .fa-star-and-crescent:before {
   content: "\f699";
 }
 
 .fa-star-half:before {
   content: "\f089";
 }
 
 .fa-star-half-alt:before {
   content: "\f5c0";
 }
 
 .fa-star-of-david:before {
   content: "\f69a";
 }
 
 .fa-star-of-life:before {
   content: "\f621";
 }
 
 .fa-staylinked:before {
   content: "\f3f5";
 }
 
 .fa-steam:before {
   content: "\f1b6";
 }
 
 .fa-steam-square:before {
   content: "\f1b7";
 }
 
 .fa-steam-symbol:before {
   content: "\f3f6";
 }
 
 .fa-step-backward:before {
   content: "\f048";
 }
 
 .fa-step-forward:before {
   content: "\f051";
 }
 
 .fa-stethoscope:before {
   content: "\f0f1";
 }
 
 .fa-sticker-mule:before {
   content: "\f3f7";
 }
 
 .fa-sticky-note:before {
   content: "\f249";
 }
 
 .fa-stop:before {
   content: "\f04d";
 }
 
 .fa-stop-circle:before {
   content: "\f28d";
 }
 
 .fa-stopwatch:before {
   content: "\f2f2";
 }
 
 .fa-store:before {
   content: "\f54e";
 }
 
 .fa-store-alt:before {
   content: "\f54f";
 }
 
 .fa-strava:before {
   content: "\f428";
 }
 
 .fa-stream:before {
   content: "\f550";
 }
 
 .fa-street-view:before {
   content: "\f21d";
 }
 
 .fa-strikethrough:before {
   content: "\f0cc";
 }
 
 .fa-stripe:before {
   content: "\f429";
 }
 
 .fa-stripe-s:before {
   content: "\f42a";
 }
 
 .fa-stroopwafel:before {
   content: "\f551";
 }
 
 .fa-studiovinari:before {
   content: "\f3f8";
 }
 
 .fa-stumbleupon:before {
   content: "\f1a4";
 }
 
 .fa-stumbleupon-circle:before {
   content: "\f1a3";
 }
 
 .fa-subscript:before {
   content: "\f12c";
 }
 
 .fa-subway:before {
   content: "\f239";
 }
 
 .fa-suitcase:before {
   content: "\f0f2";
 }
 
 .fa-suitcase-rolling:before {
   content: "\f5c1";
 }
 
 .fa-sun:before {
   content: "\f185";
 }
 
 .fa-superpowers:before {
   content: "\f2dd";
 }
 
 .fa-superscript:before {
   content: "\f12b";
 }
 
 .fa-supple:before {
   content: "\f3f9";
 }
 
 .fa-surprise:before {
   content: "\f5c2";
 }
 
 .fa-suse:before {
   content: "\f7d6";
 }
 
 .fa-swatchbook:before {
   content: "\f5c3";
 }
 
 .fa-swimmer:before {
   content: "\f5c4";
 }
 
 .fa-swimming-pool:before {
   content: "\f5c5";
 }
 
 .fa-symfony:before {
   content: "\f83d";
 }
 
 .fa-synagogue:before {
   content: "\f69b";
 }
 
 .fa-sync:before {
   content: "\f021";
 }
 
 .fa-sync-alt:before {
   content: "\f2f1";
 }
 
 .fa-syringe:before {
   content: "\f48e";
 }
 
 .fa-table:before {
   content: "\f0ce";
 }
 
 .fa-table-tennis:before {
   content: "\f45d";
 }
 
 .fa-tablet:before {
   content: "\f10a";
 }
 
 .fa-tablet-alt:before {
   content: "\f3fa";
 }
 
 .fa-tablets:before {
   content: "\f490";
 }
 
 .fa-tachometer-alt:before {
   content: "\f3fd";
 }
 
 .fa-tag:before {
   content: "\f02b";
 }
 
 .fa-tags:before {
   content: "\f02c";
 }
 
 .fa-tape:before {
   content: "\f4db";
 }
 
 .fa-tasks:before {
   content: "\f0ae";
 }
 
 .fa-taxi:before {
   content: "\f1ba";
 }
 
 .fa-teamspeak:before {
   content: "\f4f9";
 }
 
 .fa-teeth:before {
   content: "\f62e";
 }
 
 .fa-teeth-open:before {
   content: "\f62f";
 }
 
 .fa-telegram:before {
   content: "\f2c6";
 }
 
 .fa-telegram-plane:before {
   content: "\f3fe";
 }
 
 .fa-temperature-high:before {
   content: "\f769";
 }
 
 .fa-temperature-low:before {
   content: "\f76b";
 }
 
 .fa-tencent-weibo:before {
   content: "\f1d5";
 }
 
 .fa-tenge:before {
   content: "\f7d7";
 }
 
 .fa-terminal:before {
   content: "\f120";
 }
 
 .fa-text-height:before {
   content: "\f034";
 }
 
 .fa-text-width:before {
   content: "\f035";
 }
 
 .fa-th:before {
   content: "\f00a";
 }
 
 .fa-th-large:before {
   content: "\f009";
 }
 
 .fa-th-list:before {
   content: "\f00b";
 }
 
 .fa-the-red-yeti:before {
   content: "\f69d";
 }
 
 .fa-theater-masks:before {
   content: "\f630";
 }
 
 .fa-themeco:before {
   content: "\f5c6";
 }
 
 .fa-themeisle:before {
   content: "\f2b2";
 }
 
 .fa-thermometer:before {
   content: "\f491";
 }
 
 .fa-thermometer-empty:before {
   content: "\f2cb";
 }
 
 .fa-thermometer-full:before {
   content: "\f2c7";
 }
 
 .fa-thermometer-half:before {
   content: "\f2c9";
 }
 
 .fa-thermometer-quarter:before {
   content: "\f2ca";
 }
 
 .fa-thermometer-three-quarters:before {
   content: "\f2c8";
 }
 
 .fa-think-peaks:before {
   content: "\f731";
 }
 
 .fa-thumbs-down:before {
   content: "\f165";
 }
 
 .fa-thumbs-up:before {
   content: "\f164";
 }
 
 .fa-thumbtack:before {
   content: "\f08d";
 }
 
 .fa-ticket-alt:before {
   content: "\f3ff";
 }
 
 .fa-times:before {
   content: "\f00d";
 }
 
 .fa-times-circle:before {
   content: "\f057";
 }
 
 .fa-tint:before {
   content: "\f043";
 }
 
 .fa-tint-slash:before {
   content: "\f5c7";
 }
 
 .fa-tired:before {
   content: "\f5c8";
 }
 
 .fa-toggle-off:before {
   content: "\f204";
 }
 
 .fa-toggle-on:before {
   content: "\f205";
 }
 
 .fa-toilet:before {
   content: "\f7d8";
 }
 
 .fa-toilet-paper:before {
   content: "\f71e";
 }
 
 .fa-toolbox:before {
   content: "\f552";
 }
 
 .fa-tools:before {
   content: "\f7d9";
 }
 
 .fa-tooth:before {
   content: "\f5c9";
 }
 
 .fa-torah:before {
   content: "\f6a0";
 }
 
 .fa-torii-gate:before {
   content: "\f6a1";
 }
 
 .fa-tractor:before {
   content: "\f722";
 }
 
 .fa-trade-federation:before {
   content: "\f513";
 }
 
 .fa-trademark:before {
   content: "\f25c";
 }
 
 .fa-traffic-light:before {
   content: "\f637";
 }
 
 .fa-train:before {
   content: "\f238";
 }
 
 .fa-tram:before {
   content: "\f7da";
 }
 
 .fa-transgender:before {
   content: "\f224";
 }
 
 .fa-transgender-alt:before {
   content: "\f225";
 }
 
 .fa-trash:before {
   content: "\f1f8";
 }
 
 .fa-trash-alt:before {
   content: "\f2ed";
 }
 
 .fa-trash-restore:before {
   content: "\f829";
 }
 
 .fa-trash-restore-alt:before {
   content: "\f82a";
 }
 
 .fa-tree:before {
   content: "\f1bb";
 }
 
 .fa-trello:before {
   content: "\f181";
 }
 
 .fa-tripadvisor:before {
   content: "\f262";
 }
 
 .fa-trophy:before {
   content: "\f091";
 }
 
 .fa-truck:before {
   content: "\f0d1";
 }
 
 .fa-truck-loading:before {
   content: "\f4de";
 }
 
 .fa-truck-monster:before {
   content: "\f63b";
 }
 
 .fa-truck-moving:before {
   content: "\f4df";
 }
 
 .fa-truck-pickup:before {
   content: "\f63c";
 }
 
 .fa-tshirt:before {
   content: "\f553";
 }
 
 .fa-tty:before {
   content: "\f1e4";
 }
 
 .fa-tumblr:before {
   content: "\f173";
 }
 
 .fa-tumblr-square:before {
   content: "\f174";
 }
 
 .fa-tv:before {
   content: "\f26c";
 }
 
 .fa-twitch:before {
   content: "\f1e8";
 }
 
 .fa-twitter:before {
   content: "\f099";
 }
 
 .fa-twitter-square:before {
   content: "\f081";
 }
 
 .fa-typo3:before {
   content: "\f42b";
 }
 
 .fa-uber:before {
   content: "\f402";
 }
 
 .fa-ubuntu:before {
   content: "\f7df";
 }
 
 .fa-uikit:before {
   content: "\f403";
 }
 
 .fa-umbrella:before {
   content: "\f0e9";
 }
 
 .fa-umbrella-beach:before {
   content: "\f5ca";
 }
 
 .fa-underline:before {
   content: "\f0cd";
 }
 
 .fa-undo:before {
   content: "\f0e2";
 }
 
 .fa-undo-alt:before {
   content: "\f2ea";
 }
 
 .fa-uniregistry:before {
   content: "\f404";
 }
 
 .fa-universal-access:before {
   content: "\f29a";
 }
 
 .fa-university:before {
   content: "\f19c";
 }
 
 .fa-unlink:before {
   content: "\f127";
 }
 
 .fa-unlock:before {
   content: "\f09c";
 }
 
 .fa-unlock-alt:before {
   content: "\f13e";
 }
 
 .fa-untappd:before {
   content: "\f405";
 }
 
 .fa-upload:before {
   content: "\f093";
 }
 
 .fa-ups:before {
   content: "\f7e0";
 }
 
 .fa-usb:before {
   content: "\f287";
 }
 
 .fa-user:before {
   content: "\f007";
 }
 
 .fa-user-alt:before {
   content: "\f406";
 }
 
 .fa-user-alt-slash:before {
   content: "\f4fa";
 }
 
 .fa-user-astronaut:before {
   content: "\f4fb";
 }
 
 .fa-user-check:before {
   content: "\f4fc";
 }
 
 .fa-user-circle:before {
   content: "\f2bd";
 }
 
 .fa-user-clock:before {
   content: "\f4fd";
 }
 
 .fa-user-cog:before {
   content: "\f4fe";
 }
 
 .fa-user-edit:before {
   content: "\f4ff";
 }
 
 .fa-user-friends:before {
   content: "\f500";
 }
 
 .fa-user-graduate:before {
   content: "\f501";
 }
 
 .fa-user-injured:before {
   content: "\f728";
 }
 
 .fa-user-lock:before {
   content: "\f502";
 }
 
 .fa-user-md:before {
   content: "\f0f0";
 }
 
 .fa-user-minus:before {
   content: "\f503";
 }
 
 .fa-user-ninja:before {
   content: "\f504";
 }
 
 .fa-user-nurse:before {
   content: "\f82f";
 }
 
 .fa-user-plus:before {
   content: "\f234";
 }
 
 .fa-user-secret:before {
   content: "\f21b";
 }
 
 .fa-user-shield:before {
   content: "\f505";
 }
 
 .fa-user-slash:before {
   content: "\f506";
 }
 
 .fa-user-tag:before {
   content: "\f507";
 }
 
 .fa-user-tie:before {
   content: "\f508";
 }
 
 .fa-user-times:before {
   content: "\f235";
 }
 
 .fa-users:before {
   content: "\f0c0";
 }
 
 .fa-users-cog:before {
   content: "\f509";
 }
 
 .fa-usps:before {
   content: "\f7e1";
 }
 
 .fa-ussunnah:before {
   content: "\f407";
 }
 
 .fa-utensil-spoon:before {
   content: "\f2e5";
 }
 
 .fa-utensils:before {
   content: "\f2e7";
 }
 
 .fa-vaadin:before {
   content: "\f408";
 }
 
 .fa-vector-square:before {
   content: "\f5cb";
 }
 
 .fa-venus:before {
   content: "\f221";
 }
 
 .fa-venus-double:before {
   content: "\f226";
 }
 
 .fa-venus-mars:before {
   content: "\f228";
 }
 
 .fa-viacoin:before {
   content: "\f237";
 }
 
 .fa-viadeo:before {
   content: "\f2a9";
 }
 
 .fa-viadeo-square:before {
   content: "\f2aa";
 }
 
 .fa-vial:before {
   content: "\f492";
 }
 
 .fa-vials:before {
   content: "\f493";
 }
 
 .fa-viber:before {
   content: "\f409";
 }
 
 .fa-video:before {
   content: "\f03d";
 }
 
 .fa-video-slash:before {
   content: "\f4e2";
 }
 
 .fa-vihara:before {
   content: "\f6a7";
 }
 
 .fa-vimeo:before {
   content: "\f40a";
 }
 
 .fa-vimeo-square:before {
   content: "\f194";
 }
 
 .fa-vimeo-v:before {
   content: "\f27d";
 }
 
 .fa-vine:before {
   content: "\f1ca";
 }
 
 .fa-vk:before {
   content: "\f189";
 }
 
 .fa-vnv:before {
   content: "\f40b";
 }
 
 .fa-voicemail:before {
   content: "\f897";
 }
 
 .fa-volleyball-ball:before {
   content: "\f45f";
 }
 
 .fa-volume-down:before {
   content: "\f027";
 }
 
 .fa-volume-mute:before {
   content: "\f6a9";
 }
 
 .fa-volume-off:before {
   content: "\f026";
 }
 
 .fa-volume-up:before {
   content: "\f028";
 }
 
 .fa-vote-yea:before {
   content: "\f772";
 }
 
 .fa-vr-cardboard:before {
   content: "\f729";
 }
 
 .fa-vuejs:before {
   content: "\f41f";
 }
 
 .fa-walking:before {
   content: "\f554";
 }
 
 .fa-wallet:before {
   content: "\f555";
 }
 
 .fa-warehouse:before {
   content: "\f494";
 }
 
 .fa-water:before {
   content: "\f773";
 }
 
 .fa-wave-square:before {
   content: "\f83e";
 }
 
 .fa-waze:before {
   content: "\f83f";
 }
 
 .fa-weebly:before {
   content: "\f5cc";
 }
 
 .fa-weibo:before {
   content: "\f18a";
 }
 
 .fa-weight:before {
   content: "\f496";
 }
 
 .fa-weight-hanging:before {
   content: "\f5cd";
 }
 
 .fa-weixin:before {
   content: "\f1d7";
 }
 
 .fa-whatsapp:before {
   content: "\f232";
 }
 
 .fa-whatsapp-square:before {
   content: "\f40c";
 }
 
 .fa-wheelchair:before {
   content: "\f193";
 }
 
 .fa-whmcs:before {
   content: "\f40d";
 }
 
 .fa-wifi:before {
   content: "\f1eb";
 }
 
 .fa-wikipedia-w:before {
   content: "\f266";
 }
 
 .fa-wind:before {
   content: "\f72e";
 }
 
 .fa-window-close:before {
   content: "\f410";
 }
 
 .fa-window-maximize:before {
   content: "\f2d0";
 }
 
 .fa-window-minimize:before {
   content: "\f2d1";
 }
 
 .fa-window-restore:before {
   content: "\f2d2";
 }
 
 .fa-windows:before {
   content: "\f17a";
 }
 
 .fa-wine-bottle:before {
   content: "\f72f";
 }
 
 .fa-wine-glass:before {
   content: "\f4e3";
 }
 
 .fa-wine-glass-alt:before {
   content: "\f5ce";
 }
 
 .fa-wix:before {
   content: "\f5cf";
 }
 
 .fa-wizards-of-the-coast:before {
   content: "\f730";
 }
 
 .fa-wolf-pack-battalion:before {
   content: "\f514";
 }
 
 .fa-won-sign:before {
   content: "\f159";
 }
 
 .fa-wordpress:before {
   content: "\f19a";
 }
 
 .fa-wordpress-simple:before {
   content: "\f411";
 }
 
 .fa-wpbeginner:before {
   content: "\f297";
 }
 
 .fa-wpexplorer:before {
   content: "\f2de";
 }
 
 .fa-wpforms:before {
   content: "\f298";
 }
 
 .fa-wpressr:before {
   content: "\f3e4";
 }
 
 .fa-wrench:before {
   content: "\f0ad";
 }
 
 .fa-x-ray:before {
   content: "\f497";
 }
 
 .fa-xbox:before {
   content: "\f412";
 }
 
 .fa-xing:before {
   content: "\f168";
 }
 
 .fa-xing-square:before {
   content: "\f169";
 }
 
 .fa-y-combinator:before {
   content: "\f23b";
 }
 
 .fa-yahoo:before {
   content: "\f19e";
 }
 
 .fa-yammer:before {
   content: "\f840";
 }
 
 .fa-yandex:before {
   content: "\f413";
 }
 
 .fa-yandex-international:before {
   content: "\f414";
 }
 
 .fa-yarn:before {
   content: "\f7e3";
 }
 
 .fa-yelp:before {
   content: "\f1e9";
 }
 
 .fa-yen-sign:before {
   content: "\f157";
 }
 
 .fa-yin-yang:before {
   content: "\f6ad";
 }
 
 .fa-yoast:before {
   content: "\f2b1";
 }
 
 .fa-youtube:before {
   content: "\f167";
 }
 
 .fa-youtube-square:before {
   content: "\f431";
 }
 
 .fa-zhihu:before {
   content: "\f63f";
 }
 
 
 
 @font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: normal;
   font-display: auto;
   src: url("../fonts/fa-brands-400.eot");
   src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
 }
 
 .fab {
   font-family: 'Font Awesome 5 Brands';
 }
 
 @font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url("../fonts/fa-regular-400.eot");
   src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
 }
 
 .far {
   font-family: 'Font Awesome 5 Free';
   font-weight: 400;
 }
 
 @font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   font-display: auto;
   src: url("../fonts/fa-solid-900.eot");
   src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
 }
 
 .fa,
 .fas {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
 }
 
 html {
   box-sizing: border-box;
   padding: 0;
   margin: 0;
 }
 
 *,
 *:before,
 *:after {
   box-sizing: inherit
 }
 
 html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%
 }
 
 body {
   margin: 0
 }
 
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 main,
 menu,
 nav,
 section {
   display: block;
   direction: rtl;
 }
 
 summary {
   display: list-item
 }
 
 audio,
 canvas,
 progress,
 video {
   display: inline-block
 }
 
 progress {
   vertical-align: baseline
 }
 
 audio:not([controls]) {
   display: none;
   height: 0
 }
 
 [hidden],
 template {
   display: none
 }
 
 a {
   background-color: transparent
 }
 
 a:active,
 a:hover {
   outline-width: 0
 }
 
 abbr[title] {
   border-bottom: none;
   text-decoration: underline;
   text-decoration: underline dotted
 }
 
 b,
 strong {
   font-weight: bolder
 }
 
 dfn {
   font-style: italic
 }
 
 mark {
   background: #ff0;
   color: #000
 }
 
 small {
   font-size: 80%
 }
 
 sub,
 sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline
 }
 
 sub {
   bottom: -0.25em
 }
 
 sup {
   top: -0.5em
 }
 
 figure {
   margin: 1em 40px
 }
 
 img {
   border-style: none
 }
 
 code,
 kbd,
 pre,
 samp {
   font-family: monospace, monospace;
   font-size: 1em
 }
 
 hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible
 }
 
 button,
 input,
 select,
 textarea,
 optgroup {
   font: inherit;
   margin: 0
 }
 
 optgroup {
   font-weight: bold
 }
 
 button,
 input {
   overflow: visible
 }
 
 button,
 select {
   text-transform: none
 }
 
 button,
 [type=button],
 [type=reset],
 [type=submit] {
   -webkit-appearance: button
 }
 
 button::-moz-focus-inner,
 [type=button]::-moz-focus-inner,
 [type=reset]::-moz-focus-inner,
 [type=submit]::-moz-focus-inner {
   border-style: none;
   padding: 0
 }
 
 button:-moz-focusring,
 [type=button]:-moz-focusring,
 [type=reset]:-moz-focusring,
 [type=submit]:-moz-focusring {
   outline: 1px dotted ButtonText
 }
 
 fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: .35em .625em .75em
 }
 
 legend {
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal
 }
 
 textarea {
   overflow: auto
 }
 
 [type=checkbox],
 [type=radio] {
   padding: 0
 }
 
 [type=number]::-webkit-inner-spin-button,
 [type=number]::-webkit-outer-spin-button {
   height: auto
 }
 
 [type=search] {
   -webkit-appearance: textfield;
   outline-offset: -2px
 }
 
 [type=search]::-webkit-search-decoration {
   -webkit-appearance: none
 }
 
 ::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit
 }
 
 /* End extract */
 html,
 body {
   font-family: Verdana, sans-serif;
   font-size: 15px;
   line-height: 1.5
 }
 
 html {
   overflow-x: hidden
 }
 
 h1 {
   font-size: 36px
 }
 
 h2 {
   font-size: 30px
 }
 
 h3 {
   font-size: 24px
 }
 
 h4 {
   font-size: 20px
 }
 
 h5 {
   font-size: 18px
 }
 
 h6 {
   font-size: 16px
 }
 
 .bc-serif {
   font-family: serif
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-weight: 400;
   margin: 10px 0
 }
 
 .bc-wide {
   letter-spacing: 4px
 }
 
 hr {
   border: 0;
   border-top: 1px solid #eee;
   margin: 20px 0
 }
 
 .bc-image {
   max-width: 100%;
   height: auto
 }
 
 img {
   vertical-align: middle
 }
 
 a {
   color: inherit
 }
 
 .bc-table,
 .bc-table-all {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
   display: table
 }
 
 .bc-table-all {
   border: 1px solid #ccc
 }
 
 .bc-bordered tr,
 .bc-table-all tr {
   border-bottom: 1px solid #ddd
 }
 
 .bc-striped tbody tr:nth-child(even) {
   background-color: #f1f1f1
 }
 
 .bc-table-all tr:nth-child(odd) {
   background-color: #fff
 }
 
 .bc-table-all tr:nth-child(even) {
   background-color: #f1f1f1
 }
 
 .bc-hoverable tbody tr:hover,
 .bc-ul.bc-hoverable li:hover {
   background-color: #ccc
 }
 
 .bc-centered tr th,
 .bc-centered tr td {
   text-align: center
 }
 
 .bc-table td,
 .bc-table th,
 .bc-table-all td,
 .bc-table-all th {
   padding: 8px 8px;
   display: table-cell;
   text-align: left;
   vertical-align: top
 }
 
 .bc-table th:first-child,
 .bc-table td:first-child,
 .bc-table-all th:first-child,
 .bc-table-all td:first-child {
   padding-left: 16px
 }
 
 .bc-btn,
 .bc-button {
   border: none;
   display: inline-block;
   padding: 8px 16px;
   vertical-align: middle;
   overflow: hidden;
   text-decoration: none;
   color: inherit;
   background-color: inherit;
   text-align: center;
   cursor: pointer;
   white-space: nowrap
 }
 
 .bc-btn:hover {
   box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
 }
 
 .bc-btn,
 .bc-button {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
 }
 
 .bc-disabled,
 .bc-btn:disabled,
 .bc-button:disabled {
   cursor: not-allowed;
   opacity: 0.3
 }
 
 .bc-disabled *,
 :disabled * {
   pointer-events: none
 }
 
 .bc-btn.bc-disabled:hover,
 .bc-btn:disabled:hover {
   box-shadow: none
 }
 
 .bc-badge,
 .bc-tag {
   background-color: #000;
   color: #fff;
   display: inline-block;
   padding-left: 8px;
   padding-right: 8px;
   text-align: center
 }
 
 .bc-badge {
   border-radius: 50%
 }
 
 .bc-ul {
   list-style-type: none;
   padding: 0;
   margin: 0
 }
 
 .bc-ul li {
   padding: 8px 16px;
   border-bottom: 1px solid #ddd
 }
 
 .bc-ul li:last-child {
   border-bottom: none
 }
 
 .bc-tooltip,
 .bc-display-container {
   position: relative
 }
 
 .bc-tooltip .bc-text {
   display: none
 }
 
 .bc-tooltip:hover .bc-text {
   display: inline-block
 }
 
 .bc-ripple:active {
   opacity: 0.5
 }
 
 .bc-ripple {
   transition: opacity 0s
 }
 
 .bc-input {
   padding: 8px;
   display: block;
   border: none;
   border-bottom: 1px solid #ccc;
   width: 100%
 }
 
 .bc-select {
   padding: 9px 0;
   width: 100%;
   border: none;
   border-bottom: 1px solid #ccc
 }
 
 .bc-dropdown-click,
 .bc-dropdown-hover {
   position: relative;
   display: inline-block;
   cursor: pointer
 }
 
 .bc-dropdown-hover:hover .bc-dropdown-content {
   display: block
 }
 
 .bc-dropdown-hover:first-child,
 .bc-dropdown-click:hover {
   background-color: #ccc;
   color: #000
 }
 
 .bc-dropdown-hover:hover>.bc-button:first-child,
 .bc-dropdown-click:hover>.bc-button:first-child {
   background-color: #ccc;
   color: #000
 }
 
 .bc-dropdown-content {
   cursor: auto;
   color: #000;
   background-color: #fff;
   display: none;
   position: absolute;
   min-width: 160px;
   margin: 0;
   padding: 0;
   z-index: 1
 }
 
 .bc-check,
 .bc-radio {
   width: 24px;
   height: 24px;
   position: relative;
   top: 6px
 }
 
 .bc-sidebar {
   height: 100%;
   width: 200px;
   background-color: #fff;
   position: fixed !important;
   z-index: 1;
   overflow: auto
 }
 
 .bc-bar-block .bc-dropdown-hover,
 .bc-bar-block .bc-dropdown-click {
   width: 100%
 }
 
 .bc-bar-block .bc-dropdown-hover .bc-dropdown-content,
 .bc-bar-block .bc-dropdown-click .bc-dropdown-content {
   min-width: 100%
 }
 
 .bc-bar-block .bc-dropdown-hover .bc-button,
 .bc-bar-block .bc-dropdown-click .bc-button {
   width: 100%;
   text-align: left;
   padding: 8px 16px
 }
 
 .bc-main,
 #main {
   transition: margin-left .4s
 }
 
 .bc-modal {
   z-index: 3;
   display: none;
   padding-top: 100px;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.4)
 }
 
 .bc-modal-content {
   margin: auto;
   background-color: #fff;
   position: relative;
   padding: 0;
   outline: 0;
   width: 600px
 }
 
 .bc-bar {
   width: 100%;
   overflow: hidden
 }
 
 .bc-center .bc-bar {
   display: inline-block;
   width: auto
 }
 
 .bc-bar .bc-bar-item {
   padding: 8px 16px;
   float: left;
   width: auto;
   border: none;
   display: block;
   outline: 0
 }
 
 .bc-bar .bc-dropdown-hover,
 .bc-bar .bc-dropdown-click {
   position: static;
   float: left
 }
 
 .bc-bar .bc-button {
   white-space: normal
 }
 
 .bc-bar-block .bc-bar-item {
   width: 100%;
   display: block;
   padding: 8px 16px;
   text-align: left;
   border: none;
   white-space: normal;
   float: none;
   outline: 0
 }
 
 .bc-bar-block.bc-center .bc-bar-item {
   text-align: center
 }
 
 .bc-block {
   display: block;
   width: 100%
 }
 
 .bc-responsive {
   display: block;
   overflow-x: auto
 }
 
 .bc-container:after,
 .bc-container:before,
 .bc-panel:after,
 .bc-panel:before,
 .bc-row:after,
 .bc-row:before,
 .bc-row-padding:after,
 .bc-row-padding:before,
 .bc-cell-row:before,
 .bc-cell-row:after,
 .bc-clear:after,
 .bc-clear:before,
 .bc-bar:before,
 .bc-bar:after {
   content: "";
   display: table;
   clear: both
 }
 
 .bc-col,
 .bc-half,
 .bc-third,
 .bc-twothird,
 .bc-threequarter,
 .bc-quarter {
   float: left;
   width: 100%
 }
 
 .bc-col-right {
   float: right;
   width: 100%
 }
 
 .bc-col.s1 {
   width: 8.33333%
 }
 
 .bc-col.s2 {
   width: 16.66666%
 }
 
 .bc-col.s3 {
   width: 24.99999%
 }
 
 .bc-col.s4 {
   width: 33.33333%
 }
 
 .bc-col.s5 {
   width: 41.66666%
 }
 
 .bc-col.s6 {
   width: 49.99999%
 }
 
 .bc-col.s7 {
   width: 58.33333%
 }
 
 .bc-col.s8 {
   width: 66.66666%
 }
 
 .bc-col.s9 {
   width: 74.99999%
 }
 
 .bc-col.s10 {
   width: 83.33333%
 }
 
 .bc-col.s11 {
   width: 91.66666%
 }
 
 .bc-col.s12 {
   width: 99.99999%
 }
 
 @media (min-width:601px) {
   .bc-col.m1 {
     width: 8.33333%
   }
 
   .bc-col.m2 {
     width: 16.66666%
   }
 
   .bc-col.m3,
   .bc-quarter {
     width: 24.99999%
   }
 
   .bc-col.m4,
   .bc-third {
     width: 33.33333%
   }
 
   .bc-col.m5 {
     width: 41.66666%
   }
 
   .bc-col.m6,
   .bc-half {
     width: 49.99999%
   }
 
   .bc-col.m7 {
     width: 58.33333%
   }
 
   .bc-col.m8,
   .bc-twothird {
     width: 66.66666%
   }
 
   .bc-col.m9,
   .bc-threequarter {
     width: 74.99999%
   }
 
   .bc-col.m10 {
     width: 83.33333%
   }
 
   .bc-col.m11 {
     width: 91.66666%
   }
 
   .bc-col.m12 {
     width: 99.99999%
   }
 }
 
 @media (min-width:993px) {
   .bc-col.l1 {
     width: 8.33333%
   }
 
   .bc-col.l2 {
     width: 16.66666%
   }
 
   .bc-col.l3 {
     width: 24.99999%
   }
 
   .bc-col.l4 {
     width: 33.33333%
   }
 
   .bc-col.l5 {
     width: 41.66666%
   }
 
   .bc-col.l6 {
     width: 49.99999%
   }
 
   .bc-col.l7 {
     width: 58.33333%
   }
 
   .bc-col.l8 {
     width: 66.66666%
   }
 
   .bc-col.l9 {
     width: 74.99999%
   }
 
   .bc-col.l10 {
     width: 83.33333%
   }
 
   .bc-col.l11 {
     width: 91.66666%
   }
 
   .bc-col.l12 {
     width: 99.99999%
   }
 }
 
 .bc-rest {
   overflow: hidden
 }
 
 .bc-stretch {
   margin-left: -16px;
   margin-right: -16px
 }
 
 .bc-content,
 .bc-auto {
   margin-left: auto;
   margin-right: auto
 }
 
 .bc-content {
   max-width: 980px
 }
 
 .bc-auto {
   max-width: 1140px
 }
 
 .bc-cell-row {
   display: table;
   width: 100%
 }
 
 .bc-cell {
   display: table-cell
 }
 
 .bc-cell-top {
   vertical-align: top
 }
 
 .bc-cell-middle {
   vertical-align: middle
 }
 
 .bc-cell-bottom {
   vertical-align: bottom
 }
 
 .bc-hide {
   display: none !important
 }
 
 .bc-show-block,
 .bc-show {
   display: block !important
 }
 
 .bc-show-inline-block {
   display: inline-block !important
 }
 
 @media (max-width:1205px) {
   .bc-auto {
     max-width: 95%
   }
 }
 
 @media (max-width:600px) {
   .bc-modal-content {
     margin: 0 10px;
     width: auto !important
   }
 
   .bc-modal {
     padding-top: 30px
   }
 
   .bc-dropdown-hover.bc-mobile .bc-dropdown-content,
   .bc-dropdown-click.bc-mobile .bc-dropdown-content {
     position: relative
   }
 
   .bc-hide-small {
     display: none !important
   }
 
   .bc-mobile {
     display: block;
     width: 100% !important
   }
 
   .bc-bar-item.bc-mobile,
   .bc-dropdown-hover.bc-mobile,
   .bc-dropdown-click.bc-mobile {
     text-align: center
   }
 
   .bc-dropdown-hover.bc-mobile,
   .bc-dropdown-hover.bc-mobile .bc-btn,
   .bc-dropdown-hover.bc-mobile .bc-button,
   .bc-dropdown-click.bc-mobile,
   .bc-dropdown-click.bc-mobile .bc-btn,
   .bc-dropdown-click.bc-mobile .bc-button {
     width: 100%
   }
 }
 @media (max-width:590px) {
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background: #ccc !important;
  }
 }
 @media (max-width:768px) {
  .Formmoshver .CustomForm .code,.RegisterForm form .code{
    width: 100% !important;
  }
  .Formmoshver .CustomForm .imgcode,.RegisterForm form .imgcode{
    width: 50% !important;
  }
  .CustomForm .buttoncode,.RegisterForm form .buttoncode {

    width: 50% !important;

}
  .services{
    height: 490px !important;
  }
  .slick-list{
    height: auto !important;
  }
  .slick-next{
    right: 0 !important;
  }
  .slick-prev{
    left: 0 !important;
  }
   .bc-modal-content {

     width: 500px
   }
 
   .bc-modal {
     padding-top: 50px
   }
 }
 
 @media (min-width:993px) {
   .bc-modal-content {
     width: 900px
   }
 
   .bc-hide-large {
     display: none !important
   }
 
   .bc-sidebar.bc-collapse {
     display: block !important
   }
 }
 
 @media (max-width:992px) and (min-width:601px) {
   .bc-hide-medium {
     display: none !important
   }
 }
 
 @media (max-width:992px) {
   .bc-sidebar.bc-collapse {
     display: none
   }
 
   .bc-main {
     margin-left: 0 !important;
     margin-right: 0 !important
   }
 
   .bc-auto {
     max-width: 100%
   }
 }
 
 .bc-top,
 .bc-bottom {
   position: fixed;
   width: 100%;
   z-index: 1
 }
 
 .bc-top {
   top: 0
 }
 
 .bc-bottom {
   bottom: 0
 }
 
 .bc-overlay {
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 2
 }
 
 .bc-display-topleft {
   position: absolute;
   left: 0;
   top: 0
 }
 
 .bc-display-topright {
   position: absolute;
   right: 0;
   top: 0
 }
 
 .bc-display-bottomleft {
   position: absolute;
   left: 0;
   bottom: 0
 }
 
 .bc-display-bottomright {
   position: absolute;
   right: 0;
   bottom: 0
 }
 
 .bc-display-middle {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%)
 }
 
 .bc-display-left {
   position: absolute;
   top: 50%;
   left: 0%;
   transform: translate(0%, -50%);
   -ms-transform: translate(-0%, -50%)
 }
 
 .bc-display-right {
   position: absolute;
   top: 50%;
   right: 0%;
   transform: translate(0%, -50%);
   -ms-transform: translate(0%, -50%)
 }
 
 .bc-display-topmiddle {
   position: absolute;
   left: 50%;
   top: 0;
   transform: translate(-50%, 0%);
   -ms-transform: translate(-50%, 0%)
 }
 
 .bc-display-bottommiddle {
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translate(-50%, 0%);
   -ms-transform: translate(-50%, 0%)
 }
 
 .bc-display-container:hover .bc-display-hover {
   display: block
 }
 
 .bc-display-container:hover span.bc-display-hover {
   display: inline-block
 }
 
 .bc-display-hover {
   display: none
 }
 
 .bc-display-position {
   position: absolute
 }
 
 .bc-circle {
   border-radius: 50%
 }
 
 .bc-round-small {
   border-radius: 2px
 }
 
 .bc-round,
 .bc-round-medium {
   border-radius: 4px
 }
 
 .bc-round-large {
   border-radius: 8px
 }
 
 .bc-round-xlarge {
   border-radius: 16px
 }
 
 .bc-round-xxlarge {
   border-radius: 32px
 }
 
 .bc-row-padding,
 .bc-row-padding>.bc-half,
 .bc-row-padding>.bc-third,
 .bc-row-padding>.bc-twothird,
 .bc-row-padding>.bc-threequarter,
 .bc-row-padding>.bc-quarter,
 .bc-row-padding>.bc-col {
   padding: 0 8px
 }
 
 .bc-container,
 .bc-panel {
   padding: 0.01em 16px
 }
 
 .bc-panel {
   margin-top: 16px;
   margin-bottom: 16px
 }
 
 .bc-code,
 .bc-codespan {
   font-family: Consolas, "courier new";
   font-size: 16px
 }
 
 .bc-code {
   width: auto;
   background-color: #fff;
   padding: 8px 12px;
   border-left: 4px solid #4CAF50;
   word-wrap: break-word
 }
 
 .bc-codespan {
   color: crimson;
   background-color: #f1f1f1;
   padding-left: 4px;
   padding-right: 4px;
   font-size: 110%
 }
 
 .bc-card,
 .bc-card-2 {
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
 }
 
 .bc-card-4,
 .bc-hover-shadow:hover {
   box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
 }
 
 .bc-spin {
   animation: bc-spin 2s infinite linear
 }
 
 @keyframes bc-spin {
   0% {
     transform: rotate(0deg)
   }
 
   100% {
     transform: rotate(359deg)
   }
 }
 
 .bc-animate-fading {
   animation: fading 10s infinite
 }
 
 @keyframes fading {
   0% {
     opacity: 0
   }
 
   50% {
     opacity: 1
   }
 
   100% {
     opacity: 0
   }
 }
 
 .bc-animate-opacity {
   animation: opac 0.8s
 }
 
 @keyframes opac {
   from {
     opacity: 0
   }
 
   to {
     opacity: 1
   }
 }
 
 .bc-animate-top {
   position: relative;
   animation: animatetop 0.4s
 }
 
 @keyframes animatetop {
   from {
     top: -300px;
     opacity: 0
   }
 
   to {
     top: 0;
     opacity: 1
   }
 }
 
 .bc-animate-left {
   position: relative;
   animation: animateleft 0.4s
 }
 
 @keyframes animateleft {
   from {
     left: -300px;
     opacity: 0
   }
 
   to {
     left: 0;
     opacity: 1
   }
 }
 
 .bc-animate-right {
   position: relative;
   animation: animateright 0.4s
 }
 
 @keyframes animateright {
   from {
     right: -300px;
     opacity: 0
   }
 
   to {
     right: 0;
     opacity: 1
   }
 }
 
 .bc-animate-bottom {
   position: relative;
   animation: animatebottom 0.4s
 }
 
 @keyframes animatebottom {
   from {
     bottom: -300px;
     opacity: 0
   }
 
   to {
     bottom: 0;
     opacity: 1
   }
 }
 
 .bc-animate-zoom {
   animation: animatezoom 0.6s
 }
 
 @keyframes animatezoom {
   from {
     transform: scale(0)
   }
 
   to {
     transform: scale(1)
   }
 }
 
 .bc-animate-input {
   transition: width 0.4s ease-in-out
 }
 
 .bc-animate-input:focus {
   width: 100% !important
 }
 
 .bc-opacity,
 .bc-hover-opacity:hover {
   opacity: 0.60
 }
 
 .bc-opacity-off,
 .bc-hover-opacity-off:hover {
   opacity: 1
 }
 
 .bc-opacity-max {
   opacity: 0.25
 }
 
 .bc-opacity-min {
   opacity: 0.75
 }
 
 .bc-greyscale-max,
 .bc-grayscale-max,
 .bc-hover-greyscale:hover,
 .bc-hover-grayscale:hover {
   filter: grayscale(100%)
 }
 
 .bc-greyscale,
 .bc-grayscale {
   filter: grayscale(75%)
 }
 
 .bc-greyscale-min,
 .bc-grayscale-min {
   filter: grayscale(50%)
 }
 
 .bc-sepia {
   filter: sepia(75%)
 }
 
 .bc-sepia-max,
 .bc-hover-sepia:hover {
   filter: sepia(100%)
 }
 
 .bc-sepia-min {
   filter: sepia(50%)
 }
 
 .bc-tiny {
   font-size: 10px !important
 }
 
 .bc-small {
   font-size: 12px !important
 }
 
 .bc-medium {
   font-size: 15px !important
 }
 
 .bc-large {
   font-size: 18px !important
 }
 
 .bc-xlarge {
   font-size: 24px !important
 }
 
 .bc-xxlarge {
   font-size: 36px !important
 }
 
 .bc-xxxlarge {
   font-size: 48px !important
 }
 
 .bc-jumbo {
   font-size: 64px !important
 }
 
 .bc-left-align {
   text-align: left !important
 }
 
 .bc-right-align {
   text-align: right !important
 }
 
 .bc-justify {
   text-align: justify !important
 }
 
 .bc-center {
   text-align: center !important
 }
 
 .bc-border-0 {
   border: 0 !important
 }
 
 .bc-border {
   border: 1px solid #ccc !important
 }
 
 .bc-border-top {
   border-top: 1px solid #ccc !important
 }
 
 .bc-border-bottom {
   border-bottom: 1px solid #ccc !important
 }
 
 .bc-border-left {
   border-left: 1px solid #ccc !important
 }
 
 .bc-border-right {
   border-right: 1px solid #ccc !important
 }
 
 .bc-topbar {
   border-top: 6px solid #ccc !important
 }
 
 .bc-bottombar {
   border-bottom: 6px solid #ccc !important
 }
 
 .bc-leftbar {
   border-left: 6px solid #ccc !important
 }
 
 .bc-rightbar {
   border-right: 6px solid #ccc !important
 }
 
 .bc-section,
 .bc-code {
   margin-top: 16px !important;
   margin-bottom: 16px !important
 }
 
 .bc-margin {
   margin: 16px !important
 }
 
 .bc-margin-top {
   margin-top: 16px !important
 }
 
 .bc-margin-bottom {
   margin-bottom: 16px !important
 }
 
 .bc-margin-left {
   margin-left: 16px !important
 }
 
 .bc-margin-right {
   margin-right: 16px !important
 }
 
 .bc-padding-small {
   padding: 4px 8px !important
 }
 
 .bc-padding {
   padding: 8px 16px !important
 }
 
 .bc-padding-large {
   padding: 12px 24px !important
 }
 
 .bc-padding-16 {
   padding-top: 16px !important;
   padding-bottom: 16px !important
 }
 
 .bc-padding-24 {
   padding-top: 24px !important;
   padding-bottom: 24px !important
 }
 
 .bc-padding-32 {
   padding-top: 32px !important;
   padding-bottom: 32px !important
 }
 
 .bc-padding-48 {
   padding-top: 48px !important;
   padding-bottom: 48px !important
 }
 
 .bc-padding-64 {
   padding-top: 64px !important;
   padding-bottom: 64px !important
 }
 
 .bc-left {
   float: left !important
 }
 
 .bc-right {
   float: right !important
 }
 
 .bc-button:hover {
   color: #000 !important;
   background-color: #ccc !important
 }
 
 .bc-transparent,
 .bc-hover-none:hover {
   background-color: transparent !important
 }
 
 .bc-hover-none:hover {
   box-shadow: none !important
 }
 
 /* Colors */
 .bc-amber,
 .bc-hover-amber:hover {
   color: #000 !important;
   background-color: #ffc107 !important
 }
 
 .bc-aqua,
 .bc-hover-aqua:hover {
   color: #000 !important;
   background-color: #00ffff !important
 }
 
 .bc-blue,
 .bc-hover-blue:hover {
   color: #fff !important;
   background-color: #2196F3 !important
 }
 
 .bc-light-blue,
 .bc-hover-light-blue:hover {
   color: #000 !important;
   background-color: #87CEEB !important
 }
 
 .bc-brown,
 .bc-hover-brown:hover {
   color: #fff !important;
   background-color: #795548 !important
 }
 
 .bc-cyan,
 .bc-hover-cyan:hover {
   color: #000 !important;
   background-color: #00bcd4 !important
 }
 
 .bc-blue-grey,
 .bc-hover-blue-grey:hover,
 .bc-blue-gray,
 .bc-hover-blue-gray:hover {
   color: #fff !important;
   background-color: #607d8b !important
 }
 
 .bc-green,
 .bc-hover-green:hover {
   color: #fff !important;
   background-color: #4CAF50 !important
 }
 
 .bc-light-green,
 .bc-hover-light-green:hover {
   color: #000 !important;
   background-color: #8bc34a !important
 }
 
 .bc-indigo,
 .bc-hover-indigo:hover {
   color: #fff !important;
   background-color: #3f51b5 !important
 }
 
 .bc-khaki,
 .bc-hover-khaki:hover {
   color: #000 !important;
   background-color: #f0e68c !important
 }
 
 .bc-lime,
 .bc-hover-lime:hover {
   color: #000 !important;
   background-color: #cddc39 !important
 }
 
 .bc-orange,
 .bc-hover-orange:hover {
   color: #000 !important;
   background-color: #ff9800 !important
 }
 
 .bc-deep-orange,
 .bc-hover-deep-orange:hover {
   color: #fff !important;
   background-color: #ff5722 !important
 }
 
 .bc-pink,
 .bc-hover-pink:hover {
   color: #fff !important;
   background-color: #e91e63 !important
 }
 
 .bc-purple,
 .bc-hover-purple:hover {
   color: #fff !important;
   background-color: #9c27b0 !important
 }
 
 .bc-deep-purple,
 .bc-hover-deep-purple:hover {
   color: #fff !important;
   background-color: #673ab7 !important
 }
 
 .bc-red,
 .bc-hover-red:hover {
   color: #fff !important;
   background-color: #f44336 !important
 }
 
 .bc-sand,
 .bc-hover-sand:hover {
   color: #000 !important;
   background-color: #fdf5e6 !important
 }
 
 .bc-teal,
 .bc-hover-teal:hover {
   color: #fff !important;
   background-color: #009688 !important
 }
 
 .bc-yellow,
 .bc-hover-yellow:hover {
   color: #000 !important;
   background-color: #ffeb3b !important
 }
 
 .bc-white,
 .bc-hover-white:hover {
   color: #000 !important;
   background-color: #fff !important
 }
 
 .bc-black,
 .bc-hover-black:hover {
   color: #fff !important;
   background-color: #000 !important
 }
 
 .bc-grey,
 .bc-hover-grey:hover,
 .bc-gray,
 .bc-hover-gray:hover {
   color: #000 !important;
   background-color: #9e9e9e !important
 }
 
 .bc-light-grey,
 .bc-hover-light-grey:hover,
 .bc-light-gray,
 .bc-hover-light-gray:hover {
   color: #000 !important;
   background-color: #f1f1f1 !important
 }
 
 .bc-dark-grey,
 .bc-hover-dark-grey:hover,
 .bc-dark-gray,
 .bc-hover-dark-gray:hover {
   color: #fff !important;
   background-color: #616161 !important
 }
 
 .bc-pale-red,
 .bc-hover-pale-red:hover {
   color: #000 !important;
   background-color: #ffdddd !important
 }
 
 .bc-pale-green,
 .bc-hover-pale-green:hover {
   color: #000 !important;
   background-color: #ddffdd !important
 }
 
 .bc-pale-yellow,
 .bc-hover-pale-yellow:hover {
   color: #000 !important;
   background-color: #ffffcc !important
 }
 
 .bc-pale-blue,
 .bc-hover-pale-blue:hover {
   color: #000 !important;
   background-color: #ddffff !important
 }
 
 .bc-text-amber,
 .bc-hover-text-amber:hover {
   color: #ffc107 !important
 }
 
 .bc-text-aqua,
 .bc-hover-text-aqua:hover {
   color: #00ffff !important
 }
 
 .bc-text-blue,
 .bc-hover-text-blue:hover {
   color: #2196F3 !important
 }
 
 .bc-text-light-blue,
 .bc-hover-text-light-blue:hover {
   color: #87CEEB !important
 }
 
 .bc-text-brown,
 .bc-hover-text-brown:hover {
   color: #795548 !important
 }
 
 .bc-text-cyan,
 .bc-hover-text-cyan:hover {
   color: #00bcd4 !important
 }
 
 .bc-text-blue-grey,
 .bc-hover-text-blue-grey:hover,
 .bc-text-blue-gray,
 .bc-hover-text-blue-gray:hover {
   color: #607d8b !important
 }
 
 .bc-text-green,
 .bc-hover-text-green:hover {
   color: #4CAF50 !important
 }
 
 .bc-text-light-green,
 .bc-hover-text-light-green:hover {
   color: #8bc34a !important
 }
 
 .bc-text-indigo,
 .bc-hover-text-indigo:hover {
   color: #3f51b5 !important
 }
 
 .bc-text-khaki,
 .bc-hover-text-khaki:hover {
   color: #b4aa50 !important
 }
 
 .bc-text-lime,
 .bc-hover-text-lime:hover {
   color: #cddc39 !important
 }
 
 .bc-text-orange,
 .bc-hover-text-orange:hover {
   color: #ff9800 !important
 }
 
 .bc-text-deep-orange,
 .bc-hover-text-deep-orange:hover {
   color: #ff5722 !important
 }
 
 .bc-text-pink,
 .bc-hover-text-pink:hover {
   color: #e91e63 !important
 }
 
 .bc-text-purple,
 .bc-hover-text-purple:hover {
   color: #9c27b0 !important
 }
 
 .bc-text-deep-purple,
 .bc-hover-text-deep-purple:hover {
   color: #673ab7 !important
 }
 
 .bc-text-red,
 .bc-hover-text-red:hover {
   color: #f44336 !important
 }
 
 .bc-text-sand,
 .bc-hover-text-sand:hover {
   color: #fdf5e6 !important
 }
 
 .bc-text-teal,
 .bc-hover-text-teal:hover {
   color: #009688 !important
 }
 
 .bc-text-yellow,
 .bc-hover-text-yellow:hover {
   color: #d2be0e !important
 }
 
 .bc-text-white,
 .bc-hover-text-white:hover {
   color: #fff !important
 }
 
 .bc-text-black,
 .bc-hover-text-black:hover {
   color: #000 !important
 }
 
 .bc-text-grey,
 .bc-hover-text-grey:hover,
 .bc-text-gray,
 .bc-hover-text-gray:hover {
   color: #757575 !important
 }
 
 .bc-text-light-grey,
 .bc-hover-text-light-grey:hover,
 .bc-text-light-gray,
 .bc-hover-text-light-gray:hover {
   color: #f1f1f1 !important
 }
 
 .bc-text-dark-grey,
 .bc-hover-text-dark-grey:hover,
 .bc-text-dark-gray,
 .bc-hover-text-dark-gray:hover {
   color: #3a3a3a !important
 }
 
 .bc-border-amber,
 .bc-hover-border-amber:hover {
   border-color: #ffc107 !important
 }
 
 .bc-border-aqua,
 .bc-hover-border-aqua:hover {
   border-color: #00ffff !important
 }
 
 .bc-border-blue,
 .bc-hover-border-blue:hover {
   border-color: #2196F3 !important
 }
 
 .bc-border-light-blue,
 .bc-hover-border-light-blue:hover {
   border-color: #87CEEB !important
 }
 
 .bc-border-brown,
 .bc-hover-border-brown:hover {
   border-color: #795548 !important
 }
 
 .bc-border-cyan,
 .bc-hover-border-cyan:hover {
   border-color: #00bcd4 !important
 }
 
 .bc-border-blue-grey,
 .bc-hover-border-blue-grey:hover,
 .bc-border-blue-gray,
 .bc-hover-border-blue-gray:hover {
   border-color: #607d8b !important
 }
 
 .bc-border-green,
 .bc-hover-border-green:hover {
   border-color: #4CAF50 !important
 }
 
 .bc-border-light-green,
 .bc-hover-border-light-green:hover {
   border-color: #8bc34a !important
 }
 
 .bc-border-indigo,
 .bc-hover-border-indigo:hover {
   border-color: #3f51b5 !important
 }
 
 .bc-border-khaki,
 .bc-hover-border-khaki:hover {
   border-color: #f0e68c !important
 }
 
 .bc-border-lime,
 .bc-hover-border-lime:hover {
   border-color: #cddc39 !important
 }
 
 .bc-border-orange,
 .bc-hover-border-orange:hover {
   border-color: #ff9800 !important
 }
 
 .bc-border-deep-orange,
 .bc-hover-border-deep-orange:hover {
   border-color: #ff5722 !important
 }
 
 .bc-border-pink,
 .bc-hover-border-pink:hover {
   border-color: #e91e63 !important
 }
 
 .bc-border-purple,
 .bc-hover-border-purple:hover {
   border-color: #9c27b0 !important
 }
 
 .bc-border-deep-purple,
 .bc-hover-border-deep-purple:hover {
   border-color: #673ab7 !important
 }
 
 .bc-border-red,
 .bc-hover-border-red:hover {
   border-color: #f44336 !important
 }
 
 .bc-border-sand,
 .bc-hover-border-sand:hover {
   border-color: #fdf5e6 !important
 }
 
 .bc-border-teal,
 .bc-hover-border-teal:hover {
   border-color: #009688 !important
 }
 
 .bc-border-yellow,
 .bc-hover-border-yellow:hover {
   border-color: #ffeb3b !important
 }
 
 .bc-border-white,
 .bc-hover-border-white:hover {
   border-color: #fff !important
 }
 
 .bc-border-black,
 .bc-hover-border-black:hover {
   border-color: #000 !important
 }
 
 .bc-border-grey,
 .bc-hover-border-grey:hover,
 .bc-border-gray,
 .bc-hover-border-gray:hover {
   border-color: #9e9e9e !important
 }
 
 .bc-border-light-grey,
 .bc-hover-border-light-grey:hover,
 .bc-border-light-gray,
 .bc-hover-border-light-gray:hover {
   border-color: #f1f1f1 !important
 }
 
 .bc-border-dark-grey,
 .bc-hover-border-dark-grey:hover,
 .bc-border-dark-gray,
 .bc-hover-border-dark-gray:hover {
   border-color: #616161 !important
 }
 
 .bc-border-pale-red,
 .bc-hover-border-pale-red:hover {
   border-color: #ffe7e7 !important
 }
 
 .bc-border-pale-green,
 .bc-hover-border-pale-green:hover {
   border-color: #e7ffe7 !important
 }
 
 .bc-border-pale-yellow,
 .bc-hover-border-pale-yellow:hover {
   border-color: #ffffcc !important
 }
 
 .bc-border-pale-blue,
 .bc-hover-border-pale-blue:hover {
   border-color: #e7ffff !important
 }
 

 
 body,
 html {
   font-family: W_yekan;
   margin: 0;
   padding: 0;
   width: 100%;
   line-height: 1.7;
   font-size: 13.5pt;
   text-align: justify
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: W_yekan;
   font-weight: bold
 }
 
 .fontts {
   font-family: sans-serif !important
 }
 
 .text-left {
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .text-right {
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right
 }
 
 .text-justify {
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify
 }
 
 .text-center {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .limit-text {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
 }
 
 .dir-ltr {
   direction: ltr;
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .abs {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto
 }
 
 .clear {
   display: table;
   clear: both;
   content: ''
 }
 
 a,
 a:hover {
   text-decoration: none
 }
 
 .bc-content:after,
 section:after {
   display: table;
   clear: both;
   content: ''
 }
 
 :focus {
   outline: 0
 }
 
 img {
   display: block;
   max-width: 100%;
   margin: auto
 }
 
 .owl-carousel {
   direction: ltr
 }
 
 .owl-item {
   direction: rtl
 }
 .owl-item p {
text-align: center;
}
 .BtnCustom {
   cursor: pointer;
   background: #be1417;
   position: relative;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   width: 182px;
   margin: auto;
   color: #fff;
   display: block;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   line-height: 45px;
   border: 0
 }
 
 .BtnCustom:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: rgba(0, 0, 0, 0.3);
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .BtnCustom:hover:before {
   opacity: .5
 }
 
 .parallax {
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   background-size: cover;
   overflow: hidden
 }
 
 .parallax:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(0, 0, 0, 0.8);
   width: 100%;
   height: 100%
 }
 
 .parallax .bc-content {
   position: relative;
   z-index: 1
 }
 
 .parallax .bc-content>img {
   display: none
 }
 
 .parallax .title2>* {
   color: #fff
 }
 
 .parallax .title2>*:before,
 .parallax .title2>*:after {
   background: #fff
 }
 
 .title1 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .title1>* {
   color: #be1417;
   font-size: 15pt;
   display: block;
   padding: 0 15px 15px
 }
 
 .title1>*:before {
   content: '';
   width: 50px;
   height: 1px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   background: #7b848c
 }
 
 .title2 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   margin-bottom: 30px
 }
 
 .title2>* {
   display: inline-block;
   padding: 0 70px;
   color: #be1417;
   font-size: 15pt;
   position: relative
 }
 
 .title2>*:before,
 .title2>*:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 50px;
   height: 1px;
   background: #be1417
 }
 
 .title2>*:before {
   right: 0
 }
 
 .title2>*:after {
   left: 0
 }
 
 .title2.linedark>*:before,
 .title2.linedark>*:after {
   background: #7b848c
 }
 
 .title3 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .title3>* {
   display: inline-block;
   padding: 0 30px;
   color: #fff;
   font-size: 16.5pt;
   position: relative
 }
 
 .title3>*:before,
 .title3>*:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 15px;
   height: 1px;
   background: #be1417
 }
 
 .title3>*:before {
   right: 0
 }
 
 .title3>*:after {
   left: 0
 }
 
 .loading img {
   animation: rotate 5s linear 2s infinite alternate
 }
 
 @-webkit-keyframes rotate {
   from {
     -moz-transform: rotate(0) scale(0.5);
     -webkit-transform: rotate(0) scale(0.5);
     -o-transform: rotate(0) scale(0.5);
     -ms-transform: rotate(0) scale(0.5);
     transform: rotate(0) scale(0.5)
   }
 
   to {
     -moz-transform: rotate(360deg) scale(1);
     -webkit-transform: rotate(360deg) scale(1);
     -o-transform: rotate(360deg) scale(1);
     -ms-transform: rotate(360deg) scale(1);
     transform: rotate(360deg) scale(1)
   }
 }
 
 @keyframes rotate {
   from {
     -moz-transform: rotate(0) scale(0.5);
     -webkit-transform: rotate(0) scale(0.5);
     -o-transform: rotate(0) scale(0.5);
     -ms-transform: rotate(0) scale(0.5);
     transform: rotate(0) scale(0.5)
   }
 
   to {
     -moz-transform: rotate(360deg) scale(1);
     -webkit-transform: rotate(360deg) scale(1);
     -o-transform: rotate(360deg) scale(1);
     -ms-transform: rotate(360deg) scale(1);
     transform: rotate(360deg) scale(1)
   }
 }
 
 header {
   position: relative;
   z-index: 1000
 }
 
 header:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: #1e1d1d;
   height: 100%;
   width: 100%;
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .bc-content {
   position: relative
 }
 
 header .TopHeader {
   position: relative;
   background: #be1417;
   color: #fff;
   z-index: 2;
   font-size: 10.5pt
 }
 
 header .TopHeader .contacyinfo {
   position: relative
 }
 
 header .TopHeader .contacyinfo>* {
   display: inline-block;
   vertical-align: middle;
   line-height: 26px;
   direction: ltr
 }
 
 header .TopHeader .contacyinfo>* i {
   margin-right: 5px;
   display: inline-block
 }
 
 header .TopHeader .contacyinfo .email {
   font-family: sans-serif;
   margin-left: 37px
 }
 
 header .MenuBar {
   position: absolute;
   top: 26px;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 1000
 }
 
 header .MenuBar .bc-content {
   position: relative !important
 }
 
 header .MenuBar .logo,
 header .MenuBar .searchbox {
   display: inline-block;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .logo {
   width: 171px;
   position: absolute;
   top: 0;
   left: 0
 }
 
 header .MenuBar .searchbox {
   position: absolute;
   border: 1px solid #fff;
   width: 214px;
   top: 20px;
   left: 0;
   margin-left: 190px
 }
 
 header .MenuBar .searchbox * {
   background: transparent;
   border: 0;
   line-height: 35px;
   margin-bottom: 0;
 }
 
 header .MenuBar .searchbox .input-field {
   position: relative;
   width: 180px;
   float: right
 }
 
 header .MenuBar .searchbox input {
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   font-size: 12pt;
   color: #fff;
   width: 100%;
   line-height: 35px
 }
 
 header .MenuBar .searchbox .active {
   opacity: 0
 }
 
 header .MenuBar .searchbox label {
   position: absolute;
   right: 15px;
   color: #fff;
   top: 3px;
   font-size: 10.5pt;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .searchbox button {
   line-height: 35px;
   color: #fff;
   cursor: pointer;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   padding: 0;
 }
 
 header .MenuBar .searchbox button:hover {
   color: #be1417
 }
 
 header .MenuBar ul.menu {
   position: relative;
   padding: 0;
   margin: 0
 }
 
 header .MenuBar ul.menu>li:hover>a>span:before,
 header .MenuBar ul.menu>li:hover>a>span::after {
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
 }
 
 header .MenuBar ul.menu ul {
   padding: 0;
   margin: 0
 }
 
 header .MenuBar ul.menu ul>li {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar ul.menu ul>li:hover {
   border-bottom: 1px solid transparent
 }
 
 header .MenuBar ul.menu ul>li:hover>a>span:before,
 header .MenuBar ul.menu ul>li:hover>a>span::after {
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
 }
 
 header .MenuBar ul.menu ul>li a span {
   font-size: 10.5pt
 }
 
 header .MenuBar ul.menu li {
   list-style: none;
   position: relative;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right
 }
 
 header .MenuBar ul.menu li span {
   display: block;
   padding: 15px;
   position: relative;
   overflow: hidden
 }
 
 header .MenuBar ul.menu li span:before,
 header .MenuBar ul.menu li span::after {
   content: '';
   position: absolute;
   bottom: 0;
   width: 50%;
   height: 2px;
   background: #be1417;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar ul.menu li span:before {
   -moz-transform: translateX(110%);
   -webkit-transform: translateX(110%);
   -o-transform: translateX(110%);
   -ms-transform: translateX(110%);
   transform: translateX(110%);
   right: 0
 }
 
 header .MenuBar ul.menu li span:after {
   -moz-transform: translateX(-110%);
   -webkit-transform: translateX(-110%);
   -o-transform: translateX(-110%);
   -ms-transform: translateX(-110%);
   transform: translateX(-110%);
   left: 0
 }
 
 header .MenuBar ul.menu .haschild li {
   border-bottom: 1px dotted rgba(0, 0, 0, 0.4)
 }
 
 header .MenuBar ul.menu .haschild:hover>ul {
   visibility: visible;
   opacity: 1
 }
 
 header .MenuBar ul.menu>.haschild>a {
   position: relative
 }
 
 header .MenuBar ul.menu>.haschild>a:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f078';
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   margin: auto;
   color: #fff;
   font-size: 8pt;
   height: 14px
 }
 
 header .MenuBar ul.menu>.haschild ul {
   position: absolute;
   background: rgba(255, 255, 255, 0.9);
   text-align: left;
   top: 100%;
   right: 0;
   width: 210px;
   -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: .01s;
   -moz-transition: .01s;
   -ms-transition: .01s;
   -o-transition: .01s;
   transition: .01s
 }
 
 header .MenuBar ul.menu>.haschild ul ul {
   right: 100%;
   top: 0
 }
 
 header .MenuBar ul.menu>.haschild .haschild:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f053';
   position: absolute;
   bottom: 0;
   top: 0;
   left: 5px;
   margin: auto;
   font-size: 8pt;
   height: 14px
 }
 
 header .MenuBar ul.menu>li {
   float: right
 }
 
 header .MenuBar ul.menu>li>a {
   display: block
 }
 
 header .MenuBar ul.menu>li>a>span {
   color: #fff;
   display: block
 }
 
 header .MenuBar ul.menu:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .menufix {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   min-height: 85px
 }
 
 .menufix:before {
   opacity: .9
 }
 
 .menufix .searchbox {
   margin-left: 106px !important;
   top: 10px !important
 }
 
 .menufix .logo {
   width: 100px !important
 }
 
 .menufix .menuResize {
   top: 0
 }
 
 .social {
   position: relative;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: row;
   font-size: 13.5pt
 }
 
 .social a {
   width: 30px;
   height: 26px;
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #fff;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center
 }
 
 .social a>* {
   position: relative;
   z-index: 1
 }
 
 .social a svg {
   width: 22px;
   height: 22px
 }
 
 .social a svg path {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .social a:hover {
   color: #000
 }
 
 .social a:hover svg path {
   fill: #000 !important
 }
 
 .owl-controls {
   margin: 0 auto
 }
 
 .owl-controls .owl-buttons>div {
   position: absolute;
   border: 1px solid #fff;
   border-radius: 100% !important;
   background: transparent !important;
   opacity: 1 !important;
   width: 53px;
   height: 53px;
   margin: 0 !important;
   padding: 0 !important;
   z-index: 2;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .owl-controls .owl-buttons>div:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 18pt;
   line-height: 53px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .owl-controls .owl-buttons>div:hover {
   border-color: #be1417
 }
 
 .owl-controls .owl-buttons>div:hover:before {
   color: #be1417
 }
 
 .owl-controls .owl-buttons .owl-prev:before {
   content: "\f053"
 }
 
 .owl-controls .owl-buttons .owl-next:before {
   content: "\f054"
 }
 
 .RegisterForm {
   height: 500px;
   padding: 30px 0;
   color: #fff
 }
 
 .RegisterForm form {
   width: 66%;
   background: #1e1d1d;
   margin: 0 auto;
   padding: 15px 30px
 }
 
 .RegisterForm form .BtnCustom {
   width: 100%
 }
 
 .RegisterForm form .item {
   margin: 5px auto;
   position: relative;
   float: right
 }
 
 .RegisterForm form .item input,
 .RegisterForm form .item textarea {
   background: transparent;
   color: #fff;
   padding-right: 40px;
   padding-left: 15px;
   font-size: 12.75pt
 }
 
 .RegisterForm form .item svg {
   width: 22px;
   height: 22px
 }
 
 .RegisterForm form .item svg path {
   fill: #fff
 }
 
 .RegisterForm form .item i,
 .RegisterForm form .item svg {
   position: absolute;
   right: 15px;
   top: 12px;
   color: #fff;
   border-left: 1px solid;
   padding-left: 5px
 }
 
 .RegisterForm form .item textarea {
   height: 140px;
   width: 100%
 }
 
 .RegisterForm form .captcha {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .RegisterForm form .captcha>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .RegisterForm form .captcha svg {
   line-height: 49px;
   margin-left: 10px;
   width: 22px;
   height: 22px
 }
 
 .RegisterForm form .captcha img {
   width: 79px;
   height: 49px
 }
 
 .RegisterForm form .captcha:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .RegisterForm form .code {
   width: 35%
 }
 
 .RegisterForm form .code .item {
   margin: 0 auto
 }
 
 .RegisterForm form .imgcode {
   width: 25%
 }
 
 .RegisterForm form .buttoncode {
   width: 40%
 }
 
 footer {
   position: relative;
   color: #fff;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   font-size: 10.5pt
 }
 
 .contacyinfo a:last-child span{
   display: none
 }
 
 footer strong {
   display: block;
   margin-bottom: 15px;
   font-size: 13.5pt
 }
 
 footer b {
   font-size: 12pt
 }
 
 footer a {
   color: #fff
 }
 
 footer a:hover {
   color: #be1417
 }
 
 .seprator_430:last-child {
 
   display: none;
 
 }
 
 footer .content {
   position: relative;
   background: #1e1d1d;
   padding: 30px 0
 }
 
 footer .content .bc-row {
   display: flex;
   flex-flow: row wrap;
   align-items: stretch
 }
 
 footer .content .bc-row>*:not(:last-child) {
   border-left: 1px solid #2d2a2c
 }
 
 footer .content .padding-30 {
   padding-left: 30px
 }
 
 footer .content .map {
   height: 144px;
   overflow: hidden;
   position: relative
 }
 
 footer .content .map>iframe {
   height: 250px;
   border: 0;
   width: 80%;
   margin: auto
 }
 
 footer .content .footerimage>* {
   width: 33.33%;
   float: right;
   padding: 5px;
   display: block;
   position: relative
 }
 
 footer .content .footerimage>*:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #be1417;
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   margin: 5px
 }
 
 footer .content .footerimage>*:after {
   content: "\f002";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   color: #fff;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   height: 30px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: 0
 }
 
 footer .content .footerimage>*:hover:before {
   opacity: .5
 }
 
 footer .content .footerimage>*:hover:after {
   opacity: 1
 }
 
 footer .content .contactinfo {
   position: relative;
   padding: 0;
   list-style: none;
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify;
   margin-right: 30px
 }
 
 footer .content .contactinfo li {
   position: relative;
   padding-right: 30px;
   margin-bottom: 15px
 }
 
 footer .content .contactinfo li i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   color: #be1417;
   height: 16px;
   font-size: 12pt
 }
 
 footer .content .social {
   justify-content: center
 }
 
 footer .content .social a {
   font-size: 13pt
 }
 
 footer .content .social a:hover {
   color: #be1417
 }
 
 footer .content .social a:hover svg path {
   fill: #be1417 !important
 }
 
 footer .CopyRight {
   background: #10100f;
   padding: 15px
 }
 
 footer .CopyRight .bc-content>* {
   vertical-align: middle;
   display: inline-block;
   font-size: 9pt
 }
 
 .PrjItem {
   position: relative;
   overflow: hidden;
   margin-bottom: 15px;
   cursor: pointer;
 }
 
 .PrjItem:hover .text {
   opacity: 1;
   visibility: visible
 }
 
 .PrjItem .border {
   position: relative;
   height: 230px
 }
 
 .PrjItem .border img {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .PrjItem .border:hover img {
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2)
 }
 
 .PrjItem .border:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   border: 1px solid #fff;
   width: 90%;
   height: 85%;
   z-index: 1
 }
 
 .PrjItem .text {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: rgba(0, 0, 0, 0.65);
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: 0;
   visibility: hidden
 }
 
 .PrjItem .text strong {
   padding: 15px 0;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #fff;
   font-size: 15pt;
   position: relative
 }
 
 .PrjItem .text strong:before {
   content: '';
   width: 105px;
   height: 1px;
   background: rgba(255, 255, 255, 0.5);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .PrjItem .text .BtnCustom {
   margin: 15px auto;
   width: 119px;
   line-height: 33px
 }
 
 .PrjItem .text .BtnCustom:hover {
   color: #fff
 }
 
 .menuResize {
   position: fixed;
   top: 25px;
   right: 0;
   z-index: 1000000;
   max-height: 600px;
   width: 240px;
   overflow: hidden;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
 }
 
 .menuResize ul {
   padding-right: 15px;
   list-style: none;
   margin: 0
 }
 
 .menuResize * {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
 }
 
 #menuTrigger:checked~.menuResize {
   pointer-events: auto;
   -webkit-box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15);
   -moz-box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15);
   box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15)
 }
 
 #menuTrigger:checked~.menu h3 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link,
 #menuTrigger:checked~.menuResize .heade-featurer-resize,
 #menuTrigger:checked~.menuResize .search-resize {
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link,
 #menuTrigger:checked~.menuResize .top {
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(1) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(2) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(3) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(4) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(5) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(6) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(7) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(8) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(9) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(10) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .heade-featurer-resize,
 #menuTrigger:checked~.menuResize .search-resize {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .top {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize h3 {
   display: none;
   position: absolute;
   top: 19px;
   right: 111px;
   z-index: 1;
   margin: 0;
   font-size: 10pt;
   font-weight: normal;
   line-height: 56px;
   color: #fff;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .links {
   position: relative;
   z-index: 1;
   list-style: none;
   margin: 30px 0 15px;
   padding: 0;
   direction: rtl;
   max-height: 600px;
   overflow: hidden;
   overflow-y: auto
 }
 
 .menuResize .heade-featurer-resize,
 .menuResize .search-resize {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .top {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .link {
   font-size: 16px;
   line-height: 1;
   margin: 0;
   padding: 0;
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .link:nth-child(1) {
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0)
 }
 
 .menuResize .link:nth-child(2) {
   -webkit-transform: translate3d(-200%, 0, 0);
   transform: translate3d(-200%, 0, 0)
 }
 
 .menuResize .link:nth-child(3) {
   -webkit-transform: translate3d(-300%, 0, 0);
   transform: translate3d(-300%, 0, 0)
 }
 
 .menuResize .link:nth-child(4) {
   -webkit-transform: translate3d(-400%, 0, 0);
   transform: translate3d(-400%, 0, 0)
 }
 
 .menuResize .link:nth-child(5) {
   -webkit-transform: translate3d(-500%, 0, 0);
   transform: translate3d(-500%, 0, 0)
 }
 
 .menuResize .link:nth-child(6) {
   -webkit-transform: translate3d(-600%, 0, 0);
   transform: translate3d(-600%, 0, 0)
 }
 
 .menuResize .link:nth-child(7) {
   -webkit-transform: translate3d(-700%, 0, 0);
   transform: translate3d(-700%, 0, 0)
 }
 
 .menuResize .link:nth-child(8) {
   -webkit-transform: translate3d(-800%, 0, 0);
   transform: translate3d(-800%, 0, 0)
 }
 
 .menuResize .link:nth-child(9) {
   -webkit-transform: translate3d(-900%, 0, 0);
   transform: translate3d(-900%, 0, 0)
 }
 
 .menuResize .link:nth-child(10) {
   -webkit-transform: translate3d(-1000%, 0, 0);
   transform: translate3d(-1000%, 0, 0)
 }
 
 .menuResize .heade-featurer-resize {
   -webkit-transform: translate3d(-1100%, 0, 0);
   transform: translate3d(-1100%, 0, 0)
 }
 
 .menuResize .top {
   -webkit-transform: translate3d(-1100%, 0, 0);
   transform: translate3d(-1100%, 0, 0)
 }
 
 .scroll1 {
   top: 56px;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   position: absolute;
   width: 100%
 }
 
 .menuResize .link a {
   display: block;
   color: currentColor;
   padding: 10px;
   text-decoration: none;
   color: #000;
   font-size: 9pt
 }
 
 .menuResize .link a:hover {
   background-color: #be1417;
   color: #fff
 }
 
 .menuResize .link a:hover span {
   color: #fff
 }
 
 .menuResize .trigger {
   position: absolute;
   z-index: 0;
   top: 60px;
   right: 0;
   height: 30px;
   width: 30px;
   cursor: pointer;
   pointer-events: auto;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   -webkit-transition-property: -webkit-transform, box-shadow;
   transition-property: transform, box-shadow;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize .trigger:before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 100%;
   border-radius: inherit;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: box-shadow .2s .4s ease-in-out;
   transition: box-shadow .2s .4s ease-in-out
 }
 
 #menuTrigger:checked~.menuResize .trigger {
   -webkit-transform: translate3d(-200px, 0, 0);
   transform: translate3d(-200px, 0, 0);
   box-shadow: 0 0 0 880px #fafafa
 }
 
 #menuTrigger:checked~.menuResize .trigger:before {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
   box-shadow: 0 0 0 0 #fafafa inset, 0 0 0 28px #fafafa inset
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(1) {
   -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
   transform: translateY(0) translate3d(-50%, -50%, 0);
   -ms-transform: rotate(130deg);
   -webkit-transform: rotate(130deg);
   transform: rotate(130deg);
   left: 0;
   right: 0;
   margin: auto
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(2) {
   display: none
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(3) {
   -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
   transform: translateY(0) translate3d(-50%, -50%, 0);
   -ms-transform: rotate(-130deg);
   -webkit-transform: rotate(-130deg);
   transform: rotate(-130deg);
   left: 0;
   right: 0;
   margin: auto
 }
 
 #menuTrigger:checked~.menuResize .scroll1 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize .trigger .line {
   position: absolute;
   top: 0;
   left: 50%;
   background: #be1417;
   height: 3px;
   width: 18.66667px;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out;
   border: 0 !important
 }
 
 .menuResize .trigger .line:nth-child(1) {
   -webkit-transform: translateY(-5px) translate3d(-50%, -50%, 0);
   transform: translateY(-5px) translate3d(-50%, -50%, 0)
 }
 
 .menuResize .trigger .line:nth-child(3) {
   -webkit-transform: translateY(5px) translate3d(-50%, -50%, 0);
   transform: translateY(5px) translate3d(-50%, -50%, 0)
 }
 
 #menuTrigger {
   position: fixed;
   top: 0;
   right: -20px
 }
 
 ul.links li.have-sub ul {
   display: none
 }
 
 .have-sub>a:after {
   content: '+';
   font-size: 10pt;
   vertical-align: middle;
   padding-right: 10px
 }
 
 .open-li>a:after {
   content: '-' !important
 }
 
 .menuResize .active a {
   background-color: rgba(255, 255, 255, 0.1);
   color: #be1417
 }
 
 ul.heade-featurer {
   border-top: 1px dashed #fff;
   margin-top: 10px;
   padding-top: 5px;
   display: none
 }
 
 ul.heade-featurer>li {
   float: right;
   border: 0;
   border-left: 0;
   margin: 0 0 !important;
   padding: 7px 5px 0 0 !important;
   display: block;
   vertical-align: middle;
   font-size: 12pt;
   width: 100%;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   height: auto;
   line-height: inherit;
   cursor: pointer
 }
 
 ul.heade-featurer>li>*,
 ul.heade-featurer>li .compareList>a,
 ul.heade-featurer>li .wish-list>a,
 ul.heade-featurer>li .compareList>a:after,
 ul.heade-featurer>li .wish-list>a:after {
   color: #fff;
   border-top-color: #fff
 }
 
 ul.heade-featurer .compareList-Box,
 ul.heade-featurer .wish-list-Box {
   width: 230px
 }
 
 ul.heade-featurer .compareList-Box li a {
   width: 200px
 }
 
 ul.heade-featurer .wish-list {
   margin-left: 0
 }
 
 ul.heade-featurer>li .compareList>a label,
 ul.heade-featurer>li .wish-list>alabel {
   cursor: pointer
 }
 
 ul.heade-featurer .search {
   float: none;
   width: 225px;
   margin: auto
 }
 
 ul.heade-featurer .search input {
   width: 179px
 }
 
 .last-menu-resize {
   height: 56px;
   display: block
 }
 
 ul.heade-featurer>li>a {
   display: block
 }
 
 .scroll1 {
   top: 56px;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   position: absolute;
   width: 100%;
   overflow-y: scroll;
   height: 824px;
   direction: ltr
 }
 
 .item-hidden {
   -webkit-transform: translate3d(-900%, 0, 0);
   transform: translate3d(-900%, 0, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 #menuTrigger:checked~.menuResize .scroll1,
 #menuTrigger:checked~.menuResize .item-hidden {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .item-hidden {
   margin-bottom: 15px;
   display: none
 }
 
 .item-hidden a {
   display: block;
   padding: 0 10px;
   font-size: 9pt
 }
 
 .item-hidden a i {
   margin-left: 5px;
   color: #be1417
 }
 
 .menu2 {
   display: none
 }
 
 @font-face {
   font-family: lightcase;
   src: url(../font/lightcase/lightcase.eot?55356177);
   src: url(../font/lightcase/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../font/lightcase/lightcase.woff?55356177) format("woff"), url(../font/lightcase/lightcase.ttf?55356177) format("truetype"), url(../font/lightcase/lightcase.svg?55356177#lightcase) format("svg");
   font-weight: 400;
   font-style: normal
 }
 
 [class*=lightcase-icon-]:before {
   font-family: lightcase, sans-serif;
   font-style: normal;
   font-weight: 400;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em
 }
 
 .lightcase-icon-play:before {
   content: '\e800'
 }
 
 .lightcase-icon-pause:before {
   content: '\e801'
 }
 
 .lightcase-icon-close:before {
   content: "\f00d" !important;
   font-family: 'Font Awesome 5 Free' !important;
   font-weight: 900 !important;
 }
 
 .lightcase-icon-prev:before {
   content: '\e803'
 }
 
 .lightcase-icon-next:before {
   content: '\e804'
 }
 
 .lightcase-icon-spin:before {
   content: '\e805'
 }
 
 @-webkit-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-moz-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-o-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-ms-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 #lightcase-case {
   display: none;
   position: fixed;
   z-index: 2002;
   top: 50%;
   left: 50%;
   font-size: 13px;
   line-height: 1.5;
   text-align: left;
   text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-case,
   html[data-lc-type=inline] #lightcase-case {
     position: fixed !important;
     top: 0 !important;
     left: 0 !important;
     right: 0 !important;
     bottom: 0 !important;
     margin: 0 !important;
     padding: 55px 0 70px 0;
     width: 100% !important;
     height: 100% !important;
     overflow: auto !important
   }
 }
 
 @media screen and (min-width:641px) {
   html:not([data-lc-type=error]) #lightcase-content {
     position: relative;
     z-index: 1;
     text-shadow: none;
     background-color: #fff;
     -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -webkit-backface-visibility: hidden
   }
 }
 
 @media screen and (min-width:641px) {
 
   html[data-lc-type=image] #lightcase-content,
   html[data-lc-type=video] #lightcase-content {
     background-color: #333
   }
 }
 
 html[data-lc-type=ajax] #lightcase-content,
 html[data-lc-type=error] #lightcase-content,
 html[data-lc-type=inline] #lightcase-content {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content,
   html[data-lc-type=error] #lightcase-content,
   html[data-lc-type=inline] #lightcase-content {
     position: relative !important;
     top: auto !important;
     left: auto !important;
     width: auto !important;
     height: auto !important;
     margin: 0 !important;
     padding: 0 !important;
     border: none !important;
     background: 0 0 !important
   }
 }
 
 html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
 html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
 html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
     padding: 15px
   }
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
     width: 100% !important;
     max-width: none !important
   }
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
     height: auto !important;
     max-height: none !important
   }
 }
 
 @media screen and (max-width:640px) {
   html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
     overflow: auto;
     -webkit-overflow-scrolling: touch
   }
 }
 
 @media screen and (max-width:640px) and (min-width:641px) {
 
   html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
     line-height: .75
   }
 }
 
 html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
   position: relative;
   overflow: hidden !important
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
     position: relative !important;
     top: auto !important;
     left: auto !important;
     width: auto !important;
     height: auto !important;
     margin: 0 !important;
     padding: 0 !important;
     border: none !important;
     background: 0 0 !important
   }
 }
 
 @media screen and (min-width:641px) {
   html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
     padding: 30px;
     overflow: auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box
   }
 }
 
 @media screen and (max-width:640px) {
 
   #lightcase-content h1,
   #lightcase-content h2,
   #lightcase-content h3,
   #lightcase-content h4,
   #lightcase-content h5,
   #lightcase-content h6,
   #lightcase-content p {
     color: #aaa
   }
 }
 
 @media screen and (min-width:641px) {
 
   #lightcase-content h1,
   #lightcase-content h2,
   #lightcase-content h3,
   #lightcase-content h4,
   #lightcase-content h5,
   #lightcase-content h6,
   #lightcase-content p {
     color: #333
   }
 }
 
 #lightcase-case p.lightcase-error {
   margin: 0;
   font-size: 17px;
   text-align: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   #lightcase-case p.lightcase-error {
     padding: 30px 0
   }
 }
 
 @media screen and (min-width:641px) {
   #lightcase-case p.lightcase-error {
     padding: 0
   }
 }
 
 .lightcase-open body {
   overflow: hidden
 }
 
 .lightcase-isMobileDevice .lightcase-open body {
   max-width: 100%;
   max-height: 100%
 }
 
 #lightcase-info {
   position: absolute;
   padding-top: 15px
 }
 
 #lightcase-info #lightcase-caption,
 #lightcase-info #lightcase-title {
   margin: 0;
   padding: 0;
   line-height: 1.5;
   font-weight: 400;
   text-overflow: ellipsis
 }
 
 #lightcase-info #lightcase-title {
   font-size: 17px;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   #lightcase-info #lightcase-title {
     position: fixed;
     top: 10px;
     left: 0;
     max-width: 87.5%;
     padding: 5px 15px;
     background: #333
   }
 }
 
 #lightcase-info #lightcase-caption {
   clear: both;
   font-size: 13px;
   color: #aaa
 }
 
 #lightcase-info #lightcase-sequenceInfo {
   font-size: 11px;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   .lightcase-fullScreenMode #lightcase-info {
     padding-left: 15px;
     padding-right: 15px
   }
 
   html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
     position: static
   }
 }
 
 #lightcase-loading {
   z-index: 9999;
   width: 1.123em;
   height: auto;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   text-shadow: none;
   position: fixed;
   z-index: 2001;
   top: 50%;
   left: 50%;
   margin-top: -0.5em;
   margin-left: -0.5em;
   opacity: 1;
   font-size: 32px;
   text-shadow: 0 0 15px #fff;
   -moz-transform-origin: 50% 53%;
   -webkit-animation: lightcase-spin .5s infinite linear;
   -moz-animation: lightcase-spin .5s infinite linear;
   -o-animation: lightcase-spin .5s infinite linear;
   animation: lightcase-spin .5s infinite linear
 }
 
 #lightcase-loading,
 #lightcase-loading:focus {
   text-decoration: none;
   color: #fff;
   -webkit-tap-highlight-color: transparent;
   -webkit-transition: color, opacity, ease-in-out .25s;
   -moz-transition: color, opacity, ease-in-out .25s;
   -o-transition: color, opacity, ease-in-out .25s;
   transition: color, opacity, ease-in-out .25s
 }
 
 #lightcase-loading>span {
   display: inline-block;
   text-indent: -9999px
 }
 
 a[class*=lightcase-icon-] {
   position: fixed;
   z-index: 9999;
   width: 1.123em;
   height: auto;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   text-shadow: none;
   outline: 0;
   cursor: pointer
 }
 
 a[class*=lightcase-icon-],
 a[class*=lightcase-icon-]:focus {
   text-decoration: none;
   color: rgba(255, 255, 255, 0.6);
   -webkit-tap-highlight-color: transparent;
   -webkit-transition: color, opacity, ease-in-out .25s;
   -moz-transition: color, opacity, ease-in-out .25s;
   -o-transition: color, opacity, ease-in-out .25s;
   transition: color, opacity, ease-in-out .25s
 }
 
 a[class*=lightcase-icon-]>span {
   display: inline-block;
   text-indent: -9999px
 }
 
 a[class*=lightcase-icon-]:hover {
   color: #fff;
   text-shadow: 0 0 15px #fff
 }
 
 .lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
   color: #aaa;
   text-shadow: none
 }
 
 a[class*=lightcase-icon-].lightcase-icon-close {
   position: fixed;
   top: 15px;
   right: 15px;
   bottom: auto;
   margin: 0;
   opacity: 0;
   outline: 0
 }
 
 a[class*=lightcase-icon-].lightcase-icon-prev {
   left: 15px
 }
 
 a[class*=lightcase-icon-].lightcase-icon-next {
   right: 15px
 }
 
 a[class*=lightcase-icon-].lightcase-icon-pause,
 a[class*=lightcase-icon-].lightcase-icon-play {
   left: 50%;
   margin-left: -0.5em
 }
 
 @media screen and (min-width:641px) {
 
   a[class*=lightcase-icon-].lightcase-icon-pause,
   a[class*=lightcase-icon-].lightcase-icon-play {
     opacity: 0
   }
 }
 
 @media screen and (max-width:640px) {
   a[class*=lightcase-icon-] {
     bottom: 15px;
     font-size: 24px
   }
 }
 
 @media screen and (min-width:641px) {
   a[class*=lightcase-icon-] {
     bottom: 50%;
     margin-bottom: -0.5em
   }
 
   #lightcase-case:hover~a[class*=lightcase-icon-],
   a[class*=lightcase-icon-]:hover {
     opacity: 1
   }
 }
 
 #lightcase-overlay {
   display: none;
   width: 100%;
   min-height: 100%;
   position: fixed;
   z-index: 2000;
   top: -9999px;
   bottom: -9999px;
   left: 0;
   background: #333
 }
 
 @media screen and (max-width:640px) {
   #lightcase-overlay {
     opacity: 1 !important
   }
 }
 
 @media only screen and (min-width:768px) {
   .bc-content {
     max-width: 750px
   }
 }
 
 @media only screen and (min-width:992px) {
   .bc-content {
     max-width: 970px
   }
 }
 
 @media only screen and (min-width:1230px) {
   .bc-content {
     max-width: 1200px
   }
 }
 
 @media(max-width:1200px) {
  .lb-data .lb-close{
    top:-30px !important
  }
   .PrjItem .border {
     height: 184px
   }
 
   footer b {
     font-size: 10.5pt
   }
 }
 
 @media(max-width:992px) {
   header .MenuBar .logo {
     width: 100px
   }
 
   header .MenuBar .searchbox {
     width: 175px;
     top: 11px;
     margin-left: 113px
   }
 
   header .MenuBar .searchbox * {
     line-height: 25px
   }
 
   header .MenuBar .searchbox button {
     line-height: 25px;
     font-size: 11pt
   }
 
   header .MenuBar .searchbox .input-field {
     width: 145px
   }
 
   header .MenuBar .searchbox input {
     font-size: 11pt;
     line-height: 25px
   }
 
   header .MenuBar .searchbox label {
     top: 2px
   }
 
   header .MenuBar ul.menu>li>a>span {
     font-size: 10.5pt;
     padding: 15px 10px
   }
 
   header .MenuBar ul.menu>.haschild>a:before {
     font-size: 6pt
   }
 
   .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .owl-controls .owl-buttons>div:before {
     font-size: 13pt;
     line-height: 30px
   }
 
   footer .content .bc-row-padding>* {
     margin: 15px auto
   }
 
   .PrjItem .border {
     height: 139px
   }
 
   .RegisterForm form {
     width: 85%
   }
 }
 
 @media(max-width:768px) {
 
   body,
   html {
     font-size: 10.5pt
   }
 
   header .TopHeader .contacyinfo .email {
     margin-left: 15px
   }
 
   header .MenuBar .logo {
     width: 60px
   }
 
   header .MenuBar .searchbox {
     margin-left: 66px;
     top: 45px !important
   }
 
   header .MenuBar .searchbox * {
     line-height: 25px
   }
 
   header .MenuBar .searchbox .input-field {
     width: 148px
   }
 
   header .MenuBar .searchbox button {
     line-height: 25px;
     font-size: 9pt
   }
 
   header .MenuBar .searchbox input {
     font-size: 10pt;
     line-height: 25px
   }
 
   header .MenuBar .searchbox label {
     right: 5px;
     top: 0;
     font-size: 9pt
   }
 
   .menufix {
     min-height: 70px
   }
 
   .menufix .searchbox {
     margin-left: 66px !important;
     top: 7px !important
   }
 
   .menufix .logo {
     width: 60px !important
   }
 
   .menufix .menuResize {
     top: 26px
   }
 
   .menu2 {
     display: block;
     position: relative
   }
 
   .menu {
     display: none
   }
 
   .PrjItem .border {
     height: auto
   }
 
   .PrjItem .text strong {
     font-size: 11pt
   }
 
   .PrjItem .text .BtnCustom {
     font-size: 9pt;
     width: 80px;
     line-height: 20px
   }
 
   .RegisterForm {
     padding: 15px 0;
     height: auto !important
   }
 
   .RegisterForm form {
     width: 95%;
     padding: 15px
   }
 
   .RegisterForm form .captcha i {
     width: 39px;
     height: 49px;
     line-height: 49px;
     font-size: 12pt
   }
 
   .title1>*,
   .title2>*,
   .title3>* {
     font-size: 12pt
   }
 
   .title2>* {
     padding: 0 60px
   }
 }
 
 @media(max-width:600px) {
   .RegisterForm form .code {
     width: 100%;
     margin-bottom: 15px
   }
 
   .RegisterForm form .imgcode {
     width: 50%
   }
 
   .RegisterForm form .buttoncode {
     width: 50%
   }
 
   .RegisterForm form .captcha {
     text-align: -moz-right;
     text-align: -webkit-right;
     text-align: right
   }
 
   footer .content .padding-30 {
     padding: 0 30px
   }
 
   footer .content .contactinfo {
     margin-right: 0
   }
 }
 
 @media(max-width:450px) {
   header .TopHeader .contacyinfo {
     font-size: 9pt
   }
 }
 
 @media(max-width:500px) {
   header .social {
     display: none
   }
 }
 
 .fa-pencil-alt:before {
   content: url(../images/pencil.png) !important
 }
 
 .slide {
   position: relative
 }
 
 .slide:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(33, 33, 33, 0.5);
   width: 100%;
   height: 100%;
   z-index: 1
 }
 
 .slide .owl-controls {
   margin-top: 0 !important
 }
 
 .slide .owl-controls .owl-pagination {
   display: none
 }
 
 .slide .owl-controls .owl-buttons>div {
   top: 40%
 }
 
 .slide .owl-controls .owl-buttons .owl-prev {
   left: 15px
 }
 
 .slide .owl-controls .owl-buttons .owl-next {
   right: 15px
 }
 
 .slide .TimeAtWork {
   background: rgba(33, 33, 33, 0.6);
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 160px;
   color: #fff;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   z-index: 2
 }
 
 .slide .TimeAtWork .m3 {
   padding-right: 15px
 }
 
 .slide .TimeAtWork .itemf {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 160px
 }
 
 .slide .TimeAtWork .item {
   background: rgba(30, 29, 29, 0.6)
 }
 
 .slide .TimeAtWork .box {
   border: 1px solid #747886;
   display: flex;
   flex-flow: column;
   width: 90%;
   height: 85%;
   align-items: center;
   justify-content: center
 }
 
 .slide .TimeAtWork .box strong {
   color: #be1417
 }
 
 .slide .TimeAtWork .box p {
   direction: rtl
 }
 
 .slide .text {
   width: 516px;
   height: 340px;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   z-index: 1;
   color: #fff
 }
 
 .slide .text h1 {
   font-size: 18pt
 }
 
 .slide .text>*:not(h1) {
   font-size: 15pt
 }
 
 .animated {
   -webkit-animation-duration: 1000ms;
   animation-duration: 1000ms;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
 }
 
 .owl-animated-out {
   z-index: 1
 }
 
 .owl-animated-in {
   z-index: 0
 }
 
 .fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut
 }
 
 @-webkit-keyframes fadeOut {
   0% {
     opacity: 1
   }
 
   100% {
     opacity: 0
   }
 }
 
 @keyframes fadeOut {
   0% {
     opacity: 1
   }
 
   100% {
     opacity: 0
   }
 }
 
 .aboutus {
   position: relative;
   margin: 50px auto
 }
 
 .aboutus .border {
   position: relative;
   overflow: hidden
 }
 
 .aboutus .border img {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .aboutus .border:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   border: 1px solid #fff;
   width: 90%;
   height: 95%;
   z-index: 1
 }
 
 .aboutus .border:hover img {
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2)
 }
 
 .aboutus .BtnCustom {
   margin-top: 35px
 }
 
 .services {
   height: 545px;
   padding: 50px 0;
   color: #fff
 }
 
 .services .bc-col {
   width: 563px
 }
 
 .services .text {
   position: relative;
   padding-left: 60px
 }
 
 .services .text strong {
   color: #be1417;
   font-size: 14.25pt;
   display: block;
   margin-top: 30px
 }
 
 .services .border {
   border: 1px solid #fff;
   padding: 32px
 }
 
 .services .border img {
   height: 301px;
   overflow: hidden
 }
 
 .services .owl-controls .owl-pagination {
   display: none
 }
 
 .services .owl-controls .owl-buttons>div {
   top: 40%
 }
 
 .services .owl-controls .owl-buttons .owl-prev {
   left: -70px
 }
 
 .services .owl-controls .owl-buttons .owl-next {
   right: -70px
 }
 
 .project {
   position: relative;
   margin: 50px auto
 }
 
 .ProductCategory {
   position: relative;
   background: url(../images/ProductCategory-BG.jpg);
   padding: 30px 0
 }
 
 .ProductCategory .MyTab {
   width: 1050px;
   margin: auto;
   position: relative
 }
 
 .ProductCategory .MyTab>* {
   float: left
 }
 
 .ProductCategory .MyTab>ul {
   width: 364px;
   list-style: none;
   margin: 0;
   padding-right: 15px
 }
 
 .ProductCategory .MyTab>ul li {
   background: #fff;
   margin-bottom: 30px;
   padding: 15px;
   cursor: pointer
 }
 
 .ProductCategory .MyTab>ul li:hover strong {
   color: #be1417
 }
 
 .ProductCategory .MyTab>ul li:hover .image img {
   -webkit-filter: grayscale(0);
   filter: grayscale(0)
 }
 
 .ProductCategory .MyTab>ul li>a {
   border: 1px solid #be1417;
   position: relative;
   display: flex;
   flex-direction: row;
   align-items: center
 }
 
 .ProductCategory .MyTab>ul li>a:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .ProductCategory .MyTab>ul li strong {
   margin: auto;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
 }
 
 .ProductCategory .MyTab>ul li .image {
   background: #ebebeb;
   width: 130px;
   height: 120px;
   display: flex;
   overflow: hidden
 }
 
 .ProductCategory .MyTab>ul li .image>* {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%)
 }
 
 .ProductCategory .MyTab .TabParent {
   width: 666px;
   background: #fff;
   padding: 15px
 }
 
 .ProductCategory .MyTab .TabParent .tabIn {
   border: 1px solid #be1417;
   padding: 35px 0
 }
 
 .ProductCategory .MyTab .TabParent .tabIn .Catitem {
   border: 1px solid #be1417;
   position: relative;
   display: flex;
   flex-direction: row;
   align-items: center;
   margin: 30px;
   background: #ebebeb
 }
 
 .ProductCategory .MyTab .TabParent .tabIn .Catitem:hover .image img {
   -moz-transform: scale(1.05);
   -webkit-transform: scale(1.05);
   -o-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05)
 }
 
 .ProductCategory .MyTab .TabParent .tabIn .Catitem:hover strong {
   color: #be1417
 }
 
 .ProductCategory .MyTab .TabParent .tabIn .Catitem .image {
   width: 274px;
   height: 165px;
   overflow: hidden
 }
 
 #tab2 p {
   margin: 0;
 }
 
 .ProductCategory .MyTab .TabParent .tabIn .Catitem .image img {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .ProductCategory .MyTab .TabParent .tabIn .Catitem strong {
   margin: auto;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   text-overflow: ellipsis;
   overflow: hidden;
   text-align: center;
   width: 50%;
 }
 
 .ProductCategory .MyTab:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Companypurpose {
   position: relative;
   margin: 30px auto
 }
 
 .Companypurpose .imagepurpos {
   width: 417px;
   height: 679px
 }
 
 .Companypurpose .title2>*:before,
 .Companypurpose .title2>*:after {
   background: #7b848c
 }
 
 .Companypurpose .Rpart {
   background: #be1417;
   padding-right: 30px;
   padding-bottom: 30px
 }
 
 .Companypurpose .Rpart .Wrapper {
   background: #1e1d1d;
   color: #fff;
   padding: 55px
 }
 
 .Companypurpose .Rpart .Wrapper .Wrapper-In {
   border: 1px solid #747886;
   padding: 25px;
   line-height: 2.5;
   min-height: 539px
 }
 
 .Companypurpose .Rpart .Wrapper .Wrapper-In p {
   margin-bottom: 4px
 }
 
 .Brand {
   position: relative;
   margin: 30px auto
 }
 

 .Brand .title2>*:before,
 .Brand .title2>*:after {
   /*! background: #7b848c */
 }
 
 .Brand .BrandItem {
   position: relative;
   background: url(../images/brands-bg.png);
   min-height: 150px;
   padding: 30px;
   color: #fff;
   font-size: 12pt;
   margin: 30px auto
 }
 
 .Brand .BrandItem:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(0, 0, 0, 0.8);
   width: 100%;
   height: 100%
 }
 
 .Brand .BrandItem .bc-row {
   position: relative;
   z-index: 1;
   display: flex;
   flex-direction: row;
   align-items: center
 }
 
 .Brand .BrandItem .bc-row .text {
   padding-left: 100px;
   float: right;
   width: 85%
 }
 
 .Brand .BrandItem .bc-row .text strong {
   border-bottom: 1px solid #be1417;
   display: inline-block
 }
 
 .Brand .BrandItem .bc-row .image {
   width: 15%;
   height: 162px;
   padding: 15px;
   background: #fff;
   float: left
 }
 
 .Brand .BrandItem .bc-row .image .Wrapper {
   border: 1px solid #be1417;
   display: flex;
   height: 100%;
   overflow: hidden;
   padding: 0 15px
 }
 
 .Brand .BrandItem .bc-row:after {
   display: table;
   clear: both;
   content: ''
 }
 
 @media(max-width:1200px) {
  .lb-nav a.lb-prev {
    left: 0px !important;

  }
  
  
  .lb-nav a.lb-next {
    right: 0px !important;
  }

   #page .row,.iarticle{
     padding: 0 10px;
   }
   .services .bc-col {
     width: 400px
   }
 
   .services .border img {
     height: 193px
   }
 
   .services .owl-controls .owl-buttons>div {
     top: -70px
   }
 
   .services .owl-controls .owl-buttons .owl-next {
     right: 0
   }
 
   .services .owl-controls .owl-buttons .owl-prev {
     left: 0
   }
 
   .ProductCategory .MyTab {
     width: 100%
   }
 
   .ProductCategory .MyTab>ul {
     width: 40%
   }
 
   .ProductCategory .MyTab .TabParent {
     width: 60%
   }
 
   .Companypurpose .Rpart {
     padding-right: 20px;
     padding-bottom: 17px
   }
 
   .Companypurpose .Rpart .Wrapper {
     padding: 35px
   }
 
   .Companypurpose .Rpart .Wrapper .Wrapper-In {
     line-height: 2
   }
 
   .Brand .BrandItem .bc-row .text {
     width: 83%
   }
 
   .Brand .BrandItem .bc-row .image {
     width: 17%;
     height: 155px
   }
 }
 
 @media(max-width:992px) {
   .slide .text {
     width: 516px;
     height: 130px
   }
 
   .slide .text h1 {
     font-size: 12pt
   }
 
   .slide .text>*:not(h1) {
     font-size: 10pt
   }
 
   .slide .TimeAtWork {
     height: 100px
   }
 
   .slide .TimeAtWork .box p {
     margin: 0
   }
 
   .slide .TimeAtWork .itemf {
     height: 100px
   }
 
   .services .bc-col {
     width: 300px
   }
 
   .services .text strong {
     font-size: 12.25pt;
     margin-top: 15px
   }
 
   .services .text p {
     font-size: 10.5pt
   }
 
   .services .border {
     padding: 15px
   }
 
   .services .border img {
     height: 163px
   }
 
   .ProductCategory .MyTab>ul li {
     margin-bottom: 15px
   }
 
   .ProductCategory .MyTab>ul li .image {
     width: 80px;
     height: 90px
   }
 
   .ProductCategory .MyTab .TabParent .tabIn .Catitem .image {
     width: 185px;
     height: 112px
   }
 
   .Companypurpose .Rpart .Wrapper {
     padding: 30px
   }
 
   .Companypurpose .Rpart .Wrapper .Wrapper-In {
     padding: 30px 30px 40px;
     line-height: 2;
     font-size: 10.5pt
   }
 
 
   .Brand .BrandItem .bc-row .text {
     width: 82%;
     font-size: 10.5pt
   }
 
   .Brand .BrandItem .bc-row .image {
     width: 18%;
     height: 124px
   }
 }
 @media(max-width:520px) {
  header .TopHeader{
    padding: 0 10px;
  }
  .slide .owl-controls .owl-buttons .owl-prev{
    bottom: 25px;
top: unset !important;
  }
  .slide .owl-controls .owl-buttons .owl-next{
    bottom: 25px;
    top: unset !important;
  }
}
 @media(max-width:768px) {
  .slide .owl-controls .owl-buttons .owl-prev{
    bottom: 25px;
top: unset !important;
  }
  .slide .owl-controls .owl-buttons .owl-next{
    bottom: 25px;
    top: unset !important;
  }
   .slide .TimeAtWork {
     position: relative;
     background: #212121;
     font-size: 9pt
   }
 
   .slide .text {
     display: none
   }
 
   .services .bc-col,
   .services .bc-rest {
     width: 100%
   }
 
   .services .text {
     padding: 0 15px
   }
 
   .services .border {
     width: 201px;
     height: 136px;
     margin: auto
   }
 
   .services .border img {
     height: 106px
   }
 
   .services .owl-controls .owl-buttons>div {
     top: -60px
   }
 
   .ProductCategory .MyTab>ul {
     width: 100%;
     background: #fff;
     padding-left: 15px;
     text-align: -moz-center;
     text-align: -webkit-center;
     text-align: center;
     margin: auto
   }
 
   .ProductCategory .MyTab>ul li {
     display: inline-block;
     margin: 1px;
     padding: 0;
     min-width: 112px
   }
 
   .ProductCategory .MyTab>ul li .image {
     display: none
   }
 
   .ProductCategory .MyTab>ul li a {
     padding: 5px
   }
 
   .ProductCategory .MyTab>ul li strong {
     font-size: 10pt
   }
 
   .ProductCategory .MyTab .TabParent {
     width: 100%;
     padding: 15px
   }
 
   .ProductCategory .MyTab .TabParent .tabIn {
     padding: 0
   }
 
   .ProductCategory .MyTab .TabParent .tabIn .Catitem {
     margin: 15PX
   }
 
   .ProductCategory .MyTab .TabParent .tabIn .Catitem strong {
     font-size: 9pt;
     text-align: center;
   }
 
   .Companypurpose .image {
     width: 50%;
     margin: auto
   }
 
   .Companypurpose .bc-col {
     margin: 15px auto;
     width: 100%;
     height: auto
   }
 
 
 
   .Companypurpose .Rpart {
     padding-right: 10px;
     padding-bottom: 10px
   }
 
   .Companypurpose .Rpart .Wrapper {
     padding: 15px
   }
 
   .Companypurpose .Rpart .Wrapper .Wrapper-In {
     padding: 20px;
     font-size: 10.5pt;
     min-height: unset
   }
 
   .Companypurpose .Rpart .Wrapper .Wrapper-In p {
     height: auto
   }
 
   .Brand .BrandItem .bc-row .text {
     width: 70%;
     padding-left: 15px
   }
 
   .Brand .BrandItem .bc-row .image {
     width: 30%;
     height: 159px
   }
 }
 
 @media(max-width:600px) {
   .aboutus .bc-col {
     margin: 15px auto
   }
 
   .Brand .BrandItem .bc-row .image {
     height: 105px
   }
 }
 
 @media(max-width:400px) {
   .ProjectList .s6 {
     width: 100%
   }
 
   .ProductCategory .MyTab ul {
     padding: 15px
   }
 
   .ProductCategory .MyTab .TabParent {
     padding: 0
   }
 
   .ProductCategory .MyTab .TabParent .tabIn {
     border: 0
   }
 
   .ProductCategory .MyTab .TabParent .tabIn .Catitem {
     flex-direction: column
   }
 
   .ProductCategory .MyTab .TabParent .tabIn .Catitem strong {
     margin: 15px 15px 0
   }
 
   .ProductCategory .MyTab .TabParent .tabIn .Catitem .image {
     width: 90%;
     height: auto;
     margin: 15px
   }
 
   .Brand .BrandItem {
     padding: 15px
   }
 
   .Brand .BrandItem .bc-row .image {
     height: 88px
   }
 
   .Brand .BrandItem .bc-row .image .Wrapper {
     border: 0;
     padding: 0
   }
 }
 
 .owl-theme .owl-controls {
   margin-top: 10px;
   text-align: center
 }
 
 .owl-theme .owl-controls .owl-buttons div {
   color: #fff;
   display: inline-block;
   zoom: 1;
   margin: 5px;
   padding: 3px 10px;
   font-size: 12px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   background: #869791;
   filter: Alpha(Opacity=50);
   opacity: .5
 }
 
 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
   filter: Alpha(Opacity=100);
   opacity: 1;
   text-decoration: none
 }
 
 .owl-theme .owl-controls .owl-page {
   display: inline-block;
   zoom: 1
 }
 
 .owl-theme .owl-controls .owl-page span {
   display: block;
   width: 12px;
   height: 12px;
   margin: 5px 7px;
   filter: Alpha(Opacity=50);
   opacity: .5;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   background: #869791
 }
 
 .owl-theme .owl-controls .owl-page.active span,
 .owl-theme .owl-controls.clickable .owl-page:hover span {
   filter: Alpha(Opacity=100);
   opacity: 1
 }
 
 .owl-theme .owl-controls .owl-page span.owl-numbers {
   height: auto;
   width: auto;
   color: #fff;
   padding: 2px 10px;
   font-size: 12px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px
 }
 
 .owl-item.loading {
   min-height: 150px;
   background: url(AjaxLoader.gif) no-repeat center center
 }
 
 .owl-carousel .owl-wrapper:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0
 }
 
 .owl-carousel {
   display: none;
   position: relative;
   width: 100%;
   -ms-touch-action: pan-y
 }
 
 .owl-carousel .owl-wrapper {
   display: none;
   position: relative;
   -webkit-transform: translate3d(0, 0, 0)
 }
 
 .owl-carousel .owl-wrapper-outer {
   overflow: hidden;
   position: relative;
   width: 100%
 }
 
 .owl-carousel .owl-wrapper-outer.autoHeight {
   -webkit-transition: height .5s ease-in-out;
   -moz-transition: height .5s ease-in-out;
   -ms-transition: height .5s ease-in-out;
   -o-transition: height .5s ease-in-out;
   transition: height .5s ease-in-out
 }
 
 .owl-carousel .owl-item {
   float: left
 }
 
 .owl-controls .owl-buttons div,
 .owl-controls .owl-page {
   cursor: pointer
 }
 
 .owl-controls {
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-tap-highlight-color: transparent
 }
 
 .grabbing {
   cursor: url(grabbing.png) 8 8, move
 }
 
 .owl-carousel .owl-item,
 .owl-carousel .owl-wrapper {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0)
 }
 
 .owl-origin {
   -webkit-perspective: 1200px;
   -webkit-perspective-origin-x: 50%;
   -webkit-perspective-origin-y: 50%;
   -moz-perspective: 1200px;
   -moz-perspective-origin-x: 50%;
   -moz-perspective-origin-y: 50%;
   perspective: 1200px
 }
 
 .owl-fade-out {
   z-index: 10;
   -webkit-animation: fadeOut .7s both ease;
   -moz-animation: fadeOut .7s both ease;
   animation: fadeOut .7s both ease
 }
 
 .owl-fade-in {
   -webkit-animation: empty 1ms both ease;
   -moz-animation: empty 1ms both ease;
   animation: empty 1ms both ease
 }
 
 .owl-backSlide-out {
   -webkit-animation: backSlideOut 1s both ease;
   -moz-animation: backSlideOut 1s both ease;
   animation: backSlideOut 1s both ease
 }
 
 .owl-backSlide-in {
   -webkit-animation: backSlideIn 1s both ease;
   -moz-animation: backSlideIn 1s both ease;
   animation: backSlideIn 1s both ease
 }
 
 .owl-goDown-out {
   -webkit-animation: scaleToFade .7s ease both;
   -moz-animation: scaleToFade .7s ease both;
   animation: scaleToFade .7s ease both
 }
 
 .owl-goDown-in {
   -webkit-animation: goDown .6s ease both;
   -moz-animation: goDown .6s ease both;
   animation: goDown .6s ease both
 }
 
 .owl-fadeUp-in {
   -webkit-animation: scaleUpFrom .5s ease both;
   -moz-animation: scaleUpFrom .5s ease both;
   animation: scaleUpFrom .5s ease both
 }
 
 .owl-fadeUp-out {
   -webkit-animation: scaleUpTo .5s ease both;
   -moz-animation: scaleUpTo .5s ease both;
   animation: scaleUpTo .5s ease both
 }
 
 @-webkit-keyframes empty {
   0% {
     opacity: 1
   }
 }
 
 @-moz-keyframes empty {
   0% {
     opacity: 1
   }
 }
 
 @keyframes empty {
   0% {
     opacity: 1
   }
 }
 
 @-webkit-keyframes fadeOut {
   0% {
     opacity: 1
   }
 
   100% {
     opacity: 0
   }
 }
 
 @-moz-keyframes fadeOut {
   0% {
     opacity: 1
   }
 
   100% {
     opacity: 0
   }
 }
 
 @keyframes fadeOut {
   0% {
     opacity: 1
   }
 
   100% {
     opacity: 0
   }
 }
 
 @-webkit-keyframes backSlideOut {
   25% {
     opacity: .5;
     -webkit-transform: translateZ(-500px)
   }
 
   75% {
     opacity: .5;
     -webkit-transform: translateZ(-500px) translateX(-200%)
   }
 
   100% {
     opacity: .5;
     -webkit-transform: translateZ(-500px) translateX(-200%)
   }
 }
 
 @-moz-keyframes backSlideOut {
   25% {
     opacity: .5;
     -moz-transform: translateZ(-500px)
   }
 
   75% {
     opacity: .5;
     -moz-transform: translateZ(-500px) translateX(-200%)
   }
 
   100% {
     opacity: .5;
     -moz-transform: translateZ(-500px) translateX(-200%)
   }
 }
 
 @keyframes backSlideOut {
   25% {
     opacity: .5;
     transform: translateZ(-500px)
   }
 
   75% {
     opacity: .5;
     transform: translateZ(-500px) translateX(-200%)
   }
 
   100% {
     opacity: .5;
     transform: translateZ(-500px) translateX(-200%)
   }
 }
 
 @-webkit-keyframes backSlideIn {
 
   0%,
   25% {
     opacity: .5;
     -webkit-transform: translateZ(-500px) translateX(200%)
   }
 
   75% {
     opacity: .5;
     -webkit-transform: translateZ(-500px)
   }
 
   100% {
     opacity: 1;
     -webkit-transform: translateZ(0) translateX(0)
   }
 }
 
 @-moz-keyframes backSlideIn {
 
   0%,
   25% {
     opacity: .5;
     -moz-transform: translateZ(-500px) translateX(200%)
   }
 
   75% {
     opacity: .5;
     -moz-transform: translateZ(-500px)
   }
 
   100% {
     opacity: 1;
     -moz-transform: translateZ(0) translateX(0)
   }
 }
 
 @keyframes backSlideIn {
 
   0%,
   25% {
     opacity: .5;
     transform: translateZ(-500px) translateX(200%)
   }
 
   75% {
     opacity: .5;
     transform: translateZ(-500px)
   }
 
   100% {
     opacity: 1;
     transform: translateZ(0) translateX(0)
   }
 }
 
 @-webkit-keyframes scaleToFade {
   to {
     opacity: 0;
     -webkit-transform: scale(.8)
   }
 }
 
 @-moz-keyframes scaleToFade {
   to {
     opacity: 0;
     -moz-transform: scale(.8)
   }
 }
 
 @keyframes scaleToFade {
   to {
     opacity: 0;
     transform: scale(.8)
   }
 }
 
 @-webkit-keyframes goDown {
   from {
     -webkit-transform: translateY(-100%)
   }
 }
 
 @-moz-keyframes goDown {
   from {
     -moz-transform: translateY(-100%)
   }
 }
 
 @keyframes goDown {
   from {
     transform: translateY(-100%)
   }
 }
 
 @-webkit-keyframes scaleUpFrom {
   from {
     opacity: 0;
     -webkit-transform: scale(1.5)
   }
 }
 
 @-moz-keyframes scaleUpFrom {
   from {
     opacity: 0;
     -moz-transform: scale(1.5)
   }
 }
 
 @keyframes scaleUpFrom {
   from {
     opacity: 0;
     transform: scale(1.5)
   }
 }
 
 @-webkit-keyframes scaleUpTo {
   to {
     opacity: 0;
     -webkit-transform: scale(1.5)
   }
 }
 
 @-moz-keyframes scaleUpTo {
   to {
     opacity: 0;
     -moz-transform: scale(1.5)
   }
 }
 
 @keyframes scaleUpTo {
   to {
     opacity: 0;
     transform: scale(1.5)
   }
 }
 
 
 
 
 
 
 .text-left {
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .text-right {
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right
 }
 
 .text-justify {
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify
 }
 
 .text-center {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .limit-text {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
 }
 
 .dir-ltr {
   direction: ltr;
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .abs {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto
 }
 
 .clear {
   display: table;
   clear: both;
   content: ''
 }
 
 .bc-content:after,
 section:after {
   display: table;
   clear: both;
   content: ''
 }
 
 :focus {
   outline: 0
 }
 
 img {
   display: block;
   max-width: 100%;
   margin: auto
 }
 
 .owl-carousel {
   direction: ltr
 }
 
 .owl-item {
   direction: rtl
 }
 
 .BtnCustom {
   cursor: pointer;
   background: #be1417;
   position: relative;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   width: 182px;
   margin: auto;
   color: #fff;
   display: block;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   line-height: 45px;
   border: 0
 }
 
 .BtnCustom:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: rgba(0, 0, 0, 0.3);
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .BtnCustom:hover:before {
   opacity: .5
 }
 
 .parallax {
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   background-size: cover;
   overflow: hidden
 }
 
 .parallax:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(0, 0, 0, 0.8);
   width: 100%;
   height: 100%
 }
 
 .parallax .bc-content {
   position: relative;
   z-index: 1
 }
 
 .parallax .bc-content>img {
   display: none
 }
 
 .parallax .title2>* {
   color: #fff
 }
 
 .parallax .title2>*:before,
 .parallax .title2>*:after {
   background: #fff
 }
 
 .title1 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .title1>* {
   color: #be1417;
   font-size: 15pt;
   display: block;
   padding: 0 15px 15px
 }
 
 .title1>*:before {
   content: '';
   width: 50px;
   height: 1px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   background: #7b848c
 }
 
 .title2 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   margin-bottom: 30px
 }
 
 .title2>* {
   display: inline-block;
   padding: 0 70px;
   color: #be1417;
   font-size: 15pt;
   position: relative
 }
 
 .title2>*:before,
 .title2>*:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 50px;
   height: 1px;
   background: #be1417
 }
 
 .title2>*:before {
   right: 0
 }
 
 .title2>*:after {
   left: 0
 }
 
 .title2.linedark>*:before,
 .title2.linedark>*:after {
   background: #7b848c
 }
 
 .title3 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .title3>* {
   display: inline-block;
   padding: 0 30px;
   color: #fff;
   font-size: 16.5pt;
   position: relative
 }
 
 .title3>*:before,
 .title3>*:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 15px;
   height: 1px;
   background: #be1417
 }
 
 .title3>*:before {
   right: 0
 }
 
 .title3>*:after {
   left: 0
 }
 
 .loading img {
   animation: rotate 5s linear 2s infinite alternate
 }
 
 @-webkit-keyframes rotate {
   from {
     -moz-transform: rotate(0) scale(0.5);
     -webkit-transform: rotate(0) scale(0.5);
     -o-transform: rotate(0) scale(0.5);
     -ms-transform: rotate(0) scale(0.5);
     transform: rotate(0) scale(0.5)
   }
 
   to {
     -moz-transform: rotate(360deg) scale(1);
     -webkit-transform: rotate(360deg) scale(1);
     -o-transform: rotate(360deg) scale(1);
     -ms-transform: rotate(360deg) scale(1);
     transform: rotate(360deg) scale(1)
   }
 }
 
 @keyframes rotate {
   from {
     -moz-transform: rotate(0) scale(0.5);
     -webkit-transform: rotate(0) scale(0.5);
     -o-transform: rotate(0) scale(0.5);
     -ms-transform: rotate(0) scale(0.5);
     transform: rotate(0) scale(0.5)
   }
 
   to {
     -moz-transform: rotate(360deg) scale(1);
     -webkit-transform: rotate(360deg) scale(1);
     -o-transform: rotate(360deg) scale(1);
     -ms-transform: rotate(360deg) scale(1);
     transform: rotate(360deg) scale(1)
   }
 }
 
 header {
   position: relative;
   z-index: 1000
 }
 
 header:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: #1e1d1d;
   height: 100%;
   width: 100%;
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .bc-content {
   position: relative
 }
 
 header .TopHeader {
   position: relative;
   background: #be1417;
   color: #fff;
   z-index: 2;
   font-size: 10.5pt
 }
 
 header .TopHeader .contacyinfo {
   position: relative
 }
 
 header .TopHeader .contacyinfo>* {
   display: inline-block;
   vertical-align: middle;
   line-height: 26px;
   direction: ltr
 }
 
 header .TopHeader .contacyinfo>* i {
   margin-right: 5px;
   display: inline-block
 }
 
 header .TopHeader .contacyinfo .email {
   font-family: sans-serif;
   margin-left: 37px
 }
 
 header .MenuBar {
   position: absolute;
   top: 26px;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 1000
 }
 
 header .MenuBar .bc-content {
   position: relative !important
 }
 
 header .MenuBar .logo,
 header .MenuBar .searchbox {
   display: inline-block;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .logo {
   width: 171px;
   position: absolute;
   top: 0;
   left: 0
 }
 
 header .MenuBar .searchbox {
   position: absolute;
   border: 1px solid #fff;
   width: 214px;
   top: 20px;
   left: 0;
   margin-left: 190px
 }
 
 header .MenuBar .searchbox * {
   background: transparent;
   border: 0;
   line-height: 35px
 }
 
 header .MenuBar .searchbox .input-field {
   position: relative;
   width: 180px;
   float: right
 }
 
 header .MenuBar .searchbox input {
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   font-size: 12pt;
   color: #fff;
   width: 100%;
   line-height: 35px
 }
 
 header .MenuBar .searchbox .active {
   opacity: 0
 }
 
 header .MenuBar .searchbox label {
   position: absolute;
   right: 15px;
   color: #fff;
   top: 3px;
   font-size: 10.5pt;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .searchbox button {
   line-height: 35px;
   color: #fff;
   cursor: pointer;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .searchbox button:hover {
   color: #be1417
 }
 
 header .MenuBar ul.menu {
   position: relative;
   padding: 0;
   margin: 0
 }
 
 header .MenuBar ul.menu>li:hover>a>span:before,
 header .MenuBar ul.menu>li:hover>a>span::after {
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
 }
 
 header .MenuBar ul.menu ul {
   padding: 0;
   margin: 0
 }
 
 header .MenuBar ul.menu ul>li {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar ul.menu ul>li:hover {
   border-bottom: 1px solid transparent
 }
 
 header .MenuBar ul.menu ul>li:hover>a>span:before,
 header .MenuBar ul.menu ul>li:hover>a>span::after {
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
 }
 
 header .MenuBar ul.menu ul>li a span {
   font-size: 10.5pt
 }
 
 header .MenuBar ul.menu li {
   list-style: none;
   position: relative;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right
 }
 
 header .MenuBar ul.menu li span {
   display: block;
   padding: 15px;
   position: relative;
   overflow: hidden
 }
 
 header .MenuBar ul.menu li span:before,
 header .MenuBar ul.menu li span::after {
   content: '';
   position: absolute;
   bottom: 0;
   width: 50%;
   height: 2px;
   background: #be1417;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar ul.menu li span:before {
   -moz-transform: translateX(110%);
   -webkit-transform: translateX(110%);
   -o-transform: translateX(110%);
   -ms-transform: translateX(110%);
   transform: translateX(110%);
   right: 0
 }
 
 header .MenuBar ul.menu li span:after {
   -moz-transform: translateX(-110%);
   -webkit-transform: translateX(-110%);
   -o-transform: translateX(-110%);
   -ms-transform: translateX(-110%);
   transform: translateX(-110%);
   left: 0
 }
 
 header .MenuBar ul.menu .haschild li {
   border-bottom: 1px dotted rgba(0, 0, 0, 0.4)
 }
 
 header .MenuBar ul.menu .haschild:hover>ul {
   visibility: visible;
   opacity: 1
 }
 
 header .MenuBar ul.menu>.haschild>a {
   position: relative
 }
 
 header .MenuBar ul.menu>.haschild>a:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f078';
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   margin: auto;
   color: #fff;
   font-size: 8pt;
   height: 14px
 }
 
 header .MenuBar ul.menu>.haschild ul {
   position: absolute;
   background: rgba(255, 255, 255, 0.9);
   text-align: left;
   top: 100%;
   right: 0;
   width: 210px;
   -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: .01s;
   -moz-transition: .01s;
   -ms-transition: .01s;
   -o-transition: .01s;
   transition: .01s
 }
 
 header .MenuBar ul.menu>.haschild ul ul {
   right: 100%;
   top: 0
 }
 
 header .MenuBar ul.menu>.haschild .haschild:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f053';
   position: absolute;
   bottom: 0;
   top: 0;
   left: 5px;
   margin: auto;
   font-size: 8pt;
   height: 14px
 }
 
 header .MenuBar ul.menu>li {
   float: right
 }
 
 header .MenuBar ul.menu>li>a {
   display: block
 }
 
 header .MenuBar ul.menu>li>a>span {
   color: #fff;
   display: block
 }
 
 header .MenuBar ul.menu:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .menufix {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   min-height: 85px
 }
 
 .menufix:before {
   opacity: .9
 }
 
 .menufix .searchbox {
   margin-left: 106px !important;
   top: 10px !important
 }
 
 .menufix .logo {
   width: 100px !important
 }
 
 .menufix .menuResize {
   top: 0
 }
 
 .social {
   position: relative;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: row;
   font-size: 13.5pt
 }
 
 .social a {
   width: 30px;
   height: 26px;
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #fff;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center
 }
 
 .social a>* {
   position: relative;
   z-index: 1
 }
 
 .social a svg {
   width: 22px;
   height: 22px
 }
 
 .social a svg path {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .social a:hover {
   color: #000
 }
 
 .social a:hover svg path {
   fill: #000 !important
 }
 
 .owl-controls {
   margin: 0 auto
 }
 
 .owl-controls .owl-buttons>div {
   position: absolute;
   border: 1px solid #fff;
   border-radius: 100% !important;
   background: transparent !important;
   opacity: 1 !important;
   width: 53px;
   height: 53px;
   margin: 0 !important;
   padding: 0 !important;
   z-index: 2;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .owl-controls .owl-buttons>div:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 18pt;
   line-height: 53px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .owl-controls .owl-buttons>div:hover {
   border-color: #be1417
 }
 
 .owl-controls .owl-buttons>div:hover:before {
   color: #be1417
 }
 
 .owl-controls .owl-buttons .owl-prev:before {
   content: "\f053"
 }
 
 .owl-controls .owl-buttons .owl-next:before {
   content: "\f054"
 }
 
 .RegisterForm {
   height: 500px;
   padding: 30px 0;
   color: #fff
 }
 
 .RegisterForm form {
   width: 66%;
   background: #1e1d1d;
   margin: 0 auto;
   padding: 15px 30px
 }
 
 .RegisterForm form .BtnCustom {
   width: 100%
 }
 
 .RegisterForm form .item {
   margin: 5px auto;
   position: relative;
   float: right
 }
 
 .RegisterForm form .item input,
 .RegisterForm form .item textarea {
   background: transparent;
   color: #fff;
   padding-right: 40px;
   padding-left: 15px;
   font-size: 12.75pt
 }
 
 .RegisterForm form .item svg {
   width: 22px;
   height: 22px
 }
 
 .RegisterForm form .item svg path {
   fill: #fff
 }
 
 .RegisterForm form .item i,
 .RegisterForm form .item svg {
   position: absolute;
   right: 15px;
   top: 12px;
   color: #fff;
   border-left: 1px solid;
   padding-left: 5px
 }
 
 .RegisterForm form .item textarea {
   height: 140px;
   width: 100%
 }
 
 .RegisterForm form .captcha {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .RegisterForm form .captcha>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .RegisterForm form .captcha svg {
   line-height: 49px;
   margin-left: 10px;
   width: 22px;
   height: 22px
 }
 
 .RegisterForm form .captcha img {
   width: 79px;
   height: 49px
 }
 
 .RegisterForm form .captcha:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .RegisterForm form .code {
   width: 35%
 }
 
 .RegisterForm form .code .item {
   margin: 0 auto
 }
 
 .RegisterForm form .imgcode {
   width: 25%
 }
 
 .RegisterForm form .buttoncode {
   width: 40%
 }
 
 footer {
   position: relative;
   color: #fff;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   font-size: 10.5pt
 }
 
 footer strong {
   display: block;
   margin-bottom: 15px;
   font-size: 13.5pt
 }
 
 footer b {
   font-size: 12pt
 }
 
 footer a {
   color: #fff
 }
 
 footer a:hover {
   color: #be1417
 }
 
 footer .content {
   position: relative;
   background: #1e1d1d;
   padding: 30px 0
 }
 
 footer .content .bc-row {
   display: flex;
   flex-flow: row wrap;
   align-items: stretch
 }
 
 footer .content .bc-row>*:not(:last-child) {
   border-left: 1px solid #2d2a2c
 }
 
 footer .content .padding-30 {
   padding-left: 30px
 }
 
 footer .content .map {
   height: 144px;
   overflow: hidden;
   position: relative
 }
 
 footer .content .map>iframe {
   height: 250px;
   border: 0;
   width: 80%;
   margin: auto
 }
 
 footer .content .footerimage>* {
   width: 33.33%;
   float: right;
   padding: 5px;
   display: block;
   position: relative
 }
 
 footer .content .footerimage>*:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #be1417;
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   margin: 5px
 }
 
 footer .content .footerimage>*:after {
   content: "\f002";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   color: #fff;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   height: 30px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: 0
 }
 
 footer .content .footerimage>*:hover:before {
   opacity: .5
 }
 
 footer .content .footerimage>*:hover:after {
   opacity: 1
 }
 
 footer .content .contactinfo {
   position: relative;
   padding: 0;
   list-style: none;
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify;
   margin-right: 30px
 }
 
 footer .content .contactinfo li {
   position: relative;
   padding-right: 30px;
   margin-bottom: 15px
 }
 
 footer .content .contactinfo li i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   color: #be1417;
   height: 16px;
   font-size: 12pt
 }
 
 footer .content .social {
   justify-content: center
 }
 
 footer .content .social a {
   font-size: 13pt
 }
 
 footer .content .social a:hover {
   color: #be1417
 }
 
 footer .content .social a:hover svg path {
   fill: #be1417 !important
 }
 
 footer .CopyRight {
   background: #10100f;
   padding: 15px
 }
 
 footer .CopyRight .bc-content>* {
   vertical-align: middle;
   display: inline-block;
   font-size: 9pt
 }
 
 .PrjItem {
   position: relative;
   overflow: hidden;
   margin-bottom: 15px
 }
 
 .PrjItem:hover .text {
   opacity: 1;
   visibility: visible
 }
 
 .PrjItem .border {
   position: relative;
   height: 230px
 }
 
 .PrjItem .border img {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .PrjItem .border:hover img {
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2)
 }
 
 .PrjItem .border:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   border: 1px solid #fff;
   width: 90%;
   height: 85%;
   z-index: 1
 }
 
 .PrjItem .text {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: rgba(0, 0, 0, 0.65);
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: 0;
   visibility: hidden
 }
 
 .PrjItem .text strong {
   padding: 15px 0;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #fff;
   font-size: 15pt;
   position: relative
 }
 
 .PrjItem .text strong:before {
   content: '';
   width: 105px;
   height: 1px;
   background: rgba(255, 255, 255, 0.5);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .PrjItem .text .BtnCustom {
   margin: 15px auto;
   width: 119px;
   line-height: 33px
 }
 
 .PrjItem .text .BtnCustom:hover {
   color: #fff
 }
 
 .menuResize {
   position: fixed;
   top: 25px;
   right: 0;
   z-index: 1000000;
   max-height: 600px;
   width: 240px;
   overflow: hidden;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
 }
 
 .menuResize ul {
   padding-right: 15px;
   list-style: none;
   margin: 0
 }
 
 .menuResize * {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
 }
 
 #menuTrigger:checked~.menuResize {
   pointer-events: auto;
   -webkit-box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15);
   -moz-box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15);
   box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15)
 }
 
 #menuTrigger:checked~.menu h3 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link,
 #menuTrigger:checked~.menuResize .heade-featurer-resize,
 #menuTrigger:checked~.menuResize .search-resize {
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link,
 #menuTrigger:checked~.menuResize .top {
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(1) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(2) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(3) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(4) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(5) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(6) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(7) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(8) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(9) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(10) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .heade-featurer-resize,
 #menuTrigger:checked~.menuResize .search-resize {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .top {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize h3 {
   display: none;
   position: absolute;
   top: 19px;
   right: 111px;
   z-index: 1;
   margin: 0;
   font-size: 10pt;
   font-weight: normal;
   line-height: 56px;
   color: #fff;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .links {
   position: relative;
   z-index: 1;
   list-style: none;
   margin: 30px 0 15px;
   padding: 0;
   direction: rtl;
   max-height: 600px;
   overflow: hidden;
   overflow-y: auto
 }
 
 .menuResize .heade-featurer-resize,
 .menuResize .search-resize {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .top {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .link {
   font-size: 16px;
   line-height: 1;
   margin: 0;
   padding: 0;
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .link:nth-child(1) {
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0)
 }
 
 .menuResize .link:nth-child(2) {
   -webkit-transform: translate3d(-200%, 0, 0);
   transform: translate3d(-200%, 0, 0)
 }
 
 .menuResize .link:nth-child(3) {
   -webkit-transform: translate3d(-300%, 0, 0);
   transform: translate3d(-300%, 0, 0)
 }
 
 .menuResize .link:nth-child(4) {
   -webkit-transform: translate3d(-400%, 0, 0);
   transform: translate3d(-400%, 0, 0)
 }
 
 .menuResize .link:nth-child(5) {
   -webkit-transform: translate3d(-500%, 0, 0);
   transform: translate3d(-500%, 0, 0)
 }
 
 .menuResize .link:nth-child(6) {
   -webkit-transform: translate3d(-600%, 0, 0);
   transform: translate3d(-600%, 0, 0)
 }
 
 .menuResize .link:nth-child(7) {
   -webkit-transform: translate3d(-700%, 0, 0);
   transform: translate3d(-700%, 0, 0)
 }
 
 .menuResize .link:nth-child(8) {
   -webkit-transform: translate3d(-800%, 0, 0);
   transform: translate3d(-800%, 0, 0)
 }
 
 .menuResize .link:nth-child(9) {
   -webkit-transform: translate3d(-900%, 0, 0);
   transform: translate3d(-900%, 0, 0)
 }
 
 .menuResize .link:nth-child(10) {
   -webkit-transform: translate3d(-1000%, 0, 0);
   transform: translate3d(-1000%, 0, 0)
 }
 
 .menuResize .heade-featurer-resize {
   -webkit-transform: translate3d(-1100%, 0, 0);
   transform: translate3d(-1100%, 0, 0)
 }
 
 .menuResize .top {
   -webkit-transform: translate3d(-1100%, 0, 0);
   transform: translate3d(-1100%, 0, 0)
 }
 
 .scroll1 {
   top: 56px;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   position: absolute;
   width: 100%
 }
 
 .menuResize .link a {
   display: block;
   color: currentColor;
   padding: 10px;
   text-decoration: none;
   color: #000;
   font-size: 9pt
 }
 
 .menuResize .link a:hover {
   background-color: #be1417;
   color: #fff
 }
 
 .menuResize .link a:hover span {
   color: #fff
 }
 
 .menuResize .trigger {
   position: absolute;
   z-index: 0;
   top: 20px;
   right: 0;
   height: 30px;
   width: 30px;
   cursor: pointer;
   pointer-events: auto;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   -webkit-transition-property: -webkit-transform, box-shadow;
   transition-property: transform, box-shadow;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize .trigger:before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 100%;
   border-radius: inherit;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: box-shadow .2s .4s ease-in-out;
   transition: box-shadow .2s .4s ease-in-out
 }
 
 #menuTrigger:checked~.menuResize .trigger {
   -webkit-transform: translate3d(-200px, 0, 0);
   transform: translate3d(-200px, 0, 0);
   box-shadow: 0 0 0 880px #fafafa
 }
 
 #menuTrigger:checked~.menuResize .trigger:before {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
   box-shadow: 0 0 0 0 #fafafa inset, 0 0 0 28px #fafafa inset
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(1) {
   -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
   transform: translateY(0) translate3d(-50%, -50%, 0);
   -ms-transform: rotate(130deg);
   -webkit-transform: rotate(130deg);
   transform: rotate(130deg);
   left: 0;
   right: 0;
   margin: auto
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(2) {
   display: none
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(3) {
   -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
   transform: translateY(0) translate3d(-50%, -50%, 0);
   -ms-transform: rotate(-130deg);
   -webkit-transform: rotate(-130deg);
   transform: rotate(-130deg);
   left: 0;
   right: 0;
   margin: auto
 }
 
 #menuTrigger:checked~.menuResize .scroll1 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize .trigger .line {
   position: absolute;
   top: 0;
   left: 50%;
   background: #be1417;
   height: 3px;
   width: 18.66667px;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out;
   border: 0 !important
 }
 
 .menuResize .trigger .line:nth-child(1) {
   -webkit-transform: translateY(-5px) translate3d(-50%, -50%, 0);
   transform: translateY(-5px) translate3d(-50%, -50%, 0)
 }
 
 .menuResize .trigger .line:nth-child(3) {
   -webkit-transform: translateY(5px) translate3d(-50%, -50%, 0);
   transform: translateY(5px) translate3d(-50%, -50%, 0)
 }
 
 #menuTrigger {
   position: fixed;
   top: 0;
   right: -20px
 }
 
 ul.links li.have-sub ul {
   display: none
 }
 
 .have-sub>a:after {
   content: '+';
   font-size: 10pt;
   vertical-align: middle;
   padding-right: 10px
 }
 
 .open-li>a:after {
   content: '-' !important
 }
 
 .menuResize .active a {
   background-color: rgba(255, 255, 255, 0.1);
   color: #be1417
 }
 
 ul.heade-featurer {
   border-top: 1px dashed #fff;
   margin-top: 10px;
   padding-top: 5px;
   display: none
 }
 
 ul.heade-featurer>li {
   float: right;
   border: 0;
   border-left: 0;
   margin: 0 0 !important;
   padding: 7px 5px 0 0 !important;
   display: block;
   vertical-align: middle;
   font-size: 12pt;
   width: 100%;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   height: auto;
   line-height: inherit;
   cursor: pointer
 }
 
 ul.heade-featurer>li>*,
 ul.heade-featurer>li .compareList>a,
 ul.heade-featurer>li .wish-list>a,
 ul.heade-featurer>li .compareList>a:after,
 ul.heade-featurer>li .wish-list>a:after {
   color: #fff;
   border-top-color: #fff
 }
 
 ul.heade-featurer .compareList-Box,
 ul.heade-featurer .wish-list-Box {
   width: 230px
 }
 
 ul.heade-featurer .compareList-Box li a {
   width: 200px
 }
 
 ul.heade-featurer .wish-list {
   margin-left: 0
 }
 
 ul.heade-featurer>li .compareList>a label,
 ul.heade-featurer>li .wish-list>alabel {
   cursor: pointer
 }
 
 ul.heade-featurer .search {
   float: none;
   width: 225px;
   margin: auto
 }
 
 ul.heade-featurer .search input {
   width: 179px
 }
 
 .last-menu-resize {
   height: 56px;
   display: block
 }
 
 ul.heade-featurer>li>a {
   display: block
 }
 
 .scroll1 {
   top: 56px;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   position: absolute;
   width: 100%;
   overflow-y: scroll;
   height: 824px;
   direction: ltr
 }
 
 .item-hidden {
   -webkit-transform: translate3d(-900%, 0, 0);
   transform: translate3d(-900%, 0, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 #menuTrigger:checked~.menuResize .scroll1,
 #menuTrigger:checked~.menuResize .item-hidden {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .item-hidden {
   margin-bottom: 15px;
   display: none
 }
 
 .item-hidden a {
   display: block;
   padding: 0 10px;
   font-size: 9pt
 }
 
 .item-hidden a i {
   margin-left: 5px;
   color: #be1417
 }
 
 .menu2 {
   display: none
 }
 
 @font-face {
   font-family: lightcase;
   src: url(../font/lightcase/lightcase.eot?55356177);
   src: url(../font/lightcase/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../font/lightcase/lightcase.woff?55356177) format("woff"), url(../font/lightcase/lightcase.ttf?55356177) format("truetype"), url(../font/lightcase/lightcase.svg?55356177#lightcase) format("svg");
   font-weight: 400;
   font-style: normal
 }
 
 [class*=lightcase-icon-]:before {
   font-family: lightcase, sans-serif;
   font-style: normal;
   font-weight: 400;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em
 }
 
 .lightcase-icon-play:before {
   content: '\e800'
 }
 
 .lightcase-icon-pause:before {
   content: '\e801'
 }
 
 
 .lightcase-icon-prev:before {
   content: '\e803'
 }
 
 .lightcase-icon-next:before {
   content: '\e804'
 }
 
 .lightcase-icon-spin:before {
   content: '\e805'
 }
 
 @-webkit-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-moz-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-o-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-ms-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 #lightcase-case {
   display: none;
   position: fixed;
   z-index: 2002;
   top: 50%;
   left: 50%;
   font-size: 13px;
   line-height: 1.5;
   text-align: left;
   text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-case,
   html[data-lc-type=inline] #lightcase-case {
     position: fixed !important;
     top: 0 !important;
     left: 0 !important;
     right: 0 !important;
     bottom: 0 !important;
     margin: 0 !important;
     padding: 55px 0 70px 0;
     width: 100% !important;
     height: 100% !important;
     overflow: auto !important
   }
 }
 
 @media screen and (min-width:641px) {
   html:not([data-lc-type=error]) #lightcase-content {
     position: relative;
     z-index: 1;
     text-shadow: none;
     background-color: #fff;
     -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -webkit-backface-visibility: hidden
   }
 }
 
 @media screen and (min-width:641px) {
 
   html[data-lc-type=image] #lightcase-content,
   html[data-lc-type=video] #lightcase-content {
     background-color: #333
   }
 }
 
 html[data-lc-type=ajax] #lightcase-content,
 html[data-lc-type=error] #lightcase-content,
 html[data-lc-type=inline] #lightcase-content {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content,
   html[data-lc-type=error] #lightcase-content,
   html[data-lc-type=inline] #lightcase-content {
     position: relative !important;
     top: auto !important;
     left: auto !important;
     width: auto !important;
     height: auto !important;
     margin: 0 !important;
     padding: 0 !important;
     border: none !important;
     background: 0 0 !important
   }
 }
 
 html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
 html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
 html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
     padding: 15px
   }
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
     width: 100% !important;
     max-width: none !important
   }
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
     height: auto !important;
     max-height: none !important
   }
 }
 
 @media screen and (max-width:640px) {
   html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
     overflow: auto;
     -webkit-overflow-scrolling: touch
   }
 }
 
 @media screen and (max-width:640px) and (min-width:641px) {
 
   html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
     line-height: .75
   }
 }
 
 html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
   position: relative;
   overflow: hidden !important
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
     position: relative !important;
     top: auto !important;
     left: auto !important;
     width: auto !important;
     height: auto !important;
     margin: 0 !important;
     padding: 0 !important;
     border: none !important;
     background: 0 0 !important
   }
 }
 
 @media screen and (min-width:641px) {
   html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
     padding: 30px;
     overflow: auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box
   }
 }
 
 @media screen and (max-width:640px) {
 
   #lightcase-content h1,
   #lightcase-content h2,
   #lightcase-content h3,
   #lightcase-content h4,
   #lightcase-content h5,
   #lightcase-content h6,
   #lightcase-content p {
     color: #aaa
   }
 }
 
 @media screen and (min-width:641px) {
 
   #lightcase-content h1,
   #lightcase-content h2,
   #lightcase-content h3,
   #lightcase-content h4,
   #lightcase-content h5,
   #lightcase-content h6,
   #lightcase-content p {
     color: #333
   }
 }
 
 #lightcase-case p.lightcase-error {
   margin: 0;
   font-size: 17px;
   text-align: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   #lightcase-case p.lightcase-error {
     padding: 30px 0
   }
 }
 
 @media screen and (min-width:641px) {
   #lightcase-case p.lightcase-error {
     padding: 0
   }
 }
 
 .lightcase-open body {
   overflow: hidden
 }
 
 .lightcase-isMobileDevice .lightcase-open body {
   max-width: 100%;
   max-height: 100%
 }
 
 #lightcase-info {
   position: absolute;
   padding-top: 15px
 }
 
 #lightcase-info #lightcase-caption,
 #lightcase-info #lightcase-title {
   margin: 0;
   padding: 0;
   line-height: 1.5;
   font-weight: 400;
   text-overflow: ellipsis
 }
 
 #lightcase-info #lightcase-title {
   font-size: 17px;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   #lightcase-info #lightcase-title {
     position: fixed;
     top: 10px;
     left: 0;
     max-width: 87.5%;
     padding: 5px 15px;
     background: #333
   }
 }
 
 #lightcase-info #lightcase-caption {
   clear: both;
   font-size: 13px;
   color: #aaa
 }
 
 #lightcase-info #lightcase-sequenceInfo {
   font-size: 11px;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   .lightcase-fullScreenMode #lightcase-info {
     padding-left: 15px;
     padding-right: 15px
   }
 
   html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
     position: static
   }
 }
 
 #lightcase-loading {
   z-index: 9999;
   width: 1.123em;
   height: auto;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   text-shadow: none;
   position: fixed;
   z-index: 2001;
   top: 50%;
   left: 50%;
   margin-top: -0.5em;
   margin-left: -0.5em;
   opacity: 1;
   font-size: 32px;
   text-shadow: 0 0 15px #fff;
   -moz-transform-origin: 50% 53%;
   -webkit-animation: lightcase-spin .5s infinite linear;
   -moz-animation: lightcase-spin .5s infinite linear;
   -o-animation: lightcase-spin .5s infinite linear;
   animation: lightcase-spin .5s infinite linear
 }
 
 #lightcase-loading,
 #lightcase-loading:focus {
   text-decoration: none;
   color: #fff;
   -webkit-tap-highlight-color: transparent;
   -webkit-transition: color, opacity, ease-in-out .25s;
   -moz-transition: color, opacity, ease-in-out .25s;
   -o-transition: color, opacity, ease-in-out .25s;
   transition: color, opacity, ease-in-out .25s
 }
 
 #lightcase-loading>span {
   display: inline-block;
   text-indent: -9999px
 }
 
 a[class*=lightcase-icon-] {
   position: fixed;
   z-index: 9999;
   width: 1.123em;
   height: auto;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   text-shadow: none;
   outline: 0;
   cursor: pointer
 }
 
 a[class*=lightcase-icon-],
 a[class*=lightcase-icon-]:focus {
   text-decoration: none;
   color: rgba(255, 255, 255, 0.6);
   -webkit-tap-highlight-color: transparent;
   -webkit-transition: color, opacity, ease-in-out .25s;
   -moz-transition: color, opacity, ease-in-out .25s;
   -o-transition: color, opacity, ease-in-out .25s;
   transition: color, opacity, ease-in-out .25s
 }
 
 a[class*=lightcase-icon-]>span {
   display: inline-block;
   text-indent: -9999px
 }
 
 a[class*=lightcase-icon-]:hover {
   color: #fff;
   text-shadow: 0 0 15px #fff
 }
 
 .lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
   color: #aaa;
   text-shadow: none
 }
 
 a[class*=lightcase-icon-].lightcase-icon-close {
   position: fixed;
   top: 15px;
   right: 15px;
   bottom: auto;
   margin: 0;
   opacity: 0;
   outline: 0
 }
 
 a[class*=lightcase-icon-].lightcase-icon-prev {
   left: 15px
 }
 
 a[class*=lightcase-icon-].lightcase-icon-next {
   right: 15px
 }
 
 a[class*=lightcase-icon-].lightcase-icon-pause,
 a[class*=lightcase-icon-].lightcase-icon-play {
   left: 50%;
   margin-left: -0.5em
 }
 
 @media screen and (min-width:641px) {
 
   a[class*=lightcase-icon-].lightcase-icon-pause,
   a[class*=lightcase-icon-].lightcase-icon-play {
     opacity: 0
   }
 }
 
 @media screen and (max-width:640px) {
   a[class*=lightcase-icon-] {
     bottom: 15px;
     font-size: 24px
   }
 }
 
 @media screen and (min-width:641px) {
   a[class*=lightcase-icon-] {
     bottom: 50%;
     margin-bottom: -0.5em
   }
 
   #lightcase-case:hover~a[class*=lightcase-icon-],
   a[class*=lightcase-icon-]:hover {
     opacity: 1
   }
 }
 
 #lightcase-overlay {
   display: none;
   width: 100%;
   min-height: 100%;
   position: fixed;
   z-index: 2000;
   top: -9999px;
   bottom: -9999px;
   left: 0;
   background: #333
 }
 
 @media screen and (max-width:640px) {
   #lightcase-overlay {
     opacity: 1 !important
   }
 }
 
 @media only screen and (min-width:768px) {
   .bc-content {
     max-width: 750px
   }
 }
 @media only screen and (max-width:992px) {
  .Companypurpose .bc-rest {
    width: 100%
  }
  .Companypurpose .imagepurpos{
    display: none;
  }
  .Companypurpose .Rpart .Wrapper .Wrapper-In{
    min-height: 100px;
  }
 }
 @media only screen and (min-width:992px) {
   .bc-content {
     max-width: 970px
   }

 }
 
 @media only screen and (min-width:1230px) {
   .bc-content {
     max-width: 1200px
   }
 }
 
 @media(max-width:1200px) {
   .PrjItem .border {
     height: 184px
   }
 
   footer b {
     font-size: 10.5pt
   }
 }
 
 @media(max-width:992px) {
   header .MenuBar .logo {
     width: 100px
   }
 
   header .MenuBar .searchbox {
     width: 175px;
     top: 11px;
     margin-left: 113px
   }
 
   header .MenuBar .searchbox * {
     line-height: 25px
   }
 
   header .MenuBar .searchbox button {
     line-height: 25px;
     font-size: 11pt
   }
 
   header .MenuBar .searchbox .input-field {
     width: 145px
   }
 
   header .MenuBar .searchbox input {
     font-size: 11pt;
     line-height: 25px
   }
 
   header .MenuBar .searchbox label {
     top: 2px
   }
 
   header .MenuBar ul.menu>li>a>span {
     font-size: 10.5pt;
     padding: 15px 10px
   }
 
   header .MenuBar ul.menu>.haschild>a:before {
     font-size: 6pt
   }
 
   .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .owl-controls .owl-buttons>div:before {
     font-size: 13pt;
     line-height: 30px
   }
 
   footer .content .bc-row-padding>* {
     margin: 15px auto
   }
 
   .PrjItem .border {
     height: 139px
   }
 
   .RegisterForm form {
     width: 85%
   }
 }
 
 @media(max-width:768px) {
 
   body,
   html {
     font-size: 10.5pt
   }
 
   header .TopHeader .contacyinfo .email {
     margin-left: 15px
   }
 
   header .MenuBar .logo {
     width: 60px
   }
 
   header .MenuBar .searchbox {
     margin-left: 66px;
     top: 7px !important
   }
 
   header .MenuBar .searchbox * {
     line-height: 25px
   }
 
   header .MenuBar .searchbox .input-field {
     width: 148px
   }
 
   header .MenuBar .searchbox button {
     line-height: 25px;
     font-size: 9pt
   }
 
   header .MenuBar .searchbox input {
     font-size: 10pt;
     line-height: 25px
   }
 
   header .MenuBar .searchbox label {
     right: 5px;
     top: 0;
     font-size: 9pt
   }
 
   .menufix {
     min-height: 70px
   }
 
   .menufix .searchbox {
     margin-left: 66px !important;
     top: 7px !important
   }
 
   .menufix .logo {
     width: 60px !important
   }
 
   .menufix .menuResize {
     top: 26px
   }
 
   .menu2 {
     display: block;
     position: relative
   }
 
   .menu {
     display: none
   }
 
   .PrjItem .border {
     height: auto
   }
 
   .PrjItem .text strong {
     font-size: 11pt
   }
 
   .PrjItem .text .BtnCustom {
     font-size: 9pt;
     width: 80px;
     line-height: 20px
   }
 
   .RegisterForm {
     padding: 15px 0;
     height: auto !important
   }
 
   .RegisterForm form {
     width: 95%;
     padding: 15px
   }
 
   .RegisterForm form .captcha i {
     width: 39px;
     height: 49px;
     line-height: 49px;
     font-size: 12pt
   }
 
   .title1>*,
   .title2>*,
   .title3>* {
     font-size: 12pt
   }
 
   .title2>* {
     padding: 0 60px
   }
 }
 
 @media(max-width:600px) {
   .RegisterForm form .code {
     width: 100%;
     margin-bottom: 15px
   }
 
   .RegisterForm form .imgcode {
     width: 50%
   }
 
   .RegisterForm form .buttoncode {
     width: 50%
   }
 
   .RegisterForm form .captcha {
     text-align: -moz-right;
     text-align: -webkit-right;
     text-align: right
   }
 
   footer .content .padding-30 {
     padding: 0 30px
   }
 
   footer .content .contactinfo {
     margin-right: 0
   }
 }
 
 @media(max-width:450px) {
   header .TopHeader .contacyinfo {
     font-size: 9pt
   }
 }
 
 @media(max-width:400px) {
   header .social {
     display: none
   }
 }
 
 .fa-pencil-alt:before {
   content: url(../images/pencil.png) !important
 }
 
 footer {
   margin-top: 30px
 }
 
 .maincontent .contactinfo {
   position: relative;
   list-style: none;
   margin: 0;
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify
 }
 
 .maincontent .contactinfo li {
   position: relative;
   padding-right: 30px;
   color: #1e1d1d;
   font-size: 12.75pt;
   margin-bottom: 20px
 }
 
 .maincontent .contactinfo li i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   color: #be1417;
   height: 18px;
   font-size: 14pt
 }
 
 .CustomForm {
   margin: 0 auto
 }
 
 .CustomForm svg {
   width: 22px;
   height: 22px
 }
 
 .CustomForm .BtnCustom {
   width: 100%
 }
 
 .CustomForm .item {
   margin: 5px auto;
   position: relative;
   float: right
 }
 
 .CustomForm .item input,
 .CustomForm .item textarea {
   background: transparent;
   color: #707070;
   padding-left: 15px;
   direction: rtl;
 }
 .notification-reg{
  text-align: center;

  margin-top: 20px;


 }
 .prtop{
   margin-top: 10px;
 }
 .pcenter{
   text-align: center;
 }
 .CustomForm .item input {
   padding-right: 35px
 }
 
 .CustomForm .item textarea {
   padding-right: 10px
 }
 
 .CustomForm .item i,
 .CustomForm .item svg {
   position: absolute;
   right: 15px;
   top: 12px;
   color: #707070;
   border-left: 1px solid;
   padding-left: 5px
 }
 
 .CustomForm .item textarea {
   height: 140px;
   width: 100%
 }
 
 .CustomForm .captcha {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .CustomForm .captcha>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .CustomForm .captcha i,
 .CustomForm .captcha svg {
   line-height: 49px;
   margin-left: 10px
 }
 
 .CustomForm .captcha img {
   width: 79px;
   height: 49px
 }
 
 .CustomForm .captcha:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .CustomForm .code {
   width: 35%
 }
 
 .CustomForm .code input {
   padding-right: 10px
 }
 
 .CustomForm .code .item {
   margin: 0 auto !important
 }
 
 .CustomForm .imgcode {
   width: 25%
 }
 
 .CustomForm .buttoncode {
   width: 40%
 }
 
 h1 {
   font-size: 18pt
 }
 
 h2 {
   font-size: 15pt
 }
 
 h3 {
   font-size: 13pt
 }
 
 .ImageHead {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #fff;
   height: 300px;
   margin-bottom: 30px
 }
 
 .ImageHead img {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   z-index: -1
 }
 
 .ImageHead:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(0, 0, 0, 0.55);
   width: 100%;
   height: 100%
 }
 
 .ImageHead .wrapper {
   position: absolute;
   z-index: 1;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .ImageHead .wrapper .bread-crumb {
   position: relative;
   margin-bottom: 30px;
   font-size: 12.75pt
 }
 
 .ImageHead .wrapper .bread-crumb nav>* {
   display: inline-block;
   vertical-align: middle;
   position: relative
 }
 
 .ImageHead .wrapper .bread-crumb nav>*:not(:first-child) {
   padding-right: 30px
 }
 
 .ImageHead .wrapper .bread-crumb nav i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 9px;
   margin: auto;
   height: 18px
 }
 
 .RegisterForm {
   position: relative;
   margin-bottom: -30px;
   height: 625px
 }
 
 .RegisterForm form .captcha svg {
   margin-left: 20px;
   width: 32px;
   height: 32px
 }
 
 .RegisterForm form .captcha svg path {
   fill: #be1417 !important
 }
 
 .AgancyList {
   position: relative;
   padding-top: 15px
 }
 
 .AgancyItem {
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
   margin: 30px auto;
   background: #ebebeb;
   padding: 30px
 }
 
 .AgancyItem .image {
   background: #fff;
   border: 1px solid #be1417;
   width: 185px;
   height: 185px;
   display: flex;
   margin: auto
 }
 
 .AgancyItem .contactinfo li {
   margin: 15px auto
 }
 
 .AgancyItem .map {
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .AgancyItem .map>* {
   border: 0;
   height: 185px;
   width: 331px
 }
 
 .AgancyItem:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .maincontent>.map {
   position: relative
 }
 
 .maincontent>.map iframe {
   border: 0;
   width: 100%;
   height: 590px;
   position: relative;
   margin-bottom: -40px;
   margin-top: 60px
 }
 
 .maincontent>.map .mapname {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   height: 130px;
   width: 205px;
   background: #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   display: flex;
   flex-flow: column;
   justify-content: center;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2)
 }
 
 .maincontent>.map .mapname:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 15px 15px 0 15px;
   border-color: #fff transparent transparent transparent;
   position: absolute;
   bottom: -15px;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .maincontent>.map .mapname:after {
   content: url('../images/locationmap.png');
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   margin-top: 150px
 }
 
 .maincontent>.map .mapname h2 {
   margin: 0 auto;
   color: #be1417
 }
 
 .maincontent>.map .mapname p {
   font-size: 12pt
 }
 
 .ContactPage .timeatwork {
   border-top: 1px solid #000;
   padding: 30px 0;
   margin-top: 30px
 }
 
 .ContactPage .timeatwork h3 {
   color: #be1417;
   margin: 0
 }
 
 .ContactPage .m5 {
   float: right
 }
 
 .ContactPage .CustomForm .item {
   margin: 7px auto;
   float: right
 }
 
 .ContactPage .CustomForm svg {
   width: 22px;
   height: 22px
 }
 
 .ContactPage .CustomForm svg path {
   fill: #707070
 }
 
 .ContactPage .social {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   margin: 0 auto 30px;
   width: 120px
 }
 
 .ContactPage .social a {
   color: #707070;
   width: 40px;
   height: 40px;
   font-size: 18pt
 }
 
 .ContactPage .social a>* {
   width: 30px;
   height: 30px;
   line-height: 30px
 }
 
 .ContactPage .social a svg path {
   fill: #707070 !important
 }
 
 .ContactPage .social a:hover {
   color: #be1417
 }
 
 .ContactPage .social a:hover svg path {
   fill: #be1417 !important
 }
 
 .ContactPage .contactinfo {
   padding-left: 100px;
   padding-right: 0
 }
 
 .ArticleList {
   position: relative
 }
 
 .ArticleList .bc-row>*:nth-child(2n+1) .ArticleItem {
   margin-right: 30px
 }
 
 .ArticleList .bc-row>*:nth-child(2n) .ArticleItem {
   margin-left: 30px
 }
 
 .ArticleItem {
   position: relative;
   margin: 30px auto
 }
 
 .ArticleItem .Image {
   background: #fff;
   border: 1px solid #b7b7b7;
   padding: 30px;
   height: 373px;
   overflow: hidden
 }
 
 .ArticleItem>strong {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   margin: 15px auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #1e1d1d;
   font-size: 15pt
 }
 
 .ArticleItem .Detail {
   margin: auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   position: relative;
   font-size: 12pt;
   border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
   padding: 15px 0
 }
 
 .ArticleItem .Detail>* {
   display: inline-block;
   margin: 0 5px
 }
 
 .ArticleItem .Detail>*>* {
   vertical-align: middle
 }
 
 .ArticleItem .Detail>* i {
   margin-left: 15px
 }
 

 
 .ArticleItem .date-abs {
   position: absolute;
   right: 31px;
   top: 45px;
   min-width: 117px;
   line-height: 47px;
   background: #be1417;
   color: #fff;
   font-size: 12pt;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 .ArticleList .bc-row > :nth-child(2n+1) .ArticleItem .date-abs{
  right: 30px;

 }
 .Articlein {
   position: relative;
   margin-top: 60px;
   font-size: 13pt
 }
 
 .Articlein .image {
   position: relative;
   width: 83%;
   margin: auto
 }
 
 .Articlein .image:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   width: 95%;
   height: 90%;
   border: 1px solid #fff
 }
 
 .Articlein .toppage>strong {
   font-size: 15pt;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   display: block;
   margin: 15px auto
 }
 
 .Articlein .toppage .Detail {
   margin: auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   position: relative;
   font-size: 12pt;
   border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
   padding: 15px 0;
   display: flex;

align-items: center;

justify-content: center;

flex-direction: row-reverse;
 }
 
 .Articlein .toppage .Detail>* {
   display: inline-block;
   margin: 0 15px
 }
 
 .Articlein .toppage .Detail>*>* {
   vertical-align: middle
 }
 
 .Articlein .toppage .Detail>* i {
   margin-left: 15px
 }
 
 .Articlein .title2 {
   margin-bottom: 0
 }
 
 .SearchItem {
   position: relative;
   margin-bottom: 30px;
   padding: 30px 0
 }
 
 .SearchItem .ArticleItem {
   margin: 0 auto 30px
 }
 
 .SearchItem .title2>* {
   color: #1e1d1d
 }
 
 .SearchItem:not(:last-child) {
   border-bottom: 1px solid #ddd
 }
 
 .notfoundsearch {
   padding: 80px 0;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .notfoundsearch i {
   font-size: 28pt;
   color: #be1417;
   margin-left: 15px
 }
 
 .notfoundsearch>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .CategoryList {
   position: relative;
   margin-top: 60px
 }
 
 .CategoryListItem {
   position: relative;
   margin-bottom: 30px
 }
 
 .CategoryListItem .image {
   height: 230px;
   display: block;
   position: relative;
   display: flex;
 }
 
 .CategoryListItem .image:hover:before {
   opacity: .3;
   visibility: visible
 }
 
 .CategoryListItem .image:hover:after {
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   visibility: visible
 }
 
 .CategoryListItem .image:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: #000;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .CategoryListItem .image:after {
   color: #fff;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   height: 30px;
   width: 30px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   -moz-transform: scale(0);
   -webkit-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   opacity: 0;
   visibility: hidden;
   z-index: 0;
   content: url(../images/expand.svg);
 }
 
 .CategoryListItem>strong {
   background: #ebebeb;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #1e1d1d;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   padding: 15px
 }
 

 .PhotogalleryList .PrjItem {
   background: #f5f5f5
 }
 
 .PhotogalleryList .PrjItem .text i {
   color: #fff;
   font-size: 28pt;
   position: relative;
   width: 30px;
   height: 30px
 }
 
 .PhotogalleryList .PrjItem .text i:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto
 }
 
 .PhotogalleryList .PrjItem .text strong {
   font-size: 12pt !important
 }
 
 .PhotogalleryList .PrjItem .text strong:before {
   display: none
 }
 
 a[class*=lightcase-icon-]:hover {
   color: #be1417 !important;
   text-shadow: none !important
 }
 
 #lightcase-case {
   background: #fff !important;
   padding: 15px
 }
 
 
 
 #lightcase-case #lightcase-info {
   position: relative !important;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   display: block !important
 }
 
 #lightcase-case #lightcase-info #lightcase-title {
   color: #1e1d1d !important
 }
 
 #lightcase-info #lightcase-sequenceInfo {
   display: none !important
 }
 
 .AboutPage {
   position: relative;
   color: #707070;
   text-align: justify;

direction: rtl;
 }
 
 .AboutPage h1,
 .AboutPage h2,
 .AboutPage h3,
 .AboutPage h4,
 .AboutPage h5,
 .AboutPage h6 {
   color: #000
 }
 
 .AboutPage .TopPage>* {
   width: 50%;
   float: right
 }
 
 .AboutPage .TopPage .Quotes {
   position: relative;
   padding-right: 20px;
   padding-top: 10px;
   margin-bottom: 50px
 }
 
 .AboutPage .TopPage .Quotes>* {
   position: relative;
   z-index: 1;
   font-size: 13.5pt;
   color: #000
 }
 
 .AboutPage .TopPage .Quotes:before {
   position: absolute;
   top: 0;
   right: 0;
   content: url(../images/quotetion.png);
   width: 64px;
   height: 61px;
   z-index: 0
 }
 
 .AboutPage .TopPage .Rpart {
   padding-left: 15px
 }
 
 .AboutPage .TopPage:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Brand {
   position: relative;
   background: #ebebeb;
   padding: 30px 0;
   margin-bottom: -30px
 }
 
 .Brand .title2>* {
   color: #1e1d1d
 }
 
 .Brand .item {
   margin: 15px;
   display: block
 }
 
 
 
 .Brand .item .image .Wrapper {
   border: 1px solid #be1417;
   display: flex;
   overflow: hidden;
 }
 
 .Brand .item:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Brand .owl-controls {
   margin: 0 auto;
   width: 100%
 }
 
 .Brand .owl-controls .owl-buttons>div {
   top: 40%;
   border-color: #1e1d1d
 }
 
 .Brand .owl-controls .owl-buttons>div:before {
   color: #1e1d1d
 }
 
 .Brand .owl-controls .owl-buttons>div:hover {
   border-color: #be1417
 }
 
 .Brand .owl-controls .owl-buttons>div:hover:before {
   color: #be1417
 }
 
 .Brand .owl-controls .owl-buttons .owl-prev {
   left: -70px
 }
 
 .Brand .owl-controls .owl-buttons .owl-next {
   right: -70px
 }
 
 .Brand .owl-controls .owl-pagination {
   display: none !important
 }
 
 .Brand:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Lpartslider {
   padding-right: 15px;
   position: relative
 }
 
 .Lpartslider .lSPager.lSGallery {
   -moz-transform: scale(0.9) !important;
   -webkit-transform: scale(0.9) !important;
   -o-transform: scale(0.9) !important;
   -ms-transform: scale(0.9) !important;
   transform: scale(0.9) !important
 }
 
 .Lpartslider .btn {
   border: 0;
   background: 0;
   position: absolute;
   font-size: 18pt;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   bottom: 20px
 }
 
 .Lpartslider .btn:hover {
   color: #be1417
 }
 
 .Lpartslider .btnright {
   right: 30px
 }
 
 .Lpartslider .btnleft {
   left: 30px
 }
 
 .Lpartslider .lSSlideOuter {
   padding-left: 30px;
   padding-right: 15px
 }
 
 .Lpartslider .lSSlideOuter .lSPager.lSGallery li {
   border: 2px solid transparent;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .Lpartslider .lSSlideOuter .lSPager.lSGallery li.active,
 .Lpartslider .lSSlideOuter .lSPager.lSGallery li:hover {
   border: 2px solid #be1417
 }
 
 .ProjectList {
   position: relative;
   margin-top: 60px
 }
 
 .ProjectList .CategoryListItem .image {
   height: 164px
 }
 
 .CategoryRpart {
   position: relative;
   padding-top: 40px
 }
 
 .CategoryRpart>p {
   position: relative
 }
 
 .CategoryRpart>p>span {
   border-bottom: 1px solid #1e1d1d;
   padding-right: 20px;
   padding-bottom: 10px
 }
 
 .CategoryRpart>p>* {
   vertical-align: middle
 }
 
 .CategoryRpart>p svg {
   position: absolute;
   right: 0;
   top: 5px;
   width: 15px;
   height: 15px
 }
 
 .CategoryRpart ul {
   padding: 0;
   list-style: none
 }
 
 .CategoryRpart ul li>* {
   display: block;
   margin: 0 auto;
   cursor: pointer
 }
 
 .CategoryRpart ul li>*>* {
   vertical-align: middle;
   font-size: 12pt
 }
 
 .CategoryRpart ul li>* i {
   color: #be1417;
   padding-left: 10px
 }
 
 .CategoryRpart ul li.haschild ul {
   padding-right: 30px;
   display: none
 }
 
 .pagination {
   padding: 0;
   display: block;
   margin: 30px auto 0;
   position: relative;
   direction: ltr;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .pagination li.active:before {
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0)
 }
 
 .pagination li.active a {
   color: #fff
 }
 
 .pagination>li {
   display: inline-block;
   list-style: none;
   min-width: 30px;
   line-height: 30px;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   overflow: hidden;
   position: relative
 }
 
 .pagination>li a {
   display: block;
   position: relative;
   z-index: 1
 }
 
 .pagination>li:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #be1417;
   -moz-transform: translateY(-100%);
   -webkit-transform: translateY(-100%);
   -o-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   width: 100%;
   height: 100%
 }
 
 .pagination>li:hover {
   color: #fff
 }
 
 .pagination>li:hover:before {
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0)
 }
 
 .pagination>li:not(:last-child) {
   margin-left: 15px
 }
 
 .pagination li:first-child:hover,
 .pagination li:last-child:hover {
   color: #be1417
 }
 
 .pagination li:first-child:hover:before,
 .pagination li:last-child:hover:before {
   display: none
 }
 
 .Formmoshver {
   width: 63.5%
 }
 
 .Formmoshver .CustomForm .imgcode {
   width: 20%
 }
 
 .Formmoshver .CustomForm .code {
   width: 40%
 }
 
 .Formmoshver .CustomForm .captcha svg {
   width: 30px;
   height: 30px
 }
 
 .Formmoshver .CustomForm .captcha svg path {
   fill: #be1417
 }
 
 .Formmoshver .title2>* {
   color: #1e1d1d
 }
 
 .ProductDetails .Lpartslider .btn {
   bottom: 35px;
   line-height: 1
 }
 
 .ProductDetails .TopPage .l8 {
   padding-right: 27px
 }
 
 .ProductDetails .TopPage .Properties ul li {
   height: auto !important;
   margin: 11.5px auto
 }
 
 .TopPage img {
   float: left;
 }
 .slider-nav  img {
  border: 1px solid #ccc;
}
 .ProductDetails .TopPage:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .ProductDetails .Properties {
   position: relative;
   text-align: right;
   direction: rtl;
 }
 
 .ProductDetails .Properties * {
   vertical-align: middle
 }
 
 .ProductDetails .Properties b {
   padding-left: 10px
 }
 
 .ProductDetails .Properties p {
   padding: 5px 0;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd
 }
 
 .ProductDetails .Properties p i {
   padding-left: 10px
 }
 
 .ProductDetails .Properties ul {
   padding: 0;
   list-style: none;
   width: 95%;
 }
 
 .ProductDetails .Properties ul li {
   position: relative;
   padding-right: 25px;
   margin: 5px auto;
   min-height: 50px
 }
 .ProductDetails .Properties h2{
   margin: 0;
 }
 .ProductDetails .Properties ul li i {
   position: absolute;
   top: 7px;
   right: 0;
   color: #333
 }
 
 .ProductDetails .Properties .BtnCustom {
   width: 100%
 }
 
 .ProductDetails .Properties .BtnCustom i {
   padding-left: 15px
 }
 
 .ProductDetails .tabs {
   width: 100%;
   margin-top: 50px
 }
 
 .ProductDetails .tabs:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .ProductDetails .tabs ul#tabs-nav {
   list-style: none;
   margin: 0;
   padding-right: 30px;
   overflow: auto;
   position: relative
 }
 
 .ProductDetails .tabs ul#tabs-nav:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 1px;
   border-bottom: 1px solid #afafaf
 }
 
 .ProductDetails .tabs ul#tabs-nav li:not(:last-child) {
   margin-left: 30px
 }
 
 .ProductDetails .tabs ul#tabs-nav li {
   float: right;
   font-weight: bold;
   padding-right: 15px;
   padding-left: 30px;
   cursor: pointer;
   background: #fff;
   position: relative
 }
 
 .ProductDetails .tabs ul#tabs-nav li a {
   text-decoration: none;
   color: #1e1d1d
 }
 
 .ProductDetails .tabs ul#tabs-nav li a>* {
   vertical-align: middle
 }
 
 .ProductDetails .tabs ul#tabs-nav li a i {
   padding-left: 15px
 }
 
 .ProductDetails .tabs ul#tabs-nav li:hover a,
 .ProductDetails .tabs ul#tabs-nav li.active a {
   color: #be1417;
 
 }
 
 .ProductDetails .tabs .tab-content {
   padding: 0
 }
 
 
 .ProductDetails .tabs .tab-content .Properties>*:last-child {
   padding-left: 30px
 }
 
 .RelatedProduct {
   position: relative;
   background: #ebebeb;
   padding: 30px 0;
   margin-bottom: -30px;
   margin-top: 30px
 }
 
 .RelatedProduct .title2>* {
   color: #1e1d1d
 }
 
 .RelatedProduct .item {
   position: relative;
   padding: 0 10px
 }
 
 .RelatedProduct .item:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .RelatedProduct .owl-controls {
   margin-top: 0 !important
 }
 
 .RelatedProduct .owl-controls .owl-pagination {
   display: none
 }
 
 .RelatedProduct .owl-controls .owl-buttons>div {
   top: 40%;
   color: #1e1d1d !important;
   border: 1px solid #1e1d1d
 }
 
 .RelatedProduct .owl-controls .owl-buttons>div:hover {
   border: 1px solid #be1417
 }
 
 .RelatedProduct .owl-controls .owl-buttons .owl-prev {
   left: -70px
 }
 
 .RelatedProduct .owl-controls .owl-buttons .owl-next {
   right: -70px
 }
 
 .Formmoshver {
   margin: 80px auto 30px
 }
 
 @media(max-width:1200px) {
   .AgancyItem .image {
     width: 100%;
     height: 154px
   }
 
   .AgancyItem .map>* {
     width: 100%
   }
 
   .ArticleItem .Image {
     height: 305px
   }
 
   .ArticleItem p {
     min-height: 180px
   }
 
   .CategoryListItem .image {
     height: 184px
   }
 
   .ProjectList .CategoryListItem .image {
     height: 129px
   }
 
   .ProductDetails .TopPage .Properties {
     font-size: 11pt
   }
 
   .ProductDetails .TopPage .Properties p {
     padding: 0
   }
 
   .ProductDetails .TopPage .Properties ul li {
     margin: 0 auto
   }
 
   .ProductDetails .Lpartslider .btn {
     bottom: 25px
   }
 
   .RelatedProduct .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .RelatedProduct .owl-controls .owl-buttons>div:before {
     font-size: 11pt;
     line-height: 30px
   }
 
   .RelatedProduct .owl-controls .owl-buttons .owl-prev {
     left: 0
   }
 
   .RelatedProduct .owl-controls .owl-buttons .owl-next {
     right: 0
   }
 

 
   .Brand .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .Brand .owl-controls .owl-buttons>div:before {
     font-size: 11pt;
     line-height: 30px
   }
 
   .Brand .owl-controls .owl-buttons .owl-prev {
     left: 0
   }
 
   .Brand .owl-controls .owl-buttons .owl-next {
     right: 0
   }
 
   .ContactPage .contactinfo {
     padding-left: 30px
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 13px;
     line-height: 1
   }
 
   .fancybox-next {
     right: 0
   }
 
   .fancybox-prev {
     left: 0
   }
 }
 
 @media(max-width:992px) {
   .ArticleItem .Image {
     height: 222px;
     padding: 15px
   }
 
   .ArticleItem p {
     font-size: 10.5pt;
     min-height: 138px
   }
 
   .ArticleItem>strong {
     font-size: 12pt
   }
 
   .ArticleItem .Detail {
     font-size: 10pt
   }
 
   .ArticleItem a {
     font-size: 10pt;
     width: 130px;
     line-height: 35px
   }
 
   .ArticleItem .date-abs {
     font-size: 10pt;
     line-height: 30px;
     min-width: 65px;
     top: 15px;
     right: 15px
   }
 
   .Articlein {
     font-size: 12pt
   }
 
   .CategoryListItem>strong {
     font-size: 11.5pt
   }
 
   .CategoryListItem a {
     font-size: 10pt
   }
 
   .CategoryListItem .image {
     height: 139px
   }
 
   .ProjectList .CategoryListItem .image {
     height: 148px
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 5px;
     line-height: 1
   }
 
   .ProductDetails .Lpartslider .btn {
     bottom: 5px
   }
 
   .Lpartslider .btnleft {
     left: 25px
   }
 
   .Lpartslider .btnright {
     right: 25px
   }
 
   
 
   .ContactPage .contactinfo {
     padding-left: 15px
   }
 
   .CustomForm .code input {
     font-size: 11pt
   }
 
   .CustomForm .imgcode {
     width: 35%
   }
 
   .CustomForm .buttoncode {
     width: 30%
   }
 
   .ProductDetails .TopPage .l8 {
     padding-right: 0
   }
 
   .ProductDetails .tabs .tab-content .Properties>*:first-child {
     padding-right: 0
   }
 
   .ProductDetails .Properties ul {
     margin: 0
   }
 
   .ProductDetails .Properties ul li {
     height: auto
   }
 }
 
 @media(max-width:768px) {
   h1 {
     font-size: 13pt
   }
 
   h2 {
     font-size: 12pt
   }
 
   h3 {
     font-size: 11pt
   }
 
   .ImageHead {
     height: 200px
   }
 
   .ImageHead .wrapper .bread-crumb {
     font-size: 10.5pt
   }
 
   .contactinfo {
     padding-right: 0
   }
 
   .ContactPage .contactinfo {
     padding-left: 0
   }
 
   .CustomForm .code {
     width: 100%;
     margin-bottom: 15px
   }
 
   .CustomForm .imgcode {
     width: 50%
   }
 
   .CustomForm .buttoncode {
     width: 50%
   }
 
   .CustomForm .captcha {
     text-align: -moz-right;
     text-align: -webkit-right;
     text-align: right
   }
 
   .ArticleList .bc-row>*:nth-child(2n+1) .ArticleItem {
     margin-right: 0;
     padding: 0 15px
   }
 
   .ArticleList .bc-row>*:nth-child(2n) .ArticleItem {
     margin-left: 0;
     padding: 0 15px
   }
 
   .ArticleItem {
     margin: 15px auto
   }
 
   .ArticleItem .Image {
     height: auto;
     padding: 10px
   }
 
   .ArticleItem p {
     min-height: initial
   }
 
   .ArticleItem .date-abs {
     top: 20px;
     right: 26px
   }
 
   .Articlein,
   .notfoundsearch {
     font-size: 10.5pt
   }
 
   .Articlein {
     padding: 15px
   }
 
   .notfoundsearch i {
     font-size: 12.5pt;
     margin-left: 5px
   }
 
   .AboutPage {
     padding: 0 15px
   }
 
   .AboutPage .TopPage .Quotes {
     padding-top: 10px;
     margin-bottom: 20px
   }
 
   .AboutPage .TopPage>* {
     width: 100%;
     float: none
   }
 
   .CategoryListItem .image {
     height: auto
   }
 
   .ProjectList .CategoryListItem .image {
     height: auto
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 20px
   }
 
   .RelatedProduct .PrjItem .border {
     height: auto !important
   }
 
   .Formmoshver {
     width: 85%
   }
 
   .ProductDetails {
     padding: 15px
   }
 
   .ProductDetails .tabs ul#tabs-nav {
     padding-right: 10px
   }
 
   .ProductDetails .tabs ul#tabs-nav li:not(:last-child) {
     margin-left: 15px
   }
 
   .ProductDetails .tabs ul#tabs-nav li {
     padding-left: 15px
   }
 
   .ProductDetails .Properties ul li {
     padding-right: 15px
   }
 
   .SearchItem .ProjectList {
     margin-top: 0
   }
 
   .SearchItem .PrjItem {
     width: 50%;
     margin: 0 auto 15px
   }
 
   .maincontent .contactinfo li {
     font-size: 10.5pt;
     margin-bottom: 5px
   }
 
   #lightcase-info #lightcase-title {
     position: relative;
     top: 0;
     left: 0;
     max-width: 100%;
     padding: 0;
     background: #fff;
     font-size: 10pt
   }
 
   .CategoryRpart {
     padding-top: 0
   }
 
   .ProjectList {
     margin-top: 15px
   }
 
   .fancybox-nav span {
     transform: scale(0.5)
   }
 }
 
 @media(max-width:600px) {
   .ProductDetails .Properties .BtnCustom {
     width: 50%
   }
 
   .ProductDetails .TopPage img {
     float: none;
     padding-right: 0;
     margin: 0;
     width: 100%;
     height: auto;
   }
 
   .ProductDetails .tabs .tab-content .Properties>*:last-child {
     padding-left: 0
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 0
   }
 }
 
 @media(max-width:400px) {
 
   .CategoryList .bc-col,
   .PhotogalleryList .bc-col {
     width: 100%
   }
 
   .SearchItem .PrjItem {
     width: 100%
   }
 }
 
 @font-face {
   font-family: W_yekan;
   src: url('../_fonts/W_yekan.eot');
   src: local('?'), url('../_fonts/W_yekan.woff') format('woff'), url('../_fonts/W_yekan.ttf') format('truetype'), url('../_fonts/W_yekan.svg') format('svg')
 }
 
 body,
 html {
   font-family: W_yekan;
   margin: 0;
   padding: 0;
   width: 100%;
   line-height: 1.7;
   font-size: 13.5pt;
   text-align: justify
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: W_yekan;
   font-weight: bold
 }
 
 .fontts {
   font-family: sans-serif !important
 }
 
 .text-left {
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .text-right {
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right
 }
 
 .text-justify {
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify
 }
 
 .text-center {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .limit-text {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
 }
 
 .dir-ltr {
   direction: ltr;
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .abs {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto
 }
 
 .clear {
   display: table;
   clear: both;
   content: ''
 }
 
 a,
 a:hover {
   text-decoration: none
 }
 
 .bc-content:after,
 section:after {
   display: table;
   clear: both;
   content: ''
 }
 
 :focus {
   outline: 0
 }
 
 img {
   display: block;
   max-width: 100%;
   margin: auto
 }
 
 .owl-carousel {
   direction: ltr
 }
 
 .owl-item {
   direction: rtl
 }
 
 .BtnCustom {
   cursor: pointer;
   background: #be1417;
   position: relative;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   width: 182px;
   margin: auto;
   color: #fff;
   display: block;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   line-height: 45px;
   border: 0
 }
 
 .BtnCustom:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: rgba(0, 0, 0, 0.3);
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .BtnCustom:hover:before {
   opacity: .5
 }
 
 .parallax {
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   background-size: cover;
   overflow: hidden
 }
 
 .parallax:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(0, 0, 0, 0.8);
   width: 100%;
   height: 100%
 }
 
 .parallax .bc-content {
   position: relative;
   z-index: 1
 }
 
 .parallax .bc-content>img {
   display: none
 }
 
 .parallax .title2>* {
   color: #fff
 }
 
 .parallax .title2>*:before,
 .parallax .title2>*:after {
   background: #fff
 }
 
 .title1 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .title1>* {
   color: #be1417;
   font-size: 15pt;
   display: block;
   padding: 0 15px 15px
 }
 
 .title1>*:before {
   content: '';
   width: 50px;
   height: 1px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   background: #7b848c
 }
 
 .title2 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   margin-bottom: 30px
 }
 
 .title2>* {
   display: inline-block;
   padding: 0 70px;
   color: #be1417;
   font-size: 15pt;
   position: relative
 }
 
 .title2>*:before,
 .title2>*:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 50px;
   height: 1px;
   background: #be1417
 }
 
 .title2>*:before {
   right: 0
 }
 
 .title2>*:after {
   left: 0
 }
 
 .title2.linedark>*:before,
 .title2.linedark>*:after {
   background: #7b848c
 }
 
 .title3 {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .title3>* {
   display: inline-block;
   padding: 0 30px;
   color: #fff;
   font-size: 16.5pt;
   position: relative
 }
 
 .title3>*:before,
 .title3>*:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 15px;
   height: 1px;
   background: #be1417
 }
 
 .title3>*:before {
   right: 0
 }
 
 .title3>*:after {
   left: 0
 }
 
 .loading img {
   animation: rotate 5s linear 2s infinite alternate
 }
 
 @-webkit-keyframes rotate {
   from {
     -moz-transform: rotate(0) scale(0.5);
     -webkit-transform: rotate(0) scale(0.5);
     -o-transform: rotate(0) scale(0.5);
     -ms-transform: rotate(0) scale(0.5);
     transform: rotate(0) scale(0.5)
   }
 
   to {
     -moz-transform: rotate(360deg) scale(1);
     -webkit-transform: rotate(360deg) scale(1);
     -o-transform: rotate(360deg) scale(1);
     -ms-transform: rotate(360deg) scale(1);
     transform: rotate(360deg) scale(1)
   }
 }
 
 @keyframes rotate {
   from {
     -moz-transform: rotate(0) scale(0.5);
     -webkit-transform: rotate(0) scale(0.5);
     -o-transform: rotate(0) scale(0.5);
     -ms-transform: rotate(0) scale(0.5);
     transform: rotate(0) scale(0.5)
   }
 
   to {
     -moz-transform: rotate(360deg) scale(1);
     -webkit-transform: rotate(360deg) scale(1);
     -o-transform: rotate(360deg) scale(1);
     -ms-transform: rotate(360deg) scale(1);
     transform: rotate(360deg) scale(1)
   }
 }
 
 header {
   position: relative;
   z-index: 1000
 }
 
 header:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: #1e1d1d;
   height: 100%;
   width: 100%;
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .bc-content {
   position: relative
 }
 
 header .TopHeader {
   position: relative;
   background: #be1417;
   color: #fff;
   z-index: 2;
   font-size: 10.5pt
 }
 
 header .TopHeader .contacyinfo {
   position: relative
 }
 
 header .TopHeader .contacyinfo>* {
   display: inline-block;
   vertical-align: middle;
   line-height: 26px;
   direction: ltr
 }
 
 header .TopHeader .contacyinfo>* i {
   margin-right: 5px;
   display: inline-block
 }
 
 header .TopHeader .contacyinfo .email {
   font-family: sans-serif;
   margin-left: 37px
 }
 
 header .MenuBar {
   position: absolute;
   top: 26px;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 1000
 }
 
 header .MenuBar .bc-content {
   position: relative !important
 }
 
 header .MenuBar .logo,
 header .MenuBar .searchbox {
   display: inline-block;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .logo {
   width: 171px;
   position: absolute;
   top: 0;
   left: 0
 }
 
 header .MenuBar .searchbox {
   position: absolute;
   border: 1px solid #fff;
   width: 214px;
   top: 20px;
   left: 0;
   margin-left: 190px
 }
 
 header .MenuBar .searchbox * {
   background: transparent;
   border: 0;
   line-height: 35px
 }
 
 header .MenuBar .searchbox .input-field {
   position: relative;
   width: 180px;
   float: right
 }
 
 header .MenuBar .searchbox input {
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   font-size: 12pt;
   color: #fff;
   width: 100%;
   line-height: 35px
 }
 
 header .MenuBar .searchbox .active {
   opacity: 0
 }
 
 header .MenuBar .searchbox label {
   position: absolute;
   right: 15px;
   color: #fff;
   top: 3px;
   font-size: 10.5pt;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .searchbox button {
   line-height: 35px;
   color: #fff;
   cursor: pointer;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar .searchbox button:hover {
   color: #be1417
 }
 
 header .MenuBar ul.menu {
   position: relative;
   padding: 0;
   margin: 0
 }
 
 header .MenuBar ul.menu>li:hover>a>span:before,
 header .MenuBar ul.menu>li:hover>a>span::after {
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
 }
 
 header .MenuBar ul.menu ul {
   padding: 0;
   margin: 0
 }
 
 header .MenuBar ul.menu ul>li {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar ul.menu ul>li:hover {
   border-bottom: 1px solid transparent
 }
 
 header .MenuBar ul.menu ul>li:hover>a>span:before,
 header .MenuBar ul.menu ul>li:hover>a>span::after {
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
 }
 
 header .MenuBar ul.menu ul>li a span {
   font-size: 10.5pt
 }
 
 header .MenuBar ul.menu li {
   list-style: none;
   position: relative;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right
 }
 
 header .MenuBar ul.menu li span {
   display: block;
   padding: 15px;
   position: relative;
   overflow: hidden
 }
 
 header .MenuBar ul.menu li span:before,
 header .MenuBar ul.menu li span::after {
   content: '';
   position: absolute;
   bottom: 0;
   width: 50%;
   height: 2px;
   background: #be1417;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 header .MenuBar ul.menu li span:before {
   -moz-transform: translateX(110%);
   -webkit-transform: translateX(110%);
   -o-transform: translateX(110%);
   -ms-transform: translateX(110%);
   transform: translateX(110%);
   right: 0
 }
 
 header .MenuBar ul.menu li span:after {
   -moz-transform: translateX(-110%);
   -webkit-transform: translateX(-110%);
   -o-transform: translateX(-110%);
   -ms-transform: translateX(-110%);
   transform: translateX(-110%);
   left: 0
 }
 
 header .MenuBar ul.menu .haschild li {
   border-bottom: 1px dotted rgba(0, 0, 0, 0.4)
 }
 
 header .MenuBar ul.menu .haschild:hover>ul {
   visibility: visible;
   opacity: 1
 }
 
 header .MenuBar ul.menu>.haschild>a {
   position: relative
 }
 
 header .MenuBar ul.menu>.haschild>a:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f078';
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   margin: auto;
   color: #fff;
   font-size: 8pt;
   height: 14px
 }
 
 header .MenuBar ul.menu>.haschild ul {
   position: absolute;
   background: rgba(255, 255, 255, 0.9);
   text-align: left;
   top: 100%;
   right: 0;
   width: 210px;
   -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: .01s;
   -moz-transition: .01s;
   -ms-transition: .01s;
   -o-transition: .01s;
   transition: .01s
 }
 
 header .MenuBar ul.menu>.haschild ul ul {
   right: 100%;
   top: 0
 }
 
 header .MenuBar ul.menu>.haschild .haschild:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f053';
   position: absolute;
   bottom: 0;
   top: 0;
   left: 5px;
   margin: auto;
   font-size: 8pt;
   height: 14px
 }
 
 header .MenuBar ul.menu>li {
   float: right
 }
 
 header .MenuBar ul.menu>li>a {
   display: block
 }
 
 header .MenuBar ul.menu>li>a>span {
   color: #fff;
   display: block
 }
 
 header .MenuBar ul.menu:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .menufix {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   min-height: 85px
 }
 
 .menufix:before {
   opacity: .9
 }
 
 .menufix .searchbox {
   margin-left: 106px !important;
   top: 10px !important
 }
 
 .menufix .logo {
   width: 100px !important
 }
 
 .menufix .menuResize {
   top: 0
 }
 
 .social {
   position: relative;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: row;
   font-size: 13.5pt
 }
 
 .social a {
   width: 30px;
   height: 26px;
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #fff;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center
 }
 
 .social a>* {
   position: relative;
   z-index: 1
 }
 
 .social a svg {
   width: 22px;
   height: 22px
 }
 
 .social a svg path {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .social a:hover {
   color: #000
 }
 
 .social a:hover svg path {
   fill: #000 !important
 }
 
 .owl-controls {
   margin: 0 auto
 }
 
 .owl-controls .owl-buttons>div {
   position: absolute;
   border: 1px solid #fff;
   border-radius: 100% !important;
   background: transparent !important;
   opacity: 1 !important;
   width: 53px;
   height: 53px;
   margin: 0 !important;
   padding: 0 !important;
   z-index: 2;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .owl-controls .owl-buttons>div:before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 18pt;
   line-height: 53px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .owl-controls .owl-buttons>div:hover {
   border-color: #be1417
 }
 
 .owl-controls .owl-buttons>div:hover:before {
   color: #be1417
 }
 
 .owl-controls .owl-buttons .owl-prev:before {
   content: "\f053"
 }
 
 .owl-controls .owl-buttons .owl-next:before {
   content: "\f054"
 }
 
 .RegisterForm {
   height: 500px;
   padding: 30px 0;
   color: #fff
 }
 
 .RegisterForm form {
   width: 66%;
   background: #1e1d1d;
   margin: 0 auto;
   padding: 15px 30px
 }
 
 .RegisterForm form .BtnCustom {
   width: 100%
 }
 
 .RegisterForm form .item {
   margin: 5px auto;
   position: relative;
   float: right
 }
 
 .RegisterForm form .item input,
 .RegisterForm form .item textarea {
   background: transparent;
   color: #fff;
   padding-right: 40px;
   padding-left: 15px;
   font-size: 12.75pt
 }
 
 .RegisterForm form .item svg {
   width: 22px;
   height: 22px
 }
 
 .RegisterForm form .item svg path {
   fill: #fff
 }
 
 .RegisterForm form .item i,
 .RegisterForm form .item svg {
   position: absolute;
   right: 15px;
   top: 12px;
   color: #fff;
   border-left: 1px solid;
   padding-left: 5px
 }
 
 .RegisterForm form .item textarea {
   height: 140px;
   width: 100%
 }
 
 .RegisterForm form .captcha {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .RegisterForm form .captcha>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .RegisterForm form .captcha svg {
   line-height: 49px;
   margin-left: 10px;
   width: 22px;
   height: 22px
 }
 
 .RegisterForm form .captcha img {
   width: 79px;
   height: 49px
 }
 
 .RegisterForm form .captcha:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .RegisterForm form .code {
   width: 35%
 }
 
 .RegisterForm form .code .item {
   margin: 0 auto
 }
 
 .RegisterForm form .imgcode {
   width: 25%
 }
 
 .RegisterForm form .buttoncode {
   width: 40%
 }
 
 footer {
   position: relative;
   color: #fff;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   font-size: 10.5pt
 }
 
 footer strong {
   display: block;
   margin-bottom: 15px;
   font-size: 13.5pt
 }
 
 footer b {
   font-size: 12pt
 }
 
 footer a {
   color: #fff
 }
 
 footer a:hover {
   color: #be1417
 }
 
 footer .content {
   position: relative;
   background: #1e1d1d;
   padding: 30px 0
 }
 
 footer .content .bc-row {
   display: flex;
   flex-flow: row wrap;
   align-items: stretch
 }
 
 footer .content .bc-row>*:not(:last-child) {
   border-left: 1px solid #2d2a2c
 }
 
 footer .content .padding-30 {
   padding-left: 30px
 }
 
 footer .content .map {
   height: 144px;
   overflow: hidden;
   position: relative
 }
 
 footer .content .map>iframe {
   height: 250px;
   border: 0;
   width: 80%;
   margin: auto
 }
 
 footer .content .footerimage>* {
   width: 33.33%;
   float: right;
   padding: 5px;
   display: block;
   position: relative
 }
 
 footer .content .footerimage>*:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #be1417;
   opacity: 0;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   margin: 5px
 }
 
 footer .content .footerimage>*:after {
   content: "\f002";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   color: #fff;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   height: 30px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: 0
 }
 
 footer .content .footerimage>*:hover:before {
   opacity: .5
 }
 
 footer .content .footerimage>*:hover:after {
   opacity: 1
 }
 
 footer .content .contactinfo {
   position: relative;
   padding: 0;
   list-style: none;
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify;
   margin-right: 30px
 }
 
 footer .content .contactinfo li {
   position: relative;
   padding-right: 30px;
   margin-bottom: 15px
 }
 
 footer .content .contactinfo li i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   color: #be1417;
   height: 16px;
   font-size: 12pt
 }
 
 footer .content .social {
   justify-content: center
 }
 
 footer .content .social a {
   font-size: 13pt
 }
 
 footer .content .social a:hover {
   color: #be1417
 }
 
 footer .content .social a:hover svg path {
   fill: #be1417 !important
 }
 
 footer .CopyRight {
   background: #10100f;
   padding: 15px
 }
 
 footer .CopyRight .bc-content>* {
   vertical-align: middle;
   display: inline-block;
   font-size: 9pt
 }
 
 .PrjItem {
   position: relative;
   overflow: hidden;
   margin-bottom: 15px
 }
 
 .PrjItem:hover .text {
   opacity: 1;
   visibility: visible
 }
 
 .PrjItem .border {
   position: relative;
   height: 230px
 }
 
 .PrjItem .border img {
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .PrjItem .border:hover img {
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2)
 }
 
 .PrjItem .border:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   border: 1px solid #fff;
   width: 90%;
   height: 85%;
   z-index: 1
 }
 
 .PrjItem .text {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: rgba(0, 0, 0, 0.65);
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: 0;
   visibility: hidden
 }
 
 .PrjItem .text strong {
  padding: 15px 0;

  display: block;
  
  white-space: pre-line;
  
  text-overflow: ellipsis;
  
  overflow: hidden;
  
  color:
  #fff;
  text-align: center;
  font-size: 15pt;
  
  position: relative;
  
  width: 86%;
 }
 
 .PrjItem .text strong:before {
   content: '';
   width: 105px;
   height: 1px;
   background: rgba(255, 255, 255, 0.5);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .PrjItem .text .BtnCustom {
   margin: 15px auto;
   width: 119px;
   line-height: 33px;
   z-index: 99;
 }
 
 .PrjItem .text .BtnCustom:hover {
   color: #fff
 }
 
 .menuResize {
   position: fixed;
   top: 25px;
   right: 0;
   z-index: 1000000;
   max-height: 600px;
   width: 240px;
   overflow: hidden;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
 }
 
 .menuResize ul {
   padding-right: 15px;
   list-style: none;
   margin: 0
 }
 
 .menuResize * {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
 }
 
 #menuTrigger:checked~.menuResize {
   pointer-events: auto;
   -webkit-box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15);
   -moz-box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15);
   box-shadow: 0 3px 5px -1px rgba(24, 24, 24, 0.15)
 }
 
 #menuTrigger:checked~.menu h3 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link,
 #menuTrigger:checked~.menuResize .heade-featurer-resize,
 #menuTrigger:checked~.menuResize .search-resize {
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link,
 #menuTrigger:checked~.menuResize .top {
   -webkit-transition-delay: .2s;
   transition-delay: .2s
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(1) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(2) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(3) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(4) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(5) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(6) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(7) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(8) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(9) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .link:nth-child(10) {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .heade-featurer-resize,
 #menuTrigger:checked~.menuResize .search-resize {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 #menuTrigger:checked~.menuResize .top {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize h3 {
   display: none;
   position: absolute;
   top: 19px;
   right: 111px;
   z-index: 1;
   margin: 0;
   font-size: 10pt;
   font-weight: normal;
   line-height: 56px;
   color: #fff;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .links {
   position: relative;
   z-index: 1;
   list-style: none;
   margin: 30px 0 15px;
   padding: 0;
   direction: rtl;
   max-height: 600px;
   overflow: hidden;
   overflow-y: auto
 }
 
 .menuResize .heade-featurer-resize,
 .menuResize .search-resize {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .top {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .link {
   font-size: 16px;
   line-height: 1;
   margin: 0;
   padding: 0;
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 .menuResize .link:nth-child(1) {
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0)
 }
 
 .menuResize .link:nth-child(2) {
   -webkit-transform: translate3d(-200%, 0, 0);
   transform: translate3d(-200%, 0, 0)
 }
 
 .menuResize .link:nth-child(3) {
   -webkit-transform: translate3d(-300%, 0, 0);
   transform: translate3d(-300%, 0, 0)
 }
 
 .menuResize .link:nth-child(4) {
   -webkit-transform: translate3d(-400%, 0, 0);
   transform: translate3d(-400%, 0, 0)
 }
 
 .menuResize .link:nth-child(5) {
   -webkit-transform: translate3d(-500%, 0, 0);
   transform: translate3d(-500%, 0, 0)
 }
 
 .menuResize .link:nth-child(6) {
   -webkit-transform: translate3d(-600%, 0, 0);
   transform: translate3d(-600%, 0, 0)
 }
 
 .menuResize .link:nth-child(7) {
   -webkit-transform: translate3d(-700%, 0, 0);
   transform: translate3d(-700%, 0, 0)
 }
 
 .menuResize .link:nth-child(8) {
   -webkit-transform: translate3d(-800%, 0, 0);
   transform: translate3d(-800%, 0, 0)
 }
 
 .menuResize .link:nth-child(9) {
   -webkit-transform: translate3d(-900%, 0, 0);
   transform: translate3d(-900%, 0, 0)
 }
 
 .menuResize .link:nth-child(10) {
   -webkit-transform: translate3d(-1000%, 0, 0);
   transform: translate3d(-1000%, 0, 0)
 }
 
 .menuResize .heade-featurer-resize {
   -webkit-transform: translate3d(-1100%, 0, 0);
   transform: translate3d(-1100%, 0, 0)
 }
 
 .menuResize .top {
   -webkit-transform: translate3d(-1100%, 0, 0);
   transform: translate3d(-1100%, 0, 0)
 }
 
 .scroll1 {
   top: 56px;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   position: absolute;
   width: 100%
 }
 
 .menuResize .link a {
   display: block;
   color: currentColor;
   padding: 10px;
   text-decoration: none;
   color: #000;
   font-size: 9pt
 }
 
 .menuResize .link a:hover {
   background-color: #be1417;
   color: #fff
 }
 
 .menuResize .link a:hover span {
   color: #fff
 }
 
 .menuResize .trigger {
   position: absolute;
   z-index: 0;
   top: 20px;
   right: 0;
   height: 30px;
   width: 30px;
   cursor: pointer;
   pointer-events: auto;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   -webkit-transition-property: -webkit-transform, box-shadow;
   transition-property: transform, box-shadow;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize .trigger:before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 100%;
   border-radius: inherit;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: box-shadow .2s .4s ease-in-out;
   transition: box-shadow .2s .4s ease-in-out
 }
 
 #menuTrigger:checked~.menuResize .trigger {
   -webkit-transform: translate3d(-200px, 0, 0);
   transform: translate3d(-200px, 0, 0);
   box-shadow: 0 0 0 880px #fafafa
 }
 
 #menuTrigger:checked~.menuResize .trigger:before {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
   box-shadow: 0 0 0 0 #fafafa inset, 0 0 0 28px #fafafa inset
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(1) {
   -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
   transform: translateY(0) translate3d(-50%, -50%, 0);
   -ms-transform: rotate(130deg);
   -webkit-transform: rotate(130deg);
   transform: rotate(130deg);
   left: 0;
   right: 0;
   margin: auto
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(2) {
   display: none
 }
 
 #menuTrigger:checked~.menuResize .trigger .line:nth-child(3) {
   -webkit-transform: translateY(0) translate3d(-50%, -50%, 0);
   transform: translateY(0) translate3d(-50%, -50%, 0);
   -ms-transform: rotate(-130deg);
   -webkit-transform: rotate(-130deg);
   transform: rotate(-130deg);
   left: 0;
   right: 0;
   margin: auto
 }
 
 #menuTrigger:checked~.menuResize .scroll1 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .menuResize .trigger .line {
   position: absolute;
   top: 0;
   left: 50%;
   background: #be1417;
   height: 3px;
   width: 18.66667px;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out;
   border: 0 !important
 }
 
 .menuResize .trigger .line:nth-child(1) {
   -webkit-transform: translateY(-5px) translate3d(-50%, -50%, 0);
   transform: translateY(-5px) translate3d(-50%, -50%, 0)
 }
 
 .menuResize .trigger .line:nth-child(3) {
   -webkit-transform: translateY(5px) translate3d(-50%, -50%, 0);
   transform: translateY(5px) translate3d(-50%, -50%, 0)
 }
 
 #menuTrigger {
   position: fixed;
   top: 0;
   right: -20px
 }
 
 ul.links li.have-sub ul {
   display: none
 }
 
 .have-sub>a:after {
   content: '+';
   font-size: 10pt;
   vertical-align: middle;
   padding-right: 10px
 }
 
 .open-li>a:after {
   content: '-' !important
 }
 
 .menuResize .active a {
   background-color: rgba(255, 255, 255, 0.1);
   color: #be1417
 }
 
 ul.heade-featurer {
   border-top: 1px dashed #fff;
   margin-top: 10px;
   padding-top: 5px;
   display: none
 }
 
 ul.heade-featurer>li {
   float: right;
   border: 0;
   border-left: 0;
   margin: 0 0 !important;
   padding: 7px 5px 0 0 !important;
   display: block;
   vertical-align: middle;
   font-size: 12pt;
   width: 100%;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   height: auto;
   line-height: inherit;
   cursor: pointer
 }
 
 ul.heade-featurer>li>*,
 ul.heade-featurer>li .compareList>a,
 ul.heade-featurer>li .wish-list>a,
 ul.heade-featurer>li .compareList>a:after,
 ul.heade-featurer>li .wish-list>a:after {
   color: #fff;
   border-top-color: #fff
 }
 
 ul.heade-featurer .compareList-Box,
 ul.heade-featurer .wish-list-Box {
   width: 230px
 }
 
 ul.heade-featurer .compareList-Box li a {
   width: 200px
 }
 
 ul.heade-featurer .wish-list {
   margin-left: 0
 }
 
 ul.heade-featurer>li .compareList>a label,
 ul.heade-featurer>li .wish-list>alabel {
   cursor: pointer
 }
 
 ul.heade-featurer .search {
   float: none;
   width: 225px;
   margin: auto
 }
 
 ul.heade-featurer .search input {
   width: 179px
 }
 
 .last-menu-resize {
   height: 56px;
   display: block
 }
 
 ul.heade-featurer>li>a {
   display: block
 }
 
 .scroll1 {
   top: 56px;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   position: absolute;
   width: 100%;
   overflow-y: scroll;
   height: 824px;
   direction: ltr
 }
 
 .item-hidden {
   -webkit-transform: translate3d(-900%, 0, 0);
   transform: translate3d(-900%, 0, 0);
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition: transform .4s ease-in-out
 }
 
 #menuTrigger:checked~.menuResize .scroll1,
 #menuTrigger:checked~.menuResize .item-hidden {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }
 
 .item-hidden {
   margin-bottom: 15px;
   display: none
 }
 
 .item-hidden a {
   display: block;
   padding: 0 10px;
   font-size: 9pt
 }
 
 .item-hidden a i {
   margin-left: 5px;
   color: #be1417
 }
 
 .menu2 {
   display: none
 }
 
 @font-face {
   font-family: lightcase;
   src: url(../font/lightcase/lightcase.eot?55356177);
   src: url(../font/lightcase/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../font/lightcase/lightcase.woff?55356177) format("woff"), url(../font/lightcase/lightcase.ttf?55356177) format("truetype"), url(../font/lightcase/lightcase.svg?55356177#lightcase) format("svg");
   font-weight: 400;
   font-style: normal
 }
 
 [class*=lightcase-icon-]:before {
   font-family: lightcase, sans-serif;
   font-style: normal;
   font-weight: 400;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em
 }
 
 .lightcase-icon-play:before {
   content: '\e800'
 }
 
 .lightcase-icon-pause:before {
   content: '\e801'
 }
 
 
 .lightcase-icon-prev:before {
   content: '\e803'
 }
 
 .lightcase-icon-next:before {
   content: '\e804'
 }
 
 .lightcase-icon-spin:before {
   content: '\e805'
 }
 
 @-webkit-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-moz-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-o-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @-ms-keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 @keyframes lightcase-spin {
   0% {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0)
   }
 
   100% {
     -webkit-transform: rotate(359deg);
     -moz-transform: rotate(359deg);
     -o-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }
 
 #lightcase-case {
   display: none;
   position: fixed;
   z-index: 2002;
   top: 50%;
   left: 50%;
   font-family: arial, sans-serif;
   font-size: 13px;
   line-height: 1.5;
   text-align: left;
   text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-case,
   html[data-lc-type=inline] #lightcase-case {
     position: fixed !important;
     top: 0 !important;
     left: 0 !important;
     right: 0 !important;
     bottom: 0 !important;
     margin: 0 !important;
     padding: 55px 0 70px 0;
     width: 100% !important;
     height: 100% !important;
     overflow: auto !important
   }
 }
 
 @media screen and (min-width:641px) {
   html:not([data-lc-type=error]) #lightcase-content {
     position: relative;
     z-index: 1;
     text-shadow: none;
     background-color: #fff;
     -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
     -webkit-backface-visibility: hidden
   }
 }
 
 @media screen and (min-width:641px) {
 
   html[data-lc-type=image] #lightcase-content,
   html[data-lc-type=video] #lightcase-content {
     background-color: #333
   }
 }
 
 html[data-lc-type=ajax] #lightcase-content,
 html[data-lc-type=error] #lightcase-content,
 html[data-lc-type=inline] #lightcase-content {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content,
   html[data-lc-type=error] #lightcase-content,
   html[data-lc-type=inline] #lightcase-content {
     position: relative !important;
     top: auto !important;
     left: auto !important;
     width: auto !important;
     height: auto !important;
     margin: 0 !important;
     padding: 0 !important;
     border: none !important;
     background: 0 0 !important
   }
 }
 
 html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
 html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
 html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
     padding: 15px
   }
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
     width: 100% !important;
     max-width: none !important
   }
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
     height: auto !important;
     max-height: none !important
   }
 }
 
 @media screen and (max-width:640px) {
   html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
     overflow: auto;
     -webkit-overflow-scrolling: touch
   }
 }
 
 @media screen and (max-width:640px) and (min-width:641px) {
 
   html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
   html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
     line-height: .75
   }
 }
 
 html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
   position: relative;
   overflow: hidden !important
 }
 
 @media screen and (max-width:640px) {
 
   html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
   html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
   html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
     position: relative !important;
     top: auto !important;
     left: auto !important;
     width: auto !important;
     height: auto !important;
     margin: 0 !important;
     padding: 0 !important;
     border: none !important;
     background: 0 0 !important
   }
 }
 
 @media screen and (min-width:641px) {
   html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
     padding: 30px;
     overflow: auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box
   }
 }
 
 @media screen and (max-width:640px) {
 
   #lightcase-content h1,
   #lightcase-content h2,
   #lightcase-content h3,
   #lightcase-content h4,
   #lightcase-content h5,
   #lightcase-content h6,
   #lightcase-content p {
     color: #aaa
   }
 }
 
 @media screen and (min-width:641px) {
 
   #lightcase-content h1,
   #lightcase-content h2,
   #lightcase-content h3,
   #lightcase-content h4,
   #lightcase-content h5,
   #lightcase-content h6,
   #lightcase-content p {
     color: #333
   }
 }
 
 #lightcase-case p.lightcase-error {
   margin: 0;
   font-size: 17px;
   text-align: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   #lightcase-case p.lightcase-error {
     padding: 30px 0
   }
 }
 
 @media screen and (min-width:641px) {
   #lightcase-case p.lightcase-error {
     padding: 0
   }
 }
 
 .lightcase-open body {
   overflow: hidden
 }
 
 .lightcase-isMobileDevice .lightcase-open body {
   max-width: 100%;
   max-height: 100%
 }
 
 #lightcase-info {
   position: absolute;
   padding-top: 15px
 }
 
 #lightcase-info #lightcase-caption,
 #lightcase-info #lightcase-title {
   margin: 0;
   padding: 0;
   line-height: 1.5;
   font-weight: 400;
   text-overflow: ellipsis
 }
 
 #lightcase-info #lightcase-title {
   font-size: 17px;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   #lightcase-info #lightcase-title {
     position: fixed;
     top: 10px;
     left: 0;
     max-width: 87.5%;
     padding: 5px 15px;
     background: #333
   }
 }
 
 #lightcase-info #lightcase-caption {
   clear: both;
   font-size: 13px;
   color: #aaa
 }
 
 #lightcase-info #lightcase-sequenceInfo {
   font-size: 11px;
   color: #aaa
 }
 
 @media screen and (max-width:640px) {
   .lightcase-fullScreenMode #lightcase-info {
     padding-left: 15px;
     padding-right: 15px
   }
 
   html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
     position: static
   }
 }
 
 #lightcase-loading {
   z-index: 9999;
   width: 1.123em;
   height: auto;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   text-shadow: none;
   position: fixed;
   z-index: 2001;
   top: 50%;
   left: 50%;
   margin-top: -0.5em;
   margin-left: -0.5em;
   opacity: 1;
   font-size: 32px;
   text-shadow: 0 0 15px #fff;
   -moz-transform-origin: 50% 53%;
   -webkit-animation: lightcase-spin .5s infinite linear;
   -moz-animation: lightcase-spin .5s infinite linear;
   -o-animation: lightcase-spin .5s infinite linear;
   animation: lightcase-spin .5s infinite linear
 }
 
 #lightcase-loading,
 #lightcase-loading:focus {
   text-decoration: none;
   color: #fff;
   -webkit-tap-highlight-color: transparent;
   -webkit-transition: color, opacity, ease-in-out .25s;
   -moz-transition: color, opacity, ease-in-out .25s;
   -o-transition: color, opacity, ease-in-out .25s;
   transition: color, opacity, ease-in-out .25s
 }
 
 #lightcase-loading>span {
   display: inline-block;
   text-indent: -9999px
 }
 
 a[class*=lightcase-icon-] {
   position: fixed;
   z-index: 9999;
   width: 1.123em;
   height: auto;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   text-shadow: none;
   outline: 0;
   cursor: pointer
 }
 
 a[class*=lightcase-icon-],
 a[class*=lightcase-icon-]:focus {
   text-decoration: none;
   color: rgba(255, 255, 255, 0.6);
   -webkit-tap-highlight-color: transparent;
   -webkit-transition: color, opacity, ease-in-out .25s;
   -moz-transition: color, opacity, ease-in-out .25s;
   -o-transition: color, opacity, ease-in-out .25s;
   transition: color, opacity, ease-in-out .25s
 }
 
 a[class*=lightcase-icon-]>span {
   display: inline-block;
   text-indent: -9999px
 }
 
 a[class*=lightcase-icon-]:hover {
   color: #fff;
   text-shadow: 0 0 15px #fff
 }
 
 .lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
   color: #aaa;
   text-shadow: none
 }
 
 a[class*=lightcase-icon-].lightcase-icon-close {
   position: fixed;
   top: 15px;
   right: 15px;
   bottom: auto;
   margin: 0;
   opacity: 0;
   outline: 0
 }
 
 a[class*=lightcase-icon-].lightcase-icon-prev {
   left: 15px
 }
 
 a[class*=lightcase-icon-].lightcase-icon-next {
   right: 15px
 }
 
 a[class*=lightcase-icon-].lightcase-icon-pause,
 a[class*=lightcase-icon-].lightcase-icon-play {
   left: 50%;
   margin-left: -0.5em
 }
 
 @media screen and (min-width:641px) {
 
   a[class*=lightcase-icon-].lightcase-icon-pause,
   a[class*=lightcase-icon-].lightcase-icon-play {
     opacity: 0
   }
 }
 
 @media screen and (max-width:640px) {
   a[class*=lightcase-icon-] {
     bottom: 15px;
     font-size: 24px
   }
 }
 
 @media screen and (min-width:641px) {
   a[class*=lightcase-icon-] {
     bottom: 50%;
     margin-bottom: -0.5em
   }
 
   #lightcase-case:hover~a[class*=lightcase-icon-],
   a[class*=lightcase-icon-]:hover {
     opacity: 1
   }
 }
 
 #lightcase-overlay {
   display: none;
   width: 100%;
   min-height: 100%;
   position: fixed;
   z-index: 2000;
   top: -9999px;
   bottom: -9999px;
   left: 0;
   background: #333
 }
 
 @media screen and (max-width:640px) {
   #lightcase-overlay {
     opacity: 1 !important
   }
 }
 
 @media only screen and (min-width:768px) {
   .bc-content {
     max-width: 750px
   }
 }
 
 @media only screen and (min-width:992px) {
   .bc-content {
     max-width: 970px
   }
 }
 
 @media only screen and (min-width:1230px) {
   .bc-content {
     max-width: 1200px
   }
 }
 
 @media(max-width:1200px) {
   .PrjItem .border {
     height: 184px
   }
 
   footer b {
     font-size: 10.5pt
   }
 }
 
 @media(max-width:992px) {
   header .MenuBar .logo {
     width: 100px
   }
 
   header .MenuBar .searchbox {
     width: 175px;
     top: 11px;
     margin-left: 113px
   }
 
   header .MenuBar .searchbox * {
     line-height: 25px
   }
 
   header .MenuBar .searchbox button {
     line-height: 25px;
     font-size: 11pt
   }
 
   header .MenuBar .searchbox .input-field {
     width: 145px
   }
 
   header .MenuBar .searchbox input {
     font-size: 11pt;
     line-height: 25px
   }
 
   header .MenuBar .searchbox label {
     top: 2px
   }
 
   header .MenuBar ul.menu>li>a>span {
     font-size: 10.5pt;
     padding: 15px 10px
   }
 
   header .MenuBar ul.menu>.haschild>a:before {
     font-size: 6pt
   }
 
   .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .owl-controls .owl-buttons>div:before {
     font-size: 13pt;
     line-height: 30px
   }
 
   footer .content .bc-row-padding>* {
     margin: 15px auto
   }
 
   .PrjItem .border {
     height: 139px
   }
 
   .RegisterForm form {
     width: 85%
   }
 }
 
 @media(max-width:768px) {
 
   body,
   html {
     font-size: 10.5pt
   }
 
   header .TopHeader .contacyinfo .email {
     margin-left: 15px
   }
 
   header .MenuBar .logo {
     width: 90px
   }
   header .MenuBar .logo img{
    height: auto;
  }
   header .MenuBar .searchbox {
     margin-left: 105px;
     top: 45px !important
   }
   .menuResize{
     top: 60px !important;
   }
   header .MenuBar .searchbox * {
     line-height: 25px
   }
 
   header .MenuBar .searchbox .input-field {
     width: 148px
   }
 
   header .MenuBar .searchbox button {
     line-height: 25px;
     font-size: 9pt
   }
 
   header .MenuBar .searchbox input {
     font-size: 10pt;
     line-height: 25px
   }
 
   header .MenuBar .searchbox label {
     right: 5px;
     top: 0;
     font-size: 9pt
   }
 
   .menufix {
     min-height: 122px
   }
 
   .menufix .searchbox {
     margin-left: 66px !important;
     top: 7px !important
   }
 
   .menufix .logo {
     width: 60px !important
   }
 
   .menufix .menuResize {
     top: 26px
   }
 
   .menu2 {
     display: block;
     position: relative
   }
 
   .menu {
     display: none
   }
 
   .PrjItem .border {
     height: auto
   }
 
   .PrjItem .text strong {
     font-size: 11pt
   }
 
   .PrjItem .text .BtnCustom {
     font-size: 9pt;
     width: 80px;
     line-height: 20px
   }
 
   .RegisterForm {
     padding: 15px 0;
     height: auto !important
   }
 
   .RegisterForm form {
     width: 95%;
     padding: 15px
   }
 
   .RegisterForm form .captcha i {
     width: 39px;
     height: 49px;
     line-height: 49px;
     font-size: 12pt
   }
 
   .title1>*,
   .title2>*,
   .title3>* {
     font-size: 12pt
   }
 
   .title2>* {
     padding: 0 60px
   }
 }
 
 @media(max-width:600px) {
   .RegisterForm form .code {
     width: 100%;
     margin-bottom: 15px
   }
 
   .RegisterForm form .imgcode {
     width: 50%
   }
 
   .RegisterForm form .buttoncode {
     width: 50%
   }
 
   .RegisterForm form .captcha {
     text-align: -moz-right;
     text-align: -webkit-right;
     text-align: right
   }
 
   footer .content .padding-30 {
     padding: 0 30px
   }
 
   footer .content .contactinfo {
     margin-right: 0
   }
 }
 
 @media(max-width:450px) {
   header .TopHeader .contacyinfo {
     font-size: 9pt
   }
 }
 
 @media(max-width:400px) {
   header .social {
     display: none
   }
 }
 
 .fa-pencil-alt:before {
   content: url(../images/pencil.png) !important
 }
 
 footer {
   margin-top: 30px
 }
 
 .maincontent .contactinfo {
   position: relative;
   list-style: none;
   margin: 0;
   text-align: -moz-justify;
   text-align: -webkit-justify;
   text-align: justify
 }
 
 .maincontent .contactinfo li {
   position: relative;
   padding-right: 30px;
   color: #1e1d1d;
   font-size: 12.75pt;
   margin-bottom: 20px
 }
 
 .maincontent .contactinfo li i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   color: #be1417;
   height: 18px;
   font-size: 14pt
 }
 
 .CustomForm {
   margin: 0 auto
 }
 
 .CustomForm svg {
   width: 22px;
   height: 22px
 }
 
 .CustomForm .BtnCustom {
   width: 100%
 }
 
 .CustomForm .item {
   margin: 5px auto;
   position: relative;
   float: right
 }
 
 .CustomForm .item input,
 .CustomForm .item textarea {
   background: transparent;
   color: #707070;
   padding-left: 15px
 }
 
 .CustomForm .item input {
   padding-right: 35px
 }
 
 .CustomForm .item textarea {
   padding-right: 10px
 }
 
 .CustomForm .item i,
 .CustomForm .item svg {
   position: absolute;
   right: 15px;
   top: 12px;
   color: #707070;
   border-left: 1px solid;
   padding-left: 5px
 }
 
 .CustomForm .item textarea {
   height: 140px;
   width: 100%
 }
 
 .CustomForm .captcha {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .CustomForm .captcha>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .CustomForm .captcha i,
 .CustomForm .captcha svg {
   line-height: 49px;
   margin-left: 10px
 }
 
 .CustomForm .captcha img {
   width: 79px;
   height: 49px
 }
 
 .CustomForm .captcha:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .CustomForm .code {
   width: 35%
 }
 
 .CustomForm .code input {
   padding-right: 10px
 }
 
 .CustomForm .code .item {
   margin: 0 auto !important
 }
 
 .CustomForm .imgcode {
   width: 25%
 }
 
 .CustomForm .buttoncode {
   width: 40%
 }
 
 h1 {
   font-size: 18pt
 }
 
 h2 {
   font-size: 15pt
 }
 
 h3 {
   font-size: 13pt
 }
 
 .ImageHead {
   position: relative;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #fff;
   height: 300px;
   margin-bottom: 30px
 }
 
 .ImageHead img {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   z-index: -1
 }
 
 .ImageHead:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: rgba(0, 0, 0, 0.55);
   width: 100%;
   height: 100%
 }
 
 .ImageHead .wrapper {
   position: absolute;
   z-index: 1;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .ImageHead .wrapper .bread-crumb {
   position: relative;
   margin-bottom: 30px;
   font-size: 12.75pt
 }
 
 .ImageHead .wrapper .bread-crumb nav>* {
   display: inline-block;
   vertical-align: middle;
   position: relative
 }
 
 .ImageHead .wrapper .bread-crumb nav>*:not(:first-child) {
   padding-right: 30px
 }
 
 .ImageHead .wrapper .bread-crumb nav i {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 9px;
   margin: auto;
   height: 18px
 }
 
 .RegisterForm {
   position: relative;
   margin-bottom: -30px;
   height: 625px
 }
 
 .RegisterForm form .captcha svg {
   margin-left: 20px;
   width: 32px;
   height: 32px
 }
 
 .RegisterForm form .captcha svg path {
   fill: #be1417 !important
 }
 
 .AgancyList {
   position: relative;
   padding-top: 15px
 }
 
 .AgancyItem {
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
   margin: 30px auto;
   background: #ebebeb;
   padding: 30px
 }
 
 .AgancyItem .image {
   background: #fff;
   border: 1px solid #be1417;
   width: 185px;
   height: 185px;
   display: flex;
   margin: auto
 }
 
 .AgancyItem .contactinfo li {
   margin: 15px auto
 }
 
 .AgancyItem .map {
   text-align: -moz-left;
   text-align: -webkit-left;
   text-align: left
 }
 
 .AgancyItem .map>* {
   border: 0;
   height: 185px;
   width: 331px
 }
 
 .AgancyItem:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .maincontent>.map {
   position: relative
 }
 
 .maincontent>.map iframe {
   border: 0;
   width: 100%;
   height: 590px;
   position: relative;
   margin-bottom: -40px;
   margin-top: 60px
 }
 
 .maincontent>.map .mapname {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   height: 130px;
   width: 205px;
   background: #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   display: flex;
   flex-flow: column;
   justify-content: center;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2)
 }
 
 .maincontent>.map .mapname:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 15px 15px 0 15px;
   border-color: #fff transparent transparent transparent;
   position: absolute;
   bottom: -15px;
   left: 0;
   right: 0;
   margin: auto
 }
 
 .maincontent>.map .mapname:after {
   content: url('../images/locationmap.png');
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   margin-top: 150px
 }
 
 .maincontent>.map .mapname h2 {
   margin: 0 auto;
   color: #be1417
 }
 
 .maincontent>.map .mapname p {
   font-size: 12pt
 }
 
 .ContactPage .timeatwork {
   border-top: 1px solid #000;
   padding: 30px 0;
   margin-top: 30px
 }
 
 .ContactPage .timeatwork h3 {
   color: #be1417;
   margin: 0
 }
 
 .ContactPage .m5 {
   float: right
 }
 
 .ContactPage .CustomForm .item {
   margin: 7px auto;
   float: right
 }
 
 .ContactPage .CustomForm svg {
   width: 22px;
   height: 22px
 }
 
 .ContactPage .CustomForm svg path {
   fill: #707070
 }
 
 .ContactPage .social {
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   margin: 0 auto 30px;
   width: 120px
 }
 
 .ContactPage .social a {
   color: #707070;
   width: 40px;
   height: 40px;
   font-size: 18pt
 }
 
 .ContactPage .social a>* {
   width: 30px;
   height: 30px;
   line-height: 30px
 }
 
 .ContactPage .social a svg path {
   fill: #707070 !important
 }
 
 .ContactPage .social a:hover {
   color: #be1417
 }
 
 .ContactPage .social a:hover svg path {
   fill: #be1417 !important
 }
 
 .ContactPage .contactinfo {
   padding-left: 100px;
   padding-right: 0
 }
 
 .ArticleList {
   position: relative
 }
 
 .ArticleList .bc-row>*:nth-child(2n+1) .ArticleItem {
   margin-right: 30px
 }
 
 .ArticleList .bc-row>*:nth-child(2n) .ArticleItem {
   margin-left: 30px
 }
 
 .ArticleItem {
   position: relative;
   margin: 30px auto
 }
 
 .ArticleItem .Image {
   background: #fff;
   border: 1px solid #b7b7b7;
   padding: 30px;
   height: 373px;
   overflow: hidden
 }
 
 .ArticleItem>strong {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   margin: 15px auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   color: #1e1d1d;
   font-size: 15pt
 }
 
 .ArticleItem .Detail {
   margin: auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   position: relative;
   font-size: 12pt;
   border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
   padding: 15px 0
 }
 
 
 .ArticleItem .Detail>*>* {
   vertical-align: middle
 }
 
 .ArticleItem .Detail>* i {
   margin-left: 8px
 }
 
 .ArticleItem .text-mogh {
   height: 170px;
   padding: 10px 0;
 }
 .ArticleItem .text-mogh p{
   margin: 0;
   padding: 0;
 }

 
 .ArticleItem .date-abs {
   position: absolute;
   right: 31px;
   top: 45px;
   min-width: 117px;
   line-height: 47px;
   background: #be1417;
   color: #fff;
   font-size: 12pt;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .Articlein {
   position: relative;
   margin-top: 60px;
   font-size: 13pt
 }
 
 .Articlein .image {
   position: relative;
   width: 83%;
   margin: auto
 }
 
 .Articlein .image:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   width: 95%;
   height: 90%;
   border: 1px solid #fff
 }
 
 .Articlein .toppage>strong {
   font-size: 15pt;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   display: block;
   margin: 15px auto
 }
 
 .Articlein .toppage .Detail {
   margin: auto;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   position: relative;
   font-size: 12pt;
   border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
   padding: 15px 0
 }
 
 .Articlein .toppage .Detail>* {
   display: inline-block;
   margin: 0 15px
 }
 
 .Articlein .toppage .Detail>*>* {
   vertical-align: middle
 }
 
 .Articlein .toppage .Detail>* i {
   margin-left: 15px
 }
 
 .Articlein .title2 {
   margin-bottom: 0
 }
 
 .SearchItem {
   position: relative;
   margin-bottom: 30px;
   padding: 30px 0
 }
 
 .SearchItem .ArticleItem {
   margin: 0 auto 30px
 }
 
 .SearchItem .title2>* {
   color: #1e1d1d
 }
 
 .SearchItem:not(:last-child) {
   border-bottom: 1px solid #ddd
 }
 
 .notfoundsearch {
   padding: 80px 0;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .notfoundsearch i {
   font-size: 28pt;
   color: #be1417;
   margin-left: 15px
 }
 
 .notfoundsearch>* {
   display: inline-block;
   vertical-align: middle
 }
 
 .CategoryList {
   position: relative;
   margin-top: 60px
 }
 
 .CategoryListItem {
   position: relative;
   margin-bottom: 30px
 }
 
 
 
 .CategoryListItem .image:hover:before {
   opacity: .3;
   visibility: visible
 }
 
 .CategoryListItem .image:hover:after {
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   visibility: visible
 }
 
 .CategoryListItem .image:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   background: #000;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .CategoryListItem .image:after {
   color: #fff;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   height: 30px;
   width: 30px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   -moz-transform: scale(0);
   -webkit-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   opacity: 0;
   visibility: hidden;
   z-index: 0
 }
 

 .PhotogalleryList .PrjItem {
   background: #f5f5f5
 }
 
 .PhotogalleryList .PrjItem .text i {
   color: #fff;
   font-size: 28pt;
   position: relative;
   width: 30px;
   height: 30px
 }
 
 .PhotogalleryList .PrjItem .text i:before {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto
 }
 
 .PhotogalleryList .PrjItem .text strong {
   font-size: 12pt !important
 }
 
 .PhotogalleryList .PrjItem .text strong:before {
   display: none
 }
 
 a[class*=lightcase-icon-]:hover {
   color: #be1417 !important;
   text-shadow: none !important
 }
 
 #lightcase-case {
   background: #fff !important;
   padding: 15px;
   display: flex !important;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   /*! height: 339px; */
 }
 
 #lightcase-case * {
   text-shadow: none !important;
   box-shadow: none !important;
   height: auto !important;
   width: auto !important;
   overflow: hidden !important;
 
 }
 
 #lightcase-case #lightcase-info {
   position: relative !important;
   text-align: -moz-right;
   text-align: -webkit-right;
   text-align: right;
   display: block !important
 }
 
 #lightcase-case #lightcase-info #lightcase-title {
   color: #1e1d1d !important
 }
 
 #lightcase-info #lightcase-sequenceInfo {
   display: none !important
 }
 
 .AboutPage {
   position: relative;
   color: #707070
 }
 
 .AboutPage h1,
 .AboutPage h2,
 .AboutPage h3,
 .AboutPage h4,
 .AboutPage h5,
 .AboutPage h6 {
   color: #000
 }
 
 .AboutPage .TopPage>* {
  width: 100%;

float: right;

text-align: justify;

direction: rtl;
 }
 
 .AboutPage .TopPage .Quotes {
   position: relative;
   padding-right: 20px;
   padding-top: 10px;
   margin-bottom: 50px
 }
 
 .AboutPage .TopPage .Quotes>* {
   position: relative;
   z-index: 1;
   font-size: 13.5pt;
   color: #000
 }
 
 .AboutPage .TopPage .Quotes:before {
   position: absolute;
   top: 0;
   right: 0;
   content: url(../images/quotetion.png);
   width: 64px;
   height: 61px;
   z-index: 0
 }
 
 .AboutPage .TopPage .Rpart {
   padding-left: 15px
 }
 
 .AboutPage .TopPage:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Brand {
   position: relative;
   background: #ebebeb;
   padding: 30px 0;
   margin-bottom: -30px
 }
 
 .Brand .title2>* {
   color: #1e1d1d
 }
 
 .Brand .item {
   margin: 15px;
   display: block
 }
 
 .Brand .item .image {
   width:auto;
   height: auto;
   padding: 15px;
   background: #fff;
   float: left
 }
 
 .Brand .item .image .Wrapper {
   border: 1px solid #be1417;
   display: flex;
   overflow: hidden;
 }
 
 .Brand .item:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Brand .owl-controls {
   margin: 0 auto;
   width: 100%
 }
 
 .Brand .owl-controls .owl-buttons>div {
   top: 40%;
   border-color: #1e1d1d
 }
 
 .Brand .owl-controls .owl-buttons>div:before {
   color: #1e1d1d
 }
 
 .Brand .owl-controls .owl-buttons>div:hover {
   border-color: #be1417
 }
 
 .Brand .owl-controls .owl-buttons>div:hover:before {
   color: #be1417
 }
 
 .Brand .owl-controls .owl-buttons .owl-prev {
   left: -70px
 }
 
 .Brand .owl-controls .owl-buttons .owl-next {
   right: -70px
 }
 
 .Brand .owl-controls .owl-pagination {
   display: none !important
 }
 
 .Brand:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .Lpartslider {
   padding-right: 15px;
   position: relative
 }
 
 .Lpartslider .lSPager.lSGallery {
   -moz-transform: scale(0.9) !important;
   -webkit-transform: scale(0.9) !important;
   -o-transform: scale(0.9) !important;
   -ms-transform: scale(0.9) !important;
   transform: scale(0.9) !important
 }
 
 .Lpartslider .btn {
   border: 0;
   background: 0;
   position: absolute;
   font-size: 18pt;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   bottom: 20px
 }
 
 .Lpartslider .btn:hover {
   color: #be1417
 }
 
 .Lpartslider .btnright {
   right: 30px
 }
 
 .Lpartslider .btnleft {
   left: 30px
 }
 
 .Lpartslider .lSSlideOuter {
   padding-left: 30px;
   padding-right: 15px
 }
 
 .Lpartslider .lSSlideOuter .lSPager.lSGallery li {
   border: 2px solid transparent;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s
 }
 
 .Lpartslider .lSSlideOuter .lSPager.lSGallery li.active,
 .Lpartslider .lSSlideOuter .lSPager.lSGallery li:hover {
   border: 2px solid #be1417
 }
 
 .ProjectList {
   position: relative;
   margin-top: 60px
 }
 
 .ProjectList .CategoryListItem .image {
   height: 164px
 }
 
 .CategoryRpart {
   position: relative;
   padding-top: 40px
 }
 
 .CategoryRpart>p {
   position: relative
 }
 
 .CategoryRpart>p>span {
   border-bottom: 1px solid #1e1d1d;
   padding-right: 20px;
   padding-bottom: 10px
 }
 
 .CategoryRpart>p>* {
   vertical-align: middle
 }
 
 .CategoryRpart>p svg {
   position: absolute;
   right: 0;
   top: 5px;
   width: 15px;
   height: 15px
 }
 
 .CategoryRpart ul {
   padding: 0;
   list-style: none
 }
 
 .CategoryRpart ul li>* {
   display: block;
   margin: 0 auto;
   cursor: pointer
 }
 
 .CategoryRpart ul li>*>* {
   vertical-align: middle;
   font-size: 12pt
 }
 
 .CategoryRpart ul li>* i {
   color: #be1417;
   padding-left: 10px
 }
 
 .CategoryRpart ul li.haschild ul {
   padding-right: 30px;
   display: none
 }
 
 .pagination {
   padding: 0;
   display: block;
   margin: 30px auto 0;
   position: relative;
   direction: ltr;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center
 }
 
 .pagination li.active:before {
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0)
 }
 
 .pagination li.active a {
   color: #fff
 }
 
 .pagination>li {
   display: inline-block;
   list-style: none;
   min-width: 30px;
   line-height: 30px;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   overflow: hidden;
   position: relative
 }
 
 .pagination>li a {
   display: block;
   position: relative;
   z-index: 1
 }
 
 .pagination>li:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #be1417;
   -moz-transform: translateY(-100%);
   -webkit-transform: translateY(-100%);
   -o-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   width: 100%;
   height: 100%
 }
 
 .pagination>li:hover {
   color: #fff
 }
 
 .pagination>li:hover:before {
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0)
 }
 
 .pagination>li:not(:last-child) {
   margin-left: 15px
 }
 
 .pagination li:first-child:hover,
 .pagination li:last-child:hover {
   color: #be1417
 }
 
 .pagination li:first-child:hover:before,
 .pagination li:last-child:hover:before {
   display: none
 }
 
 .Formmoshver {
   width: 63.5%
 }
 
 .Formmoshver .CustomForm .imgcode {
   width: 20%
 }
 
 .Formmoshver .CustomForm .code {
   width: 40%
 }
 
 .Formmoshver .CustomForm .captcha svg {
   width: 30px;
   height: 30px
 }
 
 .Formmoshver .CustomForm .captcha svg path {
   fill: #be1417
 }
 
 .Formmoshver .title2>* {
   color: #1e1d1d
 }
 
 .ProductDetails .Lpartslider .btn {
   bottom: 35px;
   line-height: 1
 }
 
 .ProductDetails .TopPage .l8 {
   padding-right: 27px
 }
 
 .ProductDetails .TopPage .Properties ul li {
   height: auto !important;
   margin: 5.5px auto
 }
 
 .ProductDetails .TopPage img {
   float: left;
 }
 
 .ProductDetails .TopPage:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .ProductDetails .Properties {
   position: relative
 }
 
 .ProductDetails .Properties * {
   vertical-align: middle
 }
 
 .ProductDetails .Properties b {
   padding-left: 10px
 }
 
 .ProductDetails .Properties p {
   padding: 5px 0;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd
 }
 
 .ProductDetails .Properties p i {
   padding-left: 10px
 }
 
 .ProductDetails .Properties ul {
   padding: 0;
   list-style: none;
   margin: 0;
 }
 
 #tab2,#tab1{
   margin-top:20px ;
 }
 
 .ProductDetails .Properties ul li i {
   position: absolute;
   top: 7px;
   right: 0;
   color: #333
 }
 
 .ProductDetails .Properties .BtnCustom {
   width: 100%
 }
 
 .ProductDetails .Properties .BtnCustom i {
   padding-left: 15px
 }
 
 .ProductDetails .tabs {
   width: 100%;
   margin-top: 50px
 }
 
 .ProductDetails .tabs:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .ProductDetails .tabs ul#tabs-nav {
   list-style: none;
   margin: 0;
   padding-right: 30px;
   overflow: auto;
   position: relative
 }
 
 .ProductDetails .tabs ul#tabs-nav:before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 100%;
   height: 1px;
   border-bottom: 1px solid #afafaf
 }
 
 .ProductDetails .tabs ul#tabs-nav li:not(:last-child) {
   margin-left: 30px
 }
 
 .ProductDetails .tabs ul#tabs-nav li {
   float: right;
   font-weight: bold;
   padding-right: 15px;
   padding-left: 30px;
   cursor: pointer;
   background: #fff;
   position: relative
 }
 
 .ProductDetails .tabs ul#tabs-nav li a {
   text-decoration: none;
   color: #1e1d1d;
   text-align: right;
 
   direction: rtl;
 
   float: right;
 }
 
 .fright {
   float: right;
 }
 
 .ProductDetails .tabs ul#tabs-nav li a>* {
   vertical-align: middle
 }
 
 .ProductDetails .tabs ul#tabs-nav li a i {
   padding-left: 15px
 }
 
 .ProductDetails .tabs ul#tabs-nav li:hover a,
 .ProductDetails .tabs ul#tabs-nav li.active a {
   color: #be1417
 }
 
 .ProductDetails .tabs .tab-content {
   padding: 0
 }
 

 
 .RelatedProduct {
   position: relative;
   background: #ebebeb;
   padding: 30px 0;
   margin-bottom: -30px;
   margin-top: 30px
 }
 
 .RelatedProduct .title2>* {
   color: #1e1d1d
 }
 
 .RelatedProduct .item {
   position: relative;
   padding: 0 10px
 }
 
 .RelatedProduct .item:after {
   display: table;
   clear: both;
   content: ''
 }
 
 .RelatedProduct .owl-controls {
   margin-top: 0 !important
 }
 
 .RelatedProduct .owl-controls .owl-pagination {
   display: none
 }
 
 .RelatedProduct .owl-controls .owl-buttons>div {
   top: 40%;
   color: #1e1d1d !important;
   border: 1px solid #1e1d1d
 }
 
 .RelatedProduct .owl-controls .owl-buttons>div:hover {
   border: 1px solid #be1417
 }
 
 .RelatedProduct .owl-controls .owl-buttons .owl-prev {
   left: -70px
 }
 
 .RelatedProduct .owl-controls .owl-buttons .owl-next {
   right: -70px
 }
 
 .Formmoshver {
   margin: 80px auto 30px
 }
 
 @media(max-width:1200px) {
   .AgancyItem .image {
     width: 100%;
     height: 154px
   }
 
   .AgancyItem .map>* {
     width: 100%
   }
 
   .ArticleItem .Image {
     height: 305px
   }
 
   .ArticleItem p {
     min-height: 190px
   }
 
   .CategoryListItem .image {
     height: 184px
   }
 
   .ProjectList .CategoryListItem .image {
     height: 129px
   }
 
   .ProductDetails .TopPage .Properties {
     font-size: 11pt
   }
 
   .ProductDetails .TopPage .Properties p {
     padding: 0
   }
 
   .ProductDetails .TopPage .Properties ul li {
     margin: 0 auto
   }
 
   .ProductDetails .Lpartslider .btn {
     bottom: 25px
   }
 
   .RelatedProduct .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .RelatedProduct .owl-controls .owl-buttons>div:before {
     font-size: 11pt;
     line-height: 30px
   }
 
   .RelatedProduct .owl-controls .owl-buttons .owl-prev {
     left: 0
   }
 
   .RelatedProduct .owl-controls .owl-buttons .owl-next {
     right: 0
   }
 
  
   .Brand .owl-controls .owl-buttons>div {
     width: 30px;
     height: 30px
   }
 
   .Brand .owl-controls .owl-buttons>div:before {
     font-size: 11pt;
     line-height: 30px
   }
 
   .Brand .owl-controls .owl-buttons .owl-prev {
     left: 0
   }
 
   .Brand .owl-controls .owl-buttons .owl-next {
     right: 0
   }
 
   .ContactPage .contactinfo {
     padding-left: 30px
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 13px;
     line-height: 1
   }
 
   .fancybox-next {
     right: 0
   }
 
   .fancybox-prev {
     left: 0
   }
 }
 
 @media(max-width:992px) {
   .ArticleItem .Image {
     height: 222px;
     padding: 15px
   }
 
   .ArticleItem p {
     font-size: 10.5pt;
     min-height: 170px
   }
 
   .ArticleItem>strong {
     font-size: 12pt
   }
 
   .ArticleItem .Detail {
     font-size: 10pt
   }
 
   .ArticleItem a {
     font-size: 10pt;
     width: 130px;
     line-height: 35px
   }
 
   .ArticleItem .date-abs {
     font-size: 10pt;
     line-height: 30px;
     min-width: 65px;
     top: 15px;
     right: 15px
   }
 
   .Articlein {
     font-size: 12pt
   }
 
   .CategoryListItem>strong {
     font-size: 11.5pt
   }
 
   .CategoryListItem a {
     font-size: 10pt
   }
 
   .CategoryListItem .image {
     height: 139px
   }
 
   .ProjectList .CategoryListItem .image {
     height: 148px
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 5px;
     line-height: 1
   }
 
   .ProductDetails .Lpartslider .btn {
     bottom: 5px
   }
 
   .Lpartslider .btnleft {
     left: 25px
   }
 
   .Lpartslider .btnright {
     right: 25px
   }
 
  
   .ContactPage .contactinfo {
     padding-left: 15px
   }
 
   .CustomForm .code input {
     font-size: 11pt
   }
 
   .CustomForm .imgcode {
     width: 35%
   }
 
   .CustomForm .buttoncode {
     width: 30%
   }
 
   .ProductDetails .TopPage .l8 {
     padding-right: 0
   }
 
   .ProductDetails .tabs .tab-content .Properties>*:first-child {
     padding-right: 0
   }
 
   .ProductDetails .Properties ul {
     margin: 0
   }
 
   .ProductDetails .Properties ul li {
     height: auto
   }
 }
 
 @media(max-width:768px) {
   h1 {
     font-size: 13pt
   }
 
   h2 {
     font-size: 12pt
   }
 
   h3 {
     font-size: 11pt
   }
 
   .ImageHead {
     height: 200px
   }
 
   .ImageHead .wrapper .bread-crumb {
     font-size: 10.5pt
   }
 
   .contactinfo {
     padding-right: 0
   }
 
   .ContactPage .contactinfo {
     padding-left: 0
   }
 
   .CustomForm .code {
     width: 100%;
     margin-bottom: 15px
   }
 
   .CustomForm .imgcode {
     width: 50%
   }
 
   .CustomForm .buttoncode {
     width: 50%
   }
 
   .CustomForm .captcha {
     text-align: -moz-right;
     text-align: -webkit-right;
     text-align: right
   }
 
   .ArticleList .bc-row>*:nth-child(2n+1) .ArticleItem {
     margin-right: 0;
     padding: 0 15px
   }
 
   .ArticleList .bc-row>*:nth-child(2n) .ArticleItem {
     margin-left: 0;
     padding: 0 15px
   }
 
   .ArticleItem {
     margin: 15px auto
   }
 
   .ArticleItem .Image {
     height: auto;
     padding: 10px
   }
 
   .ArticleItem p {
     min-height: initial
   }
 
   .ArticleItem .date-abs {
     top: 20px;
     right: 26px
   }
 
   .Articlein,
   .notfoundsearch {
     font-size: 10.5pt
   }
 
   .Articlein {
     padding: 15px
   }
 
   .notfoundsearch i {
     font-size: 12.5pt;
     margin-left: 5px
   }
 
   .AboutPage {
     padding: 0 15px
   }
 
   .AboutPage .TopPage .Quotes {
     padding-top: 10px;
     margin-bottom: 20px
   }
 
   .AboutPage .TopPage>* {
     width: 100%;
     float: none
   }
 
   .CategoryListItem .image {
     height: auto
   }
 
   .ProjectList .CategoryListItem .image {
     height: auto
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 20px
   }
 
   .RelatedProduct .PrjItem .border {
     height: auto !important
   }
 
   .Formmoshver {
     width: 85%
   }
 
   .ProductDetails {
     padding: 15px
   }
 
   .ProductDetails .tabs ul#tabs-nav {
     padding-right: 10px
   }
 
   .ProductDetails .tabs ul#tabs-nav li:not(:last-child) {
     margin-left: 15px
   }
 
   .ProductDetails .tabs ul#tabs-nav li {
     padding-left: 15px
   }
 
   .ProductDetails .Properties ul li {
     padding-right: 15px
   }
 
   .SearchItem .ProjectList {
     margin-top: 0
   }
 
   .SearchItem .PrjItem {
     width: 50%;
     margin: 0 auto 15px
   }
 
   .maincontent .contactinfo li {
     font-size: 10.5pt;
     margin-bottom: 5px
   }
 
   #lightcase-info #lightcase-title {
     position: relative;
     top: 0;
     left: 0;
     max-width: 100%;
     padding: 0;
     background: #fff;
     font-size: 10pt
   }
 
   .CategoryRpart {
     padding-top: 0
   }
 
   .ProjectList {
     margin-top: 15px
   }
 
   .fancybox-nav span {
     transform: scale(0.5)
   }
 }
 
 @media(max-width:600px) {
   .ProductDetails .Properties .BtnCustom {
     width: 50%
   }
 
   .ProductDetails .TopPage img {
     float: none;
     padding-right: 0;
     margin: auto
   }
 
   .ProductDetails .tabs .tab-content .Properties>*:last-child {
     padding-left: 0
   }
 
   .AboutPage .Lpartslider .btn {
     bottom: 0
   }
 }
 
 @media(max-width:400px) {
 
   .CategoryList .bc-col,
   .PhotogalleryList .bc-col {
     width: 100%
   }
 
   .SearchItem .PrjItem {
     width: 100%
   }
 }
 
 .paging {
 
   margin: 0 auto;
   margin-top: 0px;
   text-align: center;
   width: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 30px;
   flex-direction: row-reverse;
 
 }
 
 .paging a {
   height: 30px;
   line-height: 30px;
   margin: 0px 5px;
   text-align: center;
   width: 30px;
   height: 30px;
   cursor: pointer;
   transition: all 0.5s;
   background: #fff;
   color: #000;
   font-size: 21px;
   font-weight: normal;
   display: flex;
   align-items: center;
   justify-content: center;
   display: block;
   position: relative;
 }
 
 .activeee {
   background-color: #be1417 !important;
   color: #fff !important;
 }
 
 .clearfix::after {
   content: "";
   display: table;
   clear: both;
 }
 
 .galleryWrapper {
   font-size: 0.85rem;
   width: 90%;
   margin: 3rem auto;
 }
 
 .galleryWrapper,
 .imageBox {
   max-width: 60rem;
 }
 
 .header {
   font: 2.1em 'Oswald', sans-serif;
   margin: 1.25rem 0;
   padding: 0 0.5rem;
 }
 
 .imageBox,
 .header {
   text-align: center;
 }
 
 .imageContainer {
   padding: 0 0.5rem 1.25rem;
 }
 
 .imageLink {
   display: inline-block;
 }
 
 .imageLink,
 .imageBox {
   line-height: 0;
 }
 
 .image,
 .largeImage {
   -webkit-transform: perspective(1px);
   -moz-transform: perspective(1px);
   transform: perspective(1px);
 }
 
 .overlayContainer {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 250;
 }
 
 .overlayContainer,
 .imageCaption {
   bottom: 0;
 }
 
 .relativeContainer {
   position: relative;
   margin: 0 0.5rem;
 }
 
 .imageBox,
 .imageCaption {
   position: absolute;
 }
 
 .imageBox {
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }
 
 .display {
   display: block;
 }
 
 .imageCaption {
   margin: 0;
   font-size: 1.3em;
   padding: 0.325rem;
 }
 
 
 
 /***Colors***/
 
 
 .imageLink {
   outline: none;
   -webkit-transition: all ease .2s;
   transition: all ease .2s;
 }
 
 .imageLink strong {
   background: #ebebeb;
   white-space: nowrap;
 
   text-overflow: ellipsis;
 
   overflow: hidden;
 
   color: #1e1d1d;
 
   text-align: -moz-center;
 
   text-align: -webkit-center;
 
   text-align: center;
 
   padding: 15px;
 
   height: 65px;
 
   display: flex;
 
   justify-content: center;
 
   align-items: center;
 }
 
 .imageLink:hover,
 .imageLink:focus {
   opacity: 0.8;
 }
 
 
 .overlayContainer {
   visibility: hidden;
   opacity: 0;
   background-color: rgba(51, 51, 51, .9);
   -webkit-transition: all ease .5s;
   transition: all ease .5s;
 }
 
 .imageBox {
   cursor: pointer;
 }
 
 
 
 
 .opacity {
   visibility: visible;
   opacity: 1;
 }
 
 .imageContainer .rdm {
 
   position: relative;
   display: block;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   background: #be1417;
   color: #fff;
   width: 107px;
   line-height: 37px;
   overflow: hidden;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   font-size: 12pt;
 
 }
 
 @media only screen and (min-width: 30em) {
 
   .imageLink {
     float: right;
   }
 
   .imageLink:nth-of-type(3) {
     margin-bottom: 0;
   }
 
 
 
 }
 
 /* .fpage .paging > a::before {
  
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #be1417;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    opacity: 0;
  
  }
  .fpage .paging > a:hover::before {
  
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  
  }
  .fpage .paging > a:hover{
    color: #fff;
  } */
 .PrjItem1 {
 
   position: relative;
   overflow: hidden;
   margin-bottom: 15px;
 
 }

 .PrjItem1 .example-image-link span{
  position: absolute;

  top: 50%;
  
  left: 50%;
  
  z-index: 9999;
  
  display: block;
  
  transform: translate(-50%, -50%);
  
  transition: .5s ease;
  opacity: 0;
  color: #fff;
  font-size: 18px;
 }
 .PrjItem1 .border::before {
 
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   content: '';
   border: 1px solid #fff;
   width: 90%;
   height: 85%;
   z-index: 1;
  
 }
 .PrjItem1 .border:hover .example-image-link span {
 
opacity: 1;

}
 .PrjItem1 .border {
 
   position: relative;
 
 }
 
 .PrjItem1 .border:hover img {
 
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
 
 }
 
 .PrjItem1 .border img {
 
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   z-index: 999;
 
 }
 
 .lb-loader,
 .lightbox {
   text-align: center;
   line-height: 0
 }
 
 .lb-dataContainer:after,
 .lb-outerContainer:after {
   content: "";
   clear: both
 }
 
 html.lb-disable-scrolling {
   overflow: hidden;
   position: fixed;
   height: 100vh;
   width: 100vw
 }
 
 .lightboxOverlay {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   background-color: #000;
   filter: alpha(Opacity=80);
   opacity: .8;
   display: none
 }
 
 .lightbox {
   position: absolute;
   left: 0;
   width: 100%;
   z-index: 10000;
   font-weight: 400
 }
 
 .lightbox .lb-image {
   display: block;
   height: auto;
   max-width: inherit;
   max-height: none;
   border: 25px solid #fff
 }
 
 .lightbox a img {
   border: none
 }
 
 .lb-outerContainer {
   position: relative;
   width: 100% !important;
   height: 250px;
   margin: 0 auto;
 }
 
 .lb-loader,
 .lb-nav {
   position: absolute;
   left: 0
 }
 
 .lb-outerContainer:after {
   display: table
 }
 
 .lb-loader {
   top: 43%;
   height: 25%;
   width: 100%
 }
 
 .lb-cancel {
   display: block;
   width: 32px;
   height: 32px;
   margin: 0 auto;
   background: url(../images/loading.gif) no-repeat
 }
 
 .lb-nav {
   top: 0;
   height: 100%;
   width: 100%;
   z-index: 10
 }
 
 .lb-container>.nav {
   left: 0
 }
 
 .lb-nav a {
   outline: 0;
 }
 
 .lb-next,
 .lb-prev {
   height: 100%;
   cursor: pointer;
   display: block
 }
 
 .lb-nav a.lb-prev {
   width: 34%;
   left: 15%;
   float: left;
   background: url(../images/previous.png) left 48% no-repeat;
   z-index: 99;

position: absolute;
 }
 
 .lb-nav a.lb-prev:hover {
   background: url(../images/pevious-hover.png) left 48% no-repeat;

 }
 
 .lb-nav a.lb-next {
   width: 64%;
   right: 15%;
      float: right;
   background: url(../images/next.png) right 48% no-repeat;
   position: absolute;
   z-index: 99;
 }
 
 .lb-nav a.lb-next:hover {
   background: url(../images/next-hover.png) right 48% no-repeat;

 }
 
 .lb-dataContainer {
   margin: 0 auto;
   padding-top: 5px;
   width: 100%;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px
 }
 
 .lb-dataContainer:after {
   display: table
 }
 
 .lb-data {
   padding: 0 4px;
   color: #ccc
 }
 
 .lb-data .lb-details {
   width: 85%;
   float: left;
   text-align: left;
   line-height: 1.1em
 }
 
 .lb-data .lb-caption {
   font-size: 13px;
   font-weight: 700;
   line-height: 1em
 }
 
 .lb-data .lb-caption a {
   color: #4ae
 }
 
 .lb-data .lb-number {
   display: block;
   clear: left;
   padding-bottom: 1em;
   font-size: 12px;
   color: #999
 }
 
 .lb-data .lb-close {
   display: block;
   float: right;
   width: 16px;
   height: 16px;
   background: url(../images/close-gallery.png) top right no-repeat;
   text-align: right;
   outline: 0;
   filter: alpha(Opacity=70);
   opacity: .7;
   -webkit-transition: opacity .2s;
   -moz-transition: opacity .2s;
   -o-transition: opacity .2s;
   transition: opacity .2s;
   position: absolute;
   top:5px;
   z-index: 99;
 }
 
 .lb-data .lb-close:hover {
   cursor: pointer;
   filter: alpha(Opacity=100);
   opacity: 1
 }
 .nf {
 
   display: flex;
   align-items: center;
   justify-content: center;
 
 }
 
 .minimize .less{
 clear: both;
 
 display: block;
 
 color: #be1417;
 }
 .minimize .more{
 clear: both;
 
 display: block;
 
 color: #be1417;
 }
 /* .header-top ul li .active{
 border-bottom: 3px solid #fddc35;
 } */
 .minimize{
 line-height: 2em;
 
 text-align: justify;
 
 padding: 0 20px 0 40px;
 
 font-size: 16px;
 }
 
 .contactinfo .cc a:last-child span {
  display: none;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width:768px) {
  .lb-nav a.lb-prev,  .lb-nav a.lb-prev:hover{
  background: url(../images/pprev.png) left 48% no-repeat;
  }
  .lb-nav a.lb-next,.lb-nav a.lb-next:hover{
    background: url(../images/pnext.png) right 48% no-repeat;
  }
}
@media (min-width:768px) {

  .slick-list
  {
   
      height: auto !important;
  }
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track

{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            display: flex;
           
}
.slider-nav  .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            display: flex;
            justify-content: space-between;
           
}
.slider-nav{
  height: 100px;
}
.slick-track
{ 
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: 0;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: flex;
    justify-content: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */



.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 53%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#page{
  margin-top: 32px;
}
.slick-prev
{
    left: -8px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
font-weight: 900;
}
[dir='rtl'] .slick-prev:before
{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.slick-next:before
{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
font-weight: 900;
}
[dir='rtl'] .slick-next:before
{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.slick-next
{
    right: -9px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slick-slide h3 {
	font-size: 2.25rem;
	margin: 10px;
	position: relative;
  text-align: center;
display: flex;
justify-content: center;
}

.slider-single h3 {
	line-height: 10rem;
}
.slider-single .slick-arrow {
display: none !important;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.slider-nav .slick-slide { cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
 }

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}
.pmtop{
  margin-top: 65px;
}
@media (min-width:800px) {
  .Formmoshver{
width: 100%;  }

}
@media (min-width:1200px) {
 .Brand .owl-carousel .owl-item{
    width: 207px !important;
    }
}
@media (max-width:400px) {
  .Brand .item .image{
    width: 100% !important;
    }
}
@media (max-width:1200px) {
.Brand .item .image img{
  width: auto;

  height: auto;
}
}
.a-articlmm{
  position: relative;
  display: block;
  margin: auto;
  width: 185px;
  line-height: 58px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  border: 1px solid #1e1d1d;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 12pt;
}

.a-articlmm:before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #be1417;
 -moz-transform: translateY(-100%);
 -webkit-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 transform: translateY(-100%);
 width: 100%;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -ms-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
 height: 100%
}

.a-articlmm>* {
 position: relative;
 z-index: 1
}

.a-articlmm:hover {
 border: 1px solid transparent;
 color: #fff
}

.a-articlmm:hover:before {
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0)
}
.div-tile{
   text-align: center
}
.CategoryListItem .more-prcdtlist a:not(.showcase) {
  position: relative;
  display: block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  background: #be1417;
  color: #fff;
  width: 107px;
  line-height: 37px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 12pt
}

.CategoryListItem .more-prcdtlist a:not(.showcase):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #201f1d;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 100%
}

.CategoryListItem .more-prcdtlist a:not(.showcase)>* {
  position: relative;
  z-index: 1
}

.CategoryListItem .more-prcdtlist a:not(.showcase):hover {
  color: #fff
}

.CategoryListItem .more-prcdtlist a:not(.showcase):hover:before {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.list-prodd strong{
   background: #ebebeb;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #1e1d1d;
   text-align: -moz-center;
   text-align: -webkit-center;
   text-align: center;
   padding: 15px;
}

@media only screen and (max-width:330px){
  header .MenuBar .logo{
    width: 65px;
  }
  header .MenuBar .searchbox{
    margin-left: 70px;
  }
}

.contact-cta {
  font-size: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-cta {
  display: inline-block;
  background-color: #be1417;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid #be1417;
  transition: ease .5s;
}
.btn-cta:hover{
background-color: #fff;
color: #be1417;

}
.ArticleList.defarcs .bc-row  .ArticleItem{
  margin: 0 auto !important;
  width: 95%;
}
.ArticleList.defarcs .ArticleItem .Image{
  height: auto !important;
}
.ArticleList.defarcs .owl-controls .owl-buttons .owl-prev {
  left: -70px;
  color: transparent;
}
.ArticleList.defarcs .owl-controls .owl-buttons .owl-next {
  right: -70px;
  color: transparent;
}
.ArticleList.defarcs .owl-controls .owl-buttons > div {
  top: 40%;
  background-color: #000;
  border-color: #000;
  color: #000;
}

.ArticleList.defarcs .owl-controls .owl-buttons .owl-prev::before {
  color: #000;
}
.ArticleList.defarcs .owl-controls .owl-buttons .owl-next::before {

  color: #000;
}