
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: 2.5rem;
}

.h2, h2 {
	font-size: 2rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.5rem;
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff;
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db;
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf;
}

.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb;
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb;
}

.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5;
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba;
}

.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1;
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb;
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7;
}

.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe;
}

.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca;
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe;
}

.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem;
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #28a745;
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745;
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745;
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545;
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .custom-select, .form-inline .input-group {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3;
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0;
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'4\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.custom-select[multiple].nitro-lazy, .custom-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img, .card-img-bottom, .card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion>.card {
	overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none;
	}
}

a.badge:focus, a.badge:hover {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush .list-group-item {
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
	border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: .2rem !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1, .my-1 {
	margin-top: .25rem !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px !important;
	}
	
	.container {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

[class*=" icofont-"], [class^=icofont-] {
	font-family: IcoFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

.icofont-angry-monster:before {
	content: "";
}

.icofont-bathtub:before {
	content: "";
}

.icofont-bird-wings:before {
	content: "";
}

.icofont-bow:before {
	content: "";
}

.icofont-castle:before {
	content: "";
}

.icofont-circuit:before {
	content: "";
}

.icofont-crown-king:before {
	content: "";
}

.icofont-crown-queen:before {
	content: "";
}

.icofont-dart:before {
	content: "";
}

.icofont-disability-race:before {
	content: "";
}

.icofont-diving-goggle:before {
	content: "";
}

.icofont-eye-open:before {
	content: "";
}

.icofont-flora-flower:before {
	content: "";
}

.icofont-flora:before {
	content: "";
}

.icofont-gift-box:before {
	content: "";
}

.icofont-halloween-pumpkin:before {
	content: "";
}

.icofont-hand-power:before {
	content: "";
}

.icofont-hand-thunder:before {
	content: "";
}

.icofont-king-monster:before {
	content: "";
}

.icofont-love:before {
	content: "";
}

.icofont-magician-hat:before {
	content: "";
}

.icofont-native-american:before {
	content: "";
}

.icofont-owl-look:before {
	content: "";
}

.icofont-phoenix:before {
	content: "";
}

.icofont-robot-face:before {
	content: "";
}

.icofont-sand-clock:before {
	content: "";
}

.icofont-shield-alt:before {
	content: "";
}

.icofont-ship-wheel:before {
	content: "";
}

.icofont-skull-danger:before {
	content: "";
}

.icofont-skull-face:before {
	content: "";
}

.icofont-snowmobile:before {
	content: "";
}

.icofont-space-shuttle:before {
	content: "";
}

.icofont-star-shape:before {
	content: "";
}

.icofont-swirl:before {
	content: "";
}

.icofont-tattoo-wing:before {
	content: "";
}

.icofont-throne:before {
	content: "";
}

.icofont-tree-alt:before {
	content: "";
}

.icofont-triangle:before {
	content: "";
}

.icofont-unity-hand:before {
	content: "";
}

.icofont-weed:before {
	content: "";
}

.icofont-woman-bird:before {
	content: "";
}

.icofont-bat:before {
	content: "";
}

.icofont-bear-face:before {
	content: "";
}

.icofont-bear-tracks:before {
	content: "";
}

.icofont-bear:before {
	content: "";
}

.icofont-bird-alt:before {
	content: "";
}

.icofont-bird-flying:before {
	content: "";
}

.icofont-bird:before {
	content: "";
}

.icofont-birds:before {
	content: "";
}

.icofont-bone:before {
	content: "";
}

.icofont-bull:before {
	content: "";
}

.icofont-butterfly-alt:before {
	content: "";
}

.icofont-butterfly:before {
	content: "";
}

.icofont-camel-alt:before {
	content: "";
}

.icofont-camel-head:before {
	content: "";
}

.icofont-camel:before {
	content: "";
}

.icofont-cat-alt-1:before {
	content: "";
}

.icofont-cat-alt-2:before {
	content: "";
}

.icofont-cat-alt-3:before {
	content: "";
}

.icofont-cat-dog:before {
	content: "";
}

.icofont-cat-face:before {
	content: "";
}

.icofont-cat:before {
	content: "";
}

.icofont-cow-head:before {
	content: "";
}

.icofont-cow:before {
	content: "";
}

.icofont-crab:before {
	content: "";
}

.icofont-crocodile:before {
	content: "";
}

.icofont-deer-head:before {
	content: "";
}

.icofont-dog-alt:before {
	content: "";
}

.icofont-dog-barking:before {
	content: "";
}

.icofont-dog:before {
	content: "";
}

.icofont-dolphin:before {
	content: "";
}

.icofont-duck-tracks:before {
	content: "";
}

.icofont-eagle-head:before {
	content: "";
}

.icofont-eaten-fish:before {
	content: "";
}

.icofont-elephant-alt:before {
	content: "";
}

.icofont-elephant-head-alt:before {
	content: "";
}

.icofont-elephant-head:before {
	content: "";
}

.icofont-elephant:before {
	content: "";
}

.icofont-elk:before {
	content: "";
}

.icofont-fish-1:before {
	content: "";
}

.icofont-fish-2:before {
	content: "";
}

.icofont-fish-3:before {
	content: "";
}

.icofont-fish-4:before {
	content: "";
}

.icofont-fish-5:before {
	content: "";
}

.icofont-fish:before {
	content: "";
}

.icofont-fox-alt:before {
	content: "";
}

.icofont-fox:before {
	content: "";
}

.icofont-frog-tracks:before {
	content: "";
}

.icofont-frog:before {
	content: "";
}

.icofont-froggy:before {
	content: "";
}

.icofont-giraffe-head-1:before {
	content: "";
}

.icofont-giraffe-head-2:before {
	content: "";
}

.icofont-giraffe-head:before {
	content: "";
}

.icofont-giraffe:before {
	content: "";
}

.icofont-goat-head:before {
	content: "";
}

.icofont-gorilla:before {
	content: "";
}

.icofont-hen-tracks:before {
	content: "";
}

.icofont-horse-head-1:before {
	content: "";
}

.icofont-horse-head-2:before {
	content: "";
}

.icofont-horse-head:before {
	content: "";
}

.icofont-horse-tracks:before {
	content: "";
}

.icofont-jellyfish:before {
	content: "";
}

.icofont-kangaroo:before {
	content: "";
}

.icofont-lemur:before {
	content: "";
}

.icofont-lion-head-1:before {
	content: "";
}

.icofont-lion-head-2:before {
	content: "";
}

.icofont-lion-head:before {
	content: "";
}

.icofont-lion:before {
	content: "";
}

.icofont-monkey-2:before {
	content: "";
}

.icofont-monkey-3:before {
	content: "";
}

.icofont-monkey-face:before {
	content: "";
}

.icofont-monkey:before {
	content: "";
}

.icofont-octopus-alt:before {
	content: "";
}

.icofont-octopus:before {
	content: "";
}

.icofont-owl:before {
	content: "";
}

.icofont-panda-face:before {
	content: "";
}

.icofont-panda:before {
	content: "";
}

.icofont-panther:before {
	content: "";
}

.icofont-parrot-lip:before {
	content: "";
}

.icofont-parrot:before {
	content: "";
}

.icofont-paw:before {
	content: "";
}

.icofont-pelican:before {
	content: "";
}

.icofont-penguin:before {
	content: "";
}

.icofont-pig-face:before {
	content: "";
}

.icofont-pig:before {
	content: "";
}

.icofont-pigeon-1:before {
	content: "";
}

.icofont-pigeon-2:before {
	content: "";
}

.icofont-pigeon:before {
	content: "";
}

.icofont-rabbit:before {
	content: "";
}

.icofont-rat:before {
	content: "";
}

.icofont-rhino-head:before {
	content: "";
}

.icofont-rhino:before {
	content: "";
}

.icofont-rooster:before {
	content: "";
}

.icofont-seahorse:before {
	content: "";
}

.icofont-seal:before {
	content: "";
}

.icofont-shrimp-alt:before {
	content: "";
}

.icofont-shrimp:before {
	content: "";
}

.icofont-snail-1:before {
	content: "";
}

.icofont-snail-2:before {
	content: "";
}

.icofont-snail-3:before {
	content: "";
}

.icofont-snail:before {
	content: "";
}

.icofont-snake:before {
	content: "";
}

.icofont-squid:before {
	content: "";
}

.icofont-squirrel:before {
	content: "";
}

.icofont-tiger-face:before {
	content: "";
}

.icofont-tiger:before {
	content: "";
}

.icofont-turtle:before {
	content: "";
}

.icofont-whale:before {
	content: "";
}

.icofont-woodpecker:before {
	content: "";
}

.icofont-zebra:before {
	content: "";
}

.icofont-brand-acer:before {
	content: "";
}

.icofont-brand-adidas:before {
	content: "";
}

.icofont-brand-adobe:before {
	content: "";
}

.icofont-brand-air-new-zealand:before {
	content: "";
}

.icofont-brand-airbnb:before {
	content: "";
}

.icofont-brand-aircell:before {
	content: "";
}

.icofont-brand-airtel:before {
	content: "";
}

.icofont-brand-alcatel:before {
	content: "";
}

.icofont-brand-alibaba:before {
	content: "";
}

.icofont-brand-aliexpress:before {
	content: "";
}

.icofont-brand-alipay:before {
	content: "";
}

.icofont-brand-amazon:before {
	content: "";
}

.icofont-brand-amd:before {
	content: "";
}

.icofont-brand-american-airlines:before {
	content: "";
}

.icofont-brand-android-robot:before {
	content: "";
}

.icofont-brand-android:before {
	content: "";
}

.icofont-brand-aol:before {
	content: "";
}

.icofont-brand-apple:before {
	content: "";
}

.icofont-brand-appstore:before {
	content: "";
}

.icofont-brand-asus:before {
	content: "";
}

.icofont-brand-ati:before {
	content: "";
}

.icofont-brand-att:before {
	content: "";
}

.icofont-brand-audi:before {
	content: "";
}

.icofont-brand-axiata:before {
	content: "";
}

.icofont-brand-bada:before {
	content: "";
}

.icofont-brand-bbc:before {
	content: "";
}

.icofont-brand-bing:before {
	content: "";
}

.icofont-brand-blackberry:before {
	content: "";
}

.icofont-brand-bmw:before {
	content: "";
}

.icofont-brand-box:before {
	content: "";
}

.icofont-brand-burger-king:before {
	content: "";
}

.icofont-brand-business-insider:before {
	content: "";
}

.icofont-brand-buzzfeed:before {
	content: "";
}

.icofont-brand-cannon:before {
	content: "";
}

.icofont-brand-casio:before {
	content: "";
}

.icofont-brand-china-mobile:before {
	content: "";
}

.icofont-brand-china-telecom:before {
	content: "";
}

.icofont-brand-china-unicom:before {
	content: "";
}

.icofont-brand-cisco:before {
	content: "";
}

.icofont-brand-citibank:before {
	content: "";
}

.icofont-brand-cnet:before {
	content: "";
}

.icofont-brand-cnn:before {
	content: "";
}

.icofont-brand-cocal-cola:before {
	content: "";
}

.icofont-brand-compaq:before {
	content: "";
}

.icofont-brand-debian:before {
	content: "";
}

.icofont-brand-delicious:before {
	content: "";
}

.icofont-brand-dell:before {
	content: "";
}

.icofont-brand-designbump:before {
	content: "";
}

.icofont-brand-designfloat:before {
	content: "";
}

.icofont-brand-disney:before {
	content: "";
}

.icofont-brand-dodge:before {
	content: "";
}

.icofont-brand-dove:before {
	content: "";
}

.icofont-brand-drupal:before {
	content: "";
}

.icofont-brand-ebay:before {
	content: "";
}

.icofont-brand-eleven:before {
	content: "";
}

.icofont-brand-emirates:before {
	content: "";
}

.icofont-brand-espn:before {
	content: "";
}

.icofont-brand-etihad-airways:before {
	content: "";
}

.icofont-brand-etisalat:before {
	content: "";
}

.icofont-brand-etsy:before {
	content: "";
}

.icofont-brand-fastrack:before {
	content: "";
}

.icofont-brand-fedex:before {
	content: "";
}

.icofont-brand-ferrari:before {
	content: "";
}

.icofont-brand-fitbit:before {
	content: "";
}

.icofont-brand-flikr:before {
	content: "";
}

.icofont-brand-forbes:before {
	content: "";
}

.icofont-brand-foursquare:before {
	content: "";
}

.icofont-brand-foxconn:before {
	content: "";
}

.icofont-brand-fujitsu:before {
	content: "";
}

.icofont-brand-general-electric:before {
	content: "";
}

.icofont-brand-gillette:before {
	content: "";
}

.icofont-brand-gizmodo:before {
	content: "";
}

.icofont-brand-gnome:before {
	content: "";
}

.icofont-brand-google:before {
	content: "";
}

.icofont-brand-gopro:before {
	content: "";
}

.icofont-brand-gucci:before {
	content: "";
}

.icofont-brand-hallmark:before {
	content: "";
}

.icofont-brand-hi5:before {
	content: "";
}

.icofont-brand-honda:before {
	content: "";
}

.icofont-brand-hp:before {
	content: "";
}

.icofont-brand-hsbc:before {
	content: "";
}

.icofont-brand-htc:before {
	content: "";
}

.icofont-brand-huawei:before {
	content: "";
}

.icofont-brand-hulu:before {
	content: "";
}

.icofont-brand-hyundai:before {
	content: "";
}

.icofont-brand-ibm:before {
	content: "";
}

.icofont-brand-icofont:before {
	content: "";
}

.icofont-brand-icq:before {
	content: "";
}

.icofont-brand-ikea:before {
	content: "";
}

.icofont-brand-imdb:before {
	content: "";
}

.icofont-brand-indiegogo:before {
	content: "";
}

.icofont-brand-intel:before {
	content: "";
}

.icofont-brand-ipair:before {
	content: "";
}

.icofont-brand-jaguar:before {
	content: "";
}

.icofont-brand-java:before {
	content: "";
}

.icofont-brand-joomla:before {
	content: "";
}

.icofont-brand-kickstarter:before {
	content: "";
}

.icofont-brand-kik:before {
	content: "";
}

.icofont-brand-lastfm:before {
	content: "";
}

.icofont-brand-lego:before {
	content: "";
}

.icofont-brand-lenovo:before {
	content: "";
}

.icofont-brand-levis:before {
	content: "";
}

.icofont-brand-lexus:before {
	content: "";
}

.icofont-brand-lg:before {
	content: "";
}

.icofont-brand-life-hacker:before {
	content: "";
}

.icofont-brand-linux-mint:before {
	content: "";
}

.icofont-brand-linux:before {
	content: "";
}

.icofont-brand-lionix:before {
	content: "";
}

.icofont-brand-loreal:before {
	content: "";
}

.icofont-brand-louis-vuitton:before {
	content: "";
}

.icofont-brand-mac-os:before {
	content: "";
}

.icofont-brand-marvel-app:before {
	content: "";
}

.icofont-brand-mashable:before {
	content: "";
}

.icofont-brand-mazda:before {
	content: "";
}

.icofont-brand-mcdonals:before {
	content: "";
}

.icofont-brand-mercedes:before {
	content: "";
}

.icofont-brand-micromax:before {
	content: "";
}

.icofont-brand-microsoft:before {
	content: "";
}

.icofont-brand-mobileme:before {
	content: "";
}

.icofont-brand-mobily:before {
	content: "";
}

.icofont-brand-motorola:before {
	content: "";
}

.icofont-brand-msi:before {
	content: "";
}

.icofont-brand-mts:before {
	content: "";
}

.icofont-brand-myspace:before {
	content: "";
}

.icofont-brand-mytv:before {
	content: "";
}

.icofont-brand-nasa:before {
	content: "";
}

.icofont-brand-natgeo:before {
	content: "";
}

.icofont-brand-nbc:before {
	content: "";
}

.icofont-brand-nescafe:before {
	content: "";
}

.icofont-brand-nestle:before {
	content: "";
}

.icofont-brand-netflix:before {
	content: "";
}

.icofont-brand-nexus:before {
	content: "";
}

.icofont-brand-nike:before {
	content: "";
}

.icofont-brand-nokia:before {
	content: "";
}

.icofont-brand-nvidia:before {
	content: "";
}

.icofont-brand-omega:before {
	content: "";
}

.icofont-brand-opensuse:before {
	content: "";
}

.icofont-brand-oracle:before {
	content: "";
}

.icofont-brand-panasonic:before {
	content: "";
}

.icofont-brand-paypal:before {
	content: "";
}

.icofont-brand-pepsi:before {
	content: "";
}

.icofont-brand-philips:before {
	content: "";
}

.icofont-brand-pizza-hut:before {
	content: "";
}

.icofont-brand-playstation:before {
	content: "";
}

.icofont-brand-puma:before {
	content: "";
}

.icofont-brand-qatar-air:before {
	content: "";
}

.icofont-brand-qvc:before {
	content: "";
}

.icofont-brand-readernaut:before {
	content: "";
}

.icofont-brand-redbull:before {
	content: "";
}

.icofont-brand-reebok:before {
	content: "";
}

.icofont-brand-reuters:before {
	content: "";
}

.icofont-brand-samsung:before {
	content: "";
}

.icofont-brand-sap:before {
	content: "";
}

.icofont-brand-saudia-airlines:before {
	content: "";
}

.icofont-brand-scribd:before {
	content: "";
}

.icofont-brand-shell:before {
	content: "";
}

.icofont-brand-siemens:before {
	content: "";
}

.icofont-brand-sk-telecom:before {
	content: "";
}

.icofont-brand-slideshare:before {
	content: "";
}

.icofont-brand-smashing-magazine:before {
	content: "";
}

.icofont-brand-snapchat:before {
	content: "";
}

.icofont-brand-sony-ericsson:before {
	content: "";
}

.icofont-brand-sony:before {
	content: "";
}

.icofont-brand-soundcloud:before {
	content: "";
}

.icofont-brand-sprint:before {
	content: "";
}

.icofont-brand-squidoo:before {
	content: "";
}

.icofont-brand-starbucks:before {
	content: "";
}

.icofont-brand-stc:before {
	content: "";
}

.icofont-brand-steam:before {
	content: "";
}

.icofont-brand-suzuki:before {
	content: "";
}

.icofont-brand-symbian:before {
	content: "";
}

.icofont-brand-t-mobile:before {
	content: "";
}

.icofont-brand-tango:before {
	content: "";
}

.icofont-brand-target:before {
	content: "";
}

.icofont-brand-tata-indicom:before {
	content: "";
}

.icofont-brand-techcrunch:before {
	content: "";
}

.icofont-brand-telenor:before {
	content: "";
}

.icofont-brand-teliasonera:before {
	content: "";
}

.icofont-brand-tesla:before {
	content: "";
}

.icofont-brand-the-verge:before {
	content: "";
}

.icofont-brand-thenextweb:before {
	content: "";
}

.icofont-brand-toshiba:before {
	content: "";
}

.icofont-brand-toyota:before {
	content: "";
}

.icofont-brand-tribenet:before {
	content: "";
}

.icofont-brand-ubuntu:before {
	content: "";
}

.icofont-brand-unilever:before {
	content: "";
}

.icofont-brand-vaio:before {
	content: "";
}

.icofont-brand-verizon:before {
	content: "";
}

.icofont-brand-viber:before {
	content: "";
}

.icofont-brand-vodafone:before {
	content: "";
}

.icofont-brand-volkswagen:before {
	content: "";
}

.icofont-brand-walmart:before {
	content: "";
}

.icofont-brand-warnerbros:before {
	content: "";
}

.icofont-brand-whatsapp:before {
	content: "";
}

.icofont-brand-wikipedia:before {
	content: "";
}

.icofont-brand-windows:before {
	content: "";
}

.icofont-brand-wire:before {
	content: "";
}

.icofont-brand-wordpress:before {
	content: "";
}

.icofont-brand-xiaomi:before {
	content: "";
}

.icofont-brand-yahoobuzz:before {
	content: "";
}

.icofont-brand-yamaha:before {
	content: "";
}

.icofont-brand-youtube:before {
	content: "";
}

.icofont-brand-zain:before {
	content: "";
}

.icofont-bank-alt:before {
	content: "";
}

.icofont-bank:before {
	content: "";
}

.icofont-barcode:before {
	content: "";
}

.icofont-bill-alt:before {
	content: "";
}

.icofont-billboard:before {
	content: "";
}

.icofont-briefcase-1:before {
	content: "";
}

.icofont-briefcase-2:before {
	content: "";
}

.icofont-businessman:before {
	content: "";
}

.icofont-businesswoman:before {
	content: "";
}

.icofont-chair:before {
	content: "";
}

.icofont-coins:before {
	content: "";
}

.icofont-company:before {
	content: "";
}

.icofont-contact-add:before {
	content: "";
}

.icofont-files-stack:before {
	content: "";
}

.icofont-handshake-deal:before {
	content: "";
}

.icofont-id-card:before {
	content: "";
}

.icofont-meeting-add:before {
	content: "";
}

.icofont-money-bag:before {
	content: "";
}

.icofont-pie-chart:before {
	content: "";
}

.icofont-presentation-alt:before {
	content: "";
}

.icofont-presentation:before {
	content: "";
}

.icofont-stamp:before {
	content: "";
}

.icofont-stock-mobile:before {
	content: "";
}

.icofont-chart-arrows-axis:before {
	content: "";
}

.icofont-chart-bar-graph:before {
	content: "";
}

.icofont-chart-flow-1:before {
	content: "";
}

.icofont-chart-flow-2:before {
	content: "";
}

.icofont-chart-flow:before {
	content: "";
}

.icofont-chart-growth:before {
	content: "";
}

.icofont-chart-histogram-alt:before {
	content: "";
}

.icofont-chart-histogram:before {
	content: "";
}

.icofont-chart-line-alt:before {
	content: "";
}

.icofont-chart-line:before {
	content: "";
}

.icofont-chart-pie-alt:before {
	content: "";
}

.icofont-chart-pie:before {
	content: "";
}

.icofont-chart-radar-graph:before {
	content: "";
}

.icofont-architecture-alt:before {
	content: "";
}

.icofont-architecture:before {
	content: "";
}

.icofont-barricade:before {
	content: "";
}

.icofont-bolt:before {
	content: "";
}

.icofont-bricks:before {
	content: "";
}

.icofont-building-alt:before {
	content: "";
}

.icofont-bull-dozer:before {
	content: "";
}

.icofont-calculations:before {
	content: "";
}

.icofont-cement-mix:before {
	content: "";
}

.icofont-cement-mixer:before {
	content: "";
}

.icofont-concrete-mixer:before {
	content: "";
}

.icofont-danger-zone:before {
	content: "";
}

.icofont-drill:before {
	content: "";
}

.icofont-eco-energy:before {
	content: "";
}

.icofont-eco-environmen:before {
	content: "";
}

.icofont-energy-air:before {
	content: "";
}

.icofont-energy-oil:before {
	content: "";
}

.icofont-energy-savings:before {
	content: "";
}

.icofont-energy-solar:before {
	content: "";
}

.icofont-energy-water:before {
	content: "";
}

.icofont-engineer:before {
	content: "";
}

.icofont-fire-extinguisher-alt:before {
	content: "";
}

.icofont-fire-extinguisher:before {
	content: "";
}

.icofont-fix-tools:before {
	content: "";
}

.icofont-fork-lift:before {
	content: "";
}

.icofont-glue-oil:before {
	content: "";
}

.icofont-hammer-alt:before {
	content: "";
}

.icofont-hammer:before {
	content: "";
}

.icofont-help-robot:before {
	content: "";
}

.icofont-industries-1:before {
	content: "";
}

.icofont-industries-2:before {
	content: "";
}

.icofont-industries-3:before {
	content: "";
}

.icofont-industries-4:before {
	content: "";
}

.icofont-industries-5:before {
	content: "";
}

.icofont-industries:before {
	content: "";
}

.icofont-labour:before {
	content: "";
}

.icofont-mining:before {
	content: "";
}

.icofont-paint-brush:before {
	content: "";
}

.icofont-pollution:before {
	content: "";
}

.icofont-power-zone:before {
	content: "";
}

.icofont-radio-active:before {
	content: "";
}

.icofont-recycle-alt:before {
	content: "";
}

.icofont-recycling-man:before {
	content: "";
}

.icofont-safety-hat-light:before {
	content: "";
}

.icofont-safety-hat:before {
	content: "";
}

.icofont-saw:before {
	content: "";
}

.icofont-screw-driver:before {
	content: "";
}

.icofont-tools-1:before {
	content: "";
}

.icofont-tools-bag:before {
	content: "";
}

.icofont-tow-truck:before {
	content: "";
}

.icofont-trolley:before {
	content: "";
}

.icofont-trowel:before {
	content: "";
}

.icofont-under-construction-alt:before {
	content: "";
}

.icofont-under-construction:before {
	content: "";
}

.icofont-vehicle-cement:before {
	content: "";
}

.icofont-vehicle-crane:before {
	content: "";
}

.icofont-vehicle-delivery-van:before {
	content: "";
}

.icofont-vehicle-dozer:before {
	content: "";
}

.icofont-vehicle-excavator:before {
	content: "";
}

.icofont-vehicle-trucktor:before {
	content: "";
}

.icofont-vehicle-wrecking:before {
	content: "";
}

.icofont-worker:before {
	content: "";
}

.icofont-workers-group:before {
	content: "";
}

.icofont-wrench:before {
	content: "";
}

.icofont-afghani-false:before {
	content: "";
}

.icofont-afghani-minus:before {
	content: "";
}

.icofont-afghani-plus:before {
	content: "";
}

.icofont-afghani-true:before {
	content: "";
}

.icofont-afghani:before {
	content: "";
}

.icofont-baht-false:before {
	content: "";
}

.icofont-baht-minus:before {
	content: "";
}

.icofont-baht-plus:before {
	content: "";
}

.icofont-baht-true:before {
	content: "";
}

.icofont-baht:before {
	content: "";
}

.icofont-bitcoin-false:before {
	content: "";
}

.icofont-bitcoin-minus:before {
	content: "";
}

.icofont-bitcoin-plus:before {
	content: "";
}

.icofont-bitcoin-true:before {
	content: "";
}

.icofont-bitcoin:before {
	content: "";
}

.icofont-dollar-flase:before {
	content: "";
}

.icofont-dollar-minus:before {
	content: "";
}

.icofont-dollar-plus:before {
	content: "";
}

.icofont-dollar-true:before {
	content: "";
}

.icofont-dollar:before {
	content: "";
}

.icofont-dong-false:before {
	content: "";
}

.icofont-dong-minus:before {
	content: "";
}

.icofont-dong-plus:before {
	content: "";
}

.icofont-dong-true:before {
	content: "";
}

.icofont-dong:before {
	content: "";
}

.icofont-euro-false:before {
	content: "";
}

.icofont-euro-minus:before {
	content: "";
}

.icofont-euro-plus:before {
	content: "";
}

.icofont-euro-true:before {
	content: "";
}

.icofont-euro:before {
	content: "";
}

.icofont-frank-false:before {
	content: "";
}

.icofont-frank-minus:before {
	content: "";
}

.icofont-frank-plus:before {
	content: "";
}

.icofont-frank-true:before {
	content: "";
}

.icofont-frank:before {
	content: "";
}

.icofont-hryvnia-false:before {
	content: "";
}

.icofont-hryvnia-minus:before {
	content: "";
}

.icofont-hryvnia-plus:before {
	content: "";
}

.icofont-hryvnia-true:before {
	content: "";
}

.icofont-hryvnia:before {
	content: "";
}

.icofont-lira-false:before {
	content: "";
}

.icofont-lira-minus:before {
	content: "";
}

.icofont-lira-plus:before {
	content: "";
}

.icofont-lira-true:before {
	content: "";
}

.icofont-lira:before {
	content: "";
}

.icofont-peseta-false:before {
	content: "";
}

.icofont-peseta-minus:before {
	content: "";
}

.icofont-peseta-plus:before {
	content: "";
}

.icofont-peseta-true:before {
	content: "";
}

.icofont-peseta:before {
	content: "";
}

.icofont-peso-false:before {
	content: "";
}

.icofont-peso-minus:before {
	content: "";
}

.icofont-peso-plus:before {
	content: "";
}

.icofont-peso-true:before {
	content: "";
}

.icofont-peso:before {
	content: "";
}

.icofont-pound-false:before {
	content: "";
}

.icofont-pound-minus:before {
	content: "";
}

.icofont-pound-plus:before {
	content: "";
}

.icofont-pound-true:before {
	content: "";
}

.icofont-pound:before {
	content: "";
}

.icofont-renminbi-false:before {
	content: "";
}

.icofont-renminbi-minus:before {
	content: "";
}

.icofont-renminbi-plus:before {
	content: "";
}

.icofont-renminbi-true:before {
	content: "";
}

.icofont-renminbi:before {
	content: "";
}

.icofont-riyal-false:before {
	content: "";
}

.icofont-riyal-minus:before {
	content: "";
}

.icofont-riyal-plus:before {
	content: "";
}

.icofont-riyal-true:before {
	content: "";
}

.icofont-riyal:before {
	content: "";
}

.icofont-rouble-false:before {
	content: "";
}

.icofont-rouble-minus:before {
	content: "";
}

.icofont-rouble-plus:before {
	content: "";
}

.icofont-rouble-true:before {
	content: "";
}

.icofont-rouble:before {
	content: "";
}

.icofont-rupee-false:before {
	content: "";
}

.icofont-rupee-minus:before {
	content: "";
}

.icofont-rupee-plus:before {
	content: "";
}

.icofont-rupee-true:before {
	content: "";
}

.icofont-rupee:before {
	content: "";
}

.icofont-taka-false:before {
	content: "";
}

.icofont-taka-minus:before {
	content: "";
}

.icofont-taka-plus:before {
	content: "";
}

.icofont-taka-true:before {
	content: "";
}

.icofont-taka:before {
	content: "";
}

.icofont-turkish-lira-false:before {
	content: "";
}

.icofont-turkish-lira-minus:before {
	content: "";
}

.icofont-turkish-lira-plus:before {
	content: "";
}

.icofont-turkish-lira-true:before {
	content: "";
}

.icofont-turkish-lira:before {
	content: "";
}

.icofont-won-false:before {
	content: "";
}

.icofont-won-minus:before {
	content: "";
}

.icofont-won-plus:before {
	content: "";
}

.icofont-won-true:before {
	content: "";
}

.icofont-won:before {
	content: "";
}

.icofont-yen-false:before {
	content: "";
}

.icofont-yen-minus:before {
	content: "";
}

.icofont-yen-plus:before {
	content: "";
}

.icofont-yen-true:before {
	content: "";
}

.icofont-yen:before {
	content: "";
}

.icofont-android-nexus:before {
	content: "";
}

.icofont-android-tablet:before {
	content: "";
}

.icofont-apple-watch:before {
	content: "";
}

.icofont-drawing-tablet:before {
	content: "";
}

.icofont-earphone:before {
	content: "";
}

.icofont-flash-drive:before {
	content: "";
}

.icofont-game-console:before {
	content: "";
}

.icofont-game-controller:before {
	content: "";
}

.icofont-game-pad:before {
	content: "";
}

.icofont-game:before {
	content: "";
}

.icofont-headphone-alt-1:before {
	content: "";
}

.icofont-headphone-alt-2:before {
	content: "";
}

.icofont-headphone-alt-3:before {
	content: "";
}

.icofont-headphone-alt:before {
	content: "";
}

.icofont-headphone:before {
	content: "";
}

.icofont-htc-one:before {
	content: "";
}

.icofont-imac:before {
	content: "";
}

.icofont-ipad:before {
	content: "";
}

.icofont-iphone:before {
	content: "";
}

.icofont-ipod-nano:before {
	content: "";
}

.icofont-ipod-touch:before {
	content: "";
}

.icofont-keyboard-alt:before {
	content: "";
}

.icofont-keyboard-wireless:before {
	content: "";
}

.icofont-keyboard:before {
	content: "";
}

.icofont-laptop-alt:before {
	content: "";
}

.icofont-laptop:before {
	content: "";
}

.icofont-macbook:before {
	content: "";
}

.icofont-magic-mouse:before {
	content: "";
}

.icofont-micro-chip:before {
	content: "";
}

.icofont-microphone-alt:before {
	content: "";
}

.icofont-microphone:before {
	content: "";
}

.icofont-monitor:before {
	content: "";
}

.icofont-mouse:before {
	content: "";
}

.icofont-mp3-player:before {
	content: "";
}

.icofont-nintendo:before {
	content: "";
}

.icofont-playstation-alt:before {
	content: "";
}

.icofont-psvita:before {
	content: "";
}

.icofont-radio-mic:before {
	content: "";
}

.icofont-radio:before {
	content: "";
}

.icofont-refrigerator:before {
	content: "";
}

.icofont-samsung-galaxy:before {
	content: "";
}

.icofont-surface-tablet:before {
	content: "";
}

.icofont-ui-head-phone:before {
	content: "";
}

.icofont-ui-keyboard:before {
	content: "";
}

.icofont-washing-machine:before {
	content: "";
}

.icofont-wifi-router:before {
	content: "";
}

.icofont-wii-u:before {
	content: "";
}

.icofont-windows-lumia:before {
	content: "";
}

.icofont-wireless-mouse:before {
	content: "";
}

.icofont-xbox-360:before {
	content: "";
}

.icofont-arrow-down:before {
	content: "";
}

.icofont-arrow-left:before {
	content: "";
}

.icofont-arrow-right:before {
	content: "";
}

.icofont-arrow-up:before {
	content: "";
}

.icofont-block-down:before {
	content: "";
}

.icofont-block-left:before {
	content: "";
}

.icofont-block-right:before {
	content: "";
}

.icofont-block-up:before {
	content: "";
}

.icofont-bubble-down:before {
	content: "";
}

.icofont-bubble-left:before {
	content: "";
}

.icofont-bubble-right:before {
	content: "";
}

.icofont-bubble-up:before {
	content: "";
}

.icofont-caret-down:before {
	content: "";
}

.icofont-caret-left:before {
	content: "";
}

.icofont-caret-right:before {
	content: "";
}

.icofont-caret-up:before {
	content: "";
}

.icofont-circled-down:before {
	content: "";
}

.icofont-circled-left:before {
	content: "";
}

.icofont-circled-right:before {
	content: "";
}

.icofont-circled-up:before {
	content: "";
}

.icofont-collapse:before {
	content: "";
}

.icofont-cursor-drag:before {
	content: "";
}

.icofont-curved-double-left:before {
	content: "";
}

.icofont-curved-double-right:before {
	content: "";
}

.icofont-curved-down:before {
	content: "";
}

.icofont-curved-left:before {
	content: "";
}

.icofont-curved-right:before {
	content: "";
}

.icofont-curved-up:before {
	content: "";
}

.icofont-dotted-down:before {
	content: "";
}

.icofont-dotted-left:before {
	content: "";
}

.icofont-dotted-right:before {
	content: "";
}

.icofont-dotted-up:before {
	content: "";
}

.icofont-double-left:before {
	content: "";
}

.icofont-double-right:before {
	content: "";
}

.icofont-expand-alt:before {
	content: "";
}

.icofont-hand-down:before {
	content: "";
}

.icofont-hand-drag:before {
	content: "";
}

.icofont-hand-drag1:before {
	content: "";
}

.icofont-hand-drag2:before {
	content: "";
}

.icofont-hand-drawn-alt-down:before {
	content: "";
}

.icofont-hand-drawn-alt-left:before {
	content: "";
}

.icofont-hand-drawn-alt-right:before {
	content: "";
}

.icofont-hand-drawn-alt-up:before {
	content: "";
}

.icofont-hand-drawn-down:before {
	content: "";
}

.icofont-hand-drawn-left:before {
	content: "";
}

.icofont-hand-drawn-right:before {
	content: "";
}

.icofont-hand-drawn-up:before {
	content: "";
}

.icofont-hand-grippers:before {
	content: "";
}

.icofont-hand-left:before {
	content: "";
}

.icofont-hand-right:before {
	content: "";
}

.icofont-hand-up:before {
	content: "";
}

.icofont-line-block-down:before {
	content: "";
}

.icofont-line-block-left:before {
	content: "";
}

.icofont-line-block-right:before {
	content: "";
}

.icofont-line-block-up:before {
	content: "";
}

.icofont-long-arrow-down:before {
	content: "";
}

.icofont-long-arrow-left:before {
	content: "";
}

.icofont-long-arrow-right:before {
	content: "";
}

.icofont-long-arrow-up:before {
	content: "";
}

.icofont-rounded-collapse:before {
	content: "";
}

.icofont-rounded-double-left:before {
	content: "";
}

.icofont-rounded-double-right:before {
	content: "";
}

.icofont-rounded-down:before {
	content: "";
}

.icofont-rounded-expand:before {
	content: "";
}

.icofont-rounded-left-down:before {
	content: "";
}

.icofont-rounded-left-up:before {
	content: "";
}

.icofont-rounded-left:before {
	content: "";
}

.icofont-rounded-right-down:before {
	content: "";
}

.icofont-rounded-right-up:before {
	content: "";
}

.icofont-rounded-right:before {
	content: "";
}

.icofont-rounded-up:before {
	content: "";
}

.icofont-scroll-bubble-down:before {
	content: "";
}

.icofont-scroll-bubble-left:before {
	content: "";
}

.icofont-scroll-bubble-right:before {
	content: "";
}

.icofont-scroll-bubble-up:before {
	content: "";
}

.icofont-scroll-double-down:before {
	content: "";
}

.icofont-scroll-double-left:before {
	content: "";
}

.icofont-scroll-double-right:before {
	content: "";
}

.icofont-scroll-double-up:before {
	content: "";
}

.icofont-scroll-down:before {
	content: "";
}

.icofont-scroll-left:before {
	content: "";
}

.icofont-scroll-long-down:before {
	content: "";
}

.icofont-scroll-long-left:before {
	content: "";
}

.icofont-scroll-long-right:before {
	content: "";
}

.icofont-scroll-long-up:before {
	content: "";
}

.icofont-scroll-right:before {
	content: "";
}

.icofont-scroll-up:before {
	content: "";
}

.icofont-simple-down:before {
	content: "";
}

.icofont-simple-left-down:before {
	content: "";
}

.icofont-simple-left-up:before {
	content: "";
}

.icofont-simple-left:before {
	content: "";
}

.icofont-simple-right-down:before {
	content: "";
}

.icofont-simple-right-up:before {
	content: "";
}

.icofont-simple-right:before {
	content: "";
}

.icofont-simple-up:before {
	content: "";
}

.icofont-square-down:before {
	content: "";
}

.icofont-square-left:before {
	content: "";
}

.icofont-square-right:before {
	content: "";
}

.icofont-square-up:before {
	content: "";
}

.icofont-stylish-down:before {
	content: "";
}

.icofont-stylish-left:before {
	content: "";
}

.icofont-stylish-right:before {
	content: "";
}

.icofont-stylish-up:before {
	content: "";
}

.icofont-swoosh-down:before {
	content: "";
}

.icofont-swoosh-left:before {
	content: "";
}

.icofont-swoosh-right:before {
	content: "";
}

.icofont-swoosh-up:before {
	content: "";
}

.icofont-thin-double-left:before {
	content: "";
}

.icofont-thin-double-right:before {
	content: "";
}

.icofont-thin-down:before {
	content: "";
}

.icofont-thin-left:before {
	content: "";
}

.icofont-thin-right:before {
	content: "";
}

.icofont-thin-up:before {
	content: "";
}

.icofont-abc:before {
	content: "";
}

.icofont-atom:before {
	content: "";
}

.icofont-award:before {
	content: "";
}

.icofont-bell-alt:before {
	content: "";
}

.icofont-black-board:before {
	content: "";
}

.icofont-book-alt:before {
	content: "";
}

.icofont-book:before {
	content: "";
}

.icofont-brainstorming:before {
	content: "";
}

.icofont-certificate-alt-1:before {
	content: "";
}

.icofont-certificate-alt-2:before {
	content: "";
}

.icofont-certificate:before {
	content: "";
}

.icofont-education:before {
	content: "";
}

.icofont-electron:before {
	content: "";
}

.icofont-fountain-pen:before {
	content: "";
}

.icofont-globe-alt:before {
	content: "";
}

.icofont-graduate-alt:before {
	content: "";
}

.icofont-graduate:before {
	content: "";
}

.icofont-group-students:before {
	content: "";
}

.icofont-hat-alt:before {
	content: "";
}

.icofont-hat:before {
	content: "";
}

.icofont-instrument:before {
	content: "";
}

.icofont-lamp-light:before {
	content: "";
}

.icofont-medal:before {
	content: "";
}

.icofont-microscope-alt:before {
	content: "";
}

.icofont-microscope:before {
	content: "";
}

.icofont-paper:before {
	content: "";
}

.icofont-pen-alt-4:before {
	content: "";
}

.icofont-pen-nib:before {
	content: "";
}

.icofont-pencil-alt-5:before {
	content: "";
}

.icofont-quill-pen:before {
	content: "";
}

.icofont-read-book-alt:before {
	content: "";
}

.icofont-read-book:before {
	content: "";
}

.icofont-school-bag:before {
	content: "";
}

.icofont-school-bus:before {
	content: "";
}

.icofont-student-alt:before {
	content: "";
}

.icofont-student:before {
	content: "";
}

.icofont-teacher:before {
	content: "";
}

.icofont-test-bulb:before {
	content: "";
}

.icofont-test-tube-alt:before {
	content: "";
}

.icofont-university:before {
	content: "";
}

.icofont-angry:before {
	content: "";
}

.icofont-astonished:before {
	content: "";
}

.icofont-confounded:before {
	content: "";
}

.icofont-confused:before {
	content: "";
}

.icofont-crying:before {
	content: "";
}

.icofont-dizzy:before {
	content: "";
}

.icofont-expressionless:before {
	content: "";
}

.icofont-heart-eyes:before {
	content: "";
}

.icofont-laughing:before {
	content: "";
}

.icofont-nerd-smile:before {
	content: "";
}

.icofont-open-mouth:before {
	content: "";
}

.icofont-rage:before {
	content: "";
}

.icofont-rolling-eyes:before {
	content: "";
}

.icofont-sad:before {
	content: "";
}

.icofont-simple-smile:before {
	content: "";
}

.icofont-slightly-smile:before {
	content: "";
}

.icofont-smirk:before {
	content: "";
}

.icofont-stuck-out-tongue:before {
	content: "";
}

.icofont-wink-smile:before {
	content: "";
}

.icofont-worried:before {
	content: "";
}

.icofont-file-alt:before {
	content: "";
}

.icofont-file-audio:before {
	content: "";
}

.icofont-file-avi-mp4:before {
	content: "";
}

.icofont-file-bmp:before {
	content: "";
}

.icofont-file-code:before {
	content: "";
}

.icofont-file-css:before {
	content: "";
}

.icofont-file-document:before {
	content: "";
}

.icofont-file-eps:before {
	content: "";
}

.icofont-file-excel:before {
	content: "";
}

.icofont-file-exe:before {
	content: "";
}

.icofont-file-file:before {
	content: "";
}

.icofont-file-flv:before {
	content: "";
}

.icofont-file-gif:before {
	content: "";
}

.icofont-file-html5:before {
	content: "";
}

.icofont-file-image:before {
	content: "";
}

.icofont-file-iso:before {
	content: "";
}

.icofont-file-java:before {
	content: "";
}

.icofont-file-javascript:before {
	content: "";
}

.icofont-file-jpg:before {
	content: "";
}

.icofont-file-midi:before {
	content: "";
}

.icofont-file-mov:before {
	content: "";
}

.icofont-file-mp3:before {
	content: "";
}

.icofont-file-pdf:before {
	content: "";
}

.icofont-file-php:before {
	content: "";
}

.icofont-file-png:before {
	content: "";
}

.icofont-file-powerpoint:before {
	content: "";
}

.icofont-file-presentation:before {
	content: "";
}

.icofont-file-psb:before {
	content: "";
}

.icofont-file-psd:before {
	content: "";
}

.icofont-file-python:before {
	content: "";
}

.icofont-file-ruby:before {
	content: "";
}

.icofont-file-spreadsheet:before {
	content: "";
}

.icofont-file-sql:before {
	content: "";
}

.icofont-file-svg:before {
	content: "";
}

.icofont-file-text:before {
	content: "";
}

.icofont-file-tiff:before {
	content: "";
}

.icofont-file-video:before {
	content: "";
}

.icofont-file-wave:before {
	content: "";
}

.icofont-file-wmv:before {
	content: "";
}

.icofont-file-word:before {
	content: "";
}

.icofont-file-zip:before {
	content: "";
}

.icofont-cycling-alt:before {
	content: "";
}

.icofont-cycling:before {
	content: "";
}

.icofont-dumbbell:before {
	content: "";
}

.icofont-dumbbells:before {
	content: "";
}

.icofont-gym-alt-1:before {
	content: "";
}

.icofont-gym-alt-2:before {
	content: "";
}

.icofont-gym-alt-3:before {
	content: "";
}

.icofont-gym:before {
	content: "";
}

.icofont-muscle-weight:before {
	content: "";
}

.icofont-muscle:before {
	content: "";
}

.icofont-apple:before {
	content: "";
}

.icofont-arabian-coffee:before {
	content: "";
}

.icofont-artichoke:before {
	content: "";
}

.icofont-asparagus:before {
	content: "";
}

.icofont-avocado:before {
	content: "";
}

.icofont-baby-food:before {
	content: "";
}

.icofont-banana:before {
	content: "";
}

.icofont-bbq:before {
	content: "";
}

.icofont-beans:before {
	content: "";
}

.icofont-beer:before {
	content: "";
}

.icofont-bell-pepper-capsicum:before {
	content: "";
}

.icofont-birthday-cake:before {
	content: "";
}

.icofont-bread:before {
	content: "";
}

.icofont-broccoli:before {
	content: "";
}

.icofont-burger:before {
	content: "";
}

.icofont-cabbage:before {
	content: "";
}

.icofont-carrot:before {
	content: "";
}

.icofont-cauli-flower:before {
	content: "";
}

.icofont-cheese:before {
	content: "";
}

.icofont-chef:before {
	content: "";
}

.icofont-cherry:before {
	content: "";
}

.icofont-chicken-fry:before {
	content: "";
}

.icofont-chicken:before {
	content: "";
}

.icofont-cocktail:before {
	content: "";
}

.icofont-coconut-water:before {
	content: "";
}

.icofont-coconut:before {
	content: "";
}

.icofont-coffee-alt:before {
	content: "";
}

.icofont-coffee-cup:before {
	content: "";
}

.icofont-coffee-mug:before {
	content: "";
}

.icofont-coffee-pot:before {
	content: "";
}

.icofont-cola:before {
	content: "";
}

.icofont-corn:before {
	content: "";
}

.icofont-croissant:before {
	content: "";
}

.icofont-crop-plant:before {
	content: "";
}

.icofont-cucumber:before {
	content: "";
}

.icofont-culinary:before {
	content: "";
}

.icofont-cup-cake:before {
	content: "";
}

.icofont-dining-table:before {
	content: "";
}

.icofont-donut:before {
	content: "";
}

.icofont-egg-plant:before {
	content: "";
}

.icofont-egg-poached:before {
	content: "";
}

.icofont-farmer-alt:before {
	content: "";
}

.icofont-farmer:before {
	content: "";
}

.icofont-fast-food:before {
	content: "";
}

.icofont-food-basket:before {
	content: "";
}

.icofont-food-cart:before {
	content: "";
}

.icofont-fork-and-knife:before {
	content: "";
}

.icofont-french-fries:before {
	content: "";
}

.icofont-fruits:before {
	content: "";
}

.icofont-grapes:before {
	content: "";
}

.icofont-honey:before {
	content: "";
}

.icofont-hot-dog:before {
	content: "";
}

.icofont-ice-cream-alt:before {
	content: "";
}

.icofont-ice-cream:before {
	content: "";
}

.icofont-juice:before {
	content: "";
}

.icofont-ketchup:before {
	content: "";
}

.icofont-kiwi:before {
	content: "";
}

.icofont-layered-cake:before {
	content: "";
}

.icofont-lemon-alt:before {
	content: "";
}

.icofont-lemon:before {
	content: "";
}

.icofont-lobster:before {
	content: "";
}

.icofont-mango:before {
	content: "";
}

.icofont-milk:before {
	content: "";
}

.icofont-mushroom:before {
	content: "";
}

.icofont-noodles:before {
	content: "";
}

.icofont-onion:before {
	content: "";
}

.icofont-orange:before {
	content: "";
}

.icofont-pear:before {
	content: "";
}

.icofont-peas:before {
	content: "";
}

.icofont-pepper:before {
	content: "";
}

.icofont-pie-alt:before {
	content: "";
}

.icofont-pie:before {
	content: "";
}

.icofont-pineapple:before {
	content: "";
}

.icofont-pizza-slice:before {
	content: "";
}

.icofont-pizza:before {
	content: "";
}

.icofont-plant:before {
	content: "";
}

.icofont-popcorn:before {
	content: "";
}

.icofont-potato:before {
	content: "";
}

.icofont-pumpkin:before {
	content: "";
}

.icofont-raddish:before {
	content: "";
}

.icofont-restaurant-menu:before {
	content: "";
}

.icofont-restaurant:before {
	content: "";
}

.icofont-salt-and-pepper:before {
	content: "";
}

.icofont-sandwich:before {
	content: "";
}

.icofont-sausage:before {
	content: "";
}

.icofont-soft-drinks:before {
	content: "";
}

.icofont-soup-bowl:before {
	content: "";
}

.icofont-spoon-and-fork:before {
	content: "";
}

.icofont-steak:before {
	content: "";
}

.icofont-strawberry:before {
	content: "";
}

.icofont-sub-sandwich:before {
	content: "";
}

.icofont-sushi:before {
	content: "";
}

.icofont-taco:before {
	content: "";
}

.icofont-tea-pot:before {
	content: "";
}

.icofont-tea:before {
	content: "";
}

.icofont-tomato:before {
	content: "";
}

.icofont-watermelon:before {
	content: "";
}

.icofont-wheat:before {
	content: "";
}

.icofont-baby-backpack:before {
	content: "";
}

.icofont-baby-cloth:before {
	content: "";
}

.icofont-baby-milk-bottle:before {
	content: "";
}

.icofont-baby-trolley:before {
	content: "";
}

.icofont-baby:before {
	content: "";
}

.icofont-candy:before {
	content: "";
}

.icofont-holding-hands:before {
	content: "";
}

.icofont-infant-nipple:before {
	content: "";
}

.icofont-kids-scooter:before {
	content: "";
}

.icofont-safety-pin:before {
	content: "";
}

.icofont-teddy-bear:before {
	content: "";
}

.icofont-toy-ball:before {
	content: "";
}

.icofont-toy-cat:before {
	content: "";
}

.icofont-toy-duck:before {
	content: "";
}

.icofont-toy-elephant:before {
	content: "";
}

.icofont-toy-hand:before {
	content: "";
}

.icofont-toy-horse:before {
	content: "";
}

.icofont-toy-lattu:before {
	content: "";
}

.icofont-toy-train:before {
	content: "";
}

.icofont-burglar:before {
	content: "";
}

.icofont-cannon-firing:before {
	content: "";
}

.icofont-cc-camera:before {
	content: "";
}

.icofont-cop-badge:before {
	content: "";
}

.icofont-cop:before {
	content: "";
}

.icofont-court-hammer:before {
	content: "";
}

.icofont-court:before {
	content: "";
}

.icofont-finger-print:before {
	content: "";
}

.icofont-gavel:before {
	content: "";
}

.icofont-handcuff-alt:before {
	content: "";
}

.icofont-handcuff:before {
	content: "";
}

.icofont-investigation:before {
	content: "";
}

.icofont-investigator:before {
	content: "";
}

.icofont-jail:before {
	content: "";
}

.icofont-judge:before {
	content: "";
}

.icofont-law-alt-1:before {
	content: "";
}

.icofont-law-alt-2:before {
	content: "";
}

.icofont-law-alt-3:before {
	content: "";
}

.icofont-law-book:before {
	content: "";
}

.icofont-law-document:before {
	content: "";
}

.icofont-law-order:before {
	content: "";
}

.icofont-law-protect:before {
	content: "";
}

.icofont-law-scales:before {
	content: "";
}

.icofont-law:before {
	content: "";
}

.icofont-lawyer-alt-1:before {
	content: "";
}

.icofont-lawyer-alt-2:before {
	content: "";
}

.icofont-lawyer:before {
	content: "";
}

.icofont-legal:before {
	content: "";
}

.icofont-pistol:before {
	content: "";
}

.icofont-police-badge:before {
	content: "";
}

.icofont-police-cap:before {
	content: "";
}

.icofont-police-car-alt-1:before {
	content: "";
}

.icofont-police-car-alt-2:before {
	content: "";
}

.icofont-police-car:before {
	content: "";
}

.icofont-police-hat:before {
	content: "";
}

.icofont-police-van:before {
	content: "";
}

.icofont-police:before {
	content: "";
}

.icofont-thief-alt:before {
	content: "";
}

.icofont-thief:before {
	content: "";
}

.icofont-abacus-alt:before {
	content: "";
}

.icofont-abacus:before {
	content: "";
}

.icofont-angle-180:before {
	content: "";
}

.icofont-angle-45:before {
	content: "";
}

.icofont-angle-90:before {
	content: "";
}

.icofont-angle:before {
	content: "";
}

.icofont-calculator-alt-1:before {
	content: "";
}

.icofont-calculator-alt-2:before {
	content: "";
}

.icofont-calculator:before {
	content: "";
}

.icofont-circle-ruler-alt:before {
	content: "";
}

.icofont-circle-ruler:before {
	content: "";
}

.icofont-compass-alt-1:before {
	content: "";
}

.icofont-compass-alt-2:before {
	content: "";
}

.icofont-compass-alt-3:before {
	content: "";
}

.icofont-compass-alt-4:before {
	content: "";
}

.icofont-golden-ratio:before {
	content: "";
}

.icofont-marker-alt-1:before {
	content: "";
}

.icofont-marker-alt-2:before {
	content: "";
}

.icofont-marker-alt-3:before {
	content: "";
}

.icofont-marker:before {
	content: "";
}

.icofont-math:before {
	content: "";
}

.icofont-mathematical-alt-1:before {
	content: "";
}

.icofont-mathematical-alt-2:before {
	content: "";
}

.icofont-mathematical:before {
	content: "";
}

.icofont-pen-alt-1:before {
	content: "";
}

.icofont-pen-alt-2:before {
	content: "";
}

.icofont-pen-alt-3:before {
	content: "";
}

.icofont-pen-holder-alt-1:before {
	content: "";
}

.icofont-pen-holder:before {
	content: "";
}

.icofont-pen:before {
	content: "";
}

.icofont-pencil-alt-1:before {
	content: "";
}

.icofont-pencil-alt-2:before {
	content: "";
}

.icofont-pencil-alt-3:before {
	content: "";
}

.icofont-pencil-alt-4:before {
	content: "";
}

.icofont-pencil:before {
	content: "";
}

.icofont-ruler-alt-1:before {
	content: "";
}

.icofont-ruler-alt-2:before {
	content: "";
}

.icofont-ruler-compass-alt:before {
	content: "";
}

.icofont-ruler-compass:before {
	content: "";
}

.icofont-ruler-pencil-alt-1:before {
	content: "";
}

.icofont-ruler-pencil-alt-2:before {
	content: "";
}

.icofont-ruler-pencil:before {
	content: "";
}

.icofont-ruler:before {
	content: "";
}

.icofont-rulers-alt:before {
	content: "";
}

.icofont-rulers:before {
	content: "";
}

.icofont-square-root:before {
	content: "";
}

.icofont-ui-calculator:before {
	content: "";
}

.icofont-aids:before {
	content: "";
}

.icofont-ambulance-crescent:before {
	content: "";
}

.icofont-ambulance-cross:before {
	content: "";
}

.icofont-ambulance:before {
	content: "";
}

.icofont-autism:before {
	content: "";
}

.icofont-bandage:before {
	content: "";
}

.icofont-blind:before {
	content: "";
}

.icofont-blood-drop:before {
	content: "";
}

.icofont-blood-test:before {
	content: "";
}

.icofont-blood:before {
	content: "";
}

.icofont-brain-alt:before {
	content: "";
}

.icofont-brain:before {
	content: "";
}

.icofont-capsule:before {
	content: "";
}

.icofont-crutch:before {
	content: "";
}

.icofont-disabled:before {
	content: "";
}

.icofont-dna-alt-1:before {
	content: "";
}

.icofont-dna-alt-2:before {
	content: "";
}

.icofont-dna:before {
	content: "";
}

.icofont-doctor-alt:before {
	content: "";
}

.icofont-doctor:before {
	content: "";
}

.icofont-drug-pack:before {
	content: "";
}

.icofont-drug:before {
	content: "";
}

.icofont-first-aid-alt:before {
	content: "";
}

.icofont-first-aid:before {
	content: "";
}

.icofont-heart-beat-alt:before {
	content: "";
}

.icofont-heart-beat:before {
	content: "";
}

.icofont-heartbeat:before {
	content: "";
}

.icofont-herbal:before {
	content: "";
}

.icofont-hospital:before {
	content: "";
}

.icofont-icu:before {
	content: "";
}

.icofont-injection-syringe:before {
	content: "";
}

.icofont-laboratory:before {
	content: "";
}

.icofont-medical-sign-alt:before {
	content: "";
}

.icofont-medical-sign:before {
	content: "";
}

.icofont-nurse-alt:before {
	content: "";
}

.icofont-nurse:before {
	content: "";
}

.icofont-nursing-home:before {
	content: "";
}

.icofont-operation-theater:before {
	content: "";
}

.icofont-paralysis-disability:before {
	content: "";
}

.icofont-patient-bed:before {
	content: "";
}

.icofont-patient-file:before {
	content: "";
}

.icofont-pills:before {
	content: "";
}

.icofont-prescription:before {
	content: "";
}

.icofont-pulse:before {
	content: "";
}

.icofont-stethoscope-alt:before {
	content: "";
}

.icofont-stethoscope:before {
	content: "";
}

.icofont-stretcher:before {
	content: "";
}

.icofont-surgeon-alt:before {
	content: "";
}

.icofont-surgeon:before {
	content: "";
}

.icofont-tablets:before {
	content: "";
}

.icofont-test-bottle:before {
	content: "";
}

.icofont-test-tube:before {
	content: "";
}

.icofont-thermometer-alt:before {
	content: "";
}

.icofont-thermometer:before {
	content: "";
}

.icofont-tooth:before {
	content: "";
}

.icofont-xray:before {
	content: "";
}

.icofont-ui-add:before {
	content: "";
}

.icofont-ui-alarm:before {
	content: "";
}

.icofont-ui-battery:before {
	content: "";
}

.icofont-ui-block:before {
	content: "";
}

.icofont-ui-bluetooth:before {
	content: "";
}

.icofont-ui-brightness:before {
	content: "";
}

.icofont-ui-browser:before {
	content: "";
}

.icofont-ui-calendar:before {
	content: "";
}

.icofont-ui-call:before {
	content: "";
}

.icofont-ui-camera:before {
	content: "";
}

.icofont-ui-cart:before {
	content: "";
}

.icofont-ui-cell-phone:before {
	content: "";
}

.icofont-ui-chat:before {
	content: "";
}

.icofont-ui-check:before {
	content: "";
}

.icofont-ui-clip-board:before {
	content: "";
}

.icofont-ui-clip:before {
	content: "";
}

.icofont-ui-clock:before {
	content: "";
}

.icofont-ui-close:before {
	content: "";
}

.icofont-ui-contact-list:before {
	content: "";
}

.icofont-ui-copy:before {
	content: "";
}

.icofont-ui-cut:before {
	content: "";
}

.icofont-ui-delete:before {
	content: "";
}

.icofont-ui-dial-phone:before {
	content: "";
}

.icofont-ui-edit:before {
	content: "";
}

.icofont-ui-email:before {
	content: "";
}

.icofont-ui-file:before {
	content: "";
}

.icofont-ui-fire-wall:before {
	content: "";
}

.icofont-ui-flash-light:before {
	content: "";
}

.icofont-ui-flight:before {
	content: "";
}

.icofont-ui-folder:before {
	content: "";
}

.icofont-ui-game:before {
	content: "";
}

.icofont-ui-handicapped:before {
	content: "";
}

.icofont-ui-home:before {
	content: "";
}

.icofont-ui-image:before {
	content: "";
}

.icofont-ui-laoding:before {
	content: "";
}

.icofont-ui-lock:before {
	content: "";
}

.icofont-ui-love-add:before {
	content: "";
}

.icofont-ui-love-broken:before {
	content: "";
}

.icofont-ui-love-remove:before {
	content: "";
}

.icofont-ui-love:before {
	content: "";
}

.icofont-ui-map:before {
	content: "";
}

.icofont-ui-message:before {
	content: "";
}

.icofont-ui-messaging:before {
	content: "";
}

.icofont-ui-movie:before {
	content: "";
}

.icofont-ui-music-player:before {
	content: "";
}

.icofont-ui-music:before {
	content: "";
}

.icofont-ui-mute:before {
	content: "";
}

.icofont-ui-network:before {
	content: "";
}

.icofont-ui-next:before {
	content: "";
}

.icofont-ui-note:before {
	content: "";
}

.icofont-ui-office:before {
	content: "";
}

.icofont-ui-password:before {
	content: "";
}

.icofont-ui-pause:before {
	content: "";
}

.icofont-ui-play-stop:before {
	content: "";
}

.icofont-ui-play:before {
	content: "";
}

.icofont-ui-pointer:before {
	content: "";
}

.icofont-ui-power:before {
	content: "";
}

.icofont-ui-press:before {
	content: "";
}

.icofont-ui-previous:before {
	content: "";
}

.icofont-ui-rate-add:before {
	content: "";
}

.icofont-ui-rate-blank:before {
	content: "";
}

.icofont-ui-rate-remove:before {
	content: "";
}

.icofont-ui-rating:before {
	content: "";
}

.icofont-ui-record:before {
	content: "";
}

.icofont-ui-remove:before {
	content: "";
}

.icofont-ui-reply:before {
	content: "";
}

.icofont-ui-rotation:before {
	content: "";
}

.icofont-ui-rss:before {
	content: "";
}

.icofont-ui-search:before {
	content: "";
}

.icofont-ui-settings:before {
	content: "";
}

.icofont-ui-social-link:before {
	content: "";
}

.icofont-ui-tag:before {
	content: "";
}

.icofont-ui-text-chat:before {
	content: "";
}

.icofont-ui-text-loading:before {
	content: "";
}

.icofont-ui-theme:before {
	content: "";
}

.icofont-ui-timer:before {
	content: "";
}

.icofont-ui-touch-phone:before {
	content: "";
}

.icofont-ui-travel:before {
	content: "";
}

.icofont-ui-unlock:before {
	content: "";
}

.icofont-ui-user-group:before {
	content: "";
}

.icofont-ui-user:before {
	content: "";
}

.icofont-ui-v-card:before {
	content: "";
}

.icofont-ui-video-chat:before {
	content: "";
}

.icofont-ui-video-message:before {
	content: "";
}

.icofont-ui-video-play:before {
	content: "";
}

.icofont-ui-video:before {
	content: "";
}

.icofont-ui-volume:before {
	content: "";
}

.icofont-ui-weather:before {
	content: "";
}

.icofont-ui-wifi:before {
	content: "";
}

.icofont-ui-zoom-in:before {
	content: "";
}

.icofont-ui-zoom-out:before {
	content: "";
}

.icofont-cassette-player:before {
	content: "";
}

.icofont-cassette:before {
	content: "";
}

.icofont-forward:before {
	content: "";
}

.icofont-guiter:before {
	content: "";
}

.icofont-movie:before {
	content: "";
}

.icofont-multimedia:before {
	content: "";
}

.icofont-music-alt:before {
	content: "";
}

.icofont-music-disk:before {
	content: "";
}

.icofont-music-note:before {
	content: "";
}

.icofont-music-notes:before {
	content: "";
}

.icofont-music:before {
	content: "";
}

.icofont-mute-volume:before {
	content: "";
}

.icofont-pause:before {
	content: "";
}

.icofont-play-alt-1:before {
	content: "";
}

.icofont-play-alt-2:before {
	content: "";
}

.icofont-play-alt-3:before {
	content: "";
}

.icofont-play-pause:before {
	content: "";
}

.icofont-play:before {
	content: "";
}

.icofont-record:before {
	content: "";
}

.icofont-retro-music-disk:before {
	content: "";
}

.icofont-rewind:before {
	content: "";
}

.icofont-song-notes:before {
	content: "";
}

.icofont-sound-wave-alt:before {
	content: "";
}

.icofont-sound-wave:before {
	content: "";
}

.icofont-stop:before {
	content: "";
}

.icofont-video-alt:before {
	content: "";
}

.icofont-video-cam:before {
	content: "";
}

.icofont-video-clapper:before {
	content: "";
}

.icofont-video:before {
	content: "";
}

.icofont-volume-bar:before {
	content: "";
}

.icofont-volume-down:before {
	content: "";
}

.icofont-volume-mute:before {
	content: "";
}

.icofont-volume-off:before {
	content: "";
}

.icofont-volume-up:before {
	content: "";
}

.icofont-youtube-play:before {
	content: "";
}

.icofont-2checkout-alt:before {
	content: "";
}

.icofont-2checkout:before {
	content: "";
}

.icofont-amazon-alt:before {
	content: "";
}

.icofont-amazon:before {
	content: "";
}

.icofont-american-express-alt:before {
	content: "";
}

.icofont-american-express:before {
	content: "";
}

.icofont-apple-pay-alt:before {
	content: "";
}

.icofont-apple-pay:before {
	content: "";
}

.icofont-bank-transfer-alt:before {
	content: "";
}

.icofont-bank-transfer:before {
	content: "";
}

.icofont-braintree-alt:before {
	content: "";
}

.icofont-braintree:before {
	content: "";
}

.icofont-cash-on-delivery-alt:before {
	content: "";
}

.icofont-cash-on-delivery:before {
	content: "";
}

.icofont-diners-club-alt-1:before {
	content: "";
}

.icofont-diners-club-alt-2:before {
	content: "";
}

.icofont-diners-club-alt-3:before {
	content: "";
}

.icofont-diners-club:before {
	content: "";
}

.icofont-discover-alt:before {
	content: "";
}

.icofont-discover:before {
	content: "";
}

.icofont-eway-alt:before {
	content: "";
}

.icofont-eway:before {
	content: "";
}

.icofont-google-wallet-alt-1:before {
	content: "";
}

.icofont-google-wallet-alt-2:before {
	content: "";
}

.icofont-google-wallet-alt-3:before {
	content: "";
}

.icofont-google-wallet:before {
	content: "";
}

.icofont-jcb-alt:before {
	content: "";
}

.icofont-jcb:before {
	content: "";
}

.icofont-maestro-alt:before {
	content: "";
}

.icofont-maestro:before {
	content: "";
}

.icofont-mastercard-alt:before {
	content: "";
}

.icofont-mastercard:before {
	content: "";
}

.icofont-payoneer-alt:before {
	content: "";
}

.icofont-payoneer:before {
	content: "";
}

.icofont-paypal-alt:before {
	content: "";
}

.icofont-paypal:before {
	content: "";
}

.icofont-sage-alt:before {
	content: "";
}

.icofont-sage:before {
	content: "";
}

.icofont-skrill-alt:before {
	content: "";
}

.icofont-skrill:before {
	content: "";
}

.icofont-stripe-alt:before {
	content: "";
}

.icofont-stripe:before {
	content: "";
}

.icofont-visa-alt:before {
	content: "";
}

.icofont-visa-electron:before {
	content: "";
}

.icofont-visa:before {
	content: "";
}

.icofont-western-union-alt:before {
	content: "";
}

.icofont-western-union:before {
	content: "";
}

.icofont-boy:before {
	content: "";
}

.icofont-business-man-alt-1:before {
	content: "";
}

.icofont-business-man-alt-2:before {
	content: "";
}

.icofont-business-man-alt-3:before {
	content: "";
}

.icofont-business-man:before {
	content: "";
}

.icofont-female:before {
	content: "";
}

.icofont-funky-man:before {
	content: "";
}

.icofont-girl-alt:before {
	content: "";
}

.icofont-girl:before {
	content: "";
}

.icofont-group:before {
	content: "";
}

.icofont-hotel-boy-alt:before {
	content: "";
}

.icofont-hotel-boy:before {
	content: "";
}

.icofont-kid:before {
	content: "";
}

.icofont-man-in-glasses:before {
	content: "";
}

.icofont-people:before {
	content: "";
}

.icofont-support:before {
	content: "";
}

.icofont-user-alt-1:before {
	content: "";
}

.icofont-user-alt-2:before {
	content: "";
}

.icofont-user-alt-3:before {
	content: "";
}

.icofont-user-alt-4:before {
	content: "";
}

.icofont-user-alt-5:before {
	content: "";
}

.icofont-user-alt-6:before {
	content: "";
}

.icofont-user-alt-7:before {
	content: "";
}

.icofont-user-female:before {
	content: "";
}

.icofont-user-male:before {
	content: "";
}

.icofont-user-suited:before {
	content: "";
}

.icofont-user:before {
	content: "";
}

.icofont-users-alt-1:before {
	content: "";
}

.icofont-users-alt-2:before {
	content: "";
}

.icofont-users-alt-3:before {
	content: "";
}

.icofont-users-alt-4:before {
	content: "";
}

.icofont-users-alt-5:before {
	content: "";
}

.icofont-users-alt-6:before {
	content: "";
}

.icofont-users-social:before {
	content: "";
}

.icofont-users:before {
	content: "";
}

.icofont-waiter-alt:before {
	content: "";
}

.icofont-waiter:before {
	content: "";
}

.icofont-woman-in-glasses:before {
	content: "";
}

.icofont-search-1:before {
	content: "";
}

.icofont-search-2:before {
	content: "";
}

.icofont-search-document:before {
	content: "";
}

.icofont-search-folder:before {
	content: "";
}

.icofont-search-job:before {
	content: "";
}

.icofont-search-map:before {
	content: "";
}

.icofont-search-property:before {
	content: "";
}

.icofont-search-restaurant:before {
	content: "";
}

.icofont-search-stock:before {
	content: "";
}

.icofont-search-user:before {
	content: "";
}

.icofont-search:before {
	content: "";
}

.icofont-500px:before {
	content: "";
}

.icofont-aim:before {
	content: "";
}

.icofont-badoo:before {
	content: "";
}

.icofont-baidu-tieba:before {
	content: "";
}

.icofont-bbm-messenger:before {
	content: "";
}

.icofont-bebo:before {
	content: "";
}

.icofont-behance:before {
	content: "";
}

.icofont-blogger:before {
	content: "";
}

.icofont-bootstrap:before {
	content: "";
}

.icofont-brightkite:before {
	content: "";
}

.icofont-cloudapp:before {
	content: "";
}

.icofont-concrete5:before {
	content: "";
}

.icofont-delicious:before {
	content: "";
}

.icofont-designbump:before {
	content: "";
}

.icofont-designfloat:before {
	content: "";
}

.icofont-deviantart:before {
	content: "";
}

.icofont-digg:before {
	content: "";
}

.icofont-dotcms:before {
	content: "";
}

.icofont-dribbble:before {
	content: "";
}

.icofont-dribble:before {
	content: "";
}

.icofont-dropbox:before {
	content: "";
}

.icofont-ebuddy:before {
	content: "";
}

.icofont-ello:before {
	content: "";
}

.icofont-ember:before {
	content: "";
}

.icofont-envato:before {
	content: "";
}

.icofont-evernote:before {
	content: "";
}

.icofont-facebook-messenger:before {
	content: "";
}

.icofont-facebook:before {
	content: "";
}

.icofont-feedburner:before {
	content: "";
}

.icofont-flikr:before {
	content: "";
}

.icofont-folkd:before {
	content: "";
}

.icofont-foursquare:before {
	content: "";
}

.icofont-friendfeed:before {
	content: "";
}

.icofont-ghost:before {
	content: "";
}

.icofont-github:before {
	content: "";
}

.icofont-gnome:before {
	content: "";
}

.icofont-google-buzz:before {
	content: "";
}

.icofont-google-hangouts:before {
	content: "";
}

.icofont-google-map:before {
	content: "";
}

.icofont-google-plus:before {
	content: "";
}

.icofont-google-talk:before {
	content: "";
}

.icofont-hype-machine:before {
	content: "";
}

.icofont-instagram:before {
	content: "";
}

.icofont-kakaotalk:before {
	content: "";
}

.icofont-kickstarter:before {
	content: "";
}

.icofont-kik:before {
	content: "";
}

.icofont-kiwibox:before {
	content: "";
}

.icofont-line-messenger:before {
	content: "";
}

.icofont-line:before {
	content: "";
}

.icofont-linkedin:before {
	content: "";
}

.icofont-linux-mint:before {
	content: "";
}

.icofont-live-messenger:before {
	content: "";
}

.icofont-livejournal:before {
	content: "";
}

.icofont-magento:before {
	content: "";
}

.icofont-meetme:before {
	content: "";
}

.icofont-meetup:before {
	content: "";
}

.icofont-mixx:before {
	content: "";
}

.icofont-newsvine:before {
	content: "";
}

.icofont-nimbuss:before {
	content: "";
}

.icofont-odnoklassniki:before {
	content: "";
}

.icofont-opencart:before {
	content: "";
}

.icofont-oscommerce:before {
	content: "";
}

.icofont-pandora:before {
	content: "";
}

.icofont-photobucket:before {
	content: "";
}

.icofont-picasa:before {
	content: "";
}

.icofont-pinterest:before {
	content: "";
}

.icofont-prestashop:before {
	content: "";
}

.icofont-qik:before {
	content: "";
}

.icofont-qq:before {
	content: "";
}

.icofont-readernaut:before {
	content: "";
}

.icofont-reddit:before {
	content: "";
}

.icofont-renren:before {
	content: "";
}

.icofont-rss:before {
	content: "";
}

.icofont-shopify:before {
	content: "";
}

.icofont-silverstripe:before {
	content: "";
}

.icofont-skype:before {
	content: "";
}

.icofont-slack:before {
	content: "";
}

.icofont-slashdot:before {
	content: "";
}

.icofont-slidshare:before {
	content: "";
}

.icofont-smugmug:before {
	content: "";
}

.icofont-snapchat:before {
	content: "";
}

.icofont-soundcloud:before {
	content: "";
}

.icofont-spotify:before {
	content: "";
}

.icofont-stack-exchange:before {
	content: "";
}

.icofont-stack-overflow:before {
	content: "";
}

.icofont-steam:before {
	content: "";
}

.icofont-stumbleupon:before {
	content: "";
}

.icofont-tagged:before {
	content: "";
}

.icofont-technorati:before {
	content: "";
}

.icofont-telegram:before {
	content: "";
}

.icofont-tinder:before {
	content: "";
}

.icofont-trello:before {
	content: "";
}

.icofont-tumblr:before {
	content: "";
}

.icofont-twitch:before {
	content: "";
}

.icofont-twitter:before {
	content: "";
}

.icofont-typo3:before {
	content: "";
}

.icofont-ubercart:before {
	content: "";
}

.icofont-viber:before {
	content: "";
}

.icofont-viddler:before {
	content: "";
}

.icofont-vimeo:before {
	content: "";
}

.icofont-vine:before {
	content: "";
}

.icofont-virb:before {
	content: "";
}

.icofont-virtuemart:before {
	content: "";
}

.icofont-vk:before {
	content: "";
}

.icofont-wechat:before {
	content: "";
}

.icofont-weibo:before {
	content: "";
}

.icofont-whatsapp:before {
	content: "";
}

.icofont-xing:before {
	content: "";
}

.icofont-yahoo:before {
	content: "";
}

.icofont-yelp:before {
	content: "";
}

.icofont-youku:before {
	content: "";
}

.icofont-youtube:before {
	content: "";
}

.icofont-zencart:before {
	content: "";
}

.icofont-badminton-birdie:before {
	content: "";
}

.icofont-baseball:before {
	content: "";
}

.icofont-baseballer:before {
	content: "";
}

.icofont-basketball-hoop:before {
	content: "";
}

.icofont-basketball:before {
	content: "";
}

.icofont-billiard-ball:before {
	content: "";
}

.icofont-boot-alt-1:before {
	content: "";
}

.icofont-boot-alt-2:before {
	content: "";
}

.icofont-boot:before {
	content: "";
}

.icofont-bowling-alt:before {
	content: "";
}

.icofont-bowling:before {
	content: "";
}

.icofont-canoe:before {
	content: "";
}

.icofont-cheer-leader:before {
	content: "";
}

.icofont-climbing:before {
	content: "";
}

.icofont-corner:before {
	content: "";
}

.icofont-field-alt:before {
	content: "";
}

.icofont-field:before {
	content: "";
}

.icofont-football-alt:before {
	content: "";
}

.icofont-football-american:before {
	content: "";
}

.icofont-football:before {
	content: "";
}

.icofont-foul:before {
	content: "";
}

.icofont-goal-keeper:before {
	content: "";
}

.icofont-goal:before {
	content: "";
}

.icofont-golf-alt:before {
	content: "";
}

.icofont-golf-bag:before {
	content: "";
}

.icofont-golf-cart:before {
	content: "";
}

.icofont-golf-field:before {
	content: "";
}

.icofont-golf:before {
	content: "";
}

.icofont-golfer:before {
	content: "";
}

.icofont-helmet:before {
	content: "";
}

.icofont-hockey-alt:before {
	content: "";
}

.icofont-hockey:before {
	content: "";
}

.icofont-ice-skate:before {
	content: "";
}

.icofont-jersey-alt:before {
	content: "";
}

.icofont-jersey:before {
	content: "";
}

.icofont-jumping:before {
	content: "";
}

.icofont-kick:before {
	content: "";
}

.icofont-leg:before {
	content: "";
}

.icofont-match-review:before {
	content: "";
}

.icofont-medal-sport:before {
	content: "";
}

.icofont-offside:before {
	content: "";
}

.icofont-olympic-logo:before {
	content: "";
}

.icofont-olympic:before {
	content: "";
}

.icofont-padding:before {
	content: "";
}

.icofont-penalty-card:before {
	content: "";
}

.icofont-racer:before {
	content: "";
}

.icofont-racing-car:before {
	content: "";
}

.icofont-racing-flag-alt:before {
	content: "";
}

.icofont-racing-flag:before {
	content: "";
}

.icofont-racings-wheel:before {
	content: "";
}

.icofont-referee:before {
	content: "";
}

.icofont-refree-jersey:before {
	content: "";
}

.icofont-result-sport:before {
	content: "";
}

.icofont-rugby-ball:before {
	content: "";
}

.icofont-rugby-player:before {
	content: "";
}

.icofont-rugby:before {
	content: "";
}

.icofont-runner-alt-1:before {
	content: "";
}

.icofont-runner-alt-2:before {
	content: "";
}

.icofont-runner:before {
	content: "";
}

.icofont-score-board:before {
	content: "";
}

.icofont-skiing-man:before {
	content: "";
}

.icofont-skydiving-goggles:before {
	content: "";
}

.icofont-snow-mobile:before {
	content: "";
}

.icofont-steering:before {
	content: "";
}

.icofont-stopwatch:before {
	content: "";
}

.icofont-substitute:before {
	content: "";
}

.icofont-swimmer:before {
	content: "";
}

.icofont-table-tennis:before {
	content: "";
}

.icofont-team-alt:before {
	content: "";
}

.icofont-team:before {
	content: "";
}

.icofont-tennis-player:before {
	content: "";
}

.icofont-tennis:before {
	content: "";
}

.icofont-tracking:before {
	content: "";
}

.icofont-trophy-alt:before {
	content: "";
}

.icofont-trophy:before {
	content: "";
}

.icofont-volleyball-alt:before {
	content: "";
}

.icofont-volleyball-fire:before {
	content: "";
}

.icofont-volleyball:before {
	content: "";
}

.icofont-water-bottle:before {
	content: "";
}

.icofont-whistle-alt:before {
	content: "";
}

.icofont-whistle:before {
	content: "";
}

.icofont-win-trophy:before {
	content: "";
}

.icofont-align-center:before {
	content: "";
}

.icofont-align-left:before {
	content: "";
}

.icofont-align-right:before {
	content: "";
}

.icofont-all-caps:before {
	content: "";
}

.icofont-bold:before {
	content: "";
}

.icofont-brush:before {
	content: "";
}

.icofont-clip-board:before {
	content: "";
}

.icofont-code-alt:before {
	content: "";
}

.icofont-color-bucket:before {
	content: "";
}

.icofont-color-picker:before {
	content: "";
}

.icofont-copy-invert:before {
	content: "";
}

.icofont-copy:before {
	content: "";
}

.icofont-cut:before {
	content: "";
}

.icofont-delete-alt:before {
	content: "";
}

.icofont-edit-alt:before {
	content: "";
}

.icofont-eraser-alt:before {
	content: "";
}

.icofont-font:before {
	content: "";
}

.icofont-heading:before {
	content: "";
}

.icofont-indent:before {
	content: "";
}

.icofont-italic-alt:before {
	content: "";
}

.icofont-italic:before {
	content: "";
}

.icofont-justify-all:before {
	content: "";
}

.icofont-justify-center:before {
	content: "";
}

.icofont-justify-left:before {
	content: "";
}

.icofont-justify-right:before {
	content: "";
}

.icofont-link-broken:before {
	content: "";
}

.icofont-outdent:before {
	content: "";
}

.icofont-paper-clip:before {
	content: "";
}

.icofont-paragraph:before {
	content: "";
}

.icofont-pin:before {
	content: "";
}

.icofont-printer:before {
	content: "";
}

.icofont-redo:before {
	content: "";
}

.icofont-rotation:before {
	content: "";
}

.icofont-save:before {
	content: "";
}

.icofont-small-cap:before {
	content: "";
}

.icofont-strike-through:before {
	content: "";
}

.icofont-sub-listing:before {
	content: "";
}

.icofont-subscript:before {
	content: "";
}

.icofont-superscript:before {
	content: "";
}

.icofont-table:before {
	content: "";
}

.icofont-text-height:before {
	content: "";
}

.icofont-text-width:before {
	content: "";
}

.icofont-trash:before {
	content: "";
}

.icofont-underline:before {
	content: "";
}

.icofont-undo:before {
	content: "";
}

.icofont-air-balloon:before {
	content: "";
}

.icofont-airplane-alt:before {
	content: "";
}

.icofont-airplane:before {
	content: "";
}

.icofont-articulated-truck:before {
	content: "";
}

.icofont-auto-mobile:before {
	content: "";
}

.icofont-auto-rickshaw:before {
	content: "";
}

.icofont-bicycle-alt-1:before {
	content: "";
}

.icofont-bicycle-alt-2:before {
	content: "";
}

.icofont-bicycle:before {
	content: "";
}

.icofont-bus-alt-1:before {
	content: "";
}

.icofont-bus-alt-2:before {
	content: "";
}

.icofont-bus-alt-3:before {
	content: "";
}

.icofont-bus:before {
	content: "";
}

.icofont-cab:before {
	content: "";
}

.icofont-cable-car:before {
	content: "";
}

.icofont-car-alt-1:before {
	content: "";
}

.icofont-car-alt-2:before {
	content: "";
}

.icofont-car-alt-3:before {
	content: "";
}

.icofont-car-alt-4:before {
	content: "";
}

.icofont-car:before {
	content: "";
}

.icofont-delivery-time:before {
	content: "";
}

.icofont-fast-delivery:before {
	content: "";
}

.icofont-fire-truck-alt:before {
	content: "";
}

.icofont-fire-truck:before {
	content: "";
}

.icofont-free-delivery:before {
	content: "";
}

.icofont-helicopter:before {
	content: "";
}

.icofont-motor-bike-alt:before {
	content: "";
}

.icofont-motor-bike:before {
	content: "";
}

.icofont-motor-biker:before {
	content: "";
}

.icofont-oil-truck:before {
	content: "";
}

.icofont-rickshaw:before {
	content: "";
}

.icofont-rocket-alt-1:before {
	content: "";
}

.icofont-rocket-alt-2:before {
	content: "";
}

.icofont-rocket:before {
	content: "";
}

.icofont-sail-boat-alt-1:before {
	content: "";
}

.icofont-sail-boat-alt-2:before {
	content: "";
}

.icofont-sail-boat:before {
	content: "";
}

.icofont-scooter:before {
	content: "";
}

.icofont-sea-plane:before {
	content: "";
}

.icofont-ship-alt:before {
	content: "";
}

.icofont-ship:before {
	content: "";
}

.icofont-speed-boat:before {
	content: "";
}

.icofont-taxi:before {
	content: "";
}

.icofont-tractor:before {
	content: "";
}

.icofont-train-line:before {
	content: "";
}

.icofont-train-steam:before {
	content: "";
}

.icofont-tram:before {
	content: "";
}

.icofont-truck-alt:before {
	content: "";
}

.icofont-truck-loaded:before {
	content: "";
}

.icofont-truck:before {
	content: "";
}

.icofont-van-alt:before {
	content: "";
}

.icofont-van:before {
	content: "";
}

.icofont-yacht:before {
	content: "";
}

.icofont-5-star-hotel:before {
	content: "";
}

.icofont-air-ticket:before {
	content: "";
}

.icofont-beach-bed:before {
	content: "";
}

.icofont-beach:before {
	content: "";
}

.icofont-camping-vest:before {
	content: "";
}

.icofont-direction-sign:before {
	content: "";
}

.icofont-hill-side:before {
	content: "";
}

.icofont-hill:before {
	content: "";
}

.icofont-hotel:before {
	content: "";
}

.icofont-island-alt:before {
	content: "";
}

.icofont-island:before {
	content: "";
}

.icofont-sandals-female:before {
	content: "";
}

.icofont-sandals-male:before {
	content: "";
}

.icofont-travelling:before {
	content: "";
}

.icofont-breakdown:before {
	content: "";
}

.icofont-celsius:before {
	content: "";
}

.icofont-clouds:before {
	content: "";
}

.icofont-cloudy:before {
	content: "";
}

.icofont-dust:before {
	content: "";
}

.icofont-eclipse:before {
	content: "";
}

.icofont-fahrenheit:before {
	content: "";
}

.icofont-forest-fire:before {
	content: "";
}

.icofont-full-night:before {
	content: "";
}

.icofont-full-sunny:before {
	content: "";
}

.icofont-hail-night:before {
	content: "";
}

.icofont-hail-rainy-night:before {
	content: "";
}

.icofont-hail-rainy-sunny:before {
	content: "";
}

.icofont-hail-rainy:before {
	content: "";
}

.icofont-hail-sunny:before {
	content: "";
}

.icofont-hail-thunder-night:before {
	content: "";
}

.icofont-hail-thunder-sunny:before {
	content: "";
}

.icofont-hail-thunder:before {
	content: "";
}

.icofont-hail:before {
	content: "";
}

.icofont-hill-night:before {
	content: "";
}

.icofont-hill-sunny:before {
	content: "";
}

.icofont-hurricane:before {
	content: "";
}

.icofont-meteor:before {
	content: "";
}

.icofont-night:before {
	content: "";
}

.icofont-rainy-night:before {
	content: "";
}

.icofont-rainy-sunny:before {
	content: "";
}

.icofont-rainy-thunder:before {
	content: "";
}

.icofont-rainy:before {
	content: "";
}

.icofont-snow-alt:before {
	content: "";
}

.icofont-snow-flake:before {
	content: "";
}

.icofont-snow-temp:before {
	content: "";
}

.icofont-snow:before {
	content: "";
}

.icofont-snowy-hail:before {
	content: "";
}

.icofont-snowy-night-hail:before {
	content: "";
}

.icofont-snowy-night-rainy:before {
	content: "";
}

.icofont-snowy-night:before {
	content: "";
}

.icofont-snowy-rainy:before {
	content: "";
}

.icofont-snowy-sunny-hail:before {
	content: "";
}

.icofont-snowy-sunny-rainy:before {
	content: "";
}

.icofont-snowy-sunny:before {
	content: "";
}

.icofont-snowy-thunder-night:before {
	content: "";
}

.icofont-snowy-thunder-sunny:before {
	content: "";
}

.icofont-snowy-thunder:before {
	content: "";
}

.icofont-snowy-windy-night:before {
	content: "";
}

.icofont-snowy-windy-sunny:before {
	content: "";
}

.icofont-snowy-windy:before {
	content: "";
}

.icofont-snowy:before {
	content: "";
}

.icofont-sun-alt:before {
	content: "";
}

.icofont-sun-rise:before {
	content: "";
}

.icofont-sun-set:before {
	content: "";
}

.icofont-sun:before {
	content: "";
}

.icofont-sunny-day-temp:before {
	content: "";
}

.icofont-sunny:before {
	content: "";
}

.icofont-thunder-light:before {
	content: "";
}

.icofont-tornado:before {
	content: "";
}

.icofont-umbrella-alt:before {
	content: "";
}

.icofont-umbrella:before {
	content: "";
}

.icofont-volcano:before {
	content: "";
}

.icofont-wave:before {
	content: "";
}

.icofont-wind-scale-0:before {
	content: "";
}

.icofont-wind-scale-1:before {
	content: "";
}

.icofont-wind-scale-10:before {
	content: "";
}

.icofont-wind-scale-11:before {
	content: "";
}

.icofont-wind-scale-12:before {
	content: "";
}

.icofont-wind-scale-2:before {
	content: "";
}

.icofont-wind-scale-3:before {
	content: "";
}

.icofont-wind-scale-4:before {
	content: "";
}

.icofont-wind-scale-5:before {
	content: "";
}

.icofont-wind-scale-6:before {
	content: "";
}

.icofont-wind-scale-7:before {
	content: "";
}

.icofont-wind-scale-8:before {
	content: "";
}

.icofont-wind-scale-9:before {
	content: "";
}

.icofont-wind-waves:before {
	content: "";
}

.icofont-wind:before {
	content: "";
}

.icofont-windy-hail:before {
	content: "";
}

.icofont-windy-night:before {
	content: "";
}

.icofont-windy-raining:before {
	content: "";
}

.icofont-windy-sunny:before {
	content: "";
}

.icofont-windy-thunder-raining:before {
	content: "";
}

.icofont-windy-thunder:before {
	content: "";
}

.icofont-windy:before {
	content: "";
}

.icofont-addons:before {
	content: "";
}

.icofont-address-book:before {
	content: "";
}

.icofont-adjust:before {
	content: "";
}

.icofont-alarm:before {
	content: "";
}

.icofont-anchor:before {
	content: "";
}

.icofont-archive:before {
	content: "";
}

.icofont-at:before {
	content: "";
}

.icofont-attachment:before {
	content: "";
}

.icofont-audio:before {
	content: "";
}

.icofont-automation:before {
	content: "";
}

.icofont-badge:before {
	content: "";
}

.icofont-bag-alt:before {
	content: "";
}

.icofont-bag:before {
	content: "";
}

.icofont-ban:before {
	content: "";
}

.icofont-bar-code:before {
	content: "";
}

.icofont-bars:before {
	content: "";
}

.icofont-basket:before {
	content: "";
}

.icofont-battery-empty:before {
	content: "";
}

.icofont-battery-full:before {
	content: "";
}

.icofont-battery-half:before {
	content: "";
}

.icofont-battery-low:before {
	content: "";
}

.icofont-beaker:before {
	content: "";
}

.icofont-beard:before {
	content: "";
}

.icofont-bed:before {
	content: "";
}

.icofont-bell:before {
	content: "";
}

.icofont-beverage:before {
	content: "";
}

.icofont-bill:before {
	content: "";
}

.icofont-bin:before {
	content: "";
}

.icofont-binary:before {
	content: "";
}

.icofont-binoculars:before {
	content: "";
}

.icofont-bluetooth:before {
	content: "";
}

.icofont-bomb:before {
	content: "";
}

.icofont-book-mark:before {
	content: "";
}

.icofont-box:before {
	content: "";
}

.icofont-briefcase:before {
	content: "";
}

.icofont-broken:before {
	content: "";
}

.icofont-bucket:before {
	content: "";
}

.icofont-bucket1:before {
	content: "";
}

.icofont-bucket2:before {
	content: "";
}

.icofont-bug:before {
	content: "";
}

.icofont-building:before {
	content: "";
}

.icofont-bulb-alt:before {
	content: "";
}

.icofont-bullet:before {
	content: "";
}

.icofont-bullhorn:before {
	content: "";
}

.icofont-bullseye:before {
	content: "";
}

.icofont-calendar:before {
	content: "";
}

.icofont-camera-alt:before {
	content: "";
}

.icofont-camera:before {
	content: "";
}

.icofont-card:before {
	content: "";
}

.icofont-cart-alt:before {
	content: "";
}

.icofont-cart:before {
	content: "";
}

.icofont-cc:before {
	content: "";
}

.icofont-charging:before {
	content: "";
}

.icofont-chat:before {
	content: "";
}

.icofont-check-alt:before {
	content: "";
}

.icofont-check-circled:before {
	content: "";
}

.icofont-check:before {
	content: "";
}

.icofont-checked:before {
	content: "";
}

.icofont-children-care:before {
	content: "";
}

.icofont-clip:before {
	content: "";
}

.icofont-clock-time:before {
	content: "";
}

.icofont-close-circled:before {
	content: "";
}

.icofont-close-line-circled:before {
	content: "";
}

.icofont-close-line-squared-alt:before {
	content: "";
}

.icofont-close-line-squared:before {
	content: "";
}

.icofont-close-line:before {
	content: "";
}

.icofont-close-squared-alt:before {
	content: "";
}

.icofont-close-squared:before {
	content: "";
}

.icofont-close:before {
	content: "";
}

.icofont-cloud-download:before {
	content: "";
}

.icofont-cloud-refresh:before {
	content: "";
}

.icofont-cloud-upload:before {
	content: "";
}

.icofont-cloud:before {
	content: "";
}

.icofont-code-not-allowed:before {
	content: "";
}

.icofont-code:before {
	content: "";
}

.icofont-comment:before {
	content: "";
}

.icofont-compass-alt:before {
	content: "";
}

.icofont-compass:before {
	content: "";
}

.icofont-computer:before {
	content: "";
}

.icofont-connection:before {
	content: "";
}

.icofont-console:before {
	content: "";
}

.icofont-contacts:before {
	content: "";
}

.icofont-contrast:before {
	content: "";
}

.icofont-copyright:before {
	content: "";
}

.icofont-credit-card:before {
	content: "";
}

.icofont-crop:before {
	content: "";
}

.icofont-crown:before {
	content: "";
}

.icofont-cube:before {
	content: "";
}

.icofont-cubes:before {
	content: "";
}

.icofont-dashboard-web:before {
	content: "";
}

.icofont-dashboard:before {
	content: "";
}

.icofont-data:before {
	content: "";
}

.icofont-database-add:before {
	content: "";
}

.icofont-database-locked:before {
	content: "";
}

.icofont-database-remove:before {
	content: "";
}

.icofont-database:before {
	content: "";
}

.icofont-delete:before {
	content: "";
}

.icofont-diamond:before {
	content: "";
}

.icofont-dice-multiple:before {
	content: "";
}

.icofont-dice:before {
	content: "";
}

.icofont-disc:before {
	content: "";
}

.icofont-diskette:before {
	content: "";
}

.icofont-document-folder:before {
	content: "";
}

.icofont-download-alt:before {
	content: "";
}

.icofont-download:before {
	content: "";
}

.icofont-downloaded:before {
	content: "";
}

.icofont-drag:before {
	content: "";
}

.icofont-drag1:before {
	content: "";
}

.icofont-drag2:before {
	content: "";
}

.icofont-drag3:before {
	content: "";
}

.icofont-earth:before {
	content: "";
}

.icofont-ebook:before {
	content: "";
}

.icofont-edit:before {
	content: "";
}

.icofont-eject:before {
	content: "";
}

.icofont-email:before {
	content: "";
}

.icofont-envelope-open:before {
	content: "";
}

.icofont-envelope:before {
	content: "";
}

.icofont-eraser:before {
	content: "";
}

.icofont-error:before {
	content: "";
}

.icofont-excavator:before {
	content: "";
}

.icofont-exchange:before {
	content: "";
}

.icofont-exclamation-circle:before {
	content: "";
}

.icofont-exclamation-square:before {
	content: "";
}

.icofont-exclamation-tringle:before {
	content: "";
}

.icofont-exclamation:before {
	content: "";
}

.icofont-exit:before {
	content: "";
}

.icofont-expand:before {
	content: "";
}

.icofont-external-link:before {
	content: "";
}

.icofont-external:before {
	content: "";
}

.icofont-eye-alt:before {
	content: "";
}

.icofont-eye-blocked:before {
	content: "";
}

.icofont-eye-dropper:before {
	content: "";
}

.icofont-eye:before {
	content: "";
}

.icofont-favourite:before {
	content: "";
}

.icofont-fax:before {
	content: "";
}

.icofont-file-fill:before {
	content: "";
}

.icofont-film:before {
	content: "";
}

.icofont-filter:before {
	content: "";
}

.icofont-fire-alt:before {
	content: "";
}

.icofont-fire-burn:before {
	content: "";
}

.icofont-fire:before {
	content: "";
}

.icofont-flag-alt-1:before {
	content: "";
}

.icofont-flag-alt-2:before {
	content: "";
}

.icofont-flag:before {
	content: "";
}

.icofont-flame-torch:before {
	content: "";
}

.icofont-flash-light:before {
	content: "";
}

.icofont-flash:before {
	content: "";
}

.icofont-flask:before {
	content: "";
}

.icofont-focus:before {
	content: "";
}

.icofont-folder-open:before {
	content: "";
}

.icofont-folder:before {
	content: "";
}

.icofont-foot-print:before {
	content: "";
}

.icofont-garbage:before {
	content: "";
}

.icofont-gear-alt:before {
	content: "";
}

.icofont-gear:before {
	content: "";
}

.icofont-gears:before {
	content: "";
}

.icofont-gift:before {
	content: "";
}

.icofont-glass:before {
	content: "";
}

.icofont-globe:before {
	content: "";
}

.icofont-graffiti:before {
	content: "";
}

.icofont-grocery:before {
	content: "";
}

.icofont-hand:before {
	content: "";
}

.icofont-hanger:before {
	content: "";
}

.icofont-hard-disk:before {
	content: "";
}

.icofont-heart-alt:before {
	content: "";
}

.icofont-heart:before {
	content: "";
}

.icofont-history:before {
	content: "";
}

.icofont-home:before {
	content: "";
}

.icofont-horn:before {
	content: "";
}

.icofont-hour-glass:before {
	content: "";
}

.icofont-id:before {
	content: "";
}

.icofont-image:before {
	content: "";
}

.icofont-inbox:before {
	content: "";
}

.icofont-infinite:before {
	content: "";
}

.icofont-info-circle:before {
	content: "";
}

.icofont-info-square:before {
	content: "";
}

.icofont-info:before {
	content: "";
}

.icofont-institution:before {
	content: "";
}

.icofont-interface:before {
	content: "";
}

.icofont-invisible:before {
	content: "";
}

.icofont-jacket:before {
	content: "";
}

.icofont-jar:before {
	content: "";
}

.icofont-jewlery:before {
	content: "";
}

.icofont-karate:before {
	content: "";
}

.icofont-key-hole:before {
	content: "";
}

.icofont-key:before {
	content: "";
}

.icofont-label:before {
	content: "";
}

.icofont-lamp:before {
	content: "";
}

.icofont-layers:before {
	content: "";
}

.icofont-layout:before {
	content: "";
}

.icofont-leaf:before {
	content: "";
}

.icofont-leaflet:before {
	content: "";
}

.icofont-learn:before {
	content: "";
}

.icofont-lego:before {
	content: "";
}

.icofont-lens:before {
	content: "";
}

.icofont-letter:before {
	content: "";
}

.icofont-letterbox:before {
	content: "";
}

.icofont-library:before {
	content: "";
}

.icofont-license:before {
	content: "";
}

.icofont-life-bouy:before {
	content: "";
}

.icofont-life-buoy:before {
	content: "";
}

.icofont-life-jacket:before {
	content: "";
}

.icofont-life-ring:before {
	content: "";
}

.icofont-light-bulb:before {
	content: "";
}

.icofont-lighter:before {
	content: "";
}

.icofont-lightning-ray:before {
	content: "";
}

.icofont-like:before {
	content: "";
}

.icofont-line-height:before {
	content: "";
}

.icofont-link-alt:before {
	content: "";
}

.icofont-link:before {
	content: "";
}

.icofont-list:before {
	content: "";
}

.icofont-listening:before {
	content: "";
}

.icofont-listine-dots:before {
	content: "";
}

.icofont-listing-box:before {
	content: "";
}

.icofont-listing-number:before {
	content: "";
}

.icofont-live-support:before {
	content: "";
}

.icofont-location-arrow:before {
	content: "";
}

.icofont-location-pin:before {
	content: "";
}

.icofont-lock:before {
	content: "";
}

.icofont-login:before {
	content: "";
}

.icofont-logout:before {
	content: "";
}

.icofont-lollipop:before {
	content: "";
}

.icofont-long-drive:before {
	content: "";
}

.icofont-look:before {
	content: "";
}

.icofont-loop:before {
	content: "";
}

.icofont-luggage:before {
	content: "";
}

.icofont-lunch:before {
	content: "";
}

.icofont-lungs:before {
	content: "";
}

.icofont-magic-alt:before {
	content: "";
}

.icofont-magic:before {
	content: "";
}

.icofont-magnet:before {
	content: "";
}

.icofont-mail-box:before {
	content: "";
}

.icofont-mail:before {
	content: "";
}

.icofont-male:before {
	content: "";
}

.icofont-map-pins:before {
	content: "";
}

.icofont-map:before {
	content: "";
}

.icofont-maximize:before {
	content: "";
}

.icofont-measure:before {
	content: "";
}

.icofont-medicine:before {
	content: "";
}

.icofont-mega-phone:before {
	content: "";
}

.icofont-megaphone-alt:before {
	content: "";
}

.icofont-megaphone:before {
	content: "";
}

.icofont-memorial:before {
	content: "";
}

.icofont-memory-card:before {
	content: "";
}

.icofont-mic-mute:before {
	content: "";
}

.icofont-mic:before {
	content: "";
}

.icofont-military:before {
	content: "";
}

.icofont-mill:before {
	content: "";
}

.icofont-minus-circle:before {
	content: "";
}

.icofont-minus-square:before {
	content: "";
}

.icofont-minus:before {
	content: "";
}

.icofont-mobile-phone:before {
	content: "";
}

.icofont-molecule:before {
	content: "";
}

.icofont-money:before {
	content: "";
}

.icofont-moon:before {
	content: "";
}

.icofont-mop:before {
	content: "";
}

.icofont-muffin:before {
	content: "";
}

.icofont-mustache:before {
	content: "";
}

.icofont-navigation-menu:before {
	content: "";
}

.icofont-navigation:before {
	content: "";
}

.icofont-network-tower:before {
	content: "";
}

.icofont-network:before {
	content: "";
}

.icofont-news:before {
	content: "";
}

.icofont-newspaper:before {
	content: "";
}

.icofont-no-smoking:before {
	content: "";
}

.icofont-not-allowed:before {
	content: "";
}

.icofont-notebook:before {
	content: "";
}

.icofont-notepad:before {
	content: "";
}

.icofont-notification:before {
	content: "";
}

.icofont-numbered:before {
	content: "";
}

.icofont-opposite:before {
	content: "";
}

.icofont-optic:before {
	content: "";
}

.icofont-options:before {
	content: "";
}

.icofont-package:before {
	content: "";
}

.icofont-page:before {
	content: "";
}

.icofont-paint:before {
	content: "";
}

.icofont-paper-plane:before {
	content: "";
}

.icofont-paperclip:before {
	content: "";
}

.icofont-papers:before {
	content: "";
}

.icofont-pay:before {
	content: "";
}

.icofont-penguin-linux:before {
	content: "";
}

.icofont-pestle:before {
	content: "";
}

.icofont-phone-circle:before {
	content: "";
}

.icofont-phone:before {
	content: "";
}

.icofont-picture:before {
	content: "";
}

.icofont-pine:before {
	content: "";
}

.icofont-pixels:before {
	content: "";
}

.icofont-plugin:before {
	content: "";
}

.icofont-plus-circle:before {
	content: "";
}

.icofont-plus-square:before {
	content: "";
}

.icofont-plus:before {
	content: "";
}

.icofont-polygonal:before {
	content: "";
}

.icofont-power:before {
	content: "";
}

.icofont-price:before {
	content: "";
}

.icofont-print:before {
	content: "";
}

.icofont-puzzle:before {
	content: "";
}

.icofont-qr-code:before {
	content: "";
}

.icofont-queen:before {
	content: "";
}

.icofont-question-circle:before {
	content: "";
}

.icofont-question-square:before {
	content: "";
}

.icofont-question:before {
	content: "";
}

.icofont-quote-left:before {
	content: "";
}

.icofont-quote-right:before {
	content: "";
}

.icofont-random:before {
	content: "";
}

.icofont-recycle:before {
	content: "";
}

.icofont-refresh:before {
	content: "";
}

.icofont-repair:before {
	content: "";
}

.icofont-reply-all:before {
	content: "";
}

.icofont-reply:before {
	content: "";
}

.icofont-resize:before {
	content: "";
}

.icofont-responsive:before {
	content: "";
}

.icofont-retweet:before {
	content: "";
}

.icofont-road:before {
	content: "";
}

.icofont-robot:before {
	content: "";
}

.icofont-royal:before {
	content: "";
}

.icofont-rss-feed:before {
	content: "";
}

.icofont-safety:before {
	content: "";
}

.icofont-sale-discount:before {
	content: "";
}

.icofont-satellite:before {
	content: "";
}

.icofont-send-mail:before {
	content: "";
}

.icofont-server:before {
	content: "";
}

.icofont-settings-alt:before {
	content: "";
}

.icofont-settings:before {
	content: "";
}

.icofont-share-alt:before {
	content: "";
}

.icofont-share-boxed:before {
	content: "";
}

.icofont-share:before {
	content: "";
}

.icofont-shield:before {
	content: "";
}

.icofont-shopping-cart:before {
	content: "";
}

.icofont-sign-in:before {
	content: "";
}

.icofont-sign-out:before {
	content: "";
}

.icofont-signal:before {
	content: "";
}

.icofont-site-map:before {
	content: "";
}

.icofont-smart-phone:before {
	content: "";
}

.icofont-soccer:before {
	content: "";
}

.icofont-sort-alt:before {
	content: "";
}

.icofont-sort:before {
	content: "";
}

.icofont-space:before {
	content: "";
}

.icofont-spanner:before {
	content: "";
}

.icofont-speech-comments:before {
	content: "";
}

.icofont-speed-meter:before {
	content: "";
}

.icofont-spinner-alt-1:before {
	content: "";
}

.icofont-spinner-alt-2:before {
	content: "";
}

.icofont-spinner-alt-3:before {
	content: "";
}

.icofont-spinner-alt-4:before {
	content: "";
}

.icofont-spinner-alt-5:before {
	content: "";
}

.icofont-spinner-alt-6:before {
	content: "";
}

.icofont-spinner:before {
	content: "";
}

.icofont-spreadsheet:before {
	content: "";
}

.icofont-square:before {
	content: "";
}

.icofont-ssl-security:before {
	content: "";
}

.icofont-star-alt-1:before {
	content: "";
}

.icofont-star-alt-2:before {
	content: "";
}

.icofont-star:before {
	content: "";
}

.icofont-street-view:before {
	content: "";
}

.icofont-support-faq:before {
	content: "";
}

.icofont-tack-pin:before {
	content: "";
}

.icofont-tag:before {
	content: "";
}

.icofont-tags:before {
	content: "";
}

.icofont-tasks-alt:before {
	content: "";
}

.icofont-tasks:before {
	content: "";
}

.icofont-telephone:before {
	content: "";
}

.icofont-telescope:before {
	content: "";
}

.icofont-terminal:before {
	content: "";
}

.icofont-thumbs-down:before {
	content: "";
}

.icofont-thumbs-up:before {
	content: "";
}

.icofont-tick-boxed:before {
	content: "";
}

.icofont-tick-mark:before {
	content: "";
}

.icofont-ticket:before {
	content: "";
}

.icofont-tie:before {
	content: "";
}

.icofont-toggle-off:before {
	content: "";
}

.icofont-toggle-on:before {
	content: "";
}

.icofont-tools-alt-2:before {
	content: "";
}

.icofont-tools:before {
	content: "";
}

.icofont-touch:before {
	content: "";
}

.icofont-traffic-light:before {
	content: "";
}

.icofont-transparent:before {
	content: "";
}

.icofont-tree:before {
	content: "";
}

.icofont-unique-idea:before {
	content: "";
}

.icofont-unlock:before {
	content: "";
}

.icofont-unlocked:before {
	content: "";
}

.icofont-upload-alt:before {
	content: "";
}

.icofont-upload:before {
	content: "";
}

.icofont-usb-drive:before {
	content: "";
}

.icofont-usb:before {
	content: "";
}

.icofont-vector-path:before {
	content: "";
}

.icofont-verification-check:before {
	content: "";
}

.icofont-wall-clock:before {
	content: "";
}

.icofont-wall:before {
	content: "";
}

.icofont-wallet:before {
	content: "";
}

.icofont-warning-alt:before {
	content: "";
}

.icofont-warning:before {
	content: "";
}

.icofont-water-drop:before {
	content: "";
}

.icofont-web:before {
	content: "";
}

.icofont-wheelchair:before {
	content: "";
}

.icofont-wifi-alt:before {
	content: "";
}

.icofont-wifi:before {
	content: "";
}

.icofont-world:before {
	content: "";
}

.icofont-zigzag:before {
	content: "";
}

.icofont-zipped:before {
	content: "";
}

.icofont-xs {
	font-size: .5em;
}

.icofont-sm {
	font-size: .75em;
}

.icofont-md {
	font-size: 1.25em;
}

.icofont-lg {
	font-size: 1.5em;
}

.icofont-1x {
	font-size: 1em;
}

.icofont-2x {
	font-size: 2em;
}

.icofont-3x {
	font-size: 3em;
}

.icofont-4x {
	font-size: 4em;
}

.icofont-5x {
	font-size: 5em;
}

.icofont-6x {
	font-size: 6em;
}

.icofont-7x {
	font-size: 7em;
}

.icofont-8x {
	font-size: 8em;
}

.icofont-9x {
	font-size: 9em;
}

.icofont-10x {
	font-size: 10em;
}

.icofont-fw {
	text-align: center;
	width: 1.25em;
}

.icofont-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.icofont-ul>li {
	position: relative;
	line-height: 2em;
}

.icofont-ul>li .icofont {
	display: inline-block;
	vertical-align: middle;
}

.icofont-border {
	border: solid .08em #f1f1f1;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.icofont-pull-left {
	float: left;
}

.icofont-pull-right {
	float: right;
}

.icofont.icofont-pull-left {
	margin-right: .3em;
}

.icofont.icofont-pull-right {
	margin-left: .3em;
}

.icofont-spin {
	-webkit-animation: icofont-spin 2s infinite linear;
	animation: icofont-spin 2s infinite linear;
	display: inline-block;
}

.icofont-pulse {
	-webkit-animation: icofont-spin 1s infinite steps(8);
	animation: icofont-spin 1s infinite steps(8);
	display: inline-block;
}

@-webkit-keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.icofont-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icofont-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icofont-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icofont-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icofont-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .icofont-flip-horizontal, :root .icofont-flip-vertical, :root .icofont-rotate-180, :root .icofont-rotate-270, :root .icofont-rotate-90 {
	-webkit-filter: none;
	filter: none;
	display: inline-block;
}

.icofont-inverse {
	color: #fff;
}

.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;
}

body {
	font-family: Poppins-medium;
	color: #444;
	font-size: 15px !important;
}

a {
	color: #1ab49a;
}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 27px;
}

a:hover {
	color: #9eccf4;
	text-decoration: none;
}

.font-primary, h1, h2, h3, h4, h5, h6 {
	font-family: Poppins-semibold;
}

.slick-slide {
	margin: 0 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.customer-profile li img {
	background: #30b8a7;
	width: 43px;
	border-radius: 50%;
	padding: 1%;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.back-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	right: 15px;
	bottom: 15px;
	background: #1ab49a;
	color: #fff;
	transition: display .5s ease-in-out;
	z-index: 99999;
}

.back-to-top i {
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.back-to-top:hover {
	color: #fff;
	background: #629fd3;
	transition: background .2s ease-in-out;
}

#topbar {
	background-color: #383838;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #fff;
	transition: .3s;
}

.float-left {
	color: #fff;
}

#topbar .contact-info a:hover {
	color: #fff;
}

#topbar .contact-info i {
	color: #29b6a5;
	padding: 4px;
}

#topbar .contact-info .icofont-phone {
	padding-left: 20px;
	margin-left: 10px;
}

