@charset "utf-8";
/* 元指令建站 */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.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-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
  font-size: 16px;
  color: #767676;
  line-height: 1.9em;
  font-weight: 500;
  margin: auto;
  background: #fff;
}
img {
    max-width: 100%;
}
@media (max-width:767px) {
body {
  font-size: 15px;
}
.h6, h6 {
    font-size: 15px;
}
}

.modal-backdrop {
    z-index: 900;
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.overflow-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.overflow-3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 500;
}

a {
  color: #333333;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #00a74b;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 1.9em;
  margin-bottom: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

button, input, select {
  border: none;
  outline: none;
}

button:focus {
    outline: none;
}

/*!
 * Font Awesome Free 5.9.0 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,.fab,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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}.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-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"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/fa-solid-900.woff2) format("woff2")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}



/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:right;width:100%;position:relative;z-index:1000}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px 15px 0 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:55px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none;background: #333333;}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:100%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:capitalize}.mean-container .mean-nav ul li li a{width:100%;padding:5px 15px;font-size: 16px;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{width:26px;padding:0px!important;text-align:center;position:absolute;right:15px;top:5px;z-index:2;font-weight:700;border:0!important;}.mean-container .mean-nav ul li a.mean-expand:hover{background:none;}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}
.mean-container .mean-nav ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* HELPER CLASSES */

.section-padding {
  padding: 100px 0;
  position: relative;
  float: left;
  width: 100%;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.section-back-image-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overlay,
.overlay-2 {
  position: relative;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  background-color: #fff;
}

.auto-container {
  position: static;
  max-width: 1470px;
  padding: 0px 15px;
  margin: 0 auto;
}

.bg-gray {
  background-color: #F7F9FB;
}

.bg-theme {
  background-color: #00a74b;
}

.theme-color {
  color: #00a74b;
}


/*START SECTION TITLE DESIGN*/

.section-title {
  margin-bottom: 80px
}

.section-title h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.6rem;
}

.section-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: #00a74b;
  height: 2px;
  width: 70px;
  margin: 15px auto 0;
  display: block;
}

#habout .section-title {
  margin-bottom: 0px;
}

#habout .section-title .about-des {
  
}

.about-wel-des h2:after {
  display: none;
}

.section-title.section-title-left h2:after {
  left: 0;
  right: auto;
}

.section-title.section-title-right h2:after {
  left: auto;
  right: 0;
}

.section-title.white-title h2 {
  color: #fff;
}

.section-title.white-title h2:after {
  background-color: #fff;
}


/*END SECTION TITLE DESIGN*/


/* top area */

.top-area {
  background: #00a74b;
}

.top-menu ul li {
  display: inline-block;
  margin-left: 20px;
}

.top-menu ul li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 0px;
}

.top-menu ul li a i {
  margin-left: 8px;
  font-size: 12px;
}

.top-area p {
  color: #fff;
  font-weight: 500;
  line-height: 58px;
}

.header-social {
  width: 100%;
  font-size: 15px;
  color: #fff;
  padding: 10px 0px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-social i {
	margin-right: 8px;
	font-size: 14px;
}


/* logo area */

.logo-area {
  padding: 35px 0;
}

.logo-area .header-info-yzlcon {
  position: relative;
  float: right;
  margin-left: 83px;
  padding: 0 0 0 62px;
}

.logo-area .header-info-yzlcon .header-info-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #00a74b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}


.logo-area .header-info-yzlcon .yzlcms-t1 {
  margin: 0;
  color: #333;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

/*menu area style*/

.mainmenu-area {
  background: #00a74b;
}

a.header-search {
    color: #fff;
    font-size: 20px;
    background: #333;
    display: inline-block;
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
}

/*search modal*/

.header-search-modal.modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-search-modal .modal-dialog {
  margin: 300px auto;
}

.header-search-modal .modal-content {
  background-color: transparent;
}

.header-search-modal .form-control-lg {
  height: calc(2.5em + 2rem + 2px);
  border-radius: 50px;
}

.header-search-modal .header-search-btn {
  background: #00a74b;
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding: 0;
  position: absolute;
  left: -40px;
  top: -30px;
}

.header-search-modal .header-search-btn:hover, 
.header-search-modal .header-search-btn:focus, 
.header-search-modal .header-search-btn:active {
  box-shadow: none;
  color: #fff;
}

.header-search-modal .close {
  float: none;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -60px;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
	color:#00a74b;
}

.header-search-modal button.close:active, 
.header-search-modal button.close:active, 
.header-search-modal button.close:focus {
  box-shadow: none;
  outline: 0;
}


/* main menu style */

.mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 74px;
  padding:0 30px;
  position: relative;
}

.mainmenu-area .navbar-nav .nav-link i {
	margin-left:6px;
}

.mainmenu-area .navbar-nav li {
  _margin-right:40px;
}

/* .mainmenu-area .navbar-nav li:first-child .nav-link {
  padding: 22px 0;
} */

.mainmenu-area .navbar-nav li.active .nav-link,.mainmenu-area .navbar-nav .nav-link:hover {
  background:#ff750a;
  color:#ffffff;
}

.mainmenu-area .navbar {
  padding: 0;
}

.mainmenu-area .navbar-nav .active.nav-link {
  position: relative;
}

.mainmenu-area .navbar-nav li.active {
  position: relative;
}

.mainmenu-area ul.navbar-nav li a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* dropdown menu */

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu {
  display: block;
  min-width: 235px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  top: 100%;
  border-radius: 0;
  background-color: transparent;
  border: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a {
  display: block;
  color: #fff;
  padding: 11px 0 11px 20px;
  text-transform: capitalize;
  vertical-align: middle;
  position: relative;
  background: #00a74b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li:not(:last-child)>a {
  border-bottom: 1px solid #e9e7e7;
}
.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:hover {
  background: #403f3f;
}
.main-header .mainmenu-area .navbar .dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-header .mainmenu-area .navbar .dropdown-menu .dropdown>.dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 170px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
}

.main-header .mainmenu-area .navbar .dropdown-menu .dropdown:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  left: 100.5%;
}


/*menu animation style*/

.mainmenu-area {
  width: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -op-animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}


/* mobile menu css */

.mainmenu-area.mean-container .mean-nav ul.navbar-nav li a {
  border-bottom: none;
}

.mainmenu-area.mean-container .mean-nav ul.navbar-nav li a:after {
  content: none;
}

.mainmenu-area.mean-container ul.navbar-nav li a:before {
  background: transparent;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-single-slide {
  position: relative;
  width: 100%;
  display: table;
  background-size: cover;
  background-position: center center;
}

.home-single-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.6);
}

.home-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}

.home-single-slide-dec {
  margin-top: -20px;
}

.home-single-slide-dec h4,
.home-single-slide-dec h2,
.home-single-slide-dec p {
  color: #fff;
}

.home-single-slide-dec h4 {
  font-size: 28px;
  margin: 0;
}