#topbar .social-links a {
	color: #fff;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: .3s;
}

#topbar .social-links a:hover {
	color: #428bca;
}

#header {
	height: 70px;
	transition: all .5s;
	transition: all .5s;
	padding: 10px 0;
	background: #fff;
	z-index: 9999999 !important;
}

#header.header-scrolled {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	padding: 10px 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
	color: #1c5c93;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 0;
	padding-top: 3%;
	max-height: 40px;
}

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #000;
	padding: 12px 15px;
	transition: .3s;
	letter-spacing: -.8px;
	font-size: 15px;
	font-family: Poppins-medium;
}

.nav-menu .active>a, .nav-menu a:hover, .nav-menu li:hover>a {
	color: #1ab49a;
	text-decoration: none;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	transition: ease all .3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

]
.nav-menu .drop-down ul a {
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #103453;
}

.nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover>a {
	color: #428bca;
	color: #1ab49a !important;
}

.nav-menu .drop-down>a:after {
	content: "";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width:1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	
	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}
	
	.nav-menu .drop-down .drop-down>a:after {
		content: "";
	}
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999999999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #1f3548;
	transition: .4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #e3f0fc;
	padding: 10px 20px;
	font-weight: 500;
}

.mobile-nav .active>a, .mobile-nav a:hover, .mobile-nav li:hover>a {
	color: #9eccf4;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 20px;
	z-index: 99999999;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: 0 !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #5c768d;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(31, 53, 72, .7);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

#hero {
	width: 100%;
	height: calc(100vh - 114px);
	padding: 0;
	overflow: hidden;
}

#hero .carousel-item.three h2 {
	width: 78%;
	margin-top: 0;
	margin: 0 auto;
	text-align: center;
}

#hero .carousel-item.three .boxed:hover {
	background: #29b6a5;
}

#hero .carousel-item.three .icons:hover {
	background: 0 0;
}

.solution {
	text-align: center;
	width: 20%;
	padding: 0;
	margin-bottom: 20px;
	display: inline-block;
}

.solution img {
	width: 42px;
}

.solution p {
	margin-bottom: 0;
}

#hero .carousel-item {
	width: 100%;
	height: calc(100vh - 114px);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

#hero .carousel-item::before {
	content: "";
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

#hero .carousel-content {
	text-align: left;
}

.col-md-3 a.btn.btn-primary.second {
	background: #333 !important;
	color: #fff !important;
	transition: .5s;
}

.col-md-3 a.btn.btn-primary.second:hover {
	background: #fff !important;
	color: #000 !important;
}

.col-md-3 a.btn.btn-primary.second.third {
	background: #fff !important;
	color: #000 !important;
	transition: .5s;
}

.col-md-3 a.btn.btn-primary.second.third:hover {
	background-image: linear-gradient(to left, #00705d, #1ab49a) !important;
	color: #fff !important;
}

@media (max-width:992px) {
	#hero, #hero .carousel-item {
		height: calc(100vh - 70px);
	}
	
	#hero .carousel-content.container {
		padding: 0 50px;
	}
	
	#hero-section.ms-azure h1.text-white {
		font-size: 42px !important;
	}
	
	#hero-section.ms-azure h4 {
		font-size: 17px;
	}
}