.home-single-slide-dec h2 {
  font-size: 40px;
  margin: 0 0 15px 0;
}

.home-single-slide-dec p {
  font-size: 20px;
}


/*slider button style*/

.home-single-slide-button a {
  margin-right: 15px;
}

.slide-btn-one,
.slide-btn-two {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.slide-btn-one:before,
.slide-btn-two:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.slide-btn-one:hover:before,
.slide-btn-one:focus:before,
.slide-btn-one:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.slide-btn-two:hover:before,
.slide-btn-two:focus:before,
.slide-btn-two:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.slide-btn-one {
  color: #333;
  background: transparent;
  border: 2px solid #fff;
}

.slide-btn-one:before {
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.slide-btn-one:hover,
.slide-btn-one:focus,
.slide-btn-one:active {
  color: #fff;
}

.slide-btn-two {
  color: #fff;
  background: #00a74b;
  border: 2px solid #00a74b;
}

.slide-btn-two:before {
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.slide-btn-two:hover,
.slide-btn-two:focus,
.slide-btn-two:active {
  color: #333;
  border-color: #fff;
}


/*owl controls css*/

.home-slides.owl-carousel .owl-nav button {
  color: #333;
  font-size: 30px;
  background: #fff;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.home-slides.owl-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.home-slides.owl-carousel .owl-nav button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00a74b;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.home-slides.owl-carousel .owl-nav button.owl-prev:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home-slides.owl-carousel .owl-nav button.owl-next:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.home-slides.owl-carousel .owl-nav button:hover:before,
.home-slides.owl-carousel .owl-nav button:focus:before,
.home-slides.owl-carousel .owl-nav button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-slides.owl-carousel .owl-nav button:hover,
.home-slides.owl-carousel .owl-nav button:focus,
.home-slides.owl-carousel .owl-nav button:active {
  color: #fff;
}

.home-slides.owl-carousel .owl-nav button.owl-prev {
  left: -80px;
}

.home-slides.owl-carousel:hover .owl-nav button.owl-prev {
  left: -35px;
}

.home-slides.owl-carousel .owl-nav button.owl-next {
  right: -80px;
}

.home-slides.owl-carousel:hover .owl-nav button.owl-next {
  right: -35px;
}

.home-slides.owl-carousel .owl-nav button.owl-prev i,
.home-slides.owl-carousel .owl-nav button.owl-next i {
  position: absolute;
  top: 20px;
}

.home-slides.owl-carousel .owl-nav button.owl-prev i {
  right: 14px;
}

.home-slides.owl-carousel .owl-nav button.owl-next i {
  left: 14px;
}

.home-slides.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
}

.home-slides.owl-carousel .owl-dot.active span {
  background: #00a74b;
}

.home-slides.owl-carousel .owl-dot span {
  background: #fff;
}

.home-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #00a74b;
}


/*slider animations*/

.home-slides.owl-carousel .owl-item.active .home-single-slide-dec h4,
.home-slides.owl-carousel .owl-item.active .home-single-slide-dec p,
.home-slides.owl-carousel .owl-item.active .home-single-slide-button {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.home-slides.owl-carousel .owl-item.active .home-single-slide-dec h2 {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.home-single-slide-dec h4,
.home-single-slide-dec h2,
.home-single-slide-dec p,
.home-single-slide-button {
  animation-fill-mode: both;
  animation-name: fadeOut;
}

.home-single-slide-dec h4 {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.home-single-slide-dec h2 {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}

.home-single-slide-dec p {
  animation-delay: 1.0s;
  animation-duration: 1.0s;
}

.home-single-slide-button {
  animation-delay: 1.4s;
  animation-duration: 1.4s;
}

/* REVULATION SLIDER EDIT */

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-section-padding {
  position: relative;
  float: left;
  width: 100%;
  padding: 100px 0;
}

.about-wel-des h6 {
  text-transform: uppercase;
}

.about-wel-des h6 i {
  padding-right: 8px;
}

.about-us-into-btn-2 {
  color: #fff;
  background-color: #00a74b;
  padding: 8px 30px;
}

.about-us-into-btn-icon {
  color: #333;
  background-color: #eee;
  padding: 8px 20px;
}

.about-us-into-btn-icon i {
  font-size: 14px;
}

.about-us-into-btn-icon,
.about-us-into-btn-2 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.about-us-into-btn-2:before,
.about-us-into-btn-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.about-us-into-btn-2:hover:before,
.about-us-into-btn-2:focus:before,
.about-us-into-btn-2:active:before,
.about-us-into-btn-icon:hover:before,
.about-us-into-btn-icon:focus:before,
.about-us-into-btn-icon:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about-us-into-btn-2:hover,
.about-us-into-btn-2:focus,
.about-us-into-btn-2:active,
.about-us-into-btn-icon:hover,
.about-us-into-btn-icon:focus,
.about-us-into-btn-icon:active {
  color: #fff;
}

.about-wel-img-sec {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.about-wel-img-sec .img-wrap {
  position: relative;
  z-index: 2;
}

.about-wel-img-sec:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
  border: 10px solid #00a74b;
  z-index: 1;
}

.img-overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-wel-img-sec span {
  background: #fff;
  color: #00a74b;
  font-size: 25px;
  display: block;
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.about-wel-img-sec span i {
  z-index: 3;
  position: relative;
}

.about-wel-img-sec span:before,
.about-wel-img-sec span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.about-wel-img-sec span:before {
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.about-wel-img-sec span:after {
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.about-btn {
	margin-top:1.5rem;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

#services .auto-container {
	position: relative;
    z-index: 199;
}
#services::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity = 10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    content: "";
    z-index: 99;
}
#services .section-title h2 {
	color:#fff;
}
#services .section-title p {
	color:#fff;
}

.single-service-item {
  padding: 40px 20px;
  transition: all 500ms ease;
}

.single-service-item .icon-holder .service-item-icon-bg {
  background: #fff;
  color: #00a74b;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 90px;
  font-size: 46px;
  font-weight: bolder;
  border-radius: 50%;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid #dddcdc;
  transition: all 500ms ease;
  transition-delay: 0.10s;
}

.single-service-item .icon-holder .service-item-icon-bg i:before {
  color: #0E70C7;
  display: block;
  font-size: 50px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 30px 0;
  border: 1px solid #f4f4f4;
  transition: all 500ms ease;
  transition-delay: 0.15s;
}

.single-service-item:hover .icon-holder .service-item-icon-bg,
.single-service-item:hover .icon-holder .service-item-icon-bg i:before {
  border-color: #00a74b;
}


.single-service-item p {
  margin: 20px 0;
}

.single-service-item .service-item-text-holder a {
  color: #fff;
  background-color: #00a74b;
  padding: 8px 27px;
  border-radius: 30px;
  border: 2px solid #00a74b;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.single-service-item .service-item-text-holder a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-service-item:hover .service-item-text-holder a:before,
.single-service-item:focus .service-item-text-holder a:before,
.single-service-item:active .service-item-text-holder a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-service-item:hover .service-item-text-holder a,
.single-service-item:focus .service-item-text-holder a,
.single-service-item:active .service-item-text-holder a {
  color: #333;
  border: 2px solid #00a74b;
}


/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-padding {
  padding: 120px 0 100px 0;
  position: relative;
  float: left;
  width: 100%;
}

.counter-info {
  float: left;
  width: 100%;
}

.counter-icon,
.counter-des {
  float: left;
}

.counter-icon {
  color: #fff;
  font-size: 75px;
  margin-right: 25px;
  margin-top: 6px;
}

.counter-des {
  width: 87%;
}

.counter-des h2 {
  color: #fff;
  font-size: 45px;
}

.single-counter-item {
  position: relative;
}

.single-counter-item:after {
  position: absolute;
  content: "";
  background: #00a74b;
  height: 2px;
  width: 50%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.single-counter-item:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.single-counter-item h4,
.single-counter-item p {
  color: #212529;
}

.single-counter-item h4 {
  color: #00a74b;
  font-size: 55px;
  margin: 0 0 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-counter-item i {
  color: #fff;
  font-size: 35px;
}


/*counter style 2*/

.single-counter-item.single-counter-item-s-2 {
  background: #ffffff;
  padding: 25px 0;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-counter-item.single-counter-item-s-2:hover {
  
}

.single-counter-item .single-counter-item-s-2 h4 {
  margin: 10px 0;
}


.about-promo {
  float: left;
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.about-promo-yzlcon-img {
  position: absolute;
  bottom: -40px;
}

.about-promo-yzlcon-des h4 {
  color: #fff;
  font-size: 30px;
}

.about-promo-yzlcon-des p {
  color: #fff;
  margin: 25px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09. START GALLERY STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-sin-item {
  background-color: #000;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
}

.portfolio-sin-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-sin-item:before,
.portfolio-sin-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000;
  content: "";
  opacity: 0.5;
  z-index: 1;
}

.portfolio-sin-item:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.portfolio-sin-item:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.portfolio-sin-item img {
  _backface-visibility: hidden;
  width: 100%;
  vertical-align: top;
}

.portfolio-sin-item .yzlcms-t1 {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}

.portfolio-sin-item:hover>img,
.portfolio-sin-item.hover>img {
  opacity: 0.5;
}

.portfolio-sin-item:hover:before,
.portfolio-sin-item.hover:before {
  -webkit-transform: skew(45deg) translateX(-45%);
  transform: skew(45deg) translateX(-45%);
}

.portfolio-sin-item:hover:after,
.portfolio-sin-item.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.portfolio-sin-item:hover .yzlcms-t1,
.portfolio-sin-item.hover .yzlcms-t1 {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.portfolio-sin-item .yzlcms-t1 .port-icon a {
  position: relative;
  color: #fff;
}

.portfolio-sin-item .yzlcms-t1 .port-icon a.icon-ho {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.portfolio-sin-item .yzlcms-t1 .port-icon .icon-ho {
  border: 1px solid #fff;
  background: #fff;
  display: inline-block;
  color: #333;
  font-size: 15px;
  text-align: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
}

.portfolio-sin-item .yzlcms-t1 .port-icon a.icon-ho:hover {
  background: rgba(255, 255, 255, 1);
  color: #333;
}

.portfolio-sin-item .yzlcms-t1 .port-icon a.icon-ho:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.portfolio-sin-item .yzlcms-t1 .port-icon .icon-ho:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.portfolio-sin-item .yzlcms-t1 .port-icon a.icon-ho:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.portfolio-sin-item .yzlcms-t1 a {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}

.portfolio-filter-menu ul li {
  display: inline-block;
  cursor: pointer;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 25px;
  padding: 8px 10px;
  position: relative;
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
  color: #fff;
  background-color: #00a74b;
}

.portfolio-filter-menu ul li:before {
  position: absolute;
  content: "";
  background-color: #00a74b;
  height: 2px;
  width: 15px;
  opacity: 0;
  top: 21px;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-filter-menu ul li.active:before,
.portfolio-filter-menu ul li:hover:before {
  left: -25px;
  opacity: 1;
}

.portfolio-filter-menu ul li:after {
  position: absolute;
  content: "";
  background-color: #00a74b;
  height: 2px;
  width: 15px;
  top: 21px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
  right: -25px;
  opacity: 1;
}

.port-btn {
  color: #00a74b;
  font-size: 20px;
}

.port-btn i {
  font-size: 16px;
  margin-left: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


/*
* ----------------------------------------------------------------------------------------
* 09. END GALLERY STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 10. START BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-home-single {
  float: left;
  width: 100%;
  box-shadow: 0px 0px 5px #ddd;
  border: 1px solid #ddd;
  position: relative;
}

.blog-home-single:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #00a74b;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-home-single:hover:after {
  opacity: 1;
  visibility: visible;
  webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.blog-home-post-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #00a74b;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-home-single:hover .blog-home-post-date {
  background: #00a74b;
}

.blog-home-post-date i {
  background: #fff;
  color: #00a74b;
  padding: 7px 11px;
}

.blog-home-post-date span {
  font-size: 15px;
  color: #ffffff;
  padding: 5px 11px 5px 7px;
}

.blog-home-des-wrap {
  float: left;
  width: 100%;
  background: #fff;
}

.blog-home-des-left,
.blog-home-des-right {
  float: left;
}

.blog-home-des-left {
  text-align: center;
}

.blog-home-des-left ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.blog-home-des-left ul li:last-child {
  border: none;
}

.blog-home-des-right .havator {
  position: relative;
}

.blog-home-des-right .havator img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.blog-home-des-right {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-home-meta {
  margin-top: 5px;
}

.blog-home-meta span {
  border-right: 1px solid #ddd;
  padding: 10px 10px 10px 0;
}

.blog-home-meta span:last-child {
  border: none;
}

.blog-home-meta span a {
  color: #00a74b;
  padding-left: 8px;
}

.blog-home-content h4 {
  margin: 5px 0 10px;
  position: relative;
}

.blog-home-content h4 a {
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
}

.blog-home-content h4 a:hover {
  color: #00a74b;
}

.blog-home-btn a {
  margin-top: 10px;
  display: block;
  color: #00a74b;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-home-image:hover .blog-home-btn a {
  visibility: visible;
  opacity: 1;
}

.blog-slides.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  top: auto;
}

.blog-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover.active span,
.blog-slides.owl-carousel.owl-theme .owl-dot span {
  background: #333;
}

.blog-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.blog-slides.owl-carousel.owl-theme .owl-dot.active span {
  background: #00a74b;
}

.blog-slides.owl-carousel .owl-nav button.owl-next,
.blog-slides.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  color: inherit;
}


/*
* ----------------------------------------------------------------------------------------
* 10. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*top footer*/

.footer-section {
  position: relative;
  float: left;
  width: 100%;
}

#top-footer {
  padding: 85px 0 80px;
}

.footer-widget-title .logo img {
  width: 200px;
}

.footer-widget-title .logo {
  margin-bottom: 13px;
}

.footer-widget-title h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 40px;
}

.footer-widget-title h4:after {
  position: absolute;
  content: "";
  background-color: #00a74b;
  height: 2px;
  width: 25px;
  left: 0;
  top: auto;
  bottom: -7px;
  border-radius: 5px;
}

.footer-widget-inner ul li {
  line-height: 35px;
}

.footer-widget-inner ul li a {
  color: #333;
}

.footer-widget-inner ul li a:hover {
  color: #00a74b;
}

.footer-widget-inner ul li a:hover i {
  padding-right: 0;
}

.footer-widget-inner ul li a i {
  color: #00a74b;
  padding-right: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-fb {
  background-color: #3B5998;
}

.social-tw {
  background-color: #4099FF;
}

.social-gp {
  background-color: #d34836;
}

.social-em {
  background-color: #333;
}

.footer-social ul li {
  float: left;
}

.footer-social ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer-social ul li a i {
  color: #fff;
}

.singlerecpost {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 112px;
  position: relative;
}

.singlerecpost:last-child {
  border: none;
  padding-bottom: 0;
}

.singlerecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 66px;
}

.singlerecpost p {
  margin-top: 5px;
  font-size: 14px;
}

.rectitle {
  line-height: 20px;
  margin: 0;
  font-size: 15px;
  min-height: 40px;
}

.rectitle a {
  color: #333;
}

.rectitle a:hover {
  color: #00a74b;
}

.footer-contact-sin {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.footer-contact-sin-left,
.footer-contact-sin-right {
  float: left;
}

.footer-contact-sin-left {
  margin-right: 12px;
}

.footer-contact-sin-right {
  width: 77%;
}

.footer-contact-sin-right p {
  line-height: 40px;
}

.footer-contact-sin-left i {
  color: #00a74b;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  display: block;
  border: 4px double #ddd;
}

.footer-contact-sin:last-child {
  border: none;
}


/*bootom footer*/

#bottom-footer {
  float: left;
  width: 100%;
  background-color: #00a74b;
}

.footer-menu {
  float: right;
}

.footer-menu ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.footer-menu ul li:last-child {
  padding-right: 0;
}

.footer-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.copyright-text,
.footer-menu ul li a {
  margin: 30px 0;
  color: #fff;
}

.copyright-text a {
  color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 12. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 13. START ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*page banner area*/

.page-banner {
  float: left;
  width: 100%;
  height: 450px;
  background-color: #00a74b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-banner-overlay {
  position: relative;
}

.page-banner-content {

}

.page-banner-title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.2;
}

.page-banner-shape {
  position: absolute;
  width: 100%;
  height: 110px;
  bottom: -2px;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.page-banner-breadcrumb {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.page-banner-breadcrumb p a {
  color: #fff;
  display: inline-block;
  position: relative;
}


/*end page banner area*/

.about-wel-padding {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.welcome-section-title h2 {
  position: relative;
  margin-bottom: 30px;
}

.welcome-section-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  background-color: #00a74b;
  height: 2px;
  width: 70px;
  margin: 15px auto 0;
  display: block;
}

.welcome-into-btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #00a74b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.welcome-into-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.welcome-into-btn:hover:before,
.welcome-into-btn:focus:before,
.welcome-into-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.welcome-into-btn:hover,
.welcome-into-btn:focus,
.welcome-into-btn:active {
  color: #fff;
  border-color: #333;
}

.welcome-video {
  float: left;
  width: 100%;
  cursor: pointer;
}

.welcome-video:hover .welcome-video-icon i {
  color: #333;
}

.welcome-video-icon,
.welcome-video-des {
  float: left;
}

.welcome-video-icon i {
  font-size: 50px;
  color: #00a74b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.welcome-video-icon {
  margin-right: 10px;
}

.welcome-video-des h5 {
  margin: 0;
  font-weight: 500;
}

.welcome-video-des p {
  color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 13. END ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 14. START SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.service-list-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.service-list-des {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.service-list-des h4 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.2rem;
}

.section-case .service-list-des h4 {
  margin-bottom: 10px;
  text-align: left;
}

.service-list-des h4 i {
  background-color: #333;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-list-item:hover .service-list-des h4 i {
  background-color: #00a74b
}

.service-list-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.service-list-img img {
  display: block;
  width: 100%;
  position: relative;
}

.service-list-img .mask,
.service-list-img .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-list-img .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(56.5deg) translateX(-205px);
  -moz-transform: rotate(56.5deg) translateX(-205px);
  -o-transform: rotate(56.5deg) translateX(-205px);
  -ms-transform: rotate(56.5deg) translateX(-205px);
  transform: rotate(56.5deg) translateX(-205px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.service-list-img .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(56.5deg) translateX(205x);
  -moz-transform: rotate(56.5deg) translateX(205px);
  -o-transform: rotate(56.5deg) translateX(205px);
  -ms-transform: rotate(56.5deg) translateX(205px);
  transform: rotate(56.5deg) translateX(205px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.service-list-img .mask-1,
.service-list-img .mask-2 {
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: 442px;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}

.service-list-item:hover .service-list-img .mask-1 {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
}

.service-list-item:hover .service-list-img .mask-2 {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
}

.service-list-item:hover .service-list-img .mask-1,
.service-list-item:hover .service-list-img .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.service-list-img .content {
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-102px, 182px);
  -moz-transform: rotate(-33.5deg) translate(-102px, 182px);
  -o-transform: rotate(-33.5deg) translate(-102px, 182px);
  -ms-transform: rotate(-33.5deg) translate(-102px, 182px);
  transform: rotate(-33.5deg) translate(-102px, 182px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.service-list-item:hover .service-list-img .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}

.service-list-img a.info {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background: #000;
  padding: 10px 0;
}


/*
* ----------------------------------------------------------------------------------------
* 14. END SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.service-des h1.title {
  position: relative;
  margin-bottom: 30px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.service-des h1.title:after {
  position: absolute;
  content: "";
  display: block;
  background: #00a74b;
  height: 2px;
  width: 60px;
  margin: 12px 0;
}

.service-des h4.title,
.blog-single-des h4.title,
.blog-single-comment-des h4.title,
.blog-single-comment-form-inner h4.title,
.service-des-list h4.title,
.service-des-faq h4.title,
.faq-list h4.title {
  position: relative;
  margin-bottom: 30px;
}

.service-des h4.title:after,
.service-des-list h4.title:after,
.faq-list h4.title:after,
.service-des-faq h4.title:after,
.blog-single-des h4.title:after,
.blog-single-comment-des h4.title:after,
.blog-single-comment-form-inner h4.title:after {
  position: absolute;
  content: "";
  display: block;
  background: #00a74b;
  height: 2px;
  width: 60px;
  margin: 12px 0;
}

.service-des-blockquote .blockquote {
  font-size: 15px;
  border-left: 5px solid #eee;
  padding: 0 20px;
}

.service-des-blockquote .blockquote-footer {
  font-weight: 500;
  font-size: 13px;
  margin: 8px 0 0;
}

.service-des-blockquote .blockquote-footer cite {
  font-weight: 500;
}

.service-des-faq .faq-home-accor .panel.panel-default .panel-title a,
.faq-list .faq-home-accor .panel.panel-default .panel-title a {
  color: #333;
}


/*sidebar widget*/

.sidebar-widget,
.sidebar-widget-inner {
  float: left;
  width: 100%;
}

.sidebar-widget-title {
  margin-bottom: 40px;
}

.sidebar-widget-title h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
}

.sidebar-widget-title h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 70px;
  height: 4px;
  background: url(../images/bg-line.png);
}

.sidebar-widget-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.2);
}

.service-links ul li a {
  letter-spacing: 0.48px;
  color: #5d5d5d;
  display: block;
  text-transform: capitalize;
  padding: 0 0 0 10px;
}

.service-links ul li a i {
  padding: 0 10px 0 5px;
  font-size: 16px;
}

.service-links ul li.active a,
.service-links ul li:hover a {
  color: #fff;
}

.service-links ul li {
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  background: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.service-links ul li:last-child {
  border: none;
}

.service-links ul li.active {
  background: #00a74b;
}

.service-links ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00a74b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.service-links ul li:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tes-wid .testimonial-style-2-left img {
  box-shadow: -5px 8px 0px 0px rgba(0, 0, 0, .15);
  width: 100px;
}

.tes-wid .testimonial-style-2-left {
  margin: 0 auto;
  float: none;
}

.tes-wid .testimonial-style-2-right {
  float: none;
  display: block;
  margin: 30px auto 0;
  width: 90%;
}

.tes-wid .testimonial-style-2-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00a74b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tes-wid .testimonial-style-2-right:after {
  top: -16px;
  left: 50%;
  border-bottom: 15px solid #00a74b;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tea-wid .singlerecpost {
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 95px;
}

.tea-wid .singlerecpost img {
  width: 80px;
  height: 54px;
}


/*
* ----------------------------------------------------------------------------------------
* 15. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-post .single-blog-post-wrap,
.blog-single .blog-single-tag .blog-single-tag-wrap,
.blog-single .blog-single-author .blog-single-author-wrap,
.blog-single-prevnxt .blog-single-prevnxt-wrap,
.blog-single .blog-single-comment .blog-single-comment-wrap,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap {
  position: relative;
  border-left: 1px solid #00a74b;
  padding: 0 0 60px 45px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-icon,
.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-icon,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-icon,
.blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-prevnxt-icon,
.blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-icon,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-icon {
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #00a74b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#singleservice .blog-single-prevnxt {
	margin-top:30px;
}
#singleservice .blog-single-prevnxt .blog-single-prevnxt-wrap {
  border-left: 0px solid #00a74b;
  padding: 0;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-icon i,
.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-icon i,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-icon i,
.blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-prevnxt-icon i,
.blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-icon i,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-icon i {
  font-size: 18px;
  color: #fff;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content {
  position: relative;
  padding: 15px 30px 34px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  color: #2d2d2d;
  line-height: 1.5;
  font-weight: 500;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h1.single-blog-post-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  color: #2d2d2d;
  line-height: 1.5;
  font-weight: 500;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title a {
  color: #2d2d2d;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title a:hover {
  color: #00a74b;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -30px;
  width: 3px;
  height: 18px;
  background: #00a74b;
  display: block;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h1.single-blog-post-title:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -30px;
  width: 3px;
  height: 18px;
  background: #00a74b;
  display: block;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span {
  color: #00a74b;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span i {
  padding-right: 8px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info small {
  color: #bebebe;
  padding: 0 8px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span,
.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span i,
.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info small {
  font-size: 13px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span {
	margin-right:10px;
}

.single-blog-post-content p {
  margin: 20px 0;
}

.blog-read-more-btn {
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 3px 20px;
  border: 1px solid #333;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.blog-read-more-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a74b;
  border-radius: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.blog-read-more-btn:hover:before,
.blog-read-more-btn:focus:before,
.blog-read-more-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-read-more-btn:hover,
.blog-read-more-btn:focus,
.blog-read-more-btn:active {
  color: #fff;
}

.single-blog-post-quote,
.single-blog-post-link {
  background: #F1F1F1;
  padding: 30px;
}

.single-blog-post-quote .blockquote {
  font-size: 18px;
  border-left: 5px solid #00a74b;
  margin: 0;
  padding: 0 20px;
}

.single-blog-post-quote .blockquote p {
  margin: 0;
}

.single-blog-post-quote footer {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
}

.single-blog-post-link a {
  font-size: 20px;
  color: #333;
  display: block;
  text-decoration: underline;
  text-align: center;
}


/*call to action*/

.callto-action-padding {
  padding: 70px 0;
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  z-index: 1;
  overflow-x: hidden;
}

.callto-action-padding h2 {
	color: #ffffff;
}

.callto-action-padding .auto-container:after {
  background: #333;
  content: "";
  height: 100%;
  left: 56%;
  position: absolute;
  top: 0;
  transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  width: 100%;
  z-index: -1;
}

.call-to-action-btn, .call-to-action-btn-2 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.call-to-action-btn:hover, .call-to-action-btn-2:hover {
    color: #fff;
}
.call-to-action-btn:focus, .call-to-action-btn-2:focus {
    color: #fff;
}
.call-to-action-btn:active, .call-to-action-btn-2:active {
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 18. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*tag widget*/


.tag-list span a {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 6px 15px;
  margin: 0px 10px 10px 0;
}

.tag-list span a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #00a74b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tag-list span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tag-list span a:hover:before,
.tag-list span a:focus:before,
.tag-list span a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tag-list span a:hover,
.tag-list span a:focus,
.tag-list span a:active {
  color: #fff;
  border-color: #333;
}

.blog-single-des .tag-list,.service-des .tag-list {
	margin: 30px 0 0 0;
}
.blog-single-des .tag-list span a,.service-des .tag-list span a {
	padding: 2px 8px;
	margin: 0px 6px 6px 0;
}
.section-tag .tag-list span a {
	padding: 2px 12px;
	margin: 0px 8px 15px 0;
	background: #e5e4e3;
	color: #3c3b3b;
}
.section-tag .tag-list span a:hover,
.section-tag .tag-list span a:focus,
.section-tag .tag-list span a:active {
  color: #fff;
  border-color: #333;
}

/*search widget*/
.btn-search {
  color: #fff;
  background-color: #00a74b;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  background: #333;
  color: #fff;
  box-shadow: none;
}
.search-yzlcon {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.search-yzlcon-form-control {
    border: none;
}
.search-yzlcon-form-control:hover,
.search-yzlcon-form-control:active,
.search-yzlcon-form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wid_sea .search-yzlcon-form-control {
  font-size: 16px;
}

.wid_sea .btn-search {
  font-size: 15px;
}

.wid_sea .search-body {
  padding: 8px 10px;
}

/*photo gallery widget*/

.single-gallery {
  position: relative;
  float: left;
  width: 31.33%;
  margin: 0 2% 10px 0;
}

.single-gallery img {
  width: 100%;
  border: 1px solid #ced4da;
}

.single-gallery a {
  position: relative;
}

.single-gallery a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-gallery a:hover:before {
  height: 100%;
}

.single-gallery .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  right: 0;
  bottom: 0;
}

.single-gallery .icon i {
  position: absolute;
  left: 40%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-gallery:hover .icon i {
  top: 40%;
  opacity: 1;
}


.service-des-blockquote .service-des h1.title:after {
    background: #ced4da;
	height: 1px;
    width: 100%;
}
.service-des-blockquote img {
	width: 100%;
    border: 1px solid #ced4da;
}
.service-des-blockquote ul.infomation li {
	position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #666d81;
    margin: 0;
    padding-left: 25px;
}
.service-des-blockquote ul.infomation li span {
    color: #323232;
    margin-right: 8px;
}
.service-des-blockquote ul.infomation li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00a74b;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 1;
}
.showtitle {
    font-size: 20px;
    color: #181819;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: bolder;
}

.yzlcms_tag_des {
    margin-bottom: 100px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 19. START SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-single .blog-single-share {
  position: relative;
}

.blog-single .blog-single-share .blog-single-share-box {
  position: absolute;
  top: 20px;
  left: -90px;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item {
  margin-bottom: 13px;
  position: relative;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a:hover {
  background: #333;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a i {
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a:hover i {
  color: #fff;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item span {
  font-size: 12px;
  color: #ffffff;
  padding: 0 20px;
  background: #00a74b;
  position: absolute;
  top: 20px;
  left: 150%;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item:hover span {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item span:after {
  content: '';
  border-top: 6px solid transparent;
  border-right: 6px solid #00a74b;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 100%;
}

.blog-single .single-blog-post-wrap .single-blog-post-content .blog-single-des .blog-single-list-style ul li {
  margin-bottom: 15px;
}

.blog-single .single-blog-post-wrap .single-blog-post-content .blog-single-des .blog-single-list-style ul li:last-child {
  margin-bottom: 0;
}

.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-list,
.blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-related-post,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des,
.blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-des,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-inner {
  position: relative;
  padding: 15px 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-single .blog-single-author,
.blog-single .blog-single-author .blog-single-author-wrap,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des,
.blog-single .blog-single-prevnxt,
.blog-single .blog-single-comment,
.blog-single .blog-single-comment .blog-single-comment-wrap,
.blog-single .blog-single-comment-form,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap {
  float: left;
  width: 100%;
}

.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-list strong {
  padding-right: 10px;
}


/*author box style*/

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-bio {
  float: left;
}

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-bio {
  width: 76%;
}

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image {
  margin-right: 20px;
}

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image img {
  height: 120px;
  width: 120px;
}


/*previous-next post style*/

.blog-single-prevnxt .blog-single-prevnxt-wrap .post-previous span,
.blog-single-prevnxt .blog-single-prevnxt-wrap .post-next span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #a0a0a0;
  display: block;
  margin-bottom: 6px;
}

.blog-single-prevnxt .blog-single-prevnxt-wrap .post-previous h6 a,
.blog-single-prevnxt .blog-single-prevnxt-wrap .post-next h6 a {
  color: #333;
}

.blog-single-prevnxt .blog-single-prevnxt-wrap .post-previous h6 a:hover,
.blog-single-prevnxt .blog-single-prevnxt-wrap .post-next h6 a:hover {
  color: #00a74b;
}


/*
* ----------------------------------------------------------------------------------------
* 19. END SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
Author       : Tech Trek.
Template Name: Nekaton - Responsive School Template
Version      : 1.0
*/

/* Large Layouts */

@media only screen and (min-width: 1680px) {
.about-wel-img-sec {
    margin-top: 24px;
}
}

@media only screen and (max-width: 1679px) {
.home-single-slide-dec {
    text-align: center;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1679px) {
.about-wel-img-sec {
    margin-top: 50px;
}
}


@media only screen and (max-width: 1399px) {
	.logo-area .header-info-yzlcon {
		margin-left: 8px;
	}
.section-padding {
    padding: 80px 0;
}
.section-title h2 {
    font-size: 2rem;
}
.welcome-section-padding {
    padding: 80px 0;
}
.service-des h1.title {
    font-size: 1.2rem;
}
.yzlcms_tag_des {
    margin-bottom: 80px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-wel-img-sec {
    margin-top: 105px;
}
}

@media only screen and (max-width: 1199px) {
.h4, h4 {
    font-size: 1.2rem;
}
.page-banner {
    height: 300px;
}
.section-padding {
    padding: 60px 0;
}
.welcome-section-padding {
    padding: 60px 0;
}
.section-title {
    margin-bottom: 60px;
}
.about-wel-img-sec {
    margin-right: 0px;
	width: 100%;
}
.about-wel-img-sec .img-wrap img {
	width:100%;
}
.yzlcms_links .section-title {
    margin-bottom: 60px;
}
.about-wel-img-sec:after {
	display:none;
}
.page-banner-title {
    font-size: 30px;
}
.singlerecpost p {
    display:none;
}
.singlerecpost img {
    width: 80px;
    height: 54px;
}
.singlerecpost {
    padding-left: 90px;
}

.copyright-text {
    margin: 30px 0 0 0;
	text-align: center;
}
.footer-menu {
    float: none;
	text-align: center;
}	
.footer-menu ul li a {
    margin: 10px 0 30px 0;
}
.mainmenu-area .navbar-nav .nav-link {
    padding: 0 20px;
}
.service-list-des h4 {
    font-size: 1rem;
}
.about-btn {
    margin-bottom: 1.5rem;
}
.single-counter-item h4 {
    font-size: 45px;
}
.portfolio-sin-item .yzlcms-t1 a {
    font-size: 1.2em;
}
.footer-contact-sin-left {
    margin-right: 0px;
    display: none;
}
.yzlcms_tag_des {
    margin-bottom: 60px;
}
.footer-contact-sin-right {
    width: 100%;
}
	
}

@media only screen and (max-width: 991px) {
.top-area {
	display:none;
}
.yzlcms-c1 {
	display:none;
}
.logo-area {
    padding: 20px 0;
}
.logo-area .logo img {
	height: 35px;
}
.home-single-slide-dec {
	padding: 0 40px;
}
.yzlcms-left1 {
	display:none;
}
.yzlcms-right1 {
	margin-top:60px;
}

.mainmenu-area {
    height: 55px;
}
.mainmenu-area .navbar-nav .nav-link i {
    display:none;
}
.mainmenu-area .navbar-nav li {
  margin-right:0px;
}
.mainmenu-area .navbar-nav .nav-link {
    padding: 5px 10px;
	line-height: 32px;
}
.mainmenu-area .navbar-nav li:first-child .nav-link {
    padding: 5px 10px;
}

.yzlcms-search {
    position:absolute;
	left:0;
	top:0;
	width: 50%;
	text-align: left!important;
	z-index: 1001;
}
a.header-search {
    font-size: 18px;
    background: none;
	width: auto;
    height: 55px;
    line-height: 55px;
}
.section-title h2 {
    font-size: 1.8rem;
}
.single-counter-item h4 {
    font-size: 35px;
}
.portfolio-sin-item:before {
    -webkit-transform: skew(45deg) translateX(-45%);
    transform: skew(45deg) translateX(-45%);
	opacity: 0.3;
}
.portfolio-sin-item:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
	opacity: 0.3;
}
.portfolio-sin-item .yzlcms-t1 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.about-promo-yzlcon-img {
    bottom: 0px;
}
.copyright-text, .footer-menu {
    text-align: center !important;
}
.copyright-text.text-right {
	margin: 10px 0 0 0;
}
.callto-action-padding h2 {
    font-size: 1.6rem;
}
.call-to-action-btn, .call-to-action-btn-2 {
    font-size: 16px;
    padding: 10px 20px;
}
.service-des h1.title {
    margin-top: 30px;
}
#singleservice .service-des h1.title {
    margin-top: 0px;
}
#singleservice .service-des h1.pro-title {
    margin-top: 30px;
}

}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sticky-menu {
		position: relative !important;
	}
	.copyright-text,
	.footer-menu {
		text-align: center;
	}
	.footer-menu {
		float: none;
	}
	.portfolio-filter-menu ul li {
    	margin: 10px 25px;
	}
	/*service page*/
	.service-list-des h4 i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		margin-right: 5px;
	}
	.service-list-des h4 {
		font-size: 18px;
	}
	/*blog page*/
	.wid_sea .search-yzlcon-form-control {
		font-size: 12px;
	}
	.singlerecpost img {
		width: 80px;
	}
	.singlerecpost {
		padding-left: 90px;
	}
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.sticky-menu {
		position: relative !important;
	}
	.home-single-slide-dec {
		left: auto;
		bottom: -185px;
	}
	.home-single-slide-dec h2 {
		font-size: 40px;
	}
	.about-wel-img-sec a {
		font-size: 15px;
	}
	.about-wel-img-sec a:before,
	.about-wel-img-sec a:after {
		width: 50px;
		height: 50px;
	}
	.portfolio-filter-menu ul li {
		margin: 10px 25px;
	}
	.copyright-text,
	.footer-menu {
		text-align: center;
	}
	.footer-menu {
		float: none;
	}
	/*about page*/
	.page-banner-title {
		font-size: 40px;
	}
	/*service page*/
	.service-list-img .mask-1,
	.service-list-img .mask-2 {
		height: 442px;
	}
	.service-list-img .mask-1 {
		-webkit-transform: rotate(56.5deg) translateX(-205px);
		-moz-transform: rotate(56.5deg) translateX(-205px);
		-o-transform: rotate(56.5deg) translateX(-205px);
		-ms-transform: rotate(56.5deg) translateX(-205px);
		transform: rotate(56.5deg) translateX(-205px);
	}
	.service-list-img .mask-2 {
		-webkit-transform: rotate(56.5deg) translateX(205x);
		-moz-transform: rotate(56.5deg) translateX(205px);
		-o-transform: rotate(56.5deg) translateX(205px);
		-ms-transform: rotate(56.5deg) translateX(205px);
		transform: rotate(56.5deg) translateX(205px);
	}
	.service-list-des h4 {
		font-size: 16px;
	}
	.service-slides-wrapper .owl-dot {
		width: 83px;
	}
	.site-pagination .page-link {
		margin: 0 3px;
	}
	.callto-action-padding:after {
		position: relative;
	}
	/*blog page*/
	.single-blog-post-quote,
	.single-blog-post-link {
		padding: 15px;
	}
	.single-blog-post-link a {
		font-size: 11px;
	}
	.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info small {
		padding: 0 2px;
	}
/* 	.blog-read-more-btn {
		padding: 8px 30px;
	} */
	.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-bio {
		width: 100%;
	}
	.blog-single-comment .blog-single-comment-wrap .comment .avatar {
		width: 60px;
	}
	.blog-single-comment .blog-single-comment-wrap .comment .comment-text {
		margin: 0 0 0 65px;
		padding: 10px;
	}
	.blog-single-comment .blog-single-comment-wrap .comment .comment-text .author span {
		line-height: inherit;
	}
	.blog-single-comment .blog-single-comment-wrap .comment ul {
		padding: 0;
	}
	

.home-single-slide-dec h2 {
    font-size: 30px;
}
.home-single-slide-dec p {
    font-size: 16px;
	margin: 0 0 15px 0;
}
.slide-btn-one, .slide-btn-two {
    padding: 5px 15px;
	letter-spacing: 0px;
}
.home-single-slide-button a {
    margin-right: 10px;
}
.section-padding {
    padding: 50px 0;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.service-list-des {
    padding: 15px 10px;
}
.yzlcms-right1 {
    margin-top: 40px;
}
.mb-5, .my-5 {
    margin-bottom: 40px!important;
}
.welcome-section-padding {
    padding: 40px 0;
}
.page-banner-title {
    font-size: 30px;
	margin: 0 0 10px;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title:after {
    top: 3px;
    height: 16px;
}
.single-blog-post-content p {
    margin: 10px 0;
}
.single-blog-post .single-blog-post-wrap, .blog-single .blog-single-tag .blog-single-tag-wrap, .blog-single .blog-single-author .blog-single-author-wrap, .blog-single-prevnxt .blog-single-prevnxt-wrap, .blog-single .blog-single-comment .blog-single-comment-wrap, .blog-single .blog-single-comment-form .blog-single-comment-form-wrap {
    padding: 0 0 40px 45px;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content h1.single-blog-post-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content h1.single-blog-post-title:after {
    top: 3px;
    height: 16px;
}
#portfolio .port-btn {
    font-size: 16px;
}
#portfolio .port-btn i {
    font-size: 13px;
    margin-left: 3px;
}
.home-slides.owl-carousel .owl-dots {
    bottom: 0px;
}
#habout .section-title .about-des {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.single-counter-item h4 {
    font-size: 45px;
}
.about-promo-yzlcon-img {
    position: relative;
	max-width: 60%;
    margin: 0 auto;
}
.callto-action-left {
	text-align: center;
}
.callto-fwrx {
	text-align: center !important;
}
#top-footer {
    padding: 50px 0;
}
.footer-contact-sin {
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.footer-contact-sin-right p {
    line-height: 30px;
}
.tag-list span a {
    padding: 3px 10px;
}
.yzlcms_tag_des {
    margin-bottom: 50px;
}
#services .overflow-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
	
}

@media only screen and (max-width: 575px) {
.mainmenu-area {
    height: 45px;
}
.mean-container a.meanmenu-reveal {
    padding: 12px 15px 0 11px;
}
.mean-container .mean-nav {
    margin-top: 45px;
}
a.header-search {
    height: 45px;
    line-height: 45px;
}
.logo-area .logo img {
    height: 30px;
}
.home-single-slide-dec h2 {
    font-size: 24px;
}
.section-title h2 {
    font-size: 1.4rem;
}
.service-list-item {
    margin-bottom: 20px;
}
.service-list-des h4 {
    font-size: 15px;
}
.welcome-section-padding {
    padding: 30px 0;
}
.mb-4, .my-4 {
    margin-bottom: 20px!important;
}
.mt-4, .my-4 {
    margin-top: 0rem!important;
}
#portfolio .mt-4, #portfolio .my-4 {
    margin-top: 1rem!important;
}
.home-single-slide-button a {
    margin-right: 5px;
}
.slide-btn-one, .slide-btn-two {
    padding: 3px 10px;
}
.portfolio-sin-item .yzlcms-t1 a {
    font-size: 1em;
}
.footer-menu ul li a {
    margin: 5px 0 0 0;
}
.page-banner-title {
    font-size: 24px;
}
.page-banner-breadcrumb {
    font-size: 14px;
}
.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-list, .blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-related-post, .blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des, .blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-des, .blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-inner {
    padding: 15px;
}
.yzlcms-right1 {
    margin-top: 30px;
}
.mb-5, .my-5 {
    margin-bottom: 30px!important;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content {
    padding: 15px;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content h1.single-blog-post-title:after {
    left: -16px;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title:after {
    left: -16px;
}
.blog-slides.owl-carousel.owl-theme .owl-dots {
    bottom: -60px;
}
.single-blog-post .single-blog-post-wrap, .blog-single .blog-single-tag .blog-single-tag-wrap, .blog-single .blog-single-author .blog-single-author-wrap, .blog-single-prevnxt .blog-single-prevnxt-wrap, .blog-single .blog-single-comment .blog-single-comment-wrap, .blog-single .blog-single-comment-form .blog-single-comment-form-wrap {
    padding: 0 0 40px 30px;
}
.home-slides.owl-carousel .owl-dots {
    bottom: 10px;
}
.footer-lxwm {
	display:none;
}
.about-wel-img-sec span:before, .about-wel-img-sec span:after {
    width: 60px;
    height: 60px;
}
.about-wel-img-sec span {
    font-size: 16px;
}
.about-promo-yzlcon-des h4 {
    font-size: 24px;
}
.page-banner {
    height: 210px;
}
.callto-action-padding h2 {
    font-size: 1.4rem;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span {
    margin-right: 0px;
    display: inline-block;
    width: 100%;
}
.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span i {
    padding-right: 0px;
	margin-right: 5px;
    width: 20px;
    text-align: center;
	margin-left: -4px;
}
}


/*video*/
.html_overflow {
    overflow: hidden;
}
.body_overflow {
    height: 100%;
    overflow: hidden;
}
.video-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    z-index: 990;
    left: 0;
    top: 0;
    display: none;
}
.video-bg.open {
    display: block;
}
.video-play1 {
    width: 640px;
    height: 480px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.video-play-con {
    overflow: hidden;
}
.video-close {
    height: 30px;
    overflow: hidden;
}
.video-close span {
    float: right;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

@media (max-width: 767px) {
.video-play1 {
    width: 80%;
    height: auto;
}
.lbvideo {
    max-width: 100% !important;
    height:auto !important;	
}
}


.yzlcms-near {
	margin-top:30px;
}
.yzlcms-near p {
	margin:0px;
}
.yzlcms-near p a {
	color: #677294;
}
.yzlcms-near p a:hover {
	color: #00a74b;
}

.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 20px;
	bottom: 220px;
	color: #333333;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #02b552;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #02b552 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #02b552 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #02b552 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 84px;
}
.yzlcms-kefu .d-qrcode {
	top: 168px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
	color: #333333;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item a:hover p {
	color: #403f3f;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
	margin-bottom: 0px;
}
.yzlcms_links {
	_padding-bottom: 30px;
	position: relative;
    float: left;
    width: 100%;
}
.yzlcms_links .section-title {
    margin-bottom: 60px;
}
.yzlcms_links .yzlcms_wrap {
	width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.yzlcms_links .links_tit {
    font-size: 16px;
    color: #333;
	line-height: 36px;
    height: 36px;
}
.yzlcms_links .links_list {
	text-align: center;
	padding: 0 0 70px 0;
	overflow: hidden;
}
.yzlcms_links .links_list ul li {
    _float: left;
	font-weight: 500;
	display: inline-block;
    padding: 0px 15px 0px 0;
}
.yzlcms_links .links_list ul li a {
	_font-size: 14px;
    _line-height: 26px;
}
@media (max-width:1199px) {
.yzlcms_links .links_list {
	padding: 0 0 60px 0;
}
}
@media (max-width:991px) {
.yzlcms_menu {
    display: block;
}
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.yzlcms_links {
    padding-top: 30px;
}
.yzlcms_links .links_list {
    padding: 0;
}	
.yzlcms_links .section-title {
    margin-bottom: 40px;
}
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
.yzlcms_links {
	padding-bottom: 30px;
}
}

.yzlcms_page { width: 100%;text-align:center;margin: 80px 0 0 0;font-weight: 500;}
.yzlcms_page ul li { display:inline-block;font-size: 16px; line-height: 32px; border: 1px solid #d0cfcf; margin: 0 5px 5px 0;padding: 0;color: #333333;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#00a74b; border: 1px solid #00a74b;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; padding:0 10px;color: #333333;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}

@media (max-width:1399px) {
.yzlcms_page { margin: 60px 0 0 0;}
}
@media (max-width:1199px) {
.sidebar-widget .widget-post .widget-post-media {
    display: table-cell;
}
.yzlcms_page { margin: 30px 0 0 0;}
.yzlcms_blog_page { margin: 10px 0 0 0;}
}

@media (max-width:767px) {
.yzlcms_page ul li {
    font-size: 15px;
    line-height: 28px;
}
}

@media (max-width:575px) {
.yzlcms_blog_page { margin: 20px 0 0 0;}
}

.showcon { font-size:15px; line-height:28px;}
.showcon p { font-size:15px; line-height:28px;}
.showcon img { max-width:100% !important; height:auto !important;}

.showcon * {
    word-break: break-all;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
}
.showcon iframe {
    height:auto !important;
}
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d .arrow {
    display: none;
}
.yzlcms-kefu .d .inner-con {
	line-height: 0;
}
.yzlcms-kefu .d-qrcode .inner-con p {
	line-height: 30px;
        margin: 0 0 0 0;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}