#hero h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	margin-top: 5%;
	font-weight: 900;
}

#hero p {
	width: 80%;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	color: #fff;
}

#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}

#hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right, #hero .carousel-inner .carousel-item {
	opacity: 0;
}

#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: .5s;
}

#hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right, #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev {
	left: 0;
	transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next, #hero .carousel-control-prev {
	width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
	background: 0 0;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .carousel-indicators li {
	cursor: pointer;
}

#hero .btn-get-started {
	font-family: Poppins-medium;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: .5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	border: 0;
	background: #428bca;
}

#hero .btn-get-started:hover {
	background: #1c5c93;
}

@media (max-width:768px) {
	#hero h2 {
		font-size: 28px;
	}
	
	.carousel-item.three h2 {
		width: 100% !important;
		font-size: 22px !important;
	}
	
	.carousel-item.three p {
		width: 100%;
		font-size: 15px !important;
	}
	
	.carousel-item.three .boxed h3.text-white {
		padding: 18px 10px;
	}
}

@media (min-width:1024px) {
	#hero p {
		width: 100%;
	}
	
	#hero .carousel-control-next, #hero .carousel-control-prev {
		width: 5%;
	}
}

.bp-title {
	color: #1ab49a;
}

.bp p {
	color: #000;
	text-align: center;
}

.bp.sec2bodertop {
	background-color: #444;
}

.bp.sec2bodertop span {
	margin-left: 50px;
}

.bp.sec2bodertop h3 {
	margin-top: 5px;
}

.bp.ulbox1a {
	padding: 6%;
	height: 186px;
}

.bp.ulbox1a h4.module-title {
	font-size: 20px;
}

.bp.about1srm {
	margin-bottom: 60px;
}

.bp.about1srm p {
	text-align: left;
}

.bp-img {
	width: 80px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
}

section {
	padding: 60px 0;
}

.section-bg {
	background-color: #f5f9fc;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 0;
	color: #5c768d;
}

.section-title p {
	margin-bottom: 0;
}

.about .video-box img {
	padding: 15px 0;
}

.about .section-title p {
	text-align: left;
	font-style: italic;
	color: #666;
}

.about .about-content {
	padding: 40px;
}

.about .icon-box+.icon-box {
	margin-top: 40px;
}

.about .icon-box .icon {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	background: #f1f7fb;
	border-radius: 6px;
	transition: .5s;
}

.about .icon-box .icon i {
	color: #428bca;
	font-size: 32px;
}

.about .icon-box:hover .icon {
	background: #428bca;
}

.about .icon-box:hover .icon i {
	color: #fff;
}

.about .icon-box .title {
	margin-left: 95px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.about .icon-box .title a {
	color: #343a40;
	transition: .3s;
}

.about .icon-box .title a:hover {
	color: #428bca;
}

.about .icon-box .description {
	margin-left: 95px;
	line-height: 24px;
	font-size: 14px;
}

.about .video-box {
	position: relative;
}

.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#428bca 50%, rgba(66, 139, 202, .4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.about .play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all .4s cubic-bezier(.55, .055, .675, .19);
}

.about .play-btn::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(66, 139, 202, .7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
	border-left: 15px solid #428bca;
	transform: scale(20);
}

.about .play-btn:hover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(.6, .6);
		opacity: 1;
	}
	
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(.6, .6);
		opacity: 1;
	}
	
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

.about-lists {
	padding: 40px;
}

.about-lists .row {
	overflow: hidden;
}

.about-lists .content-item {
	padding: 40px;
	border-left: 1px solid #d9e8f4;
	border-bottom: 1px solid #d9e8f4;
	margin: -1px;
}

.about-lists .content-item span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #9eccf4;
}

.about-lists .content-item h4 {
	font-size: 28px;
	font-weight: 400;
	padding: 0;
	margin: 20px 0;
}

.about-lists .content-item p {
	color: #aaa;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

@media (max-width:768px) {
	.about-lists .content-item {
		padding: 40px 0;
	}
}

.counts {
	padding-bottom: 30px;
}

.counts .count-box {
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}

.counts .count-box i {
	display: block;
	font-size: 64px;
	margin-bottom: 15px;
}

.counts .count-box span {
	font-size: 42px;
	display: block;
	font-weight: 700;
	color: #1c5c93;
}

.counts .count-box p {
	padding: 0;
	margin: 0;
	font-family: Poppins-medium;
	font-size: 14px;
}

.services {
	padding-bottom: 30px;
}

.services .icon-box {
	margin-bottom: 20px;
	text-align: center;
}

.services .icon {
	display: flex;
	justify-content: center;
}

.services .icon i {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
	color: #428bca;
	font-size: 40px;
	overflow: hidden;
	padding-top: 20px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
}

.services .icon-box:hover .icon i {
	box-shadow: 0 0 30px rgba(66, 139, 202, .5);
}

.services .title {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 18px;
	position: relative;
	padding-bottom: 15px;
}

.services .title a {
	color: #444;
	transition: .3s;
}

.services .title a:hover {
	color: #428bca;
}

.services .title::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #428bca;
	bottom: 0;
	left: calc(50% - 25px);
}

.services .description {
	line-height: 24px;
	font-size: 14px;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 0 35px 0;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 0 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	border-radius: 4px;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 5px;
	transition: all .3s ease-in-out;
}

.portfolio #portfolio-flters li.filter-active, .portfolio #portfolio-flters li:hover {
	background: #428bca;
	color: #fff;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-wrap {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	transition: .3s;
	position: relative;
	overflow: hidden;
}

.portfolio .portfolio-wrap img {
	transition: .3s;
}

.portfolio .portfolio-wrap .portfolio-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: .3s;
	text-align: center;
	background: rgba(31, 53, 72, .6);
	padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
	color: #428bca;
	margin: 0 4px;
	font-size: 18px;
	line-height: 1;
	background-color: #fff;
	padding-top: 7px;
	border-radius: 50px;
	text-align: center;
	width: 36px;
	height: 35px;
	display: inline-block;
	transition: .3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
	background: #428bca;
	color: #fff;
}

.portfolio .portfolio-wrap:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
	padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1);
}

.team {
	background: #fff;
	padding: 60px 0;
}

.team .member {
	position: relative;
}

.team .member .pic {
	border-radius: 4px;
	overflow: hidden;
}

.team .member img {
	transition: all ease-in-out .4s;
}

.team .member:hover img {
	transform: scale(1.1);
}

.team .member .member-info {
	position: absolute;
	bottom: -48px;
	left: 20px;
	right: 20px;
	padding: 15px 0;
	border-radius: 4px;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}

.team .member h4::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: calc(50% - 25px);
}

.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff;
}

.team .member .social {
	margin-top: 15px;
}

.team .member .social a {
	transition: color .3s;
	color: #fff;
}

.team .member .social a:hover {
	color: #9eccf4;
}

.team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}

@media (max-width:992px) {
	.team .member {
		margin-bottom: 100px;
	}
}

.faq {
	padding-bottom: 30px;
}

.faq .faq-item {
	margin-bottom: 40px;
}

.faq .faq-item h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #1f3548;
}

.contact .info-box {
	color: #444;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, .6);
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
	width: 100%;
}

.contact .info-box i {
	font-size: 32px;
	color: #428bca;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #666;
	font-weight: 700;
	margin: 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, .6);
	padding: 30px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
	background-color: #428bca;
}

.contact .php-email-form input {
	padding: 20px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
	background: #428bca;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: .4s;
}

.contact .php-email-form button[type=submit]:hover {
	background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

#footer {
	background: #242323;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-top {
	background-color: #0e0e0e;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
	text-align: left;
}

#footer .footer-top .footer-info:nth-child(1) a {
	display: block;
	padding-top: 4px !important;
	padding-bottom: 4px;
}

#footer .footer-top .footer-info:nth-child(1) a+br {
	display: none;
}

#footer .footer-top .footer-info:nth-child(1) .social-links.mt-3 a {
	display: inline-block;
	padding-top: 10px !important;
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Poppins-regulaR;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #27b6a5;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s;
}

#footer .footer-top .social-links a:hover {
	background: #428bca;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #9eccf4;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: .3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: 0 0;
	background: #428bca;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	transition: .3s;
	border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
	background: #5295ce;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#footer .credits a {
	color: #9eccf4;
}

ul.footer-links {
	padding-left: 0;
	list-style: none;
}

ul.footer-links li a {
	color: #fff;
	line-height: 30px;
}

.item--title.st-line-left1 span i {
	width: 54px;
	height: 3px;
	position: absolute;
	top: 21px;
	left: 0;
	background-color: #1ce596;
	background-image: -webkit-gradient(linear, left top, right top, from(#1ce596), to(#9af657));
	background-image: -webkit-linear-gradient(left, #1ce596, #9af657);
	background-image: -moz-linear-gradient(left, #1ce596, #9af657);
	background-image: -ms-linear-gradient(left, #1ce596, #9af657);
	background-image: -o-linear-gradient(left, #1ce596, #9af657);
	background-image: linear-gradient(left, #1ce596, #9af657);
}

.item--title.st-line-left1 span i {
	background: #1ab49a !important;
}

.item--title.st-line-left1 span {
	padding-left: 82px;
	position: relative;
	display: inline-block;
}

h3 {
	color: #0e0e0e;
}

.item--title {
	font-size: 33px;
	line-height: 1.33333;
}

h3 {
	font-family: Poppins-bold !important;
}

.count-text {
	font-size: 60px;
	line-height: 1;
	color: #000;
	font-family: Poppins-bold;
}

.ct-counter-number-suffix {
	font-weight: 700;
	color: #29b6a5;
	font-size: 36px;
}

.dtext {
	font-size: 22px;
	color: #0e0e0e;
}

.about {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/h5-bg-map.png");
	background-size: cover;
	padding: 75px 0;
}

.grid-item-over {
	position: relative;
}

.grid-item-inner {
	margin-bottom: 50px;
	margin-bottom: 64px;
	text-align: center;
	background-color: #c1282a;
	min-height: 450px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	padding-top: 8px;
}

.grid-item-inner:before {
	content: "";
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #d1651a;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
	background-image: -o-linear-gradient(left, #d1651a, #c1282a);
	background-image: linear-gradient(left, #d1651a, #c1282a);
}

.item--featured {
	position: relative;
}

.item--featured:before {
	content: "";
	width: 100%;
	height: 80%;
	left: 0;
	bottom: 0;
	position: absolute;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .76)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
}

.item--holder {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
	flex-wrap: wrap;
	width: 100%;
	width: 100%;
	align-items: center;
	background-color: #555;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 450px;
	padding: 40px;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: all .3s linear .1s;
	-khtml-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
	-webkit-transform: perspective(500px) rotateX(0);
	-khtml-transform: perspective(500px) rotateX(0);
	-moz-transform: perspective(500px) rotateX(0);
	-ms-transform: perspective(500px) rotateX(0);
	-o-transform: perspective(500px) rotateX(0);
	transform: perspective(500px) rotateX(0);
}

.item--holder .item--icon {
	line-height: 1;
	margin: 0 auto 26px auto;
}

.item--holder .item--title {
	font-size: 22px;
	margin-bottom: 19px;
}

.item--gap {
	width: 76px;
	height: 3px;
	margin: auto;
	position: relative;
}

.item--gap:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #d1651a;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
	background-image: -o-linear-gradient(left, #d1651a, #c1282a);
	background-image: linear-gradient(left, #d1651a, #c1282a);
}

.item--gap:before {
	left: 0;
	width: 19px;
}

.item--gap:after {
	right: 0;
	width: 51px;
}

.item--gap:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #d1651a;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
	background-image: -o-linear-gradient(left, #d1651a, #c1282a);
	background-image: linear-gradient(left, #d1651a, #c1282a);
}

.item--holder .item--icon i {
	font-size: 74px;
}

.flaticon-chart:before {
	content: "";
}

.item--holder .item--icon {
	line-height: 1;
	margin: 0 auto 26px auto;
}

.item--holder .item--title {
	font-size: 22px;
	margin-bottom: 19px;
}

.item--holder .item--content {
	margin-top: 17px;
}

.item--holder .item--icon-abs {
	position: absolute;
	bottom: -41px;
	right: -43px;
	line-height: 1;
}

.item--holder .item--icon-abs i {
	font-size: 126px;
	opacity: .4;
}

.text-gradient {
	background-color: #d1651a;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: -moz-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: -ms-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: -o-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: linear-gradient(left, #0a5d53, #1ab49a);
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.grid-item-inner {
	text-align: center;
	background-color: rgba(193, 40, 42, 0);
	margin-bottom: 64px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	padding-top: 8px;
}

.grid-item-inner:before {
	content: "";
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #d1651a;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
	background-image: -o-linear-gradient(left, #d1651a, #c1282a);
	background-image: linear-gradient(left, #d1651a, #c1282a);
}

.grid-item-inner:hover .item--meta {
	opacity: 1;
	-webkit-transform: perspective(500px) rotateX(0);
	-khtml-transform: perspective(500px) rotateX(0);
	-moz-transform: perspective(500px) rotateX(0);
	-ms-transform: perspective(500px) rotateX(0);
	-o-transform: perspective(500px) rotateX(0);
	transform: perspective(500px) rotateX(0);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}

.ct-service-carousel1 .grid-item-inner:hover .item--meta, .ct-service-grid1 .grid-item-inner:hover .item--meta {
	opacity: 1;
	-webkit-transform: perspective(500px) rotateX(0);
	-khtml-transform: perspective(500px) rotateX(0);
	-moz-transform: perspective(500px) rotateX(0);
	-ms-transform: perspective(500px) rotateX(0);
	-o-transform: perspective(500px) rotateX(0);
	transform: perspective(500px) rotateX(0);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}

.item--meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #0e0e0e;
	padding: 40px;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	opacity: 0;
	-webkit-transform: perspective(500px) rotateX(-90deg);
	-khtml-transform: perspective(500px) rotateX(-90deg);
	-moz-transform: perspective(500px) rotateX(-90deg);
	-ms-transform: perspective(500px) rotateX(-90deg);
	-o-transform: perspective(500px) rotateX(-90deg);
	transform: perspective(500px) rotateX(-90deg);
}

.item--meta .item--title {
	font-size: 22px;
	margin-bottom: 21px;
	color: #fff;
}

.more-plus {
	height: 57px;
	width: 57px;
	line-height: 57px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 57px;
	-khtml-border-radius: 57px;
	-moz-border-radius: 57px;
	-ms-border-radius: 57px;
	-o-border-radius: 57px;
	border-radius: 57px;
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	font-family: Poppins, sans-serif;
	display: inline-block;
}

.slick-slide img {
	display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon;
		src: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/source/rev-1d0db06/demo.casethemes.net/consultio/wp-content/themes/csuti/assets/fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: inherit;
	font-style: normal;
}

.flaticon-skill:before {
	content: "";
}

.flaticon-setting-spanner:before {
	content: "";
}

.flaticon-bar-graph:before {
	content: "";
}

.flaticon-target:before {
	content: "";
}

.flaticon-gear:before {
	content: "";
}

.flaticon-telephone:before {
	content: "";
}

.flaticon-map:before {
	content: "";
}

.flaticon-add-location-point:before {
	content: "";
}

.flaticon-puzzle:before {
	content: "";
}

.flaticon-diagram:before {
	content: "";
}

.flaticon-stats:before {
	content: "";
}

.flaticon-presentation:before {
	content: "";
}

.flaticon-chart:before {
	content: "";
}

.flaticon-award-symbol:before {
	content: "";
}

.flaticon-strategy:before {
	content: "";
}

.flaticon-group:before {
	content: "";
}

.flaticon-leadership:before {
	content: "";
}

.flaticon-growth:before {
	content: "";
}

.flaticon-report:before {
	content: "";
}

.flaticon-marketing-strategy:before {
	content: "";
}

.flaticon-menu:before {
	content: "";
}

.flaticon-product:before {
	content: "";
}

.flaticon-bank:before {
	content: "";
}

.flaticon-graph:before {
	content: "";
}

.flaticon-pie-chart:before {
	content: "";
}

.flaticon-internet:before {
	content: "";
}

.flaticon-earnings:before {
	content: "";
}

.flaticon-award:before {
	content: "";
}

.flaticon-social-media:before {
	content: "";
}

.flaticon-target-1:before {
	content: "";
}

.flaticon-bank-building:before {
	content: "";
}

.flaticon-handshake:before {
	content: "";
}

.flaticon-presentation-board-with-graph:before {
	content: "";
}

.flaticon-increased-revenue:before {
	content: "";
}

.flaticon-teamwork:before {
	content: "";
}

.flaticon-tools:before {
	content: "";
}

.flaticon-target-2:before {
	content: "";
}

.flaticon-male-job-search-symbol:before {
	content: "";
}

.flaticon-credit-card:before {
	content: "";
}

.flaticon-placeholder:before {
	content: "";
}

.flaticon-phone-call:before {
	content: "";
}

.flaticon-black-back-closed-envelope-shape:before {
	content: "";
}

.flaticon-scales-of-justice:before {
	content: "";
}

.flaticon-auction:before {
	content: "";
}

.flaticon-court:before {
	content: "";
}

.flaticon-mace:before {
	content: "";
}

.flaticon-light-bulb:before {
	content: "";
}

.flaticon-shield:before {
	content: "";
}

.flaticon-dollar-symbol:before {
	content: "";
}

.flaticon-chart-1:before {
	content: "";
}

.flaticon-eye:before {
	content: "";
}

.flaticon-cloud:before {
	content: "";
}

.flaticon-graph-1:before {
	content: "";
}

.flaticon-document:before {
	content: "";
}

.services {
	background-color: #f5f3f3;
}

.about1 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-section-01.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.ct-piechart-layout1 .item--title {
	font-size: 22px;
	color: #383838;
	text-align: center;
	margin-bottom: 12px;
}

.ct-piechart-layout1 .item--value {
	position: relative;
	display: flex;
	text-align: center;
	margin: 0 auto 17px auto;
	justify-content: center;
}

.item--desc {
	text-align: center;
}

.ct-piechart-layout1 .item--value span {
	font-size: 27px;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.team img {
	border-radius: 6px;
	-webkit-filter: grayscale(85%);
	filter: grayscale(85%);
}

.team img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.about1.nitro-lazy {
	background-image: none !important;
}

.entry-holder {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
	box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
	padding: 20px 20px 22px 30px;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.entry-body {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	padding: 0 13px;
}

.entry-meta {
	padding-left: 0;
	margin-top: 2px;
	font-size: 14px;
	margin-bottom: 4px;
	list-style: none;
}

.entry-meta li, .item--meta-default li {
	margin-right: 20px;
}

.entry-meta i, .item--meta-default i {
	margin-right: 4px;
}

.entry-title {
	margin-top: 4%;
	line-height: 1.3;
	color: #000;
	font-size: 22px;
	margin-bottom: 2px;
}

.entry-title a {
	color: #000;
}

.entry-readmore {
	display: none;
}

.entry-readmore a:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	background-color: #d1651a;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
	background-image: -o-linear-gradient(left, #d1651a, #c1282a);
	background-image: linear-gradient(left, #d1651a, #c1282a);
}

.entry-readmore a i {
	display: initial;
	margin-left: 4px;
}

.entry-featured+.entry-body {
	padding-left: 20px;
	padding-right: 20px;
}

.counts {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/theme-07.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.counts.nitro-lazy {
	background-image: none !important;
}

.elementor-background-overlay {
	background-color: #000;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-section-04.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .88;
	transition: background .3s, border-radius .3s, opacity .3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.elementor-background-overlay.nitro-lazy {
	background-image: none !important;
}

.ct-counter-layout1:not(.elementor-widget) {
	height: 184px;
	width: 184px;
	-webkit-border-radius: 184px;
	-khtml-border-radius: 184px;
	-moz-border-radius: 184px;
	-ms-border-radius: 184px;
	-o-border-radius: 184px;
	border-radius: 184px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

@media screen and (max-width:767px) {
	.second {
		text-align: center !important;
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	
	.about_section_2 .about_img1 .about_img2 {
		position: relative !important;
		left: 0 !important;
		bottom: 0 !important;
	}
	
	.section-title .title-bg {
		font-size: 15px !important;
	}
	
	.about_top_img:before {
		display: none;
	}
	
	.paddingsame12licence:before {
		display: none !important;
	}
	
	.triangle:before {
		display: none !important;
	}
	
	.erptxt {
		margin-left: 0 !important;
		font-size: 30px !important;
	}
	
	.fdiv {
		position: relative !important;
	}
	
	#hero-section5 {
		height: auto !important;
	}
	
	.heading-car {
		font-size: 30px !important;
	}
	
	.right-career {
		margin-left: 0 !important;
		height: 470px !important;
	}
	
	.heading-job {
		margin-bottom: 15%;
	}
	
	.btn-white-job {
		font-size: 13px !important;
	}
	
	.contents-jobopening {
		width: 100% !important;
	}
	
	.mobile-res {
		width: 100%;
	}
	
	.right-career-img-3 img {
		margin-left: 0 !important;
	}
	
	#video {
		height: 569px !important;
	}
	
	.contents-career {
		width: 100% !important;
	}
	
	.feature-block2 .inner-box2 .icon-box2 .icon:after {
		display: none;
	}
	
	.s1 .n1 {
		height: 763px !important;
		margin-top: 32%;
		top: 0 !important;
	}
	
	.business-section:before {
		display: none !important;
	}
	
	.services-section3 .services-block3 {
		margin-top: 14% !important;
	}
	
	.medical .pic {
		margin-bottom: 6%;
	}
	
	.item--holder {
		position: relative !important;
	}
	
	.ct-fancy-box-layout5 .item--title {
		color: #fff !important;
	}
	
	.myft {
		font-size: 45px !important;
	}
	
	.item-services {
		width: 100% !important;
	}
	
	.featured-section-two .patern-layer {
		display: none !important;
	}
	
	.pb {
		padding-left: 0 !important;
	}
	
	.style4:before {
		display: none !important;
	}
	
	.mytext {
		font-size: 30px !important;
		line-height: 38px;
	}
	
	.left-divv {
		width: 100% !important;
		padding-left: 4% !important;
		padding-top: 0 !important;
	}
	
	.heading1 {
		font-size: 30px !important;
	}
	
	.manufacture {
		height: 344px !important;
	}
	
	.left-migration {
		height: 392px !important;
		padding-right: 19px !important;
	}
	
	.margin-minus {
		margin-left: 0 !important;
	}
	
	.add-rebuilt img {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}
	
	#bg-black-img-sec {
		height: auto !important;
	}
	
	.mn {
		margin-bottom: 16% !important;
	}
	
	.about-sectionsharepoint {
		padding: 29px 0 45px !important;
	}
	
	.biabout:before {
		width: 100% !important;
	}
	
	.paddingsameprojectserver {
		padding: 0 !important;
	}
	
	.field-page section.c2:before {
		width: 0% !important;
	}
	
	.item--holder1 {
		margin-bottom: 9%;
	}
	
	.mobile-top {
		margin-top: 4%;
	}
	
	.marketing-curved {
		padding: 0 0 30px !important;
		background: 0 0 !important;
	}
	
	.ct-counter-layout1:not(.elementor-widget) {
		width: 170px;
		height: 170px;
	}
	
	#hero p {
		width: 100%;
	}
	
	.cd-headline {
		font-size: 28px !important;
	}
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.ct-counter-layout1:not(.elementor-widget):after, .ct-counter-layout1:not(.elementor-widget):before {
	content: "";
	-webkit-border-radius: 184px;
	-khtml-border-radius: 184px;
	-moz-border-radius: 184px;
	-ms-border-radius: 184px;
	-o-border-radius: 184px;
	border-radius: 184px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.ct-counter-layout1:not(.elementor-widget):before {
	background-color: rgba(209, 101, 26, .8);
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(209, 101, 26, .8)), to(rgba(193, 40, 42, .8)));
	background-image: -webkit-linear-gradient(left, rgba(10, 93, 83, .6), rgba(26, 180, 154, .77));
	background-image: -moz-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
	background-image: -ms-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
	background-image: -o-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
	background-image: linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
	opacity: 0;
}

.ct-counter-layout1:not(.elementor-widget):after {
	background-color: #2d2c2c;
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-number {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	margin-bottom: 7px;
}

@media screen and (max-width:767px) {
	.ct-counter-layout1:not(.elementor-widget) .ct-counter-number {
		font-size: 24px;
	}
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-title {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

@media screen and (max-width:767px) {
	.ct-counter-layout1:not(.elementor-widget) .ct-counter-title {
		font-size: 12px;
	}
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-holder {
	padding: 20px 30px;
	width: 100%;
}

@media screen and (max-width:767px) {
	.ct-counter-layout1:not(.elementor-widget) .ct-counter-holder {
		padding: 20px;
	}
}

.ct-counter-layout1:not(.elementor-widget):hover .ct-counter-image, .ct-counter-layout1:not(.elementor-widget):hover:before {
	opacity: 1;
	background-size: cover;
}

.ct-counter-layout1:not(.elementor-widget):hover:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.ct-counter-layout1:not(.elementor-widget).size1 {
	width: 184px;
	height: 184px;
}

.ct-video-button {
	height: 52px;
	width: 52px;
	background-color: #d1651a;
	background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
	background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
	background-image: -o-linear-gradient(left, #d1651a, #c1282a);
	background-image: linear-gradient(left, #d1651a, #c1282a);
	position: relative;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 99;
	-webkit-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
	-khtml-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
	-moz-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
	-ms-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
	-o-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
	box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
}

.ct-video-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ct-video-button .line-video-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .24);
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	animation: squares 3.9s linear 0s infinite;
	-webkit-animation: squares 3.9s linear 0s infinite;
	-ms-animation: squares 3.9s linear 0s infinite;
	-o-animation: squares 3.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
}

.ct-video-player .ct-video-button {
	height: 64px;
	width: 64px;
	font-size: 14px;
}

.ct-video-player .ct-video-button.style1 {
	height: 93px;
	width: 93px;
	font-size: 16px;
}

.ct-video-player .ct-video-button.style1 .line-video-animation {
	border: 1px solid rgba(209, 101, 26, .2);
}

.ct-video-player .ct-video-button.style1 {
	height: 76px;
	width: 76px;
	background-image: none;
	background-color: #1ab49a;
	font-size: 16px;
	z-index: 1;
}

.ct-video-player .ct-video-button.style1.nitro-lazy {
	background-image: none !important;
}

.ct-video-player .ct-video-button.style1 .line-video-animation {
	display: none;
}

.ct-video-player .ct-video-button.style1:before {
	content: "";
	position: absolute;
	z-index: 0;
	z-index: -1;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1ab49a;
	border-radius: 50%;
	animation: pulse-border 1.5s ease-out infinite;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
}

.ct-video-player .ct-video-button.style5 {
	height: 52px;
	width: 52px;
	line-height: 52px;
	font-size: 14px;
}

.ct-video-player .ct-video-button.style1:before {
	animation: pulse-border 1.5s ease-out infinite;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
}

.btn-video-center .ct-video-player {
	text-align: center;
}

.ct-video-player .ct-video-button.style1:before {
	animation: pulse-border 1.5s ease-out infinite;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
}

@keyframes pulse-border {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.footer-background-overlay {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-footer1.png");
	background-position: top left;
	background-repeat: no-repeat;
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.footer-background-overlay.nitro-lazy {
	background-image: none !important;
}

#bg-black-img-sec {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-service.jpg");
	height: 777px;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	padding: 60px 0;
}

#bg-black-img-sec.nitro-lazy {
	background-image: none !important;
}

.bg-overlay-black {
	background-color: rgba(14, 14, 14, .58);
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	padding: 60px 0;
}

.inner-four-sec {
	background-color: #fff;
	box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	-o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
	padding: 30px 20px;
	width: 36%;
	margin-right: 2%;
	border-radius: 5px;
	margin-top: 4%;
	text-align: center;
	position: relative;
}

.item--overlay {
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #d1651a;
	background-image: -webkit-linear-gradient(left, #29b6a5, #1ab49a);
	border-radius: 5px;
	position: absolute;
	transition: all .2s linear 0s;
	opacity: 0;
}

.inner-four-sec:hover .item--overlay {
	background-color: transparent;
	opacity: 1;
	position: absolute;
}

.inner-four-sec::before {
	content: "";
	top: 11px;
	right: -11px;
	background-color: #1ab49a;
	background-image: -moz-linear-gradient(left, #29b6a5, #1ab49a);
	border-radius: 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: -1;
}

.inner-four-sec:hover {
	opacity: 1;
	-webkit-transition-delay: 0s;
	background-color: transparent;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: all .5s linear 0s;
	-khtml-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	z-index: 1;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}

.inner-four-sec:nth-child(4) {
	margin-right: 0;
}

.inner-four-sec:hover .four-sec-title {
	color: #fff;
}

.inner-four-sec:hover .text-gradient {
	background-image: -moz-linear-gradient(left, #fff, #fff);
	background-image: -webkit-linear-gradient(left, #fff, #fff);
	background-color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.inner-four-sec:hover .para-normal {
	color: #fff;
}

.four-sec-title {
	font-size: 20px;
	font-weight: 700;
}

.text-gradient {
	background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
	background-color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 65px;
}

.text-gradient1 {
	position: absolute;
	right: 0;
	background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
	background-color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 59px;
	opacity: .4;
	bottom: -19px;
}

.four-parts i {
	font-weight: 900;
	color: #29b6a5;
	margin-right: 6px;
	font-size: 24px;
}

.slick-slide {
	margin: 0 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.customer-logos img {
	border: 1px solid #ddd;
	filter: grayscale(100%);
	transition: .3s;
}

.customer-logos img:hover {
	filter: grayscale(0);
	cursor: pointer;
}

@media (max-width:768px) {
	.d-flex {
		flex-wrap: wrap;
	}
	
	.inner-four-sec {
		width: 100%;
	}
	
	#bg-black-img-sec {
		height: auto;
		background-size: cover;
		padding: 0;
	}
	
	.bg-overlay-black {
		height: 100%;
		background-size: cover;
		position: static;
	}
	
	.partner-title {
		font-size: 27px;
	}
	
	.partner-title::before {
		width: 30px;
		left: 18px;
	}
}

.partner-title {
	font-family: Poppins-bold;
}

.inner-partner-title {
	font-size: 17px;
	color: #000;
	font-weight: 600;
	font-family: Poppins-bold;
}

.ap-a-btn {
	margin-top: 4%;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 1em;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: .75em 1.75em;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	background: linear-gradient(225deg, #08ffe0 0, #1a9a8b 75%);
	border: 0;
	cursor: pointer;
	box-shadow: 0 15px 35px -5px rgba(0, 0, 0, .25);
	transition: transform .3s cubic-bezier(.25, .1, .25, 1), box-shadow .3s cubic-bezier(.25, .1, .25, 1);
}

#bg-black-img-sec a:hover {
	color: #fff !important;
}

#partnership-div {
	background-color: #f1f1f1;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/h8-bg-section2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#partnership-div.nitro-lazy {
	background-image: none !important;
}

.box1 {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg3.png");
	background-size: cover;
	width: 170px;
	height: 163px;
	background-position: center;
}

.box2 {
	background: url("https://www.erbrains.com/assets/b0.png");
	background-size: cover;
	width: 200px;
	height: 200px;
	background-position: center;
	position: relative;
}

.box22 {
	background: url("https://www.erbrains.com/assets/b00.png");
	background-size: cover;
	width: 250px;
	height: 250px;
	background-position: center;
}

.text1 {
	color: #000;
}

.ic {
	top: 15%;
	left: 0;
	text-align: center;
	position: absolute;
	right: 0;
}

.ic1 {
	top: 25%;
	left: 0;
	text-align: center;
	position: absolute;
	right: 0;
}

.text2 {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.box1 img {
	margin-top: 17%;
}

.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-top: 5px;
}

@keyframes floating {
	from {
		transform: translate(0, 0);
	}
	
	65% {
		transform: translate(0, 15px);
	}
	
	to {
		transform: translate(0, 0);
	}
}

.p1 {
	font-size: 20px;
	text-align: center;
	border: 1px solid #fff;
	padding: 4%;
	border-radius: 15px 50px 30px;
}

#pagetitle {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/about/about-bg.jpg");
	background-color: #333;
	padding-top: 167px;
	padding-bottom: 116px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#pagetitle.nitro-lazy {
	background-image: none !important;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#pagetitle::before {
	z-index: -1;
	content: "";
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pagetitle {
	text-align: center;
}

#pagetitle .page-title {
	font-size: 40px;
	margin-bottom: 0;
	color: #fff;
}

.heading-default-font h1 {
	font-family: Poppins, sans-serif;
	font-weight: 700;
}

.ct-breadcrumb {
	margin: 15px 0 0;
	list-style: none;
	color: #fff;
}

.ct-breadcrumb li {
	display: inline-block;
	font-size: 16px;
	color: inherit;
}

ul li {
	list-style-position: inside;
}

.ct-breadcrumb li a::after {
	content: "-";
	margin: 0 6px;
	color: inherit;
}

.ct-breadcrumb li a {
	color: inherit;
}

.about-para {
	line-height: 27px;
	font-family: "Open Sans", sans-serif;
}

.about-para i {
	color: #0e8e7f;
	font-size: 20px;
	font-weight: 700;
}

.margin-left-minus {
	margin-left: -50px;
}

.about-right {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/about/bg-right.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.about-right.nitro-lazy {
	background-image: none !important;
}

.big-head {
	font-size: 45px;
}

.big-head1 {
	font-size: 48px;
}

.industry-before {
	width: 2px;
	height: 60px;
}

.pt-50 {
	padding-top: 50px;
}

.section-call {
	background-color: #0e0e0e;
	padding: 50px 0;
}

.teamname {
	padding-top: 9%;
	margin-bottom: 0;
}

.team1::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #fff;
	bottom: 0;
	left: 0;
	transition: all .3s ease-in-out;
}

.team1:hover::after {
	width: 100%;
}

.heading-download {
	color: #fff;
	font-family: Poppins, sans-serif;
}

.small-head-cont {
	font-weight: 400 !important;
	font-size: 18px;
}

.btn-primary {
	background-image: linear-gradient(45deg, #0e7065, #29b5a5);
	padding: 15px 25px 12px 25px;
	border: none;
}

.industry-before:before {
	width: 3px;
	height: 100px;
	background-image: linear-gradient(45deg, #0e7065, #29b5a5);
	position: absolute;
	content: " ";
	display: block;
	left: 3px;
}

.vertical-let {
	color: #373737;
	transform: rotate(-90deg);
	position: absolute;
	left: -100px;
	top: 40px;
	letter-spacing: 1.5px;
}

.para-big {
	font-size: 18px;
	line-height: 34px;
	color: #000;
}

.padding-left-20 {
	padding-left: 10px !important;
}

.icon-industry img {
	width: 27%;
	margin: auto;
}

.head-four {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	padding-top: 10px;
	font-family: Poppins, sans-serif;
}

.para-icon {
	color: #000;
	line-height: 30px;
}

.inner-icon-contents {
	border-right: solid 1px #ccc;
	padding: 0;
	border-bottom: solid 1px #ccc;
	transition: .5s;
}

.border-bottom-none {
	border-bottom: none;
}

.inner-icon-contents:nth-child(4n) {
	border-right: none;
}

.inner-icon-contents:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 10px 10px -6px #999 !important;
	-moz-box-shadow: 0 10px 10px -6px #999 !important;
	box-shadow: 0 10px 10px -6px #999 !important;
}

.mt-50 {
	margin-top: 50px;
}

.heading-bottom {
	position: absolute;
	bottom: 20px;
	font-family: Poppins, sans-serif;
	color: #fff;
	text-align: center;
	right: 0;
	left: 0;
}

.why-us {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/about/about-bg1.jpg");
	height: auto;
	background-position: top;
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
}

.why-us.nitro-lazy {
	background-image: none !important;
}

.bg-1 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/about/bg1.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.bg-1.nitro-lazy {
	background-image: none !important;
}

.bg-2 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/about/bg2.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.bg-2.nitro-lazy {
	background-image: none !important;
}

.inner-why-us {
	margin-right: 3%;
	width: 50%;
	height: 340px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 6px;
	margin-bottom: 3%;
	padding: 20px;
	transition: .3s;
}

.inner-why-us:nth-child(2) {
	margin-top: 4%;
}

.inner-why-us:nth-child(3) {
	margin-top: 8%;
}

.inner-why-us1:nth-child(2) {
	margin-top: -18px;
}

.inner-why-us1:nth-child(1) {
	margin-top: -50px;
}

.inner-why-us1:nth-child(3) {
	margin-top: 1.5%;
}

.para-whyus {
	font-family: Poppins, sans-serif;
	line-height: 28px;
}

.mb-10 {
	margin-bottom: 20px;
}

.text-bottom {
	color: #000;
	padding-top: 44%;
	text-align: center;
	z-index: 99999999;
	position: relative;
}

.text-bottom h4 {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #066157;
	font-size: 16px;
}

.inner-why-us:hover {
	-moz-box-shadow: 3px 3px 5px 6px #2f2f2f;
	-webkit-box-shadow: 3px 3px 5px 6px #2f2f2f;
	box-shadow: 3px 3px 5px 6px #2f2f2f;
}

.inner-why-us1:hover {
	-moz-box-shadow: 3px 3px 5px 6px #2f2f2f;
	-webkit-box-shadow: 3px 3px 5px 6px #2f2f2f;
	box-shadow: 3px 3px 5px 6px #2f2f2f;
}

.text-bottom p {
	font-family: Poppins, sans-serif;
	font-size: 14px;
}

.know-more-border {
	border-radius: 40px;
	padding: 12px 50px;
}

.btn-primary:hover {
	background-image: linear-gradient(-45deg, #0e7065, #29b5a5);
}

.why-us-sec {
	padding-left: 10%;
}

.inner-why-us1 {
	margin-right: 3%;
	height: auto;
	height: 360px;
	padding: 20px;
	width: 50%;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 6px;
	margin-bottom: 3%;
	transition: .3s;
}

.padding-top-more {
	padding-top: 20%;
}

.small-head {
	font-size: 16px;
	padding-left: 60px;
}

.small-head:before {
	width: 45px;
	height: 3px;
	position: absolute;
	top: 24px;
	display: block;
	background-color: #1ab49a !important;
	content: "";
}

.contact-head {
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.mt-20 {
	margin-top: 40px;
}

.back-icon i {
	color: #fff;
	font-size: 35px;
	padding: 20px;
	background-image: linear-gradient(-45deg, #0e7065, #29b5a5);
	width: 70px;
	height: 70px;
	margin: auto;
	text-align: center;
	border-radius: 100%;
}

.item-title-contact {
	color: #1ab49a;
	font-size: 20px;
}

.item-holder {
	padding-top: 15px;
}

.item-holder li {
	list-style: none;
	color: #000;
	line-height: 22px;
	padding-top: 10px;
}

.item-holder li i {
	margin-right: 10px;
	color: #007d6f;
}

.designation {
	color: #5a5959;
	font-size: 13px;
}

.form-a .form-control.form-control-a {
	height: 3.2rem;
	border-radius: 0 !important;
}

.form-a .form-control {
	font-size: .95rem !important;
	border-radius: 0 !important;
}

.form-group {
	margin-bottom: .5rem;
}

.btn.btn-a {
	background-color: #ffd701 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.right-contact {
	margin-top: 30px;
}

.map {
	margin-top: 30px;
}

#video {
	position: relative;
	background-color: #000;
	height: auto;
	height: 550px;
	padding: 80px 0 100px 0;
	width: 100%;
	overflow: hidden;
}

#video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	padding: 70px 0;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.vid-contents {
	text-align: center;
	font-family: Poppins, sans-serif;
	padding: 40px 0;
}

#video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #020a27;
	opacity: .4;
	z-index: 1;
}

#tour-our-office {
	padding: 40px 0;
}

.img-career {
	margin-bottom: 30px;
}

.img-career img {
	border-radius: 10px;
}

.green-text {
	color: #29b6a5;
	font-size: 20px;
}

.mt-80 {
	margin-top: 50px;
}

.heading-car {
	color: #000;
	font-family: Poppins-Light;
	font-weight: 700;
	font-size: 55px;
}

.right-career-img {
	margin-left: 0;
	padding-left: 0;
}

.right-career-img img {
	clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
}

.green-text-car {
	color: #20d9c3 !important;
	font-weight: 400 !important;
}

.scnd-img-shape {
	margin-right: 0;
	padding-right: 0;
}

.scnd-img-shape img {
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.right-career-img-3 img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	margin-left: -42px;
}

.pl-30 {
	padding-left: 30px;
}

.mt-130 {
	margin-top: 130px;
}

.right-career-img-3 {
	margin-left: 0;
	padding-left: 0;
}

.text-black {
	color: #2a2a2a;
}

.contents-career {
	width: 50%;
}

.font-size-small {
	font-size: 15px;
}

.job-title {
	font-family: Poppins-regular;
	font-size: 25px;
	transition: all .2s ease-out;
}

.job-opening-inner {
	border-bottom: solid 2px #000;
	padding: 25px 10px;
	width: 100%;
	margin-right: 5%;
	transition: all .2s ease-out;
	transition: .3s;
}

.th3 {
	font-size: 20px;
}

.rs {
	font-size: 16px;
}

.job {
	font-size: 13px;
	padding-left: 0px;
	line-height: 23px;
	text-align: JUSTIFY;
}

.mb-60 {
	margin-bottom: 20px;
}

.th5 {
	font-size: 15px;
	line-height: 25px;
}

.card-header {
	background: 0 0;
	border-bottom: none;
}

.job-opening-inner:hover {
	cursor: pointer;
}

.card {
	margin-bottom: 2%;
}

.job-opening-inner:hover .job-title {
	margin-left: 10px;
}

.job-opening-inner:hover .job-desc {
	margin-left: 10px;
}

.job-opening-inner h3 {
	font-family: Poppins-regular;
}

.job-desc {
	font-size: 18px;
	color: #0c8d7d;
	font-weight: 400 !important;
	transition: all .2s ease-out;
}

.mb-80 {
	margin-bottom: 80px;
}

.small-heading {
	font-size: 20px;
}

.border1 {
	width: 70px;
	height: 3px;
	background-color: #0b8778;
	margin: auto;
}

.pr-40 {
	padding-right: 40px;
}

.green-text1 {
	color: #0b8778;
}

#career-text {
	position: absolute;
	top: 23%;
	z-index: 9999;
	left: 0;
	right: 0;
}

.pr-60 {
	padding-right: 60px;
}

.contents-jobopening {
	width: 60%;
}

.contents-jobopening h3 {
	font-family: Poppins-Light;
}

.heading-job {
	font-size: 35px;
	font-family: Poppins-Light !important;
}

#bottom-sec {
	background-color: #f9f9f9;
}

.bg-black {
	background-color: #000;
	padding: 40px 20px;
}

.btn-white-job {
	background: #fff;
	padding: 15px;
	padding: 12px 30px;
	border: none;
	font-size: 28px;
}

.right-career {
	background-color: #fff;
	margin-left: -100px;
	position: relative;
	height: 400px;
	padding: 100px 50px 40px 50px;
}

.p0 {
	padding-left: 0;
}

.font-size-big {
	font-size: 25px;
	color: #000;
	line-height: 38px;
}

#content-img-career {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-section-01.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#content-img-career.nitro-lazy {
	background-image: none !important;
}

.sec-2 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/career/bg-right.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.sec-2.nitro-lazy {
	background-image: none !important;
}

.fill {
	padding: 30px;
}

.full {
	width: 100%;
}

.apply-sec {
	background-color: #fff;
	box-shadow: 0 12px 38px rgba(5, 27, 46, .3);
	border-radius: 4px;
}

#career .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
}

#career select {
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
	height: 3.2rem;
	border-bottom: 1px solid #ced4da;
	color: #495057;
	padding: .5rem 1rem;
}

.img-responsive {
	width: 100%;
}

.th1 {
	font-size: 60px;
}

#micro1 {
	position: relative;
}

.micro {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
}

#micro1 .text-black {
	font-size: 20px;
}

#micro1 img {
	padding: 0 33px 0 0;
}

.micro-sec {
	position: relative;
	padding: 181px 0 30px 0;
}

.h9-section-overlay {
	position: absolute;
	top: 0;
	left: 95px;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(left, #2bc6b4, #0b7462);
	z-index: -1;
}

.right-contact {
	padding-left: 4%;
}

.sec3 {
	position: relative;
	padding: 50px 0;
}

.sec3 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/hr-bg-section-02.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.sec3.nitro-lazy {
	background-image: none !important;
}

#career {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/career.jpg");
	padding: 73px 0;
	background-position: 0 -63px;
}

#career.nitro-lazy {
	background-image: none !important;
}

.bg-white {
	padding: 4%;
}

.op {
	font-family: "Open Sans", sans-serif;
	padding-left: 0;
	line-height: 29px;
	text-align: justify;
}

.tit:before {
	content: "";
	width: 102px;
	height: 2px;
	position: absolute;
	top: 3%;
	right: 37%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #419a8f;
}

.planning-section:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 70%;
	height: 100%;
	display: block;
	background-color: #333;
}

.planning-section3:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 67%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .49);
}

#headerPopup {
	width: 75%;
	margin: 0 auto;
}

#headerPopup iframe {
	width: 100%;
	margin: 0 auto;
}

.mfp-hide {
	display: none !important;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.c1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 35%;
	height: 100%;
	display: block;
	background-image: -webkit-linear-gradient(left, #333, #000);
}

.pc {
	line-height: 28px;
	text-align: justify;
	word-spacing: -1px;
}

section {
	position: relative;
}

.planning-section {
	background-color: #f5f5f5;
}

.sec5 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/theme-13.jpg");
	padding: 57px 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.sec5.nitro-lazy {
	background-image: none !important;
}

.background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, .89);
	opacity: .84;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.btn-sm {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}

.sec6 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-5.png");
	padding: 94px 0 41px;
}

.sec6.nitro-lazy {
	background-image: none !important;
}

.ct-image-bg {
	height: 545px;
	min-height: 300px;
	background-size: contain;
	display: inline-block;
	width: 100%;
}

.elementor-widget-container {
	margin: 0 0 -110px;
	padding: 0 10px 0 0;
}

.features-item {
	text-align: center;
	background: #fff;
	padding: 24px 18px 24px 18px;
	position: relative;
	overflow: hidden;
}

.features-item:before {
	position: absolute;
	background-image: linear-gradient(45deg, #0e7065, #29b5a5) !important;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	left: 120px;
	content: "";
	top: 33px;
	opacity: .15;
	-moz-transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	animation: leftright 3s infinite alternate;
}

.features-item:hover:before {
	background-image: linear-gradient(45deg, #0e7065, #29b5a5) !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	border-radius: 0;
	opacity: 1;
	animation: none;
}

.features-item i:before {
	margin: 0;
	color: #0e7065;
	font-size: 50px;
	line-height: 50px;
	display: block;
	vertical-align: middle;
	-moz-transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.features-item .feature-title {
	margin-top: 30px;
	margin-bottom: 15px;
}

.features-item .feature-title a {
	-moz-transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.features-item .feature-title a:hover {
	color: #fff;
}

.features-item:hover .feature-title, .features-item:hover i:before, .features-item:hover p {
	color: #fff;
	opacity: .9;
}

.features-item p {
	-moz-transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.sec7 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg7.jpg");
	padding: 70px 0;
	background-size: cover;
	background-position: 84% 0;
}

.sec7.nitro-lazy {
	background-image: none !important;
}

.hero-slider-section-two {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 30px 0 126px !important;
	background: #58c3ff;
	background: linear-gradient(-50deg, #0ef9da 0, #25b6a3 40%, #0d8a79 100%);
}

.section-shape {
	bottom: -2px;
	left: 0;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
}

.mtp {
	padding: 0;
	margin-top: -5%;
	z-index: 99;
	background: 0 0;
}

.slide1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	opacity: .8;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/pattern-1.jpg") no-repeat;
	background-size: cover;
}

.flaticon-index:before {
	content: "";
}

.slide1 {
	padding: 159px 0 150px;
}

.text-boxed {
	position: absolute;
	left: 50%;
	bottom: 56px;
	z-index: 3;
	width: 100%;
	max-width: 564px;
	padding: 40px 50px;
	display: inline-block;
	background-color: #303030;
}

.text-boxed .box-text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 1.8em;
}

.mfs {
	font-size: 35px;
	line-height: 45px;
}

.text-justify {
	text-align: justify;
}

.color {
	color: #29b6a5;
	font-size: 12px;
}

.text {
	position: relative;
	color: #666;
	line-height: 1.9em;
}

#con {
	padding: 60px 0 60px;
}

.inc {
	position: relative;
	padding: 0 0 24px 38px;
	border-left: 1px solid #bbb;
}

.featured-section-two {
	position: relative;
	padding: 100px 0 60px;
	background-color: #f5f5f5;
}

.featured-section-two .patern-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 462px;
	height: 488px;
	background-repeat: no-repeat;
}

.featured-section-two .patern-layer-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 462px;
	height: 656px;
	background-repeat: no-repeat;
}

.featured-section-two .blocks-column .feature-block:nth-child(2) {
	margin-top: 70px;
}

.featured-section-two .blocks-column .feature-block:nth-child(3) {
	margin-top: -70px;
}

.feature-block {
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box {
	position: relative;
	padding: 50px 25px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	background-color: #14917b;
}

.feature-block .inner-box .icon-box {
	position: relative;
	line-height: 1em;
	font-size: 62px;
	color: #fff;
}

.feature-block .inner-box h4 {
	position: relative;
	color: #fff;
	line-height: 1.3em;
	font-weight: 700;
	margin: 14px 0;
}

.feature-block .inner-box .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
}

.featured-section-two .content-column {
	position: relative;
}

.featured-section-two .content-column .inner-column {
	position: relative;
	padding-left: 40px;
}

.featured-section-two .content-column .blocks-outer .feature-block-two:last-child {
	margin-bottom: 0;
}

.featured-section-two .content-column .link-box {
	position: relative;
	margin-top: 50px;
}

.feature-block-two {
	position: relative;
	margin-bottom: 45px;
}

.feature-block-two .inner-box {
	position: relative;
	padding-left: 100px;
	height: auto;
	background: #fff;
	box-shadow: none;
	border: 0;
	margin-bottom: 15px;
}

.feature-block-two .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 2.5em;
	color: #361b00;
	font-size: 60px;
}

.feature-block-two .inner-box .icon-box .color1 {
	font-size: 82px;
}

.feature-block-two .inner-box h4 {
	position: relative;
	line-height: 1.4em;
	font-weight: 700;
}

.feature-block-two .inner-box h4 a {
	position: relative;
	color: #b27927;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.feature-block-two .inner-box h4 a:hover {
	color: #371c00;
}

.feature-block-two .inner-box .text {
	position: relative;
	color: #666;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 10px;
}

.text1 {
	position: relative;
	color: #666;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
	margin-top: 10px;
}

.color1 {
	color: #29b6a5;
}

.fluid-section-one {
	position: relative;
	padding: 120px 0 50px;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
}

.fluid-section-one .image-column {
	position: absolute;
	left: 0;
	top: 0;
	width: 46%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-one .image-column .image-box {
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-one .image-column:before {
	position: absolute;
	content: "";
	right: -45px;
	top: -45px;
	width: 456px;
	height: 165px;
	z-index: -1;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/pattern-4.jpg") no-repeat;
}

.fluid-section-one .content-column {
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section-one .content-column .inner-column {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 0 15px 0 60px;
}

.fluid-section-one .content-column .text {
	position: relative;
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.fluid-section-one .content-column .skills {
	position: relative;
	margin-bottom: 45px;
}

.fluid-section-one .content-column .btn-box {
	position: relative;
}

.fluid-section-one .content-column .btn-box .theme-btn {
	float: left;
	margin-right: 35px;
}

.ll {
	padding-left: 0;
	line-height: 30px;
	font-family: "Open Sans", sans-serif;
}

.serv-section-2 {
	position: relative;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
	border-radius: 5px;
	overflow: hidden;
	padding: 30px;
}

.serv-section-2:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	content: " ";
	width: 120px;
	height: 120px;
	background: #f5f5f5;
	border-bottom-left-radius: 136px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.serv-section-2:hover:before {
	background: #29b6a5;
}

.serv-section-2-icon {
	position: absolute;
	top: 18px;
	right: 22px;
	max-width: 100px;
	z-index: 1;
	text-align: center;
}

.serv-section-2-icon i {
	color: #29b6a5;
	font-size: 48px;
	line-height: 65px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.serv-section-2:hover .serv-section-2-icon i {
	color: #fff;
}

.serv-section-top-text {
	width: 180px;
	height: auto;
}

.serv-section-desc {
	position: relative;
}

.serv-section-2 h4 {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.serv-section-2 h5 {
	color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	margin-top: 5px;
}

.serv-section-2 p {
	margin-top: 25px;
	padding-right: 50px;
}

.serv-section-2-act:before {
	background: #29b6a5;
}

.serv-section-2-act:hover:before {
	background: #f5f5f5;
}

.serv-section-2-icon-act i {
	color: #fff;
}

.serv-section-2-act:hover .serv-section-2-icon-act i {
	color: #29b6a5 !important;
}

.connected {
	display: block;
	color: #fff;
	text-align: left;
	padding-top: 15px;
	border-radius: 5px;
	background: 0 0;
	margin-bottom: 50px;
}

.connected.thank {
	display: block;
	color: #fff;
	text-align: left;
	padding: 0;
	border-radius: 5px;
	background: 0 0;
	margin-bottom: 50px;
}

.connected.thank h2 {
	font-size: 40px;
}

.connected h3 {
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}

.connected a {
	color: #fff;
	margin: 0 20px;
	font-size: 52px;
}

.connected.thank a {
	color: #fff;
	margin: 0 20px;
	font-size: 30px;
}

.connected.thank a.linkedin {
	margin-left: 0;
}

.connected a:hover {
	color: #444;
}

.ct-video-player.wow.fadeInUp {
	margin: 47% 0 0 17%;
}

.ct-video-player.wow.fadeInUp .col-md-4 {
	padding-left: 25px;
}

@media (max-width:991px) {
	.serv-section-2 {
		margin-top: 20px;
	}
	
	.serv-section-2:before {
		margin-top: 0;
	}
	
	.serv-section-2-icon i {
		position: absolute;
		right: -3px;
		top: 0;
	}
}

@media (max-width:425px) {
	.serv-section-2 {
		padding: 30px 10px;
	}
}

.section-block-grey {
	padding: 90px 0 90px 0;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bgred.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.ggf {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	padding-left: 40px !important;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/section-title-service-bg.jpg") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.ggf.nitro-lazy {
	background-image: none !important;
}

.item-services {
	width: 33.33%;
	float: left;
	text-align: center;
	background-color: #f8f8f8;
	padding: 16px 28px;
}

.service-bg {
	display: none;
}

.item-services .service-content .service-box-content {
	transition: all .35s;
	position: relative;
	padding-top: 22px;
}

.service-box-content i {
	font-size: 40px;
}

.item-services .service-content .service-box-content .desc {
	color: #727272;
}

.item-services {
	background-color: #f8f8f8;
	padding: 16px 28px 33px 28px;
}

.item-services:nth-child(2n+2) {
	background-color: #f3f3f3;
}

.desc p {
	font-size: 14px;
}

.service-content h4 {
	font-size: 16px !important;
}

.2x {
	font-size: 40px;
}

.feature-block-two .inner-box .icon-box:hover {
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

..item-services .service-content .service-box-content:hover {
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	color: #29b6a5;
	-o-transition: .7s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.boxz:before {
	content: "";
	height: 4px;
	width: 0;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: -48px;
	background-color: #1ce596;
	background-image: -webkit-gradient(linear, left top, right top, from(#1ce596), to(#9af657));
	background-image: -webkit-linear-gradient(left, #1ce596, #9af657);
	background-image: -webkit-linear-gradient(left, #18dcae, #11a87f);
	background-image: -webkit-linear-gradient(left, #18dcae, #11a87f);
	background-image: -o-linear-gradient(left, #1ce596, #9af657);
	background-image: linear-gradient(left, #1ce596, #9af657);
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.boxz:hover:before {
	width: 100%;
}

.sticker :hover i {
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	color: #333;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.manufacture {
	position: relative;
}

.manufacture:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 47%;
	opacity: .8;
	height: 100%;
	display: block;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/pattern-1.jpg");
}

.left-divv {
	padding-left: 18%;
	padding-top: 13%;
	width: 599px;
}

.pb {
	padding-left: 25%;
}

.style4:before {
	content: "";
	width: 191px;
	height: 9px;
	position: absolute;
	z-index: 2;
	top: 2%;
	right: 45%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/sub-title.png");
	background-repeat: no-repeat;
}

.effect8:hover {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.feature-block-two:hover {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.feature-block-two .inner-box:hover {
	transform: none;
}

.feature-block-two {
	padding: 14px;
	margin-bottom: 22px !important;
	background: #fff;
}

#mainp .item--holder {
	position: relative;
	padding: 0 40px;
	margin-top: -70px;
}

#mainp .item--meta {
	padding: 20px 25px 20px 35px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-khtml-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-moz-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-ms-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-o-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.mid {
	position: relative;
	margin-bottom: 65px;
}

.mid1 {
	border-radius: 5px;
	overflow: hidden;
}

.mid1 img {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
}

.item--holder1 {
	position: relative;
	padding: 0 40px;
	margin-top: -132px;
}

.item--meta1 {
	padding: 20px 25px 20px 35px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-khtml-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-moz-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-ms-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	-o-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.item--readmore1 a {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 5px;
	-khtml-border-radius: 0 5px;
	-moz-border-radius: 0 5px;
	-ms-border-radius: 0 5px;
	-o-border-radius: 0 5px;
	border-radius: 0 5px;
	font-size: 26px;
	color: #fff;
	background-color: #1ab49a;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	width: 41px;
	height: 39px;
	line-height: 39px;
	z-index: 1;
	text-align: center;
}

.item--title1 {
	font-size: 20px;
}

.item--readmore1 a:before {
	background-color: #0e0e0e;
}

.mid:hover .mid1 img {
	-webkit-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.heading1 {
	line-height: 66px;
	font-size: 52px;
	padding-left: 4%;
	margin-top: 14%;
	border-left: 2px dashed #fff;
}

#servicess {
	background: url("https://www.erbrains.com/assets/striples-bg.svg");
	background-size: cover;
}

.m1 {
	background-color: #1ab49a;
	border-radius: 9px;
	padding: 36px 26px 30px;
	color: #fff;
}

.m2 {
	background-color: #1ab49a;
	border-radius: 9px;
	padding: 36px 26px 30px;
	color: #fff;
}

.m2 h5 {
	line-height: 31px !important;
	font-size: 18px !important;
}

.m1 h5 {
	font-size: 18px !important;
	line-height: 31px !important;
}

.services-block-four .inner-box {
	position: relative;
	padding-left: 120px;
}

.licenes .services-block-four .inner-box .icon-box {
	font-size: 56px;
	border-radius: 0;
}

.licenes .services-block-four .inner-box .icon-box:after {
	border-radius: 0;
}

.services-block-four .inner-box .icon-box:after, .services-block-four .inner-box .icon-box:before {
	background: #1ab49a;
}

.services-block-four .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border: 2px solid;
	font-size: 40px;
	line-height: 98px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px !important;
	transition: .3s ease;
}

.service-img-wrapper .image-box {
	position: relative;
}

.padding-r-80 {
	padding: 0 0 0 82px;
}

@media (max-width:1200px) {
	.service-img-wrapper .image-box .rings {
		left: 3% !important;
	}
	
	.service-img-wrapper .image-box {
		margin-top: 0 !important;
	}
}

.service-img-wrapper .image-box .rings {
	position: absolute;
	top: 5%;
	z-index: -1;
	margin: 0 auto;
	left: 10%;
	transform: translate(-50%, -50%);
	-webkit-animation: rotate-m 4s linear infinite;
	-o-animation: rotate-m 4s linear infinite;
	animation: rotate-m 4s linear infinite;
}

.services-block-four .inner-box .icon-box span {
	position: relative;
	z-index: 99;
}

.services-block-four .inner-box:hover .icon-box, .services-block-four .inner-box:hover .icon-box span {
	color: #fff;
	transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(0);
	transition: .7s ease;
}

.services-block-four .inner-box:hover .icon-box:after {
	transform: scale(1);
	transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	width: 1px;
	height: 95%;
	background: #1ab49a;
}

.services-block-four:last-child .inner-box .icon-box:before {
	display: none;
}

.services-block-four .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}

.services-block-four.how .inner-box {
	padding-left: 70px;
	position: relative;
}

.services-block-four.how .inner-box .step {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: #fff;
	border-color: #1ab49a;
	font-size: 18px;
	color: #1ab49a;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px !important;
	transition: .3s ease;
}

.services-block-four.how .inner-box h3 a {
	color: #13287e;
}

@media (min-width:1200px) {
	.services-block-four.how {
		width: 100%;
	}
	
	.services-block-four.how.mutty-l {
		margin-left: 10%;
	}
}

.services-block-four .inner-box .step {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: 2px solid;
	background: #1ab49a;
	border-color: #1ab49a;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px !important;
	transition: .3s ease;
}

.services-block-four.how .inner-box .text {
	margin-bottom: 0;
}

.services-block-four .inner-box h3 a {
	color: #13287e;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.services-block-four .inner-box .icon-box {
	color: #1ab49a;
}

.services-block-four .inner-box .text {
	font-size: 14px;
	color: #888;
	margin-top: 8px;
	margin-bottom: 10px;
}

.services-block-four .inner-box .read-more {
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

@media (max-width:767px) {
	.time .color1 {
		font-size: 65px;
	}
	
	.padding-r-80 {
		padding: 0 0 0 12px;
	}
	
	.icons .color1 {
		font-size: 63px !important;
	}
	
	.ct-video-player {
		margin: 20% 0 0 52% !important;
	}
	
	.mobile1 {
		display: none;
	}
	
	.services-block-four {
		margin-bottom: 40px;
	}
}

.features {
	position: relative;
}

.services-block-four {
	position: relative;
	margin-bottom: 50px;
}

.services-block-four .inner-box:hover .icon-box {
	color: #fff;
	transition: .5s ease;
}

.m2:hover {
	box-shadow: 0 0 30px rgba(16, 14, 23, .25);
	border-radius: 9px;
}

.m1:hover {
	box-shadow: 0 0 30px rgba(16, 14, 23, .25);
	border-radius: 9px;
}

.effective {
	background-color: #eef5fb;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/h9-bg-section-01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.effective.nitro-lazy {
	background-image: none !important;
}

.strategy-block .inner-box {
	position: relative;
	padding-left: 68px;
	padding-right: 0;
}

.strategy-block .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	color: #443986;
	line-height: 1em;
	font-size: 50px;
}

.strategy-block .inner-box h3 {
	position: relative;
	color: #222;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 12px;
}

#loading1 {
	-webkit-animation: rotation1 2s infinite linear;
}

@-webkit-keyframes rotation1 {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
	}
}

.ct-fancy-box-layout5 {
	position: relative;
	z-index: 1;
}

.ct-fancy-box-layout5:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 59px;
	right: 40px;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(top, #1ab49a, #02ffe0);
	background-image: -webkit-linear-gradient(top, #1ab49a, #02ffe0);
	background-image: -moz-linear-gradient(top, #1ce596, #9af657);
	background-image: -ms-linear-gradient(top, #1ce596, #9af657);
	background-image: -o-linear-gradient(top, #1ce596, #9af657);
	background-image: linear-gradient(top, #1ce596, #9af657);
	-webkit-border-radius: 0 171px 171px 0;
	-khtml-border-radius: 0 171px 171px 0;
	-moz-border-radius: 0 171px 171px 0;
	-ms-border-radius: 0 171px 171px 0;
	-o-border-radius: 0 171px 171px 0;
	border-radius: 0 171px 171px 0;
	-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
	-khtml-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
	-moz-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
	-ms-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
	-o-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
	-webkit-transition: all .2s linear 0s;
	-khtml-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	opacity: 0;
}

.ct-fancy-box-layout5:hover:before {
	opacity: 1;
	bottom: -33px;
	left: -30px;
}

.ct-fancy-box-layout5 .ct-fancy-box-inner {
	background-color: #000;
	color: #e9e9e9;
	padding: 50px 30px 76px 40px;
}

.carousel-item.three h2+p.animated {
	display: none;
}

@media screen and (max-width:1199px) {
	.ct-fancy-box-layout5 .ct-fancy-box-inner {
		padding-left: 30px;
		padding-bottom: 96px;
	}
	
	.connected {
		width: 69%;
		text-align: center;
		display: block;
	}
	
	#hero p {
		width: 100%;
	}
	
	.carousel-item.three p {
		font-size: 12px !important;
	}
	
	.carousel-item.three h2 {
		font-size: 26px !important;
	}
}

@media screen and (max-width:991px) {
	.ct-fancy-box-layout5 .ct-fancy-box-inner {
		padding-left: 20px;
		padding-right: 15px;
	}
	
	.connected a, .connected h3 {
		color: #29b6a5;
		margin: 0 15px;
		font-size: 48px;
	}
	
	.connected.thank a, .connected.thank h3 {
		color: #fff;
	}
	
	.connected.thank {
		width: 95%;
	}
	
	.ct-video-player.wow.fadeInUp {
		margin: 102% 0 0 17%;
	}
	
	.ct-video-player.wow.fadeInUp h6.text-white {
		color: #000 !important;
	}
}

@media screen and (max-width:767px) {
	.ct-fancy-box-layout5 .ct-fancy-box-inner {
		height: auto !important;
	}
	
	.connected {
		width: 92%;
		text-align: center;
		display: block;
	}
	
	.connected a {
		margin: 0 5px;
	}
	
	.connected a, .connected h3 {
		color: #fff;
	}
	
	.ct-video-player.wow.fadeInUp h6.text-white {
		color: #fff !important;
	}
	
	.ct-video-player.wow.fadeInUp .col-md-4 {
		padding-left: 25px;
		text-align: center;
	}
	
	.carousel-item.three .icons {
		display: none;
	}
	
	.carousel-item.three h2+p.animated {
		display: block;
	}
}

.ct-fancy-box-layout5 .item--icon {
	line-height: 1;
	margin-bottom: 30px;
}

.ct-fancy-box-layout5 .item--icon i {
	font-size: 60px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
	background-image: -webkit-linear-gradient(top, #1ce596, #9af657);
	background-image: -moz-linear-gradient(top, #1ce596, #9af657);
	background-image: -ms-linear-gradient(top, #1ce596, #9af657);
	background-image: -o-linear-gradient(top, #1ce596, #9af657);
	background-image: linear-gradient(top, #1ce596, #9af657);
}

.ct-fancy-box-layout5 .item--title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (max-width:991px) {
	.ct-fancy-box-layout5 .item--title {
		font-size: 18px;
	}
}

.ct-fancy-box-layout5 .item--description {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 18px;
}

@media screen and (max-width:991px) {
	.ct-fancy-box-layout5 .item--description {
		font-size: 15px;
		line-height: 26px;
	}
}

.ct-fancy-box-layout5 .item--description a {
	color: inherit;
}

.ct-fancy-box-layout5 .item--description a:hover {
	color: inherit;
	text-decoration: underline;
}

.ct-fancy-box-layout5 .item--list {
	list-style: none;
	margin-bottom: 0;
	font-weight: 700;
}

@media screen and (max-width:991px) {
	.ct-fancy-box-layout5 .item--list {
		font-size: 14px;
	}
}

.ct-fancy-box-layout5 .item--list i {
	margin-right: 12px;
	font-weight: 400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
	background-image: -webkit-linear-gradient(top, #1ce596, #9af657);
	background-image: -moz-linear-gradient(top, #1ce596, #9af657);
	background-image: -ms-linear-gradient(top, #1ce596, #9af657);
	background-image: -o-linear-gradient(top, #1ce596, #9af657);
	background-image: linear-gradient(top, #1ce596, #9af657);
}

.ct-fancy-box-layout5 .item--list li+li {
	margin-top: 6px;
}

.ct-fancy-box-layout5 .item--link {
	height: 45px;
	width: 45px;
	position: absolute;
	bottom: 27px;
	right: 24px;
	background-color: #535353;
	line-height: 45px;
	text-align: center;
	border-radius: 45px;
	color: #fff;
	font-size: 30px;
	z-index: 1;
}

.ct-fancy-box-layout5 .item--link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
	background-image: -webkit-linear-gradient(top, #1ce596, #9af657);
	background-image: -moz-linear-gradient(top, #1ce596, #9af657);
	background-image: -ms-linear-gradient(top, #1ce596, #9af657);
	background-image: -o-linear-gradient(top, #1ce596, #9af657);
	background-image: linear-gradient(top, #1ce596, #9af657);
	z-index: -1;
	-webkit-transition: all .3s linear 0s;
	-khtml-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	opacity: 0;
}

.ct-fancy-box-layout5 .ct-fancy-box-inner {
	background-color: #000;
	color: #e9e9e9;
	padding: 50px 30px 76px 40px;
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
}

.icon3 {
	height: 80px;
	width: 80px;
	margin-bottom: 7%;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
}

.rn-finding-us-area .inner {
	position: relative;
	padding-left: 203px;
	padding-top: 110px;
	padding-bottom: 18px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.rn-finding-us-area .inner {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.inner-box h3 {
		font-size: 24px;
	}
	
	.inner-box li.heading h5 {
		font-size: 18px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.rn-finding-us-area .inner {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.dynamic-boxes .col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.inner-box {
		height: 258px;
	}
	
	.inner-box ul {
		padding-left: 0;
	}
	
	.inner-box h3 {
		font-size: 24px;
	}
	
	.inner-box li.heading h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width:767px) {
	.rn-finding-us-area .inner {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.rn-finding-us-area .inner .content-wrapper .content {
	background: #29b6a5;
	padding: 75px 65px;
	position: relative;
	z-index: 2;
	width: 800px;
	border-radius: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.rn-finding-us-area .inner .content-wrapper .content {
		padding: 60px 50px;
		width: 100%;
		border-radius: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.rn-finding-us-area .inner .content-wrapper .content {
		padding: 60px 50px;
		width: 100%;
		border-radius: 0;
	}
}

@media only screen and (max-width:767px) {
	.rn-finding-us-area .inner .content-wrapper .content {
		padding: 30px 30px;
		width: 100%;
		border-radius: 0;
	}
}

.rn-finding-us-area .inner .content-wrapper .content h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.rn-finding-us-area .inner .content-wrapper .content h4 {
		font-size: 26px;
		margin-bottom: 12px;
	}
}

.rn-finding-us-area .inner .content-wrapper .content p {
	font-size: 15px;
	color: #fff;
	text-transform: none;
	font-weight: 300;
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.rn-finding-us-area .inner .content-wrapper .content p {
		margin-bottom: 24px;
		padding-right: 0;
	}
}

.rn-finding-us-area .inner .thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.rn-finding-us-area .inner .thumbnail {
		position: static;
		height: 100%;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.rn-finding-us-area .inner .thumbnail {
		position: static;
		height: 100%;
	}
}

@media only screen and (max-width:767px) {
	.rn-finding-us-area .inner .thumbnail {
		position: static;
		height: 100%;
	}
}

.rn-finding-us-area .inner .thumbnail img {
	border-radius: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.rn-finding-us-area .inner .thumbnail img {
		border-radius: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.rn-finding-us-area .inner .thumbnail img {
		border-radius: 0;
	}
	
	.bp.ulbox1a h4.module-title {
		font-size: 15px;
		line-height: 26px;
	}
}

@media only screen and (max-width:767px) {
	.rn-finding-us-area .inner .thumbnail img {
		border-radius: 0;
	}
}

.conc {
	position: relative;
	display: block;
	margin: 0 2px;
	padding: .625rem 1.25rem;
	overflow: hidden;
}

.conc:before {
	box-sizing: border-box;
	transform: translateX(100%);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	width: 99.5%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}

.conc:after {
	box-sizing: border-box;
	transform: translateX(-100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 99.5%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
}

.conc:hover {
	color: inherit;
	box-shadow: 0 0 30px rgba(16, 14, 23, .25);
	text-decoration: none;
}

.conc a:hover:before {
	transition: .1s transform linear, .1s height linear .1s;
	transform: translateX(0);
	height: 100%;
	box-shadow: 0 0 30px rgba(16, 14, 23, .25);
	border-color: #1fbfac;
}

.conc:hover:after {
	transition: .1s transform linear .2s, .1s height linear .3s;
	transform: translateX(0);
	height: 100%;
	box-shadow: 0 0 30px rgba(16, 14, 23, .25);
	border-color: #1fbfac;
}

.m1:hover .tr {
	color: #000;
}

.m2:hover .tr {
	color: #000;
}

.m1:hover {
	background-color: #fff;
}

.m2:hover {
	background-color: #fff;
}

.face:hover {
	animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.rn-finding-us-area .inner .content-wrapper .content:hover {
	background-color: #333;
}

.bv1 {
	border: 1px solid #ddd;
	padding: 5%;
	border-radius: 8px;
}

.pulse:hover {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(.95);
	}
	
	70% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(.95);
	}
}

.medical ul {
	margin: -40px -40px 0;
	font-size: 0;
}

.medical li {
	display: inline-block;
	vertical-align: top;
	width: 545px;
	margin: 40px 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}

.medical.one-column li {
	width: auto;
}

.medical h2 {
	margin-bottom: 6px;
	font-size: 17px;
	line-height: 22px;
}

.medical h2 a {
	color: #000;
}

.medical p {
	overflow: hidden;
	padding-right: 40px;
	font-size: 14px;
	line-height: 22px;
	color: #7c7c7c;
}

#animating-block-5 i, .medical i {
	position: relative;
}

#animating-block-5 .pic, .medical .pic, i.pic {
	position: relative;
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	background: #1ab49a;
	margin-right: 20px;
	font-size: 48px;
	line-height: 90px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
	color: #fff;
}

#animating-block-5 .pic, i.pic {
	display: inline-block;
	float: none;
	margin-top: 20px;
}

#animating-block-5 .pic:before, .medical .pic:before {
	content: "";
	position: absolute;
	top: 0;
	background: #129a83;
	left: 0;
	width: 50%;
	height: 100%;
}

i.pic:before {
	z-index: 2;
	position: relative;
}

i.pic:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}

.medical .more {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width:1190px) {
	.medical ul {
		margin-right: -30px;
		margin-left: -30px;
	}
	
	.medical li {
		width: 440px;
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media screen and (max-width:980px) {
	.medical ul {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.medical li {
		width: 349px;
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media screen and (max-width:767px) {
	.medical ul {
		margin-right: 0;
		margin-left: 0;
	}
	
	.medical li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.medical li {
	display: inline-block;
	vertical-align: top;
	width: 545px;
	margin: 40px 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container-fluid.px-0 {
	overflow-x: hidden;
	overflow-y: hidden;
}

.parx {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/online-appointment-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
	padding-bottom: 90px;
}

.parx.nitro-lazy {
	background-image: none !important;
}

.core p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: Poppins-semibold;
}

.core {
	transition: .3s ease-in-out;
	background: rgba(0, 0, 0, .28);
	padding: 20px 27px 32px 25px;
	margin-bottom: 20px;
	border: 2px dashed #1ab49a !important;
	position: relative;
}

.fz {
	font-size: 30px;
	text-align: center !important;
}

.brick {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/p4.png");
	background-repeat: repeat;
	background-position: top center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.brick.nitro-lazy {
	background-image: none !important;
}

.pds {
	padding-top: 9%;
	padding-left: 9%;
}

.pdd {
	padding-top: 5%;
	padding-right: 4% !important;
}

.brd {
	border-right: 16px solid #29b6a5;
}

.hover06 img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover06 :hover img {
	-webkit-transform: rotate(0) scale(1.4);
	transform: rotate(0) scale(1.4);
}

.column {
	padding: 0;
}

.column::after {
	content: "";
	clear: both;
	display: block;
}

.column div {
	position: relative;
	padding: 0;
}

.column div:first-child {
	margin-left: 0;
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.core:hover {
	border: 2px solid #29b6a5;
	background: #11998e;
	background: -webkit-linear-gradient(to right, #11998e, #343a40);
	background: linear-gradient(to right, #11998e, #343a40);
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.flat-process-style4 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/8.png");
	background-size: cover;
	background-position: center;
}

.flat-process-style4.nitro-lazy {
	background-image: none !important;
}

.flat-process-style4 {
	padding: 70px 0 70px 0;
}

.flat-process-style4 .content-process .title-section {
	margin-bottom: 20px;
}

.flat-process-style4 .content-process .title-section .flat-title {
	line-height: 38px;
	padding-right: 60px;
}

.btt:hover {
	border-bottom: 1px dashed #fff;
	transition: .3s ease-in-out;
}

.parxs {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg_04.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
	padding-bottom: 90px;
	background-attachment: fixed;
}

.parxs.nitro-lazy {
	background-image: none !important;
}

.parxs:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(26, 180, 154, .89);
}

.inst i {
	color: #fff;
	text-align: center;
	margin-bottom: 9%;
	background-color: #1ab49a;
	font-size: 30px;
	margin-right: 30px;
	height: 80px;
	border-radius: 100%;
	width: 80px;
	padding-left: 6%;
	line-height: 74px;
	display: inline-block;
}

.inner-inst:hover i {
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	padding-right: 5%;
	-o-transition: .7s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.parxs i {
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	padding-right: 5%;
}

.inner-inst {
	background-color: rgba(51, 51, 51, .69);
	padding: 30px 29px 15px 29px;
	border: 2px solid #fff;
}

.innerw {
	height: 369px;
}

.business-section {
	position: relative;
	padding: 50px 0 55px;
}

.business-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 484px;
	height: 797px;
	display: inline-block;
	background: url("https://www.erbrains.com/assets/images/background/pattern-1.png");
}

.business-section .title-column {
	position: relative;
	margin-bottom: 40px;
}

.business-section .title-column .inner-column {
	position: relative;
	padding-top: 35px;
	overflow: hidden;
}

.business-section .title-column .inner-column .sec-title {
	margin-bottom: 20px;
}

.business-section .title-column .inner-column .sec-title h2 {
	line-height: 1.3em;
	margin-bottom: 15px;
}

.business-section .title-column .inner-column .we-do {
	position: relative;
	color: #ff4555;
	font-size: 13px;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 28px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.business-section .title-column .inner-column .we-do:hover {
	color: #001659;
}

.business-section .title-column .inner-column .we-do:before {
	position: absolute;
	content: "";
	left: 0;
	top: -2px;
	color: #001659;
	font-family: FontAwesome;
}

.business-section .title-column .inner-column .we-do:after {
	position: absolute;
	content: "";
	top: 11px;
	left: 100%;
	width: 300%;
	height: 1px;
	background-color: #ddd;
}

.business-section .content-column {
	position: relative;
}

.business-section .content-column .inner-column {
	position: relative;
}

.feature-block2 {
	position: relative;
	margin-bottom: 0;
	margin-top: 3%;
}

.feature-block2 .inner-box2 {
	position: relative;
	padding: 30px;
	border-radius: 7px;
	border: 1px solid #ddd;
}

.feature-block2 .inner-box2 .icon-box2 {
	position: relative;
	color: #29b6a5;
	font-size: 70px;
	line-height: 1em;
	margin-bottom: 15px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.feature-block2.alternate .inner-box2 .icon-box2 {
	color: #29b6a5;
	font-size: 54px;
	margin-bottom: 20px;
}

.feature-block2 .inner-box2:hover .icon-box2 {
	color: #333;
}

.feature-block2 .inner-box2 h3 {
	position: relative;
	color: #222;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 12px;
}

.feature-block2 .inner-box2 h3 a {
	position: relative;
	color: #222;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.feature-block2 .inner-box2 h3 a:hover {
	color: #ff4555;
}

.feature-block2 .inner-box2 .text {
	position: relative;
	color: #555;
	font-size: 16px;
	line-height: 1.8em;
}

.business-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 484px;
	height: 797px;
	display: inline-block;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/pattern-1.png");
}

.sec-title .title-text {
	position: relative;
	color: #1ab49a;
}

.feature-block2 .inner-box2 .icon-box2 .icon:after {
	position: absolute;
	content: "";
	background-image: -webkit-linear-gradient(45deg, rgba(254, 254, 255, 0) 0, rgba(41, 182, 165, .26) 100%);
	width: 80px;
	height: 80px;
	top: -16px;
	right: 136px;
	border-radius: 50%;
	z-index: 1;
	transition: all .5s ease;
}

.feature-block2 .inner-box2:hover {
	-webkit-box-shadow: 0 0 15px #cbc9c9;
	box-shadow: 0 0 15px #cbc9c9;
}

.pharma {
	background-color: #e9f4fd;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bgf.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.pharma.nitro-lazy {
	background-image: none !important;
}

.featured-icon-box.style4 {
	display: table;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(41, 61, 88, .1);
	-moz-box-shadow: 1px 1px 3px 0 rgba(41, 61, 88, .1);
	box-shadow: 1px 1px 3px 0 rgba(41, 61, 88, .1);
}

.featured-icon-box.style4 .featured-icon-box-inner {
	background: #fff;
	padding: 40px 0 40px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-lg i {
	font-size: 50px;
}

.featured-icon-box.style4 .featured-title h5 {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 15px !important;
}

.featured-icon-box.style4 .featured-desc p {
	margin-bottom: 0;
	font-size: 13px;
}

.featured-icon-box.style4:hover {
	margin-top: -30px;
	margin-bottom: -40px;
}

.featured-icon-box:hover i {
	color: #fff;
}

.featured-icon-box:hover h5 {
	color: #fff;
}

.featured-icon-box:hover .featured-icon-box-inner {
	background: #29b6a5;
}

.bg-img6 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/medicall.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.bg-img6.nitro-lazy {
	background-image: none !important;
}

.s1 .n1 .big-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1em;
	line-height: 1em;
	color: #29b6a5;
	font-size: 110px;
	opacity: .2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: linear-gradient(to right, #29b6a5 0, #1ce596 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s1 .n1 {
	position: relative;
	padding: 45px 55px 70px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #ddd;
	height: 510px;
}

.s1 .n1:hover {
	box-shadow: 0 0 10px rgba(41, 182, 165, .47);
}

.s1 .n1:hover .icon-box {
	animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.s1 .n1 .icon-box .icon {
	position: relative;
	line-height: 1em;
	line-height: 1em;
	color: #29b6a5;
	font-size: 70px;
	background: linear-gradient(to right, #29b6a5 0, #1ce596 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offer {
	position: relative;
	padding: 90px 0 90px;
	background: #0f8e7f;
}

.offer:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/shape-6.png") no-repeat top left;
}

.offerinn {
	border-radius: 7px;
	border: 1px solid #fff;
	padding: 28px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offerinn:hover {
	background: #fff;
	border-left: 9px solid #333;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.offerinn:hover h4 {
	color: #333 !important;
}

.offerinn:hover p {
	color: #333 !important;
}

.services-section3 {
	position: relative;
	padding: 50px 0 50px 0;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bgc.png");
	background-size: cover;
}

.services-section3 .services-block3 {
	padding: 0;
	float: left;
	z-index: 1;
}

.services-block3 {
	position: relative;
}

.services-block3 .inner-box3 {
	position: relative;
	height: 363px;
	text-align: center;
	padding: 0 30px 30px;
	background: -ms-linear-gradient(left, #eaeaed 0, #fff 100%);
	background: -moz-linear-gradient(left, #eaeaed 0, #fff 100%);
	background: -o-linear-gradient(left, #eaeaed 0, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #eaeaed), color-stop(100, #fff));
	background: -webkit-linear-gradient(left, #eaeaed 0, #fff 100%);
	background: linear-gradient(to right, #eaeaed 0, #fff 100%);
}

.services-block3 .inner-box3 .icon-box3 {
	position: relative;
	width: 118px;
	height: 118px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 118px;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: -59px;
	display: inline-block;
	margin-bottom: 40px;
	-webkit-transition: all 1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background: -ms-linear-gradient(top, #3140fc 0, #0b1599 100%);
	background: -moz-linear-gradient(top, #3140fc 0, #0b1599 100%);
	background: -o-linear-gradient(top, #3140fc 0, #0b1599 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140fc), color-stop(100, #0b1599));
	background: -webkit-linear-gradient(top, #3140fc 0, #0b1599 100%);
	background: linear-gradient(to bottom, #29b6a5 0, #5cd2a3 100%);
}

.services-block3 .inner-box3 .icon-box3 .icon {
	position: relative;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.services-block3 .inner-box3:hover .icon-box3 {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.services-block3 .inner-box3 h5 {
	position: relative;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 18px;
}

.services-block3 .inner-box3 h5 a {
	position: relative;
	color: #012068;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.services-block3 .inner-box3:hover h5 a {
	color: #3241ff;
}

.services-block3 .inner-box3 .text {
	position: relative;
	font-size: 16px;
	color: #1a1e66;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.cvs h2:after {
	border-bottom: 3px solid #29b6a5;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 9%;
	top: 52px;
	margin: 0 auto;
}

.topp {
	position: absolute;
	top: -119px;
	left: 0;
	right: 0;
	z-index: 999;
}

.doct:hover {
	background-color: #fff;
	border: 1px solid #29b6a5;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.doct {
	position: relative;
	transition: all .5s ease;
	padding: 15px 0px 1px 15px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.elementor-motion-effects-layer {
	background-color: #1d2126;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/h6-bg-section-02.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}

.fdiv {
	padding: 7%;
	background-color: #fff;
	position: absolute;
	border-radius: 12px;
	margin-top: 13%;
	z-index: 9999;
	-webkit-box-shadow: -4px -2px 57px -7px rgba(0, 0, 0, .57);
	-moz-box-shadow: -4px -2px 57px -7px rgba(0, 0, 0, .57);
	box-shadow: -4px -2px 57px -7px rgba(0, 0, 0, .57);
}

#hero-section5 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/header-bg-4.png");
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 100%;
	height: 650px;
	opacity: 1;
	top: 0;
	left: 0;
	visibility: inherit;
	z-index: 20;
}

#hero-section5.nitro-lazy {
	background-image: none !important;
}

.fluid-section-three {
	position: relative;
	background-color: #f9f8fc;
	padding: 0;
}

.fluid-section-three .left-column {
	position: relative;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	float: left;
}

.fluid-section-three .left-column .inner-column {
	position: relative;
	max-width: 650px;
	width: 100%;
	float: right;
	padding: 82px 59px 70px 74px;
}

.fluid-section-three .left-column .inner-column .btn-box {
	margin-top: 50px;
}

.fluid-section-three .right-column {
	position: relative;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.fluid-section-three .right-column .inner-column {
	position: relative;
	max-width: 600px;
	float: left;
	padding: 77px 11px 127px 88px;
}

.fluid-section-three .right-column:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .61);
}

.fluid-section-three .right-column .inner-column .play-btn {
	position: relative;
	width: 80px;
	height: 80px;
	color: #222;
	font-size: 28px;
	padding-left: 6px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 50px;
	display: inline-block;
	background-color: #fff;
}

.fluid-section-three .right-column .inner-column .play-btn:before {
	position: absolute;
	content: "";
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	border-radius: 50px;
	border: 5px solid rgba(255, 255, 255, .2);
}

.fluid-section-three .right-column .inner-column .play-btn:after {
	position: absolute;
	content: "";
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 50px;
	border: 4px solid rgba(255, 255, 255, .1);
}

.fluid-section-three .right-column .inner-column h2 {
	position: relative;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em;
}

.fluid-section-three .right-column .inner-column .title {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 35px;
}

.fluid-section-three .right-column .inner-column .title:before {
	position: absolute;
	left: -50px;
	top: 11px;
	content: "";
	height: 1px;
	width: 35px;
	background-color: rgba(255, 255, 255, .4);
}

.fluid-section-three .right-column .inner-column .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 50px;
}

.feature-block-two1 .inner-box h3:before {
	position: absolute;
	content: "";
	left: -50px;
	top: 12px;
	width: 35px;
	height: 1px;
	background-color: #443986;
}

.feature-block-two1 .inner-box h3:before {
	position: absolute;
	content: "";
	left: -50px;
	top: 12px;
	width: 35px;
	height: 1px;
	background-color: #443986;
}

.feature-block-two1 .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.feature-block-two1 .inner-box {
	position: relative;
	margin-bottom: 35px;
	height: auto;
	box-shadow: none;
	border-top: 0;
}

.feature-block-two2.alternate .inner-box {
	height: auto;
	box-shadow: none;
	border-top: 0;
}

.sec-title1 h2 {
	position: relative;
	color: #333;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 56px;
	margin-bottom: 7%;
	text-transform: capitalize;
}

.about-section {
	position: relative;
	padding: 70px 0;
}

.about-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 65%;
	height: 100%;
	display: block;
	background-color: #1ab49a;
}

.about-section .title-column {
	position: relative;
}

.about-section .title-column .sec-title {
	margin-bottom: 20px;
}

.about-section .title-column .inner-column {
	position: relative;
	padding-top: 30px;
	margin-bottom: 45px;
}

.about-section .title-column .text {
	position: relative;
	color: #555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 16px;
}

#hero-section.ms-azure {
	background: #19d2ba url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/azure/azure-banner-fields.jpg") no-repeat center right;
	background-size: cover;
	padding: 70px 80px !important;
}

#hero-section.ms-azure.nitro-lazy {
	background-image: none !important;
}

#hero-section.ms-azure .ct-video-player.wow.fadeInUp {
	margin: 30% 0 0 50%;
}

#hero-section.ms-azure:before {
	display: none;
}

#hero-section.ms-azure .second {
	background: #1ab49a;
	color: #fff;
	padding: 15px 25px 12px 25px;
}

.left:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	display: block;
	background: rgba(26, 180, 154, .65);
}

#hero-section.ms-azure h1.th2 {
	font-size: 54px;
}

#hero-section.ms-azure p.text-white {
	font-size: 30px;
	line-height: 40px;
}

#hero-section.ms-azure h4.bdr-top {
	border-top: 4px solid #252525;
	margin-bottom: 30px;
}

#hero-section.ms-azure h4 {
	color: #fff;
	background: #333;
	margin-bottom: 0;
	padding: 8px;
	width: fit-content;
}

.digital-sec.azure-benefits {
	padding: 80px 15px;
}

.digital-sec.azure-benefits h2 {
	text-align: center;
	margin-bottom: 5px;
}

.digital-sec.azure-benefits h5.text-center {
	text-align: center;
	margin-bottom: 50px;
}

.c-ibn {
	list-style: none;
	color: #fff;
	padding-left: 0;
}

.c-ibn .fa-long-arrow-right:before {
	color: #fff;
}

.why-azure {
	padding: 80px 15px;
}

.why-azure .col-md-3 img {
	width: 72px;
	display: block;
	margin: 30px auto;
}

.c-services {
	background: #f1f1f1;
	padding: 60px 15px;
}

.c-services .col-md-4 {
	margin-top: 30px;
}

.c-services .col-md-4 h4 {
	width: 80%;
	margin: auto;
	margin-bottom: 15px;
	color: #027a6b;
}

.c-services .col-md-4 img {
	width: 72px;
	margin: 30px auto;
	display: block;
}

.go-solutions {
	padding: 70px 15px;
}

.go-solutions .col-md-3 {
	margin-top: 20px;
	margin-top: 40px;
}

.go-solutions .col-md-3 .box {
	height: 236px;
	overflow: hidden;
	width: 100%;
	padding: 60px 12px;
	transition: all .3s;
	box-shadow: 0 0 5px rgba(52, 195, 178, 55%);
}

.go-solutions .col-md-3 .box h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

.go-solutions .col-md-3 .box p {
	transform: translateY(200px);
	transition: all .3s;
	line-height: 20px;
	margin-bottom: 5px;
}

.go-solutions .col-md-3:hover .box {
	padding: 10px;
}

.go-solutions .col-md-3:hover p {
	transform: translateY(0);
}

.go-solutions .col-md-3 .box img {
	width: 60px;
	margin: auto;
	margin-bottom: 8px;
	transition: all .3s;
}

.go-solutions .col-md-3:hover .box>img {
	width: 36px;
	margin: auto;
	margin-bottom: 8px;
}

.how-we-do {
	padding: 70px 15px 20px 15px;
	background: #dcdcdc;
}

#hero-section.dynamic {
	background: #19d2ba;
	padding-top: 60px !important;
	padding-bottom: 90px !important;
}

#hero-section.dynamic:before {
	display: none;
}

.dynamic_price {
	padding: 0 15px;
}

.dynamic_price .conts-dp h2 {
	margin-bottom: 20px;
	padding-top: 0;
}

.dynamic_price .conts-dp h2 a:hover {
	color: #000;
	text-decoration: underline;
}

.dynamic_price .conts-dp ul {
	list-style: none;
	padding-left: 10px;
}

.dynamic_price .conts-dp h4 {
	margin: 20px 0;
}

.dynamic_price .conts-dp h5 {
	color: #29b6a5;
}

.dynamic_price table thead th {
	background: #0e0e0e;
	color: #fff;
}

.dynamic_price table thead th:first-child {
	background: #19d2ba;
}

.dynamic_price table td, .dynamic_price table th {
	padding: 24px 35px;
	vertical-align: middle;
}

.conts-dp {
	padding: 50px 15px 0;
}

.dynamic-boxes {
	padding: 80px 45px 0;
}

.inner-box h3 {
	color: #1ab49a;
}

.inner-box {
	height: 300px;
	border-top: 4px solid;
	border-radius: 5px;
	border-color: #75757a;
	padding: 20px;
	transition: transform .1s ease-out 0s;
	box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);
	display: block;
	margin-bottom: 44px;
	color: #000;
}

.inner-box:hover {
	color: #000;
	transform: translateY(-10px);
}

.inner-box ul {
	list-style: none;
}

.inner-box ul li {
	font-size: 16px;
}

.video-box {
	position: relative;
}

.video-box .image {
	position: relative;
	overflow: hidden;
}

.video-box .image img {
	position: relative;
	width: 100%;
}

.video-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 80px;
	background: rgba(68, 57, 120, .08);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.text {
	font-family: "Open Sans", sans-serif;
}

.help-section {
	position: relative;
	padding: 110px 0;
}

.help-section .inner-container {
	position: relative;
}

.help-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	display: block;
	background-color: #f9f8fc;
}

.help-section .content-column {
	position: relative;
	padding: 0;
	float: left;
	width: 50%;
}

.help-section .content-column .inner-column {
	position: relative;
	padding: 80px 46px 85px;
	background-color: #fff;
}

.help-section .content-column .inner-column .content {
	position: relative;
	overflow: hidden;
}

.help-section .content-column .inner-column .text {
	position: relative;
}

.help-section .content-column .inner-column .text p {
	position: relative;
	color: #555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.help-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0;
}

.help-section .content-column .inner-column .sec-title {
	margin-bottom: 35px;
}

.help-section .content-column .inner-column .sec-title .title-text {
	margin-top: 15px;
}

.help-section .content-column .inner-column .risk {
	position: relative;
	color: #ee2d50;
	font-weight: 700;
	margin-top: 45px;
	padding-right: 30px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.help-section .content-column .inner-column .risk:before {
	position: absolute;
	content: "";
	top: 11px;
	left: 100%;
	width: 300%;
	height: 1px;
	background-color: #ddd;
}

.help-section .content-column .inner-column .risk:hover {
	color: #443986;
}

.help-section .content-column .inner-column .risk .fa {
	position: relative;
	color: #443986;
	font-weight: 600;
	margin-right: 5px;
}

.help-section .image-column {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	float: right;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.help-section .image-column .inner-column {
	position: static;
}

.help-section .image-column .inner-column .image {
	position: relative;
	display: none;
}

.help-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.help-section .image-column .inner-column .testimonial-boxed {
	position: absolute;
	right: -300px;
	top: 50%;
	z-index: 1;
	max-width: 420px;
	margin-top: -123px;
}

.help-section .image-column .inner-column .testimonial-boxed .inner-block {
	position: relative;
	padding: 34px 22px 35px;
	background-color: #222;
}

.help-section .image-column .inner-column .testimonial-boxed .inner-block .quote-icon {
	position: absolute;
	right: 45px;
	top: -28px;
	color: #1ab49a;
	line-height: 1em;
	font-size: 60px;
}

.help-section .image-column .inner-column .testimonial-boxed .text {
	position: relative;
	font-style: italic;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	line-height: 1.7em;
	font-family: Hind, sans-serif;
}

.help-section .image-column .inner-column .testimonial-boxed .owl-dots, .help-section .image-column .inner-column .testimonial-boxed .owl-nav {
	display: none;
}

.help-section .image-column .inner-column .testimonial-boxed {
	top: 50px;
	right: -100px;
	margin-top: 0;
}

.testimonial-boxed .inner-block .quote-icon {
	position: absolute;
	right: 45px;
	top: -28px;
	color: #ee2d50;
	line-height: 1em;
	font-size: 60px;
}

.task-section {
	position: relative;
	padding: 67px 0 6px;
	background-color: #1ab49a;
}

.task-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	display: block;
	background-color: #fff;
}

.task-section .image-column {
	margin-bottom: 40px;
}

.task-section .image-column .inner-column {
	position: relative;
	margin-right: 20px;
	margin-left: -250px;
}

.task-section .image-column .inner-column .image {
	position: relative;
}

.task-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.task-section .content-column .inner-column {
	position: relative;
	margin-right: -115px;
	padding-left: 40px;
}

.task-section .content-column .inner-column .title {
	position: relative;
	color: #ee2d50;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.task-section .content-column .inner-column h2 {
	position: relative;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 22px;
}

.task-section .content-column .inner-column .btn-box {
	position: relative;
	margin-left: 58px;
	margin-top: 50px;
}

.style3 {
	font-size: 60px;
	color: #fff;
	padding-right: 2%;
	margin-top: -1%;
	float: left;
}

.mobility {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg8.jpg");
	background-size: cover;
	padding: 90px 0;
}

.mobility.nitro-lazy {
	background-image: none !important;
}

.bg-gradient-color3 {
	background: linear-gradient(45deg, #0e7c6e, #09f5cd) !important;
}

.f-left {
	float: left;
}

.icon-box-twod .icon {
	background: #e41f7a;
	border-radius: 6px;
	width: 84px;
	height: 84px;
	line-height: 84px;
	float: left;
	text-align: center;
}

.icon-box-twod .icon span:before {
	font-size: 48px;
	color: #fff;
}

.icon-detailss {
	margin-left: 110px;
}

.mrb-40 {
	margin-bottom: 40px;
}

.section.section-about {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: linear-gradient(to top, #f2f3ff, #fff);
}

.time {
	background-color: #fff;
	padding: 28%;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 3px 0 52px -21px rgba(0, 0, 0, .6);
	-moz-box-shadow: 3px 0 52px -21px rgba(0, 0, 0, .6);
	box-shadow: 3px 0 52px -21px rgba(0, 0, 0, .6);
	text-align: center;
}

.time:hover {
	border-radius: 100%;
}

.ana {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0;
	position: relative;
	margin-bottom: 0;
	background-color: #1ab49a;
	padding: 85px 35px 1px;
}

.anaimg {
	margin: 95px 0 0;
}

.analytics:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 56%;
	height: 62%;
	display: block;
	background-color: #333;
}

@media only screen and (max-width:767px) {
	.sec6crmd {
		padding: 0 !important;
	}
	
	.crmd1 {
		padding: 20px 19px 20px 20px !important;
	}
	
	.paddingsame1xrm {
		padding: 0 !important;
	}
	
	.paddingsame12xrm:before {
		display: none !important;
	}
	
	.servicebbg {
		padding: 50px 22px 33px 13px !important;
	}
	
	.c6:before {
		width: 100% !important;
	}
	
	.about-sectionhosted1:before {
		width: 100% !important;
	}
	
	.about-sectionhosted:before {
		width: 100% !important;
	}
	
	.licencebanner {
		padding: 50px 0 32px 0 !important;
	}
	
	.c5:before {
		left: 0 !important;
		width: 100% !important;
		background-color: #29b6a5;
		-webkit-transform: skewY(0) !important;
		transform: skewX(0) !important;
	}
	
	.sec6srm132 {
		padding: 94px 10px 41px 9px !important;
	}
	
	.sec3crmservice1 {
		padding: 50px 0 79px 0 !important;
	}
	
	.about-section:before {
		width: 100% !important;
	}
	
	.pc1 {
		padding: 0 !important;
	}
	
	.pc2 {
		padding: 4px 26px 20px 30px !important;
	}
	
	.th11 {
		font-size: 30px !important;
	}
	
	.paddingsame3 {
		padding: 0 5% 0 0 !important;
	}
	
	.pl0 {
		padding: 0 !important;
	}
	
	.item--title.st-line-left1 span {
		padding-left: 58px !important;
	}
	
	.item--title.st-line-left1 span {
		padding-right: 0 !important;
	}
	
	.dotsec {
		height: 350px !important;
	}
	
	.boxgridsec {
		height: 460px !important;
	}
	
	.th1 {
		font-size: 54px !important;
	}
	
	.dotsecservice {
		height: 420px !important;
	}
	
	.bannersub {
		font-size: 16px !important;
	}
	
	.bannersub1 {
		font-size: 15px !important;
	}
	
	.paddingsame1:before {
		position: relative !important;
	}
	
	.paddingsame1 {
		padding: 0 !important;
	}
	
	.dothover1 {
		height: 429px !important;
		margin-top: 0 !important;
	}
	
	.paddingsame12:before {
		display: none !important;
	}
	
	.paddingsame12 {
		padding: 0 !important;
	}
	
	.micro-sec1 {
		padding: 65px 22px 30px 20px !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	
	.paddingsame {
		padding: 0 !important;
	}
	
	.innsec6srm12 {
		padding: 0 4% 0 5%;
	}
	
	.sec5 .background-overlay {
		width: 100% !important;
	}
	
	.paddingsame:before {
		background-color: #fff !important;
	}
	
	.text-black1 {
		margin-top: 27px !important;
		padding: 0 3% 0 5% !important;
	}
	
	.dothover {
		height: 470px !important;
	}
	
	.task-section .content-column .inner-column {
		padding-left: 0 !important;
	}
	
	.fluid-section-three .right-column {
		width: 100% !important;
	}
	
	.fluid-section-three .left-column {
		width: 100% !important;
	}
	
	.fluid-section-three .left-column .inner-column {
		max-width: 100% !important;
	}
	
	.inner-why-us {
		width: 100%;
	}
	
	.inner-why-us:nth-child(1) {
		margin-top: 12px;
	}
	
	.inner-why-us1:nth-child(1) {
		margin-top: 0;
	}
	
	.inner-why-us1 {
		width: 100%;
	}
	
	.inner-why-us1:nth-child(2) {
		margin-top: 0;
	}
	
	.inner-why-us:nth-child(3) {
		margin-top: 0;
	}
	
	.inner-why-us1:nth-child(3) {
		margin-top: 0;
	}
	
	.inner-why-us:nth-child(2) {
		margin-top: 0;
	}
	
	.vertical-let {
		left: -66px;
	}
	
	.padding-left-20 {
		padding-left: 17px !important;
	}
}

.fa-long-arrow-right:before {
	color: #29b6a5;
}

.sec7 .fa-long-arrow-right:before {
	color: #fff;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
	padding-right: 8px;
}

.customer-page .micro {
	position: relative;
	z-index: -1;
	border-radius: 0;
	height: auto;
	padding-left: 15%;
	width: 100%;
}

.customer-page section.c2 {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/main-banner-sales.jpg");
	background-size: cover;
	padding: 60px 0 20px;
}

.customer-page section.c2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	display: block;
	background: #1ab49a;
}

.customer-page h1.th2 {
	color: #000;
}

.ct-video-player.wow.fadeInUp {
	position: absolute;
	top: 0;
	right: 0;
}

.customer-page .section-sales {
	padding: 2% 0 0;
}

.customer-page .inner-service {
	padding: 2% 8%;
}

.customer-page .agent {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.customer-page .personal-engagement {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent-black.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.customer-improved img.digital {
	box-shadow: -5px -3px 0 #29b6a5;
	transition: .7s;
	border-radius: 50%;
}

.tit {
	position: relative;
}

.tit:before {
	content: "";
	width: 102px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 31%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #419a8f;
}

.personal-engagement .personal-padding {
	padding: 70px 0;
}

.personal-padding .agent-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.customer-profile {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-lower.jpg");
	background-size: cover;
	background-position: bottom;
}

@keyframes floating {
	0% {
		top: -2%;
	}
	
	50% {
		top: 3%;
	}
	
	100% {
		top: -2%;
	}
}

.customer-engagement {
	background: #29b6a5;
	padding: 30px 0 60px;
}

.color1 {
	font-size: 26px;
}

.customer-improved {
	padding: 100px 0;
}

.customer-improved .icons {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
	margin: 2% 6%;
	min-height: 156px;
	transition: .6s;
}

.icons:hover {
	background: #1ab49a;
}

.icons:hover .color1 {
	color: #fff;
}

.icons:hover h4 {
	color: #fff;
}

.customer-improved h4 {
	padding: 2% 0 8%;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.sales-productivity {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/sales-productivity.jpg");
	background-size: cover;
	background-attachment: fixed;
}

@keyframes pulse {
	0% {
		transform: scale(.98);
	}
	
	50% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(.98);
	}
}

.icons-mobile {
	background: #29b6a5;
	box-shadow: 2px 2px 2px #000;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	transition: .5s;
}

.icons-mobile:hover {
	box-shadow: none;
}

.icons-mobile .color1 {
	font-size: 45px;
	color: #fff;
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.add-rebuilt {
	background-size: cover;
	background-position: bottom;
	padding: 0;
}

.add-rebuilt img {
	position: absolute;
	left: -20%;
	top: 18%;
	width: 100%;
}

.rebuilt-laptop {
	background: #29b6a5;
	padding: 10% 0;
}

.rebuilt-laptop-content {
	padding: 10% 2%;
}

.modal-dialog {
	pointer-events: visible;
}

@media only screen and (max-width:767px) {
	.fluid-section-three .right-column {
		width: 100% !important;
	}
	
	.fluid-section-three .left-column {
		width: 100% !important;
	}
	
	.fluid-section-three .left-column .inner-column {
		max-width: 100% !important;
	}
	
	.rebuilt-laptop-content {
		padding: 0 7% 0 !important;
	}
	
	.add-rebuilt img {
		top: 0;
		position: relative;
		left: 0;
	}
	
	.ct-video-player .ct-video-button.style1 {
		left: -30px;
	}
	
	.customer-page section.c2:before {
		display: none;
	}
	
	.customer-page .micro {
		padding-right: 14%;
	}
	
	.customer-improved {
		padding: 42px 0 18px 25px !important;
	}
	
	.customer-improved ul li .fa {
		padding: 4% !important;
	}
	
	.digital {
		margin-top: 6%;
	}
	
	.mobile-productivity {
		padding: 28px 0 !important;
	}
	
	.field-page .micro {
		padding-left: 0 !important;
	}
	
	.inventory-management:before {
		display: none !important;
	}
	
	.mobile-productivity:before {
		display: none !important;
	}
	
	.mobile {
		min-height: 103px !important;
		background: #1ab49a !important;
	}
	
	.mobile p {
		color: #fff;
	}
	
	.customer-page .agent {
		background: #fff;
	}
	
	.customer-page .personal-engagement {
		background: #000;
	}
	
	.personal-engagement .personal-padding {
		padding: 1px 15px;
	}
	
	.rebuilt-laptop-content {
		padding: 57% 2% 0;
	}
	
	.personal-padding {
		margin-top: 2% !important;
	}
}

.fa-long-arrow-right:before {
	color: #29b6a5;
}

.sec7 .fa-long-arrow-right:before {
	color: #fff;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
	padding-right: 8px;
}

.marketing-page .customer-improved ul {
	margin-left: 0;
	padding-left: 48px;
}

.marketing-page .customer-improved li {
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	list-style: none;
	font-family: "Open Sans", sans-serif;
}

.marketing-page .customer-improved li .fa {
	color: #fff;
	background: #29b6a5;
	padding: 2%;
	margin: 2% 0;
	border-radius: 50%;
}

.marketing-page .micro {
	position: relative;
	z-index: -1;
	border-radius: 0;
	height: auto;
	padding-right: 15%;
	width: 100%;
}

.marketing-page section.c2 {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/main-banner-marketing.jpg");
	background-size: cover;
	padding: 60px 0 20px;
}

.marketing-page section.c2:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	display: block;
	background: #29b6a5;
}

.marketing-page h1.th2 {
	color: #000;
}

.ct-video-player.wow.fadeInUp {
	position: absolute;
	top: 0;
	left: -14%;
}

.marketing-page .section-sales {
	padding: 2% 0 0;
}

.marketing-page .inner-service {
	padding: 0 8%;
}

.marketing-page .agent {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.marketing-page .personal-engagement {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent-black.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.customer-improved img.digital {
	box-shadow: -5px -3px 0 #29b6a5;
	transition: .7s;
	border-radius: 8%;
}

.tit {
	position: relative;
}

.tit:before {
	content: "";
	width: 102px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 31%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #419a8f;
}

.marketing-page .customer-improved {
	padding: 100px 0 20px;
}

.marketing-curved {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/marketing-curved.jpg");
	background-size: cover;
	background-position: top;
	padding: 80px 0 30px;
}

.marketing-curved .agent-content {
	padding-top: 11%;
}

.marketing-curved ul {
	padding-left: 0;
}

.marketing-curved ul li {
	color: #fff;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	line-height: 27px;
	text-indent: 0;
	padding-left: 0;
	margin: 2% 0;
}

.marketing-curved ul li .fa {
	color: #000;
	background: #fff;
	font-size: 17px;
	padding: 2%;
	border-radius: 50%;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
}

.sec7 .fa-long-arrow-right:before {
	color: #fff;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
	padding-right: 8px;
}

.field-page .micro {
	position: relative;
	z-index: -1;
	border-radius: 0;
	height: auto;
	padding-left: 15%;
	width: 100%;
}

.field-page section.c2 {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/main-banner-fields.jpg");
	background-size: cover;
	padding: 60px 0 20px;
}

.field-page section.c2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	display: block;
	background: rgba(26, 180, 154, .65);
}

.field-page .agent:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	display: block;
	background: rgba(26, 180, 154, .65);
}

.field-page h1.th2 {
	color: #000;
}

.ct-video-player.wow.fadeInUp {
	position: absolute;
	top: 0;
	right: 0;
}

.field-page .section-sales {
	padding: 2% 0 0;
}

.field-page .inner-service {
	padding: 2% 8%;
}

.field-page .agent {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.field-page .customer-improved img.digital {
	box-shadow: 15px -15px 0 #323535;
	transition: .7s;
}

.field-page .agent ul {
	padding: 0;
}

.field-page .agent ul li {
	color: #fff;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	margin: 2% 0;
}

.contract-management {
	background: #fff;
}

.contract-management li {
	color: #fff;
	font-weight: 400;
	list-style: none;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
}

.contract-management ul {
	margin-left: 0;
	padding-left: 10px;
}

.contract-management:before {
	content: "";
	background-image: linear-gradient(to left, #202020 60%, #1ab49a 50%);
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 100%;
}

.inventory-management:before {
	content: "";
	background: #1ab49a;
	position: absolute;
	width: 10%;
	right: 0;
	top: 0;
	height: 100%;
}

.inventory-management ul {
	margin-left: 0;
	padding-left: 10px;
}

.inventory-management li {
	list-style: none;
	line-height: 28px;
	color: #000;
	font-family: "Open Sans", sans-serif;
}

.inventory {
	box-shadow: 0 0 5px #ccc;
	padding: 3px 14px 0;
	border-radius: 10px;
	margin: 1% 0;
	border-bottom: 4px solid #29b6a5;
}

.mobile-productivity {
	background: #fff;
}

.mobile-productivity li {
	color: #fff;
	font-weight: 400;
	list-style: none;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
}

.mobile-productivity ul {
	margin-left: 0;
	padding-left: 10px;
}

.mobile-productivity:before {
	content: "";
	background-image: linear-gradient(to left, #f1f1f1 70%, #1ab49a 50%);
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 100%;
}

.mobile {
	background: #fff;
	border-radius: 10px;
	padding: 8px;
	margin: 2% 0;
	min-height: 140px;
}

.customer-communications {
	background: #fff;
}

.customer-communications .fa {
	background: #1c1c1c;
	padding: 11px 9px;
	border-radius: 50%;
	color: #fff;
	width: 33px;
	height: 34px;
	left: 11px;
	position: absolute;
}

.customer-communications ul {
	padding: 0;
}

.customer-communications li {
	color: #000;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	line-height: 29px;
	padding-left: 40px;
	padding-top: 2%;
}

.connected-field-service {
	background: #333;
}

.connected-field-service li {
	color: #fff;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	line-height: 28px;
}

.connected-field-service ul {
	margin-left: 10px;
	padding-left: 0;
}

.customer-engagement {
	background: #29b6a5;
	padding: 30px 0 60px;
}

.color1 {
	font-size: 26px;
}

.customer-improved {
	padding: 100px 0;
}

.customer-improved .icons {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
	margin: 2% 6%;
	min-height: 156px;
	transition: .6s;
}

.customer-improved ul {
	padding-left: 7%;
}

.customer-improved ul li {
	color: #000;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	line-height: 27px;
	text-indent: -45px;
	padding-left: 0;
	margin: 2% 0;
}

.customer-improved ul li .fa {
	color: #fff;
	background: #1ab49a;
	font-size: 17px;
	padding: 2%;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.customer-improved ul li .fa:before {
	position: relative;
	left: 47px;
	top: 2px;
}

.icons:hover {
	background: #1ab49a;
}

.icons:hover .color1 {
	color: #fff;
}

.icons:hover h4 {
	color: #fff;
}

.customer-improved h4 {
	padding: 2% 0 8%;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
}

.sec7 .fa-long-arrow-right:before {
	color: #fff;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
	padding-right: 8px;
}

.customer-page .micro {
	position: relative;
	z-index: -1;
	border-radius: 0;
	height: auto;
	padding-left: 15%;
	width: 100%;
}

.customer-page section.c2 {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/talent-microsoft.jpg");
	background-size: cover;
	background-position: left;
	padding: 60px 0 20px;
}

.customer-page section.c2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	display: block;
	background: #1ab49a;
}

.img-vid img {
	clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.customer-page h1.th2 {
	color: #000;
}

.ct-video-player.wow.fadeInUp {
	position: absolute;
	top: 28px;
	right: 0;
}

.customer-page .section-sales {
	padding: 2% 0 0;
}

.customer-page .inner-service {
	padding: 2% 8%;
}

.customer-page .agent {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.customer-page .personal-engagement {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/agent-black.jpg");
	background-attachment: fixed;
	background-position: center left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.customer-improved img.digital {
	box-shadow: -5px -3px 0 #29b6a5;
	transition: .7s;
	border-radius: 50%;
}

.tit {
	position: relative;
}

.tit:before {
	content: "";
	width: 102px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 55%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #419a8f;
}

.personal-engagement .personal-padding {
	padding: 70px 0;
}

.personal-padding .agent-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.customer-profile {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-lower.jpg");
	background-size: cover;
	background-position: bottom;
}

.bg-learn {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/learn-bg.jpg") !important;
	background-position: top;
}

.bg-learn.nitro-lazy {
	background-image: none !important;
}

@keyframes floating {
	0% {
		top: -2%;
	}
	
	50% {
		top: 3%;
	}
	
	100% {
		top: -2%;
	}
}

.customer-engagement {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-optimize.png") !important;
	background-size: cover;
	padding: 30px 0 100px;
}

.customer-engagement.nitro-lazy {
	background-image: none !important;
}

.customer-engagement i {
	color: #fff !important;
}

.color1 {
	font-size: 24px;
}

.customer-improved {
	padding: 100px 0;
}

.planning-section::before {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/bg-right.jpg");
	background-attachment: fixed;
}

.customer-improved .icons {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
	margin: 2% 6%;
	min-height: 156px;
	transition: .6s;
}

.icons:hover {
	background: #1ab49a;
}

.icons:hover .color1 {
	color: #fff;
}

.icons:hover h4 {
	color: #fff;
}

.customer-improved h4 {
	padding: 2% 0 8%;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.sales-productivity {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/sales-productivity.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.inner-icon {
	margin-top: 40px;
}

.inner-icon p {
	text-align: center !important;
	margin-top: 10px;
}

.inner-icon-img {
	width: 50%;
	margin: auto;
	background-color: rgba(93, 165, 153, .7);
	padding: 20px;
	border-radius: 100%;
}

.inner-icon-img img {
	width: 100%;
}

@keyframes pulse {
	0% {
		transform: scale(.98);
	}
	
	50% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(.98);
	}
}

.icons-mobile {
	background: #29b6a5;
	box-shadow: 2px 2px 2px #000;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	transition: .5s;
}

.icons-mobile:hover {
	box-shadow: none;
}

.icons-mobile .color1 {
	font-size: 45px;
	color: #fff;
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.add-rebuilt {
	background-size: cover;
	background-position: bottom;
	padding: 0;
}

.add-rebuilt img {
	position: absolute;
	left: -20%;
	top: 18%;
	width: 100%;
}

.rebuilt-laptop {
	background: #29b6a5;
	padding: 10% 0;
}

.rebuilt-laptop-content {
	padding: 8% 9%;
}

.green-let {
	color: #5da599;
}

.modal-dialog {
	pointer-events: visible;
}

@media only screen and (max-width:767px) {
	.time {
		margin-bottom: 6% !important;
		padding: 13% !important;
	}
	
	.fluid-section-three .left-column .inner-column {
		padding: 33px 24px 67px 54px !important;
	}
	
	.task-section .image-column .inner-column {
		margin-left: 0 !important;
	}
	
	.task-section .content-column .inner-column {
		margin-right: 0 !important;
	}
	
	.task-section:before {
		background-color: #1ab49a !important;
		width: 100% !important;
	}
	
	.help-section .image-column .inner-column .testimonial-boxed {
		position: relative !important;
		right: 16px !important;
	}
	
	.help-section .content-column {
		width: 100% !important;
	}
	
	.help-section .image-column {
		width: 100% !important;
	}
	
	.fluid-section-three .right-column {
		width: 100% !important;
	}
	
	.fluid-section-three .left-column {
		width: 100% !important;
	}
	
	.fluid-section-three .left-column .inner-column {
		max-width: 100% !important;
	}
	
	.inner-icon-img {
		width: 25%;
	}
	
	.customer-page section.c2:before {
		display: none;
	}
	
	.ct-video-player .ct-video-button.style1 {
		left: -10px;
	}
	
	.tit:before {
		display: none;
	}
	
	.sec6 {
		padding: 50px 0 41px;
	}
	
	.planning-section:before {
		width: 100%;
	}
	
	.customer-page .agent {
		background: #fff;
	}
	
	.customer-page .personal-engagement {
		background: #000;
	}
	
	.personal-engagement .personal-padding {
		padding: 0 15px;
	}
}

.imageee {
	box-shadow: 0 11px 35px rgba(0, 0, 0, .11);
	margin-top: 10%;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
}

.sec7 .fa-long-arrow-right:before {
	color: #fff;
}

.fa-long-arrow-right:before {
	color: #29b6a5;
	padding-right: 8px;
}

.text-green {
	color: #239a8c;
}

.text-green::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #29b6a5;
}

.heading2::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #fff;
}

.c1::before {
	background-image: -webkit-linear-gradient(left, #19eed4, #239a8c);
}

.h9-section-overlay {
	background-image: -webkit-linear-gradient(left, #3f3f3f, #000);
}

.micro-sec {
	padding: 82px 0 30px 70px;
}

.btt:hover {
	border: none;
}

.manufacture::before {
	width: 53%;
}

body {
	overflow-x: hidden;
}

.btt {
	list-style: none !important;
}

.flat-process-style4 {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/retail/customer.png");
	background-size: cover;
	background-position: center;
}

.list-elements li i {
	color: #29b6a5;
}

.customer-improved {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/retail/bg-optimize.png");
	background-size: 80%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media only screen and (max-width:1199px) {
	#hero-section.ms-azure p.text-white {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width:991px) {
	#hero-section.ms-azure p.text-white {
		font-size: 20px;
		line-height: 30px;
	}
	
	#hero-section.ms-azure .inner-service img {
		width: 50%;
	}
	
	#hero-section.ms-azure .inner-service {
		margin-bottom: 50px;
	}
	
	#hero-section.ms-azure .micro {
		padding-right: 0;
	}
	
	.left:before {
		display: none;
	}
	
	#hero-section.ms-azure {
		padding: 70px 14px !important;
	}
	
	.new-benefits .box-consult {
		height: 415px !important;
	}
	
	.modal-dialog {
		max-width: 88% !important;
	}
	
	.icon.tect-center img {
		width: 54px !important;
	}
	
	.industries .col-md-3 .box-consult p {
		font-size: 14px !important;
	}
}

@media only screen and (max-width:767px) {
	.micro {
		position: relative;
	}
	
	.c1:before {
		width: 100%;
	}
	
	h6.text-green {
		color: #000;
	}
	
	.h9-section-overlay {
		left: 0;
	}
	
	.manufacture::before {
		width: 100%;
	}
	
	.customer-improved {
		background-size: none;
	}
	
	.sec7 {
		padding: 3px 0;
		background-position: 67% 0;
	}
	
	.micro-sec {
		padding: 28px 15px 28px 15px;
	}
	
	.new-benefits .box-consult {
		height: auto !important;
	}
	
	.modal-dialog {
		max-width: 95%;
	}
	
	.d-section .col-md-6.two {
		padding-left: 0 !important;
		border-left: 0 !important;
		margin-top: 50px;
	}
	
	.modal-title {
		font-size: 18px !important;
		text-align: center !important;
	}
	
	.d-form p.f-title {
		font-size: 18px !important;
		text-align: center !important;
	}
	
	.modal {
		z-index: 99999999;
	}
	
	.d-form {
		padding: 15px !important;
	}
	
	.modal-body form .form-control {
		margin-top: 20px !important;
		font-size: 14px !important;
	}
}

.myulll {
	color: #fff;
	line-height: 36px;
	padding-left: 0;
}

.manufacture {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/retail/bg-retail.jpg");
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.listf {
	color: #fff;
	line-height: 36px;
	padding-left: 0;
}

.erptxt {
	font-size: 37px;
	line-height: 30px;
	padding-top: 4%;
	margin-left: -10px;
}

h3.text-black.erptxt.new {
	line-height: 40px;
}

.about-sectionhosted1 .new-benefits p {
	color: #000;
	text-align: center;
	line-height: 28px;
	margin-top: 20px;
}

.new-benefits .dash {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	display: table;
	background: #1ab49a;
	border-radius: 8px;
}

.new-benefits .col-md-4 {
	padding-top: 30px;
}

.new-benefits .box-consult {
	height: 256px;
	vertical-align: middle;
	display: table-cell;
}

.new-benefits .box-consult h5 {
	font-size: 19px;
}

.new-list {
	list-style: none;
}

.new-list li {
	position: relative;
	margin-bottom: 8px;
}

.new-list li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.new-list li:before {
	content: "";
	position: absolute;
	left: -25px;
	top: 20%;
	color: #29b6a5;
}

.n-consulting .th11 {
	margin-bottom: 25px;
}

.new-schedule .col-md-4 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.new-schedule .col-md-4 .second {
	width: 200px;
}

section.about-sectionhosted1.two {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/benefits-bg-2.jpg");
}

section.about-sectionhosted1.three {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/benefits-bg-3.jpg");
}

section.about-sectionhosted1.four {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/benefits-bg-4.jpg");
}

section.about-sectionhosted1 .container.position-relative {
	position: relative;
	z-index: 1;
}

section.about-sectionhosted1 .container.position-relative a.btn.btn-primary {
	margin-top: 25px;
	background: #6a6a6a;
	color: #fff;
}

section.about-sectionhosted1 .container.position-relative a.btn.btn-primary:hover {
	background: #1ab49a;
	color: #fff;
}

h5.text-light {
	line-height: 30px;
}

h4.text-center {
	line-height: 34px;
}

.about-para.new {
	padding-left: 35px;
}

.modal-body form .form-control {
	margin-top: 28px;
	font-size: 16px;
}

.d-section {
	padding: 35px 15px;
	background-image: linear-gradient(45deg, #000, #363636, #000);
}

.d-section p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.d-section .col-md-6.two {
	padding-left: 40px;
	border-left: 1px solid #fff;
}

.d-btn {
	background: #fff;
	color: #1ab49a;
	padding: 8px 25px;
	border-radius: 4px;
}

.d-btn:hover {
	color: #fff;
	background-image: linear-gradient(45deg, #0e7065, #29b5a5);
}

.about-sectionhosted1.new:before {
	background: rgba(26, 180, 154, 56%);
}

.modal-dialog {
	max-width: 70%;
}

.modal-dialog.thankyou {
	max-width: 50%;
}

.modal-body {
	padding: 0;
	position: relative;
}

button.close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

.modal-body .col-sm-5.md-img {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #333 url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/modal-1.jpg") no-repeat center;
}

.modal-body .col-sm-5.md-img.nitro-lazy {
	background-image: none !important;
}

.modal-body .col-sm-5.md-img.azure {
	background: #333 url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/partners/modal-2.jpg") no-repeat center/cover;
}

.modal-body .col-sm-5.md-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: rgba(41, 182, 165, 74%);
}

.modal-title {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: left;
}

.d-form {
	padding: 32px 50px;
}

.d-form p.f-title {
	font-size: 22px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

.modal-footer {
	display: block;
}

.modal-footer .btn-primary {
	margin: auto;
	display: table;
}

.modal-footer span {
	text-align: center;
}

.tk-you {
	padding: 30px;
	text-align: center;
}

.tk-you .fa {
	font-size: 125px;
	text-align: center;
	color: #1ab49a;
	margin-bottom: 15px;
}

.tk-you p {
	font-weight: 600;
	color: #a1a1a1;
	font-size: 22px;
	margin-bottom: 4px;
	text-align: center;
}

.dash {
	width: 100px;
	margin: 8px auto 20px;
	display: block;
	height: 3px;
	background: #a1a1a1;
}

.consult-list a:hover h5 {
	color: #fff;
	display: block;
}

.consult-list .box-consult.erp-select:hover {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/erp-banner.jpg");
	background-size: cover;
}

.consult-list .box-consult.erp-select:hover.nitro-lazy {
	background-image: none !important;
}

.consult-list .box-consult.erp-implement:hover {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/erp-implement.jpg");
	background-size: cover;
}

.consult-list .box-consult.erp-implement:hover.nitro-lazy {
	background-image: none !important;
}

.consult-list .box-consult.erp-contract:hover {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/erp-contract.jpg");
	background-size: cover;
}

.consult-list .box-consult.erp-contract:hover.nitro-lazy {
	background-image: none !important;
}

.consult-list .box-consult.erp-assesst:hover {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/erp-assesst.jpg");
	background-size: cover;
}

.consult-list .box-consult.erp-assesst:hover.nitro-lazy {
	background-image: none !important;
}

.consult-list .box-consult.erp-digital:hover {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/digital.jpg");
	background-size: cover;
}

.consult-list .box-consult.erp-digital:hover.nitro-lazy {
	background-image: none !important;
}

.consult-list .box-consult.erp-audit:hover {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/audit.jpg");
	background-size: cover;
}

.consult-list .box-consult.erp-audit:hover.nitro-lazy {
	background-image: none !important;
}

.consult-list .box-consult span.overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #29b6a5;
	z-index: -1;
	opacity: 0;
}

.consult-list .box-consult:hover span.overlay {
	opacity: .5;
}

.industries .col-md-3 .box-consult {
	height: 180px;
}

.industries .col-md-3 .box-consult p {
	font-weight: 600;
	font-size: 16px;
}

.sec3crmservice1.erp {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/erp-banner.jpg");
	background-size: cover;
	padding: 100px 0 200px;
	background-attachment: initial;
}

.sec3crmservice1.erp.nitro-lazy {
	background-image: none !important;
}

.sec3crmservice1 {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/consulting/consult.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.sec3crmservice1.nitro-lazy {
	background-image: none !important;
}

#pagetitle.new {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/partners/partner-bg.jpg");
	background-color: #333;
}

#pagetitle.new.nitro-lazy {
	background-image: none !important;
}

.pl-4-5 {
	padding-left: 34px;
}

.list-style-none {
	list-style: none;
}

.form-a .form-control.form-control-a {
	background: #fff;
}

.sec3crmservice {
	background-image: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/products/bg-nav.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.sec3crmservice.nitro-lazy {
	background-image: none !important;
}

.extra-layer-green:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(41, 181, 165, .88);
}

.box-consult {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.about_section_2 .section-title-area {
	padding-bottom: 5px;
}

.relative-position {
	position: relative;
}

.section-title .title-bg {
	font-size: 56px;
	font-weight: 700;
	line-height: .8;
	letter-spacing: 16px;
	font-family: Poppins-bold;
}

.about_section_2 {
	padding-bottom: 98px;
	overflow: visible;
}

.section-title .title-bg:after {
	position: absolute;
	content: "";
	top: -2px;
	left: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .95)), to(white));
	background-image: linear-gradient(to top, rgba(255, 255, 255, .95), #fff);
	height: 100%;
	width: 100%;
}

.about_top_img {
	overflow: hidden;
}

.about_top_img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	background: rgba(255, 255, 255, .2);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.about_section_2 .about_img1 .about_img2 {
	left: 110px;
	bottom: -250px;
	position: absolute;
}

.about_top_img:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.about_section_2 .about_text2 .about_icon span {
	font-size: 65px;
	color: #29b6a5;
}

.section-title .title-head h2 {
	font-size: 47px;
	text-align: left;
}

.about_section_2 .about_text2 p {
	text-align: justify;
	position: relative;
}

.section-title .title-head p:before {
	top: 10px;
	content: "";
	height: 3px;
	width: 60px;
	position: absolute;
	background-color: #29b6a5;
}

.section-left-title .title-head {
	bottom: inherit;
	position: inherit;
	padding-top: 2%;
}

.section-title .title-head p {
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.section-title .title-head p:before {
	left: -80px;
}

.service-section_2:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f6f6f6;
}

.service-section_2 .section-title .title-bg:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, .9)), to(#f6f6f6));
	background-image: linear-gradient(to top, rgba(245, 245, 245, .9), #f6f6f6);
}

.service-section_2 .about_icon span {
	font-size: 65px;
	color: #29b6a5;
}

.theme-shape {
	position: relative;
	z-index: 1;
}

.top-border {
	border-top: 1px solid #e7e7e7;
}

.theme-shape::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 33.3333%;
	background-color: #29b6a5;
	z-index: -1;
}

.bgx {
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 5px solid #fff;
}

.about-bg {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/marketing/about1.jpg") no-repeat center top/cover;
	height: 500px;
	padding-right: 95px;
	position: relative;
}

.about-sicky-text {
	padding: 27px;
	position: absolute;
	left: -120px;
	width: 427px;
	background: rgba(41, 182, 165, .9);
	color: #fff;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.flex-md-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.add {
	background-color: #fcfcfc;
}

.service-icon-text {
	overflow: hidden;
	padding: 60px 30px;
	border: 2px solid #e1ebff;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.service-icon-text:before {
	top: 0;
	right: 0;
	left: auto;
	width: 0%;
	height: 3px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background-color: #29b6a5;
	-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}

.service-icon-text .service-icon {
	margin-bottom: 30px;
}

.service-icon-text .service-icon span {
	font-size: 70px;
	color: #29b6a5;
}

.service-icon-text .service-text h3 {
	font-size: 28px;
	padding-bottom: 18px;
}

.service-icon-text .background-icon {
	right: -5px;
	z-index: -1;
	bottom: -28px;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

.service-icon-text .background-icon span {
	color: #f1f6ff;
	font-size: 230px;
}

.service-icon-text:hover {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 16px 32px 0 rgba(21, 36, 64, .06);
	box-shadow: 0 16px 32px 0 rgba(21, 36, 64, .06);
}

.service-icon-text:hover:before {
	left: 0;
	width: 100%;
	right: auto;
}

.service-icon-text:hover .background-icon {
	right: -15px;
	bottom: -45px;
}

ul {
	font-family: "Open Sans", sans-serif;
}

.media {
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/marketing/bg1.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.md {
	font-size: 18px;
}

.inn-media {
	padding: 10%;
	background: #1ab49a;
	border: 1px solid #fff;
}

.inn-media:hover {
	background: #000;
}

#slider {
	width: 500px;
	top: 103px;
	position: fixed;
}

#sidebar {
	position: absolute;
	top: 120px;
	left: 120px;
	background: #29b6a5;
	color: #000;
	cursor: pointer;
	padding: 62px 7px;
}

#header1 {
	width: 340px;
	height: 420px;
	background: #fff;
	position: absolute;
	right: 0;
	border: 1px solid #d8d8d8;
	margin-left: 40px;
	padding: 20px 40px;
	border-radius: 3px;
	box-shadow: 0 0 8px gray;
}

#sidebar1 {
	position: absolute;
	top: 120px;
	left: 120px;
	background: #29b6a5;
	color: #000;
	cursor: pointer;
	padding: 62px 7px;
}

#slider_form input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 6%;
	padding: 3%;
}

#slider_form .btn {
	width: 100%;
}

.second {
	background: #fff;
	color: #1ab49a;
}

#hero-section:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 200px;
	background: url("https://cdn-ilcbebp.nitrocdn.com/wfCWFgXWzlrMmLWRVtCvggvqowCZJBbw/assets/images/optimized/rev-1d0db06/www.erbrains.com/assets/shape-bg.png");
	background-size: 100% 100%;
}

textarea {
	border: 1px solid #ddd;
}

.message, .one-slide, .testimonial {
	border: none !important;
	outline: 0 !important;
}

.icon-overlay {
	position: absolute;
	opacity: .3;
	right: 10%;
	top: 0;
	height: auto;
	width: 100%;
	max-width: 400px;
}

.carousel-controls .control {
	position: absolute;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #29b6a5;
	z-index: 1;
}

.prev {
	left: -2.25rem;
}

.next {
	right: -2.25rem;
}

@media screen and (max-width:768px) {
	.testimonials {
		max-height: 700px;
	}
	
	.icon-overlay {
		height: 300px;
		top: calc(50% - 150px);
	}
	
	.carousel-controls .control {
		width: 25px;
		height: 25px;
		top: inherit;
	}
	
	.prev {
		left: 0;
	}
	
	.next {
		right: 0;
	}
	
	.control i {
		font-size: .7rem;
	}
	
	.testimonials .message {
		font-size: 1rem;
	}
	
	.testimonials h2 {
		font-size: 1.5rem;
	}
	
	#hero-section.ms-azure h4.bdr-top {
		margin: auto;
		margin-bottom: 30px;
	}
	
	#hero-section.ms-azure h4 {
		margin: auto;
	}
}

.message, .one-slide, .testimonial {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 29px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #29b6a5;
	border-color: #29b6a5;
	box-shadow: none;
}

.bps.customer-improved h4 {
	padding: 0;
	margin-bottom: 0;
	font-size: 23px;
}

.bps.customer-improved p.small {
	text-align: center;
	font-size: 12px;
}

.bps.customer-improved .icons li {
	border-bottom: 2px dotted #bcbcbc;
	margin-bottom: 8px;
	padding-bottom: 5px;
	text-indent: 0;
}

.bps.customer-improved .icons:hover li {
	color: #fff;
}

.bps.customer-improved .icons ul {
	padding-left: 0;
}

.product-info .info button {
	border-radius: 4px;
}

.product-info .info button:hover {
	background: #383838;
}

.col-md-3 a.btn.btn-primary.second.third {
	padding: 10px 15px;
	border-radius: 4px;
}

.footer-fixed .site-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.footer-fixed .page-content {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a {
	color: #b0b0b0;
}

footer p, footer strong, footer b, footer {
	color: #b0b0b0;
}

footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer p a {
	color: #b0b0b0;
}

footer a, footer a:visited {
	color: #b0b0b0;
}

footer p a {
	color: #b0b0b0;
}

footer a:active, footer a:focus, footer a:hover {
	color: #b0b0b0;
}

/* widget color */
footer .widget_categories ul li a, footer .widget_archive ul li a, footer .widget_meta ul li a, footer .widget_pages ul li a, footer .widget_recent_comments ul li a, footer .widget_nav_menu li a, footer .widget_recent_entries ul li a, footer .widget_services ul li a {
	color: #b0b0b0;
}

footer.text-white .widget_categories ul li a, footer.text-white .widget_archive ul li a, footer.text-white .widget_meta ul li a, footer.text-white .widget_pages ul li a, footer.text-white .widget_recent_comments ul li a, footer.text-white .widget_nav_menu li a, footer.text-white .widget_recent_entries ul li a, footer.text-white .widget_services ul li a, footer.text-white a, footer.text-white .footer-bottom, footer.text-white p, footer.text-white strong, footer.text-white b, footer.text-white .widget .post-title, footer.text-white .widget-about .dlab-title, footer.text-white {
	color: #fff;
}

footer p {
	margin-bottom: 10px;
}

footer p, footer li {
	font-size: 15px;
	line-height: 22px;
}

footer#footer {
	background-position: center;
	background-size: cover;
}

footer p {
	line-height: 24px;
	margin-bottom: 10px;
}

footer .widget ul {
	list-style: none;
	margin-top: 5px;
}

/*widget li in footer*/
footer .widget_categories ul li, footer .widget_archive ul li, footer .widget_meta ul li, footer .widget_pages ul li, footer .widget_recent_comments ul li, footer .widget_nav_menu li, footer .widget_recent_entries ul li, footer .widget_services ul li {
	border-bottom: 1px dashed rgba(102, 102, 102, .3);
}

footer .widget_services ul li {
	transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	padding: 10px 0px 10px 15px;
}

footer .widget_services ul li:hover {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
}

/*widget Getintuch*/
.footer-top {
	background: #000 !important;
	background-size: cover;
	background-position: center;
	padding: 80px 0 20px;
}

.footer-bottom {
	background-color: #000;
	padding: 25px 0;
	color: #b0b0b0;
	border-top: 1px solid rgba(255, 255, 255, .05);
}

.footer-bottom ul {
	margin: 0;
}

/* Footer Full */
.footer-full .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}

@media only screen and (max-width: 991px) {
	.col-md-3.col-sm-6.footer-col-4:nth-child(3) {
		clear: both;
	}
	
	.footer-full .text-left, .footer-full .text-right, .footer-full .text-center {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.footer-full .text-right {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.footer-clear {
		display: block !important;
		clear: both;
	}
	
	#footer .footer-4-col {
		width: 100%;
	}
	
	.footer-bottom [class*="clo-"] {
		width: 100%;
	}
}

/* Subscribe Form */
.subscribe-form input {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 30px !important;
	height: 50px;
	padding: 10px 20px;
	margin-right: 0px;
	color: #fff;
	font-size: 15px;
}

.subscribe-form .site-button {
	border-radius: 0px 3px 3px 0px;
}

.subscribe-form input.radius-no {
	border-radius: 0 !important;
}

.subscribe-form .site-button {
	height: 50px;
}

.subscribe-form .input-group-btn {
	padding-left: 0px;
}

/*  map footer */
.map-footer .footer-top {
	padding: 0;
}

footer p, footer h5, footer a, footer strong {
	color: white !important;
}

footer .widget ul {
	list-style: none;
	margin-top: 5px;
}

.widget.widget_getintuch li {
	color: white;
	line-height: 27px;
}

ul.branchsec li {
	margin-bottom: 10px;
}

.widget_getintuch b, .widget_getintuch li, .widget_getintuch strong {
	display: block;
	text-transform: capitalize;
}

.widget_getintuch li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}

.widget_getintuch i {
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	font-size: 22px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.widget_getintuch strong {
	font-weight: 600;
	font-size: 16px;
}

.widget_getintuch b {
	font-weight: 600;
	font-size: 16px;
	color: white;
	display: inline-block;
}

.widget.border-0 ul li {
	border: 0 none;
}

footer .widget_services ul li {
	transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	padding: 10px 0 10px 15px;
}

.m-b30 {
	margin-bottom: 30px;
}

ul.footer-links li a {
	font-size: 15px !important;
	text-transform: capitalize;
}

ul.footer-links li {
	margin: 0 !important;
	padding: 7px !important;
}

ul.branchsec {
	padding-left: 0px;
}

.subscribe-form input.form-control {
	border-radius: 0 !important;
}

.subscribe-form .site-button {
	height: 50px;
	background-color: #29b6a5;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	outline: 0;
	outline: 0;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	vertical-align: middle;
	font-weight: 600;
	text-align: center;
}

ul.list-inline.m-a0.sociallink li {
	display: inline-block !important;
	padding: 0 5px;
}

ul.list-inline.m-a0.sociallink li a {
	color: white !important;
}

.site-footer .site-button.circle {
	color: #fff;
	font-size: 16px;
}

.site-button.facebook {
	background-color: #1ab49a;
}

.site-button.circle {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 40px;
	line-height: 39px;
}

.site-button.linkedin {
	background-color: #1ab49a;
}

.site-button.twitter {
	background-color: #1ab49a;
}

.site-button.instagram {
	background-color: #1ab49a;
}

footer ul.nav.navbar-nav {
	display: flex;
	align-content: stretch;
	flex-direction: row;
	text-align: center;
	margin: 0 auto;
	background: rgba(255, 255, 255, .14);
	padding: 10px;
}

footer ul.nav.navbar-nav li {
	margin: 10px 15px;
}

.site-button, .site-button-secondry {
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	outline: 0;
	outline: 0;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
}

.partdiv {
	background: transparent;
	padding: 5px;
}

.partdiv img {
	width: 100%;
}

ul.list-inline.m-a0.sociallink {
	margin-top: 30px;
}

footer.site-footer {
	font-weight: 600;
}

.site-button-secondry:hover:after, .site-button:hover:after {
	left: 5%;
	width: 90%;
	transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
}

.site-button-secondry:after, .site-button:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 50%;
	opacity: .15;
	position: absolute;
	top: 0;
	transform: skewX(0);
	-o-transform: skewX(0);
	-ms-transform: skewX(0);
	-webkit-transform: skewX(0);
	-moz-transform: skewX(0);
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	width: 0;
	z-index: -1;
}

footer ul.nav.navbar-nav {
	margin-top: 20px !important;
}

.footer-info li a, .footer-info a {
	color: white !important;
}

footer ul.nav.navbar-nav {
	display: none;
}

.footer-bottom {
	background: #28b6a4 !important;
}

footer.site-footer.text-uppercase {
	background: url("https://www.erbrains.com/assets/css/assets/images/footer-bg2.jpg") 10% 0%/cover !important;
}

footer.site-footer {
	font-weight: 400;
}

.business-box-inner {
	text-align: center;
	padding: 20px;
	background-color: #fff;
}

.box-main-heading {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 20px;
}

.price-box {
	font-size: 14px;
	margin-bottom: 0px;
}

.sub-text {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}

.check-list {
	height: 185px;
}

.check-list ul {
	text-align: left;
	font-size: 12px;
	list-style: none;
	padding: 0;
	height: 160px;
}

.check-list li {
	padding-left: 20px;
	position: relative;
	line-height: 2;
}

.check-list i {
	position: absolute;
	left: 0;
	top: 7px;
	color: #1ab49a;
}

.business-box-inner {
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
	flex-basis: 25%;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

.business-box .business-box-inner {
	height: 850px;
}

/*.enterprise-box .business-box-inner {
            height: 400px;
}*/
.cstm-color {
	color: #29b6a5;
}

.w-100 {
	width: 100%;
}

.try-btn {
	font-size: 15px;
	padding: 25px 0px !important;
	display: block;
}

.for-box .tab-content {
	padding-top: 30px;
}

.enter-text {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
}

.for-box a:hover {
	color: #1ab49a;
}

.for-box .btn.second:hover {
	color: #fff;
}

.icon-box p {
	font-size: 10px;
	color: #000;
}

.for-box .nav-tabs .nav-link.active {
	background: #29b6a5;
	color: #fff;
}

.app-list {
	height: 285px;
}

.para-plus {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 7px;
}

.for-box .second:hover {
	transition: .3s;
	background-image: linear-gradient(-45deg, #696a6b, #696a6b);
}

.bus-table {
	padding: 6px;
	background-color: #eee;
	height: 80px;
	width: 380px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

.business-acc-one td {
	padding: 5px;
	border: 0px;
}

#accordion-business-1 .card-header {
	padding: 2px;
}

#accordion-business-1 .card-body {
	padding: 2px;
}

.for-box .card {
	padding: 0;
	margin-bottom: 0;
	border: none;
}

.for-box .table td, .for-box .table th {
	/*padding: 0;*/
	border: 0px;
}

.bus-table p {
	text-align: center;
	font-size: 9px;
	margin: 0;
}

.for-box .card .btn-link {
	color: #000;
	font-size: 15px;
	font-family: "Poppins-medium";
}

.business-box-inner .btn {
	width: 100%;
	margin-bottom: 10px;
}

.business-box-inner p {
	text-align: center;
	line-height: 1.3;
	font-size: 10px;
	margin-bottom: 5px;
}

.business-price {
	font-size: 13px !important;
}

.small-text {
	font-size: 10px !important;
}

.business-box-inner a.link-btn {
	font-size: 10px;
}

.business-box-inner h6 {
	height: 34px;
	font-size: 13px;
}

.enterprise-box .card-body table td:first-child {
	width: 22% !important;
	padding-left: 0;
}

.business-row {
	margin-bottom: 10px;
}

#accordion-business-1 .card h5 button {
	width: 32.5%;
	text-align: left;
	background-color: #eee;
	height: 50px;
	font-size: 13px;
}

#accordion-business-1 .table {
	/*margin-top: -57px;*/
	margin: 0;
}

.row.business-row {
	padding: 5px 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	font-size: 20px;
	z-index: 20;
}

.table {
	margin-bottom: 10px;
}

.for-box table th:first-child {
	width: 33%;
	padding-left: 0;
	z-index: 46;
	position: relative;
}

.for-box table th:last-child, .for-box table td:last-child {
	padding-right: 0;
}

.for-box table th {
	text-align: center;
}

.for-box a.btn.second {
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 2px;
}

.icons-svg {
	list-style: none;
	justify-content: center;
}

.icons-svg li {
	color: #000;
	font-size: 10px;
}

.icons-svg li {
	display: inline;
	text-align: left;
	padding-right: 10px;
}

.enterprise-box .bus-table {
	color: #000;
	font-weight: 400;
}

.enterprise-box th:first-child {
	width: 38% !important;
}

.enterprise-box .bus-table {
	height: 170px;
	width: 420px;
}

.enterprise-box .bus-table:first-child {
	padding: 10px;
}

.enterprise-box .table {
	margin-bottom: 10px;
}

.big-text {
	font-size: 14px;
}

.icons-svg p {
	line-height: 1.5;
}

.up-text {
	top: -10px;
	position: relative;
}

.inner-service.tab-box-div {
	padding: 0% 3% !important;
}

.row.enterprise-box-row {
	padding: 5px 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	font-size: 20px;
	z-index: 20;
	justify-content: end;
}

.for-box table td:first-child {
	padding-left: 0;
	width: 24% !important;
}

.for-box i.fa.fa-check-square-o, .for-box i.fa.fa-check {
	font-size: 23px;
}

.enterprise-box .col-md-2 {
	flex: 0 0 21.5% !important;
	max-width: 20.5%;
	padding: 0px 12px;
}
