@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.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: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-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 {
	-ms-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}




.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
	text-shadow: none;
}
.btn:active,
.btn.active {
	background-image: none;
}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #e0e0e0;
	background-image: none;
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #265a88;
	background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #265a88;
	border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #265a88;
	background-image: none;
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #419641;
	background-image: none;
}
.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
	background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #2aabd2;
	background-image: none;
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #eb9316;
	background-image: none;
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
	background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #c12e2a;
	background-image: none;
}
.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #2e6da4;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.navbar-default {
	
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	
}
.navbar-brand,
.navbar-nav > li > a {
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
	background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
	background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}
@media (max-width: 767px) {
	.navbar .navbar-nav .open .dropdown-menu > .active > a,
	.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
		background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
		background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
		background-repeat: repeat-x;
	}
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
	background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
	background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
	background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
	background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
	background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-striped {
	background-image: -webkit-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-image:      -o-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-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);
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	background-repeat: repeat-x;
	border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
	text-shadow: none;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
	background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x;
}
.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
	background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
	background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
	background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x;
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */


.dropdown:hover > ul.dropdown-menu {
    display: block !important;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.header{background-color: transparent; width:100%; z-index: 999; position: absolute; left: 0; top:0;}
.header .logo{margin:10px 0;}
.header .email_number ul.email_div{list-style: none; margin:10px 0 0 20px; padding: 0;  float: left;}
.header .email_number ul.email_div li{display: inline-block; margin-right:13px; color:#fff; font-size: 14px;}
.header .email_number ul.email_div li a{color:#fff; font-size: 15px; text-decoration: none;}
.header .email_number ul.email_div li a:hover{color:#e7410c;}
.header .email_number ul.email_div li i{color:#e7410c; font-size: 14px;}


.header .email_number{}
.header .email_number ul.header_social{list-style: none; margin:9px 21px 0 0; padding: 0; float: right;}
.header .email_number ul.header_social li{display: inline-block; margin-right:8px;}
.header .email_number ul.header_social li a{text-decoration: none;}
.header .email_number ul.header_social li a i{
	color:#e7410c; 
	font-size: 14px; 
	background: #fff; 
	border-radius: 50%; 
	text-align: center; 
	width:27px;
	height:27px; 
	display: block; 
	line-height: 27px;
}

.header .email_number ul.header_social li a:hover i{
	color:#fff; 
	background: #e7410c; 
}


.header .email_number .navbar {
	clear: both;
	background: rgba(255, 255, 255, 0.9) !important;
	border: none;
	margin-top: 0px;
	border-radius: 0 0 45px 45px;
	margin-left: 23px;
	padding-left: 45px;
	padding-top: 7px;
	box-shadow: 0 0 10px #606060;
}

.header .email_number .nav > li > a {
	position: relative;
	padding: 10px 33px 0 0px;
	color: #333;
}

.header .email_number .navbar{min-height: 40px;}

.header .navbar {
	clear: both;
	border: none !important;
	margin-top: 1px;
	padding-top: 10px;
	border-radius: 0;
	margin-left: 38px;
}

.header .call_us_div .nav > li > a {
	position: relative;
	padding: 7px 0px;
}

.header .call_us_div .nav {
    right:0;
    top:20px;
    position:absolute;
    z-index: 999;
}
.header .call_us_div .nav>li>a:hover, .header .call_us_div .nav>li>a:focus, .header .call_us_div .nav .open>a, .header .call_us_div .nav .open>a:hover, .header .call_us_div .nav .open>a:focus {
    background:transparent;
}
.header .call_us_div .dropdown {
}
.header .call_us_div .dropdown-menu > li > a {
    color:#333;
    background: transparent;
}
.header .call_us_div .dropdown-menu > li > a:hover {
    color:#e7410c;
}
.header .call_us_div .dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top: -10px;
    width:200px;
}
.header .call_us_div .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: 10;
}
.header .call_us_div .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 14px;
    z-index: 9;
}

.header .call_us_div a img{float: left; margin-right:4px;}
.header .call_us_div a span{color:#fff; font-size: 12px; }
.header .call_us_div a strong{color:#e7410c; font-size: 16px; }

.slider {position: relative !important; overflow: hidden !important;}
.slider .pattern_div{position: absolute !important; top:0 !important; left: 0 !important; width: 100% !important; z-index: 99;}

.slider .carousel .carousel-inner .item .carousel-caption h4,
.slider .carousel .carousel-inner .item .carousel-caption .h4{
	font-size: 35px;
	font-weight: 400;
	line-height: 75px;
	margin:0; 
	padding:0;
	color: #fff;
	text-transform: uppercase;
}
.slider .carousel .carousel-inner .item .carousel-caption h2,
.slider .carousel .carousel-inner .item .carousel-caption .h2{
	font-size: 88px;
	font-weight: 600;
	line-height: 35px;
	margin:30px 0 20px; 
	padding:0;
	color: #fff;
	text-transform: uppercase;
}
.slider .carousel .carousel-inner .item .carousel-caption span{
	font-size: 88px;
	color: #fff;
}


.slider .carousel .carousel-inner .item .carousel-caption h3,
.slider .carousel .carousel-inner .item .carousel-caption .h3{
	font-size: 41px;
	font-weight: 400;
	line-height: 41px;
	margin:0; 
	padding:0;
	color: #fff;
	text-transform: uppercase;
}

.slider .carousel .carousel-inner .item .carousel-caption h3 span,
.slider .carousel .carousel-inner .item .carousel-caption .h3 span{
	font-size: 41px;
	color: #fff;
}

.slider .carousel .carousel-inner .item .carousel-caption.c_3 h4,
.slider .carousel .carousel-inner .item .carousel-caption.c_3 .h4{
	font-size: 35px;
	font-weight: 400;
	line-height: 65px;
	margin:0; 
	padding:0;
	color: #fff;
	text-transform: uppercase;
}
.slider .carousel .carousel-inner .item .carousel-caption.c_3 h2,
.slider .carousel .carousel-inner .item .carousel-caption.c_3 .h2{
	font-size:55px;
	font-weight: 600;
	line-height: 65px;
	margin: 10px 0 20px; 
	padding:0;
	color: #fff;
	text-transform: uppercase;
}
.slider .carousel .carousel-inner .item .carousel-caption.c_3 span{
	font-size: 55px;
	color: #fff;
}
.slider .carousel .carousel-inner .item .carousel-caption.c_3 h3,
.slider .carousel .carousel-inner .item .carousel-caption.c_3 .h3{
	font-size: 41px;
	font-weight: 400;
	line-height: 41px;
	margin:0; 
	padding:0;
	color: #fff;
	text-transform: uppercase;
}


.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(82, 84, 86, 1);
	
}


.about_us_sec{position: relative; padding: 40px 0;}
.about_us_sec:before{
	content: "";
	position: absolute;
	top: 30px;
	left: 90px;
	background: url("../img/about_us.png");
	background-size: 552px 686px;
	width: 552px;
	height: 686px;
}


.about_us_sec h2.heading{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
}

.about_us_sec h2.heading span{
	font-size: 35px;
	color: #e7410c;
}

.about_us_sec h2.heading:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.about_us_sec h2.heading:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}



.about_us_sec p{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
}

a.btn_style {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 10px 0px 10px 17px;
	color: #fff;
	background: #e7410c;
	overflow: hidden;
	text-decoration: none;
}

a.btn_style:hover{
	color: #fff;
	background: #333;
}


a.btn_style i {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 0 3px;
	padding: 6px 11px 11px;
	color: #fff;
	background: #333;
}

a.btn_style:hover i {
	color: #fff;
	background: #e7410c;
}


.packages_sec{
	background: #f8f8f8 url("../img/package_bg.jpg") 0 0 repeat-x;
	background-size: 1600px 340px;
	padding: 50px 0 40px;
}
.packages_sec .heading_sec h2, .packages_sec .heading_sec .h2{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
}

.packages_sec .heading_sec h2 span, .packages_sec .heading_sec .h2 span{
	font-size: 35px;
	color: #e7410c;
}

.packages_sec .heading_sec h2:before, .packages_sec .heading_sec .h2:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.packages_sec .heading_sec h2:after, .packages_sec .heading_sec .h2:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.packages_sec .heading_sec p{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #fff;
}

.packages_sec .iconbox  {
	background: url("../img/package_div_bg_1.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.packages_sec .iconbox:before{
	content: "";
	background: #e7410c;
	width: 100%;
	height:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
}


.packages_sec .iconbox {
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	-moz-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	-ms-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	-o-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
}
.packages_sec .iconbox:hover,
.packages_sec .iconbox.hover {
	-webkit-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	-moz-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	-ms-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	-o-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
}

.packages_sec .iconbox .box-content{position: relative;}

.packages_sec .iconbox:hover .box-content:after,
.packages_sec .iconbox.hover .box-content:after {
	height: 0px;
}
.packages_sec .iconbox:hover .box-content:before,
.packages_sec .iconbox.hover .box-content:before {
	width: calc(100% - 60px);
}
.packages_sec .iconbox:hover .box-content .box-detail,
.packages_sec .iconbox.hover .box-content .box-detail {
	color: rgba(255, 255, 255, 0.8);
}

.packages_sec .iconbox .box-header {
	padding: 10px 0px;
	color: #ffffff;
	position: relative;
}
.packages_sec .iconbox .box-header .box-icon {
	margin-bottom: 0px;
}
.packages_sec .iconbox .box-header .box-icon i {
	font-size: 3rem;
	line-height: 1;
}

.packages_sec .iconbox .box-header .box-icon img {
	margin-bottom: 5px;
	-webkit-filter: drop-shadow(0 10px 10px rgba(2, 6, 32, 0.3));
	filter: drop-shadow(0 10px 10px rgba(2, 6, 32, 0.3));
}
.packages_sec .iconbox .box-header .box-title {
	margin: 5px 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
}

.packages_sec .iconbox .box-content {
	padding: 10px 19px 30px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.packages_sec .iconbox .box-content:after {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	position: absolute;
	background: #ffffff;
	z-index: -1;
}
.packages_sec .iconbox .box-content:before {
	content: "";
	top: 0;
	left: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	width: 0;
	position: absolute;
	-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.packages_sec .iconbox .box-content h3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
}

.packages_sec .iconbox a{text-decoration: none;}
.packages_sec .iconbox:hover .box-content h3 {
	color: #fff;
}

.packages_sec .iconbox .box-content p {
	margin-bottom: 10px;
	font-weight: 400;
	color: #525456;
}

.packages_sec .iconbox:hover .box-content p {
	color: #fff;
}

.packages_sec .iconbox .box-content p:last-child {
	margin-bottom: 0;
}


/*----------icon box 2-----------*/



.packages_sec .iconbox2  {
	background: url("../img/package_div_bg_2.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.packages_sec .iconbox2:before{
	content: "";
	background: #e7410c;
	width: 100%;
	height:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
}


.packages_sec .iconbox2 {
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	-moz-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	-ms-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	-o-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
	box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
}
.packages_sec .iconbox2:hover,
.packages_sec .iconbox2.hover {
	-webkit-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	-moz-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	-ms-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	-o-box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
	box-shadow: 0 10px 50px rgba(2, 6, 32, 0.2);
}

.packages_sec .iconbox2 .box-content{position: relative;}

.packages_sec .iconbox2:hover .box-content:after,
.packages_sec .iconbox2.hover .box-content:after {
	height: 0px;
}
.packages_sec .iconbox2:hover .box-content:before,
.packages_sec .iconbox2.hover .box-content:before {
	width: calc(100% - 60px);
}
.packages_sec .iconbox2:hover .box-content .box-detail,
.packages_sec .iconbox2.hover .box-content .box-detail {
	color: rgba(255, 255, 255, 0.8);
}

.packages_sec .iconbox2 .box-header {
	padding: 10px 0px;
	color: #ffffff;
	position: relative;
}
.packages_sec .iconbox2 .box-header .box-icon {
	margin-bottom: 0px;
}
.packages_sec .iconbox2 .box-header .box-icon i {
	font-size: 3rem;
	line-height: 1;
}

.packages_sec .iconbox2 .box-header .box-icon img {
	margin-bottom: 5px;
	-webkit-filter: drop-shadow(0 10px 10px rgba(2, 6, 32, 0.3));
	filter: drop-shadow(0 10px 10px rgba(2, 6, 32, 0.3));
}
.packages_sec .iconbox2 .box-header .box-title {
	margin: 5px 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
}
.packages_sec .iconbox2 .box-content {
	padding: 10px 19px 30px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.packages_sec .iconbox2 .box-content:after {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	position: absolute;
	background: #ffffff;
	z-index: -1;
}
.packages_sec .iconbox2 .box-content:before {
	content: "";
	top: 0;
	left: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	width: 0;
	position: absolute;
	-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.packages_sec .iconbox2 .box-content h3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
}


.packages_sec .iconbox2:hover .box-content h3 {
	color: #fff;
}

.packages_sec .iconbox2 a{text-decoration: none;}

.packages_sec .iconbox2 .box-content p {
	margin-bottom: 10px;
	font-weight: 400;
	color: #525252;
}

.packages_sec .iconbox2:hover .box-content p {
	color: #fff;
}

.packages_sec .iconbox2 .box-content p:last-child {
	margin-bottom: 0;
}


.numbers_div{position: relative;}

.numbers_div .parallax{
	height: 500px;
	background-image: url(../img/counter_bg.png);
	background-position: 0px 80px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	padding: 40px 0;
}

.numbers_div .number_bg{height:230px;}

.numbers_div .h2.heading{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
	text-align: center;
}

.numbers_div .h2.heading span{
	font-size: 35px;
	color: #e7410c;
}


.numbers_div  .count-title {
    font-size: 50px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #525456;
}

.numbers_div .c_n_1{position: relative;}

.numbers_div .c_n_1:after{
	content: "\f067";
	top: 11px;
	right: 38px;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #525456;
	font-weight: 300;
	
}


.numbers_div .c_n_2{position: relative;}

.numbers_div .c_n_2:after{
	content: "\f067";
	top: 11px;
	right: 14px;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #525456;
	font-weight: 300;
	
}


.numbers_div .c_n_3{position: relative;}

.numbers_div .c_n_3:after{
	content: "\f067";
	top: 11px;
	right: 0px;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #525456;
	font-weight: 300;
	
}


.numbers_div .c_n_4{position: relative;}

.numbers_div .c_n_4:after{
	content: "\f067";
	top: 11px;
	right: 69px;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #525456;
	font-weight: 300;
	
}

.numbers_div  .count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    color: #525456;
}

.numbers_div  .fa-2x {
    margin: 10px auto 14px;
    float: none;
    display: table;
    color: #e7410c;
    font-size: 60px;
}






/*--------services---------*/



.seo_f{
	background-size: 1600px 682px !important;
}

.service_sec{
	background: #fff url("../img/service_bg.jpg") 0 0 repeat-x;
	background-size: 1600px 640px;
	padding: 50px 0 40px;
}
.service_sec .heading_sec h2, .service_sec .heading_sec .h2{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
}

.service_sec .heading_sec h2 span, .service_sec .heading_sec .h2 span{
	font-size: 35px;
	color: #e7410c;
}

.service_sec .heading_sec h2:before, .service_sec .heading_sec .h2:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.service_sec .heading_sec h2:after, .service_sec .heading_sec .h2:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.service_sec .heading_sec p{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #fff;
}


.service_sec .service_div ul{list-style: none; margin: 0; padding: 0;}
.service_sec .service_div ul li{
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin: 0; 
	padding: 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	width: 200px;
	height:231px;
	vertical-align: top;
	margin-right: 30px;
	border-radius: 10px;
}


.service_sec .service_div ul li a{
	text-decoration: none;
	display: block;
}


.service_sec .service_div ul li a h3{
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: #525456;
	text-transform: uppercase;
}

.service_sec .service_div ul li:hover a h3{
	color: #e7410c;
}

.service_sec .service_div ul li img {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s easer;
}

.service_sec .service_div ul li:hover img  {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


.service_sec .seo_factors p strong{
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #fff;
}

.service_sec .importan_sec h2,
.service_sec .importan_sec .h2{
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:20px 0 20px 0; 
	padding:0 0 20px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}


.service_sec .importan_sec .important_div_1{
	background: url("../img/i_1_bg.png") 0 0 repeat;
	overflow: hidden;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s easer;
}


.service_sec .importan_sec .important_div_1:hover{
	margin-top:-10px;
}

.service_sec .importan_sec .important_div_1 a{text-decoration: none;}

.service_sec .importan_sec .important_div_1 h3,
.service_sec .importan_sec .important_div_1 .h3{
	font-size: 23px;
	font-weight: 600;
	line-height: 25px;
	margin: 0; 
	padding: 0 0 20px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.service_sec .importan_sec .important_div_2{
	background: url("../img/i_2_bg.png") 0 0 repeat;
	overflow: hidden;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s easer;
}

.service_sec .importan_sec .important_div_2:hover{
	margin-top:-10px;
}

.service_sec .importan_sec .important_div_2 a{text-decoration: none;}

.service_sec .importan_sec .important_div_2 h3,
.service_sec .importan_sec .important_div_2 .h3{
	font-size: 23px;
	font-weight: 600;
	line-height: 25px;
	margin: 0; 
	padding: 0 0 20px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}


.service_sec .importan_sec .important_div_3{
	background: url("../img/i_3_bg.png") 0 0 repeat;
	overflow: hidden;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s easer;
}

.service_sec .importan_sec .important_div_3:hover{
	margin-top:-10px;
}

.service_sec .importan_sec .important_div_3 a{text-decoration: none;}

.service_sec .importan_sec .important_div_3 h3,
.service_sec .importan_sec .important_div_3 .h3{
	font-size: 23px;
	font-weight: 600;
	line-height: 25px;
	margin: 0; 
	padding: 0 0 20px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}











.testomonial_sec{padding: 40px 0 0px; background-color: #fff;}

.testomonial_sec h2, .testomonial_sec .h2_faq{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
}

.testomonial_sec h2 span, .testomonial_sec .h2_faq span{
	font-size: 35px;
	color: #e7410c;
}

.testomonial_sec h2:before, .testomonial_sec .h2_faq:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.testomonial_sec h2:after, .testomonial_sec .h2_faq:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.testomonial_sec p{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
}

.testomonial_sec .testomonial_div p{
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
}


.testomonial_sec h3,
.testomonial_sec .h3{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	margin:0 0 10px 0; 
	padding:0;
	color: #e7410c;
	text-transform: uppercase;
}

.testomonial_sec h3 span,
.testomonial_sec .h3 span{
	font-size: 16px;
	color: #525456;
}

.testomonial_sec .testomonial_div .owl-nav{position: absolute; top: -106px; right:0;}
.testomonial_sec .testomonial_div .owl-nav .owl-prev {
	font-size: 20px !important;
	color: #fff !important;
	background-color: #e7410c !important;
	text-align: center;
	padding: 7px 13px !important;
}

.testomonial_sec .testomonial_div .owl-nav .owl-next {
	font-size: 20px !important;
	color: #fff !important;
	background-color: #e7410c !important;
	text-align: center;
	padding: 7px 13px !important;
}


.testomonial_sec .testomonial_div .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #333 !important;
}

.testomonial_sec .testomonial_div .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #333 !important;
}

.testomonial_sec .testomonial_div .owl-dots {display: none !important;}
.testomonial_sec .testomonial_div {border-bottom: 1px solid #d4d3d3; padding-bottom: 40px;}


.testomonial_sec .clients_sec h2,
.testomonial_sec .clients_sec .h2{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:15px 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
}

.testomonial_sec .clients_sec h2 span,
.testomonial_sec .clients_sec .h2 span{
	font-size: 35px;
	color: #e7410c;
}

.testomonial_sec .clients_sec h2:before,
.testomonial_sec .clients_sec .h2:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.testomonial_sec .clients_sec h2:after,
.testomonial_sec .clients_sec .h2:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.testomonial_sec .clients_sec ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.testomonial_sec .clients_sec ul li{
	display: inline-block;
	margin-right: 10px;
}

.testomonial_sec .clients_sec .owl-dots {display: none !important;}

.testomonial_sec .clients_sec .owl-nav .owl-prev {
	font-size: 40px !important;
	color: #666 !important;
	background-color: transparent !important;
	text-align: center;
	padding: 7px 13px !important;
	position: absolute;
	left: -30px;
	top: 15px;
}

.testomonial_sec .clients_sec .owl-nav .owl-next {
	font-size: 40px !important;
	color: #666 !important;
	background-color: transparent !important;
	text-align: center;
	padding: 7px 13px !important;
	position: absolute;
	right: -30px;
	top: 15px;
}


.testomonial_sec .clients_sec .owl-nav .owl-prev:hover {
	color: #e7410c !important;
	background-color: transparent !important;
}

.testomonial_sec .clients_sec .owl-nav .owl-next:hover {
	color: #e7410c !important;
	background-color: transparent !important;
}

.testomonial_sec .clients_sec img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s easer;
}


.testomonial_sec .clients_sec img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}



.footer{background: url("../img/footer_bg.jpg") 0 0 repeat; padding:100px 0 40px; color:#fff; margin-top:20px;}

.footer h3,.footer .h3{font-size: 20px; color:#fff; text-transform: uppercase; font-weight: 500; padding-bottom: 20px; margin-bottom: 20px; position: relative;}
.footer h3:after, .footer .h3:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer p{font-size: 14px; color:#fff; line-height: 23px;}

.footer ul.footer_menu{list-style: none; margin:0 0 0 0px; padding:0;}
.footer ul.footer_menu li{line-height: 32px;}
.footer ul.footer_menu li a{color: #bab9b9; text-decoration: none;}
.footer ul.footer_menu li a:hover{color: #e7410c;}
.footer ul.footer_menu li a i{color: #e7410c;}


.footer ul.contact_ul{list-style: none; margin:0; padding:0;}
.footer ul.contact_ul li{line-height: 28px; clear: both; color: #bab9b9; margin-bottom: 10px;}
.footer ul.contact_ul li i{width:30px; float: left; line-height: 23px; margin-top:5px; font-size: 20px; color: #e7410c;}
.footer ul.contact_ul li a{color: #bab9b9; text-decoration: none;}
.footer ul.contact_ul li a:hover{color: #e7410c;}
.footer ul.contact_ul li.view_map a{color: #e7410c;}


.footer span{font-size: 12px; color:#bab9b9; line-height: 23px;}

.footer ul.social_footer{list-style: none; margin:9px 21px 0 0; padding: 0;}
.footer ul.social_footer li{display: inline-block; margin-right:8px;}
.footer ul.social_footer li a{text-decoration: none;}
.footer ul.social_footer li a i{
	color:#fff; 
	font-size: 14px; 
	background: #6d6e6e; 
	border-radius: 50%; 
	text-align: center; 
	width:35px;
	height:35px; 
	display: block; 
	line-height: 35px;
}

.footer ul.social_footer li a:hover i{
	color:#fff; 
	background: #e7410c; 
}



.copyright{text-align: center; background: #fff; padding: 5px; box-shadow: 0 0 10px #000;}

.copy_div{background-color: #222; padding: 8px 5px;}
.copy_div p{text-align: center; padding: 0; margin:0;  font-size: 11px; color: #fff;}
.copy_div p a{font-size: 11px; color: #fff; text-decoration: none;}
.copy_div p a:hover{color: #e7410c;}


.get_quote_sec{position: relative;}

.get_quote_sec .request_quote_div {
	background: url("../img/request_quote_bg.jpg") 0 0 no-repeat;
	padding: 20px 0;
	border-radius: 10px;
	position: absolute;
	top: -110px;
	left: 60px;
}

.get_quote_sec .request_quote_div h2,
.get_quote_sec .request_quote_div .h2{
	position: relative!important;
	font-size: 35px!important;
	font-weight: 600!important;
	line-height: 37px!important;
	margin:0 0 20px 0!important; 
	padding:0 0 20px 0!important;
	color: #fff!important;
	text-transform: uppercase!important;
	text-align: center!important;
}

.get_quote_sec .request_quote_div button {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0px 0px 0px 17px;
	color: #e7410c;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
	border: none;
}

.get_quote_sec .request_quote_div button:hover{
	color: #fff;
	background: #333;
}

.get_quote_sec .request_quote_div button i {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 0 23px;
	padding: 6px 11px 11px;
	color: #fff;
	background: #333;
}

.get_quote_sec .request_quote_div button:hover i {
	color: #fff;
	background: #e7410c;
}

.get_quote_sec .request_quote_div input.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.slider .carousel .carousel-inner .item .carousel-caption img.savit_a {
    display: inline-block;
}
.slider .carousel .carousel-inner .item .carousel-caption img.google_img {
    display: inline-block;
}

.url {cursor: url("../img/cursor.png"),auto;}

.slider .banner_responsive{display: none;}


.breadcrumb_div{background: url("../img/seo_breadcrumb.jpg") 0 0 no-repeat; background-size: 100% 100%;  height: 300px; overflow: hidden;}
.breadcrumb_div.ppc_breadcrumb{background: url("../img/ppc_breadcrumb.jpg") 0 0 no-repeat; background-size: 100% 100%;  height: 300px; overflow: hidden;}
.breadcrumb_div.life_breadcrumb{background: url("../img/life_breadcrumb.jpg") 0 0 no-repeat; background-size: 100% 100%;  height: 300px; overflow: hidden;}
.breadcrumb_div .breadcrumb_box {
	z-index: 99;
	position: absolute;
	top: 22%;
	left: 7%;
}

.breadcrumb_div .breadcrumb_box h2, .breadcrumb_div .breadcrumb_box h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	margin: 0; 
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
.breadcrumb_div .breadcrumb_box ul{list-style: none; margin:0; padding:0;}
.breadcrumb_div .breadcrumb_box ul li{display: inline-block; margin-right:10px; color: #fff; font-size: 14px;} 
.breadcrumb_div .breadcrumb_box ul li i{margin-left:10px; color: #e7410c; font-size: 14px;} 
.breadcrumb_div .breadcrumb_box ul li a{color: #e7410c; font-size: 14px; text-decoration: none; }




.service_page{position: relative; padding: 40px 0;}

.service_page h2.heading, .service_page .h2.heading{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
}

.service_page h2.heading span, .service_page .h2.heading span{
	font-size: 35px;
	color: #e7410c;
}

.service_page h2.heading:before .service_page .h2.heading:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.service_page h2.heading:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}


.service_page .price_d{
	position: relative;
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin:0; 
	padding:0;
	color: #e7410c;
	text-transform: uppercase;
	text-align: center;
}

.service_page .payment_a{
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
	text-align: center;
}

.service_page p{
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin:0 0 15px 0; 
	padding:0;
	color: #525456;
	text-align: justify;
}

.service_page h3, .service_page .h3{
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 27px;
	margin:0 0 14px 0; 
	padding:0 0 0px 0;
	color: #525456;
	text-transform: uppercase;
}

.service_page h3 span, .service_page .h3 span{
	font-size: 24px;
	color: #e7410c;
}

.service_page .other_links{
	margin-top:30px;
}


.service_page .other_links ul{
	list-style: none; 
	margin:0; 
	padding: 0;
}

.service_page .other_links ul li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.service_page .other_links ul li i{
	color: #e7410c;
	font-size: 14px;
}

.service_page .other_links ul li:last-child{
	border-bottom: 1px solid transparent;
}

.service_page .other_links ul li a{
	color: #525456;
	font-size: 14px;
	font-weight: 600;
	line-height: 27px;
	display: block;
	text-decoration: none;
}

.service_page .other_links ul li a:hover{
	color: #e7410c;
}

.service_sec .seo_factors p{margin-bottom: 20px;}
.service_sec .seo_factors p strong{font-size: 20px;}

.service_sec .seo_factors .f_icon_box {
	border: 1px solid #ddd;
	margin-bottom: 2px;
	height: 168px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

.service_sec .seo_factors .f_icon_box:hover {
	border: 1px solid #e7410c;
	background-color: rgba(255,255,255,0.8);
}

.service_sec .seo_factors .col-md-2{width: 240px;}

.service_sec .seo_factors .f_icon_box img {
	width: 100px; 
	margin-top:10px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	transition: -webkit-transform 0.35s; 
	transition: transform .35s; 
	transition: transform 0.35s, -webkit-transform 0.35s;
	transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); 
}


.service_sec .seo_factors .f_icon_box:hover img {
	-webkit-transform: translateX(0%) translateY(-10px) rotate(8deg); 
	transform: translateX(0%) translateY(-10px) rotate(8deg); 
}

.service_sec .seo_factors .f_icon_box h4 {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	display: block;
	text-align: center;
	margin-bottom: 21px;
}

.service_sec .seo_factors .f_icon_box:hover h4 {
	color: #e7410c;
}

.other_services{padding: 30px 0 0;}

.other_services h2.heading{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
}

.other_services h2.heading span{
	font-size: 35px;
	color: #e7410c;
}

.other_services h2.heading:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}

.other_services h2.heading:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.other_services .other_services_iconbox ul{list-style: none; margin:50px 0 0 0; padding: 0;}
.other_services .other_services_iconbox ul li{display: inline-block; margin-right:10px; width:175px; vertical-align: top;}
.other_services .other_services_iconbox ul li a{text-decoration: none; font-size: 14px; color: #e7410c; font-weight: 600;}
.other_services .other_services_iconbox ul li a p{text-align: center; padding-top: 10px; display: block; }
.other_services .other_services_iconbox ul li .iconlist-item-icon {
	margin-bottom: 25px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.other_services .other_services_iconbox ul li:hover .iconlist-item-icon {
	transform: rotateY(360deg);
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img{
	margin: 0 0 0 65px;
	width: 50px;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon .shapes{
	z-index: 0;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes::after {
	bottom: -25px;
	border-top: 25px solid #abacac;
}

.other_services .other_services_iconbox ul li:hover .iconlist-item-icon img + span.shapes::after {
	border-top: 25px solid #e7410c;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon i + span.shapes::before{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes::after{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes::before {
	top: -25px;
	border-bottom: 25px solid #abacac;
}

.other_services .other_services_iconbox ul li:hover .iconlist-item-icon img + span.shapes::before {
	top: -25px;
	border-bottom: 25px solid #e7410c;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes{background-color: #abacac;}
.other_services .other_services_iconbox ul li:hover .iconlist-item-icon img + span.shapes{background-color: #e7410c;}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes {
	width: 86px;
	height: 50px;
	background: #abacac;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.other_services .other_services_iconbox ul li:hover .iconlist-item-icon img + span.shapes {
	background: #e7410c;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon + span.shapes::before{
	border-color: #abacac;
	border-right-color: rgb(198, 211, 227);
	border-left-color: rgb(198, 211, 227);
}

.other_services .other_services_iconbox ul li:hover .iconlist-item-icon + span.shapes::before{
	border-color: #e7410c;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes::after{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.other_services .other_services_iconbox ul li .iconlist-item-icon img + span.shapes::before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}


.packages_div h3.package-title{
	position: relative !important;
	font-size: 23px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	margin:20px 0 0px 0 !important; 
	padding:0 0 0px 0 !important;
	color: #525456 !important;
	text-transform: uppercase !important;
	text-align: center !important;
}


.packages_div .package_ul ul{list-style: none; margin:0; padding:0; }
.packages_div .package_ul ul li{
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #525456 !important;
	margin-bottom: 13px;
}


.packages_div .package_ul ul li ul{list-style: disc; margin:3px 0 0 40px; padding:0; }
.packages_div .package_ul ul li ul li{
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 23px !important;
	color: #525456 !important;
	margin:0;
}


.service_page .reliable-txt2{
	font-size: 23px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #525456 !important;
	margin: 28px 0 20px;
	text-align: center;
}




/*accordion*/

.service_page #accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
    border: 1px solid rgba(43,59,93,0.30);
}
.service_page #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}

.service_page #accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    /*border: 1px solid #ececec;*/
    position: relative;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid rgba(43,59,93,0.30);
    background-color: #e7410c;
    text-decoration: none;
}

.service_page #accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #333;
    background-color: #efefef;
}

.service_page .stationary_sec #accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #fff !important;
    background-color: #333 !important;
}

.service_page #accordion .panel-title a:before,
.service_page #accordion .panel-title a.collapsed:before{
    content: "\f067";
	font-family: 'FontAwesome';
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
.service_page #accordion .panel-title a.collapsed:before{
    color: #e7410c;
    transform: rotate(0);
}
.service_page #accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
.service_page #accordion .panel-body{
    padding: 10px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}


.service_page #accordion .panel-body p{
    padding: 0;
    font-size: 15px;
    color: #525252;
    line-height: 26px;
}

.service_page #accordion .panel-body ul.ul-text{
    list-style: none;
    margin: 0;
    padding: 0; 
}

.service_page #accordion .panel-body ul.ul-text li{
    padding: 0;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}


.service_page #accordion .panel-body ul.ul-text1{
    list-style: upper-alpha;
    margin: 0 0 0 18px;
    padding: 0; 
}

.service_page #accordion .panel-body ul.ul-text1 li{
    padding: 0;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}


.service_page a.btn_s{
	color: #e7410c;
	font-size: 16px;
	text-decoration: underline;
}

.service_page a.btn_s:hover{
	color: #333;
}

.service_page .business_segment ul{list-style: none; margin: 0; padding: 0;}
.service_page .business_segment ul li{font-size: 14px; color:#525456; font-weight:500; line-height: 26px;}
.service_page .business_segment ul li i{font-size: 14px; color:#e7410c;}

.service_page .Franchise h1{
	position: relative;
	font-size: 85px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #e7410c;
	text-transform: uppercase;
	text-align: center;
}



.service_page .Franchise h2{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525252;
	text-transform: uppercase;
	text-align: center;
}

.service_page .Franchise h2 span{
	font-size: 22px;
	color: #e7410c;
}


.service_page .Franchise h2 a {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	color: #e7410c;
	text-decoration: none;
}

.service_page .Franchise h2 a:hover {
	color: #525252;
}



.graphic_design_sec h3{
	font-size: 23px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	margin: 10px 0 10px 0 !important; 
	padding: 0 !important;
	color: #e7410c !important;
	text-transform: uppercase !important;
	text-align: center !important;
}
.graphic_design_sec p{
	padding: 0;
	font-size: 15px;
	color: #615f5f;
	line-height: 23px;
	text-align: center;
}


.service_page .owl-carousel2 .item img{max-width: 230px; border: 1px solid #ddd;}


a.request_quote_btn {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 20px 0px 20px 47px;
	color: #fff;
	background: #e7410c;
	overflow: hidden;
	text-decoration: none;
}

a.request_quote_btn:hover{
	color: #fff;
	background: #333;
}


a.request_quote_btn i {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 0 23px;
	padding: 16px 21px 20px;
	color: #fff;
	background: #333;
}

a.request_quote_btn:hover i {
	color: #fff;
	background: #e7410c;
}



/*accordion*/


.divTable{
	display: table;
	width: 100%;
	margin-bottom:20px;
	color:#333;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell {
	border: 1px solid #fff;
	display: table-cell;
	padding: 10px 10px;
	text-align: left;
}

.divTableHead {
	border: 1px solid #fff;
	display: table-cell;
	padding: 10px 10px;
	text-align: left;
	
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableBody divTableRow:nth-child(2)
{
	background:#efefef;
}


.divTableRow div:nth-child(2)
{
	text-align:center;
}

.divTableRow div:nth-child(3)
{
	text-align:center;
}

.divTableRow div:nth-child(4)
{
	text-align:center;
}

.headtable
{
	background:#e7410c;
	color:#fff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-weight:bold;
	font-size:17px !important;
}

.bg1
{
	background:#666;
	font-weight:bold;
	font-size:15px;
	color: #fff;
	
}


.bg2
{
	background:#e5edf8;
	font-size:15px;
}

.bg3
{
	background:#ededed;
	font-size:14px;
}




@media (min-width: 100px) and (max-width: 767px)  {
	.divTableCell, .divTableHead
	{
		padding: 4px 4px;
	}
	
}



.welcome-para-text strong{
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin:0;
}


.welcome-para-text p strong{
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin:0;
}


.welcome-para-text ul.list-smo{
	list-style: none;
	padding: 0;
	margin: 0;
}


.welcome-para-text ul.list-smo li{
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	color: #333 !important;
	margin:0 0 10px 0;
	clear: both;
}


.welcome-para-text ul.list-smo li i{
	font-size: 14px !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin-right: 5px;
	height: 40px;
	float: left;
}


.welcome-para-text ul.list-smo li strong{
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin:0;
}


.welcome-para-text ul.list-smo1{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}


.welcome-para-text ul.list-smo1 li{
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	color: #333 !important;
	margin:0 0 10px 0;
	clear: both;
}


.welcome-para-text ul.list-smo1 li i{
	font-size: 14px !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin-right: 5px;
	height: 20px;
	float: left;
}


.welcome-para-text ul.list-smo1 li strong{
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin:0;
}


.welcome-para-text ul.list-smo1 ul.childlist{
	list-style: none;
	margin-top: 13px;
	margin-bottom: 20px;
}

.welcome-para-text ul.list-smo1 ul.childlist li{
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	color: #333 !important;
	margin:0 0 10px 0;
	clear: both;
}

.welcome-para-text ul.list-smo1 li i{
	font-size: 14px !important;
	line-height: 18px !important;
	color: #e7410c !important;
	margin-right: 5px;
	height: 20px;
	float: left;
}

.welcome-para-text a.btn_style {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 10px 0px 10px 17px;
	color: #fff;
	background: #e7410c;
	overflow: hidden;
	text-decoration: none;
}

.welcome-para-text a.btn_style:hover{
	color: #fff;
	background: #333;
}


.welcome-para-text a.btn_style i {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 0 3px;
	padding: 6px 11px 11px;
	color: #fff;
	background: #333;
}

.welcome-para-text a.btn_style:hover i {
	color: #fff;
	background: #e7410c;
}


.smo_sec h4{
	font-size: 21px !important;
	font-weight: 600 !important;
	line-height: 43px !important;
	color: #525252 !important;
	margin:0;
}

.smo_sec h4 img{
	width:40px;
	float: left; 
	margin-right:10px;
}

.smo_sec p{
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	color: #525252 !important;
	clear: both;
	margin-top:10px;
}

.smo_sec p strong{
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	color: #525252 !important;
	clear: both;
	margin-top:10px;
}


.smo_sec ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}


.smo_sec ul li{
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 23px !important;
	color: #525252 !important;
	margin:0 0 10px 0;
	clear: both;
}


.smo_sec ul li i{
	font-size: 14px !important;
	line-height: 23px !important;
	color: #e7410c !important;
	margin-right: 5px;
	height: 20px;
	float: left;
}


.smo_process{}

.smo_process h3{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
	text-align: center;
}
.smo_process h3:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 47%;
}

.smo_process p{
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 23px !important;
	color: #525252 !important;
	margin:0 0 10px 0;
	clear: both;
	text-align: center;
}


.smo_process .process_box{border:1px solid #eee; padding: 10px 10px 10px 10px; text-align: center !important;}
.smo_process .process_box h4{
	position: relative;
	font-size: 26px;
	font-weight: 600;
	line-height: 25px;
	margin:0; 
	padding:0;
	color: #e7410c !important;
	text-align: center;
}
.smo_process .process_box p{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px !important;
	margin:0; 
	padding:0;
	color: #525456;
	text-align: justify;
}

.c1 {background-color: #f27135 !important;}
.c2 {background-color: #34a853 !important;}
.c3 {background-color: #4285f4 !important;}
.c4 {background-color: #86269b !important;}
.c5 {background-color: #10aeb2 !important;}
.c6 {background-color: #ef4e36 !important;}

.footer-round-services{display:inline-block;margin:0 auto !important;max-width:750px;width:100%;}
.round_services{width:32%;margin:15px 0px;}
.circle-container{position:relative;perspective:1000;margin:0 auto;}
.circle-container:hover .circle{transform:rotate3d(45, 45, 0, 180deg);}
.circle-container:hover .outer-ring{transform:rotate3d(45, 0, 0, 180deg);}
.circle-container:hover .outer-outer-ring{transform:rotate3d(0, 45, 0, 180deg);}
.circle-container, .front, .back{width:200px;height:200px;background-color:rgba(0,0,0,0);}
.circle, .outer-ring, .outer-outer-ring{transition:0.5s;transform-style:preserve-3d;transition-timing-function:cubic-bezier(0.785, 0.135, 0.150, 0.860);}
.circle{position:relative;width:200px;height:200px;}
.front, .back{border-radius:50%;box-shadow:0px 0px 0 rgba(0,0,0,0.4);backface-visibility:hidden;position:absolute;top:0;left:0;}
.front{background-color:#fff;}
.front p{margin-top:2.6em;font-family:Roboto, sans-serif;ont-weight:300;font-size:1.7em;line-height:30px;text-align:center;color:#fff !important;}
.back{transform:rotate3d(45,45,0,180deg);background-color:#fff;}
.back-logo{width:45%;display:block;margin:3.5em auto;}
.outer-ring{position:absolute;top:-5px;left:-5px;border-radius:50%;border:2px solid #fff;width:210px;height:210px;background-color:rgba(255,255,255,0);box-shadow:0px 0px 5px rgba(0,0,0,0.4);}
.outer-outer-ring{position:absolute;top:-20px;left:-20px;border-radius:50%;border:2px solid #fff;width:211px;height:211px;background-color:rgba(255,255,255,0);box-shadow:0px 0px 20px rgba(0,0,0,0.4);}
.footer-round-services{display:inline-block;margin:0 auto !important;max-width:750px;width:100%;}
.round_services{width:32%;margin:15px 0px;}
.circle-container{position:relative;perspective:1000;margin:0 auto;}
.circle-container:hover .circle{transform:rotate3d(45, 45, 0, 180deg);}
.circle-container:hover .outer-ring{transform:rotate3d(45, 0, 0, 180deg);}
.circle-container:hover .outer-outer-ring{transform:rotate3d(0, 45, 0, 180deg);}
.circle-container, .front, .back{width:200px;height:200px;background-color:rgba(0,0,0,0);}
.circle, .outer-ring, .outer-outer-ring{transition:0.5s;transform-style:preserve-3d;transition-timing-function:cubic-bezier(0.785, 0.135, 0.150, 0.860);}
.circle{position:relative;width:200px;height:200px;}
.front, .back{border-radius:50%;box-shadow:0px 0px 0 rgba(0,0,0,0.4);backface-visibility:hidden;position:absolute;top:0;left:0;}
.front{background-color:#fff;}
.front p{margin-top:2.6em;font-family:Roboto, sans-serif;ont-weight:300;font-size:1.7em;line-height:30px;text-align:center;color:#c02227;}
.back{transform:rotate3d(45,45,0,180deg);background-color:#fff;}
.back-logo{width:45%;display:block;margin:3.5em auto;}
.outer-ring{position:absolute;top:-5px;left:-5px;border-radius:50%;border:2px solid #fff;width:210px;height:210px;background-color:rgba(255,255,255,0);box-shadow:0px 0px 5px rgba(0,0,0,0.4);}
.outer-outer-ring{position:absolute;top:-20px;left:-20px;border-radius:50%;border:2px solid #fff;width:211px;height:211px;background-color:rgba(255,255,255,0);box-shadow:0px 0px 20px rgba(0,0,0,0.4);}



.bgnew {
	-webkit-transform: skewY(-1deg);
	-moz-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	-o-transform: skewY(-1deg);
	transform: skewY(-1deg);
	background: #f8f8f8 url("../img/package_bg.jpg") 0 0 repeat-x;
	background-size: 100% 100%;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-top: 0px;
}

.bgnew1 {
	-webkit-transform: skewY(-1deg);
	-moz-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	-o-transform: skewY(-1deg);
	transform: skewY(-1deg);
	background: #f8f8f8 url("../img/breadcrumb.jpg") 0 0 repeat-x;
	background-size: 100% 100%;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-top: 0px;
}

.intitle {
	padding: 40px;
	-webkit-transform: skewY(1deg);
	-moz-transform: skewY(1deg);
	-ms-transform: skewY(1deg);
	-o-transform: skewY(1deg);
	transform: skewY(1deg);
}

.intitle .welcome-para-text {
	color: #fff !important;
	font-weight: 300 !important;
}

.welcome-para-text {
	padding-right: 20px;
	margin: 20px 0 0 0;
	line-height: 24px;
	font-weight: normal;
	font-size: 17px;
	color: #5b5b5b;
	text-align: justify;
	padding-bottom: 20px;
	
}

.displayblock {
	display: block;
}

.welcome-para-text h4 {
	color: #fff !important;
	font-size: 30px;
}

.firstext a {
	color: #e7410c;
	text-decoration: none;
	font-weight: 600;
}

.firstext a:hover {
	color: #fff;
}



.domain_f{
	background: #fff url("../img/service_bg.jpg") 0 0 repeat-x;
	background-size: 1600px 640px;
	padding: 50px 0 40px;
}
.domain_f .heading_sec h2{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
}

.domain_f .heading_sec h2 span{
	font-size: 35px;
	color: #e7410c;
}

.domain_f .heading_sec h2:before{
	content: "";
	background: #c7c8c8;
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 1px;
	left: 0;
}


.domain_f .heading_sec h2:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0%;
}


.domain_f .heading_sec p{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin:0 0 15px 0; 
	padding:0;
	color: #fff;
}

.domain_f .inputbox {
	border: 2px solid #ccc;
	border-radius: 8px;
	display: inline-block;
	padding: 10px;
	font-size: 21px;
	font-weight: 500;
	width: 60%;
}


.domain_f select {
	border: 2px solid #ccc;
	border-radius: 7px;
	font-size: 21px;
	font-weight: 500;
	padding: 10px;
	width: 10%;
}

.domain_f .btn {
	background: #e7410c none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin: 0 5px;
	padding: 10px !important;
	vertical-align: top;
	width: 20%;
}

.domain_f .btn:hover {
	background: #fff none repeat scroll 0 0;
	color: #e7410c;
}


.service_page .job_listing {margin-top: 30px;}
.service_page .job_listing .list_view_1{border-bottom: 1px solid #ccc; padding: 12px 0;}
.service_page .job_listing .list_view_1 h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin: 0; 
	padding: 0;
	color: #e7410c !important;
	text-transform: uppercase;
	text-align: left;
}
.service_page .job_listing .list_view_1 ul{list-style: none; margin: 0; padding: 0;}
.service_page .job_listing .list_view_1 ul li{ display: inline-block; margin-right: 10px; color: #5b5b5b; font-size: 14px;}
.service_page .job_listing .list_view_1 ul i{ color: #e7410c; font-size: 14px; margin-right: 5px;}

.service_page .job_listing .list_view_1 a {
	background: #e7410c none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0 0;
	padding: 8px 10px !important;
	vertical-align: top;
	text-decoration: none;
	float: right;
	border-radius: 8px;
}

.service_page .job_listing .list_view_1 a:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}



.service_page .job_listing .list_view_1 span.blink_me{
	font-size: 17px;
	font-weight: 600;
	line-height: 33px;
	margin: 0; 
	padding: 0;
	letter-spacing: 0; 
	word-spacing: 0;
	color: #333;
}


@-webkit-keyframes blinker {
	from {opacity: 1.0;}
	to {opacity: 0.0;}
}
.blink_me{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.career_form {
	margin: 20px 0 0 0;
	line-height: 24px;
	font-weight: normal;
	font-size: 17px;
	color: #5b5b5b;
}


.career_form h2{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	text-align: left !important;
}

.career_form h2 span{
	font-size: 35px;
	color: #e7410c;
}


.career_form input.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.career_form select.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.career_form button {
	background: #e7410c none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 7px 10px !important;
	border:1px solid #e7410c;
}

.career_form button:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}


#resume button {
	background: #e7410c none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 7px 10px !important;
	border:1px solid #e7410c;
}

#resume button:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}

#franchise button {
	background: #e7410c none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 7px 10px !important;
	border:1px solid #e7410c;
}

#franchise button:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}


.career_sidebar .career_quote{
	border:1px solid #ddd; 
	
	padding:10px 10px;
	
	text-align: center;
}

.career_sidebar .career_quote i{
	font-size: 26px;
	line-height: 37px;
	color: #e7410c;
}


.career_sidebar .career_quote h4{
	font-size: 24px;
	font-weight: 600;
	line-height: 37px;
	color: #525252;
}

.career_sidebar .career_quote h4 span{
	font-size: 24px;
	font-weight: 600;
	line-height: 37px;
	color: #e7410c;
}


.service_page .photo_gallery{margin-top: 50px;  }
.service_page .photo_gallery .hide_gallery{display: none; }



.service_page .contact_info{text-align: left;}
.service_page .contact_info h3 {
	font-size: 20px;
	color: #e7410c;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.service_page .contact_info h3::after {
	content: "";
	background: #525252;
	width: 64px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.service_page .contact_info p{text-align: left; font-size: 14px; font-weight:500;}
.service_page .contact_info ul{list-style: none; margin:0 0 0 0px; padding:0;}
.service_page .contact_info ul li{line-height: 28px;}
.service_page .contact_info ul li a{color: #525252; text-decoration: none;  font-size: 14px; font-weight:500;}
.service_page .contact_info ul li a:hover{color: #e7410c;}
.service_page .contact_info ul li i{color: #e7410c;}
.service_page .contact_info ul li img{width:20px; }



.testimonial_page .heading{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525252;
	text-transform: uppercase;
	text-align: center !important;
}

.testimonial_page .heading strong{
	font-size: 35px !important;
	color: #e7410c;
}


.testimonial_page .testimonial_div .testimonial_w{background: #fdece7; padding: 10px; position: relative; height:270px; border-radius: 10px;}
.testimonial_page .testimonial_div .testimonial_w:after{
	content: "";
	position: absolute;
	right: -20px;
	top:45%;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-left:20px solid #fdece7; 
}
.testimonial_page .testimonial_div .testimonial_w img{width:130px;}
.testimonial_page .testimonial_div .testimonial_w p{text-align: center; margin-top: 10px; font-weight: 500;}



.testimonial_page .testimonial_div_2{margin-top: 50px;}

.testimonial_page .testimonial_div_2 .tlogo_link .tname{
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 5px 0 3px;
	color: #525252;
	text-align: center;
}

.testimonial_page .testimonial_div_2 .tlogo_link .tcname{
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
	margin: 3px 0 0;
	color: #e7410c;
	text-align: center;
}

.testimonial_page .testimonial_div_2 .tlogo_link .tlink{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 3px 0 0;
	color: #525252;
	text-align: center;
}


.testimonial_page .testimonial_div_2 .t_detail{
	background: #fdece7; 
	padding: 10px 20px; 
	position: relative; 
	border-radius: 10px;
}

.testimonial_page .testimonial_div_2 .t_detail:after{
	content: "";
	position: absolute;
	left: -20px;
	top:40%;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-right:20px solid #fdece7; 
}

.testimonial_page .testimonial_div_2 .t_detail p{text-align: left; margin-top: 10px; font-weight: 500; font-size: 14px;}
.testimonial_page .testimonial_div_2 .t_detail h4{
	font-size: 19px;
	font-weight: 600;
	line-height: 21px;
	margin: 3px 0 0;
	color: #e7410c;
	text-align: left;
}


.awards_page .heading{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525252;
	text-transform: uppercase;
	text-align: center !important;
}

.awards_page .heading strong{
	font-size: 35px !important;
	color: #e7410c;
}


.awards_sec .award_details{
	background: #fff; 
	padding: 10px 0; 
}

.awards_sec .award_details h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin: 3px 0 15px;
	color: #e7410c;
	text-align: left;
}

.awards_sec .award_details p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin:  0 0 20px 0;
	color: #525252;
	text-align: left;
}

.awards_sec .award_details a{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #e7410c;
	text-align: left;
}

.awards_sec .award_details a:hover{
	color: #525252;
	text-decoration: underline;
}

.awards_sec .award_img img{
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #666;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.about_us_page{}
.about_us_page h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin: 3px 0 15px;
	color: #e7410c;
	text-align: left;
}

.about_us_page p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin:  0 0 20px 0;
	color: #525252;
	text-align: left;
}

.about_us_page p strong{
	color: #525252 !important;
}

.vision_mission{padding: 0 0 40px 0;}

.vision_mission .vision_div{border:1px solid #ddd;}
.vision_mission .vision_div h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	display: block;
	background: #e7410c;
}

.vision_mission .vision_div p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin:  0;
	padding: 10px 20px;
	color: #525252;
	text-align: center;
}

.vision_mission .mission_div{border:1px solid #ddd;}
.vision_mission .mission_div h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	display: block;
	background: #525252;
}

.vision_mission .mission_div p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin:  0;
	padding: 10px 20px 33px;
	color: #525252;
	text-align: center;
}




.about_services a{text-decoration: none; font-size: 14px; color: #e7410c; font-weight: 600; margin-bottom: 50px; display: block;}
.about_services a p{text-align: center; padding-top: 10px; display: block; }
.about_services .iconlist-item-icon {
	margin-bottom: 25px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.about_services .iconlist-item-icon:hover {
	transform: rotateY(360deg);
}

.about_services .iconlist-item-icon img{
	margin: 0 0 0 110px;
	width: 50px;
}

.about_services .iconlist-item-icon .shapes{
	z-index: 0;
}

.about_services .iconlist-item-icon img + span.shapes::after {
	bottom: -25px;
	border-top: 25px solid #abacac;
}

.about_services .iconlist-item-icon:hover img + span.shapes::after {
	border-top: 25px solid #e7410c;
}

.about_services .iconlist-item-icon i + span.shapes::before{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.about_services .iconlist-item-icon img + span.shapes::after{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.about_services .iconlist-item-icon img + span.shapes::before {
	top: -25px;
	border-bottom: 25px solid #abacac;
}

.about_services .iconlist-item-icon:hover img + span.shapes::before {
	top: -25px;
	border-bottom: 25px solid #e7410c;
}

.about_services .iconlist-item-icon img + span.shapes{background-color: #abacac;}
.about_services .iconlist-item-icon:hover img + span.shapes{background-color: #e7410c;}

.about_services .iconlist-item-icon img + span.shapes {
	width: 86px;
	height: 50px;
	background: #abacac;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.about_services .iconlist-item-icon:hover img + span.shapes {
	background: #e7410c;
}

.about_services .iconlist-item-icon + span.shapes::before{
	border-color: #abacac;
	border-right-color: rgb(198, 211, 227);
	border-left-color: rgb(198, 211, 227);
}

.about_services .iconlist-item-icon:hover + span.shapes::before{
	border-color: #e7410c;
}

.about_services .iconlist-item-icon img + span.shapes::after{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.about_services .iconlist-item-icon img + span.shapes::before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 43px solid transparent !important;
	border-right: 43px solid transparent !important;
}

.timeline_sec{padding: 30px 0 0; background: url("../img/about_us/bg.jpg") 0 0 repeat;}

.timeline_sec h2.heading_new{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin:0 0 20px 0; 
	padding:0 0 20px 0;
	color: #525456;
	text-transform: uppercase;
	text-align: center;
}

.timeline_sec h2.heading_new span{
	font-size: 35px;
	color: #e7410c;
}


.service_page ul.emailer_portfolio{list-style: none; margin: 0; padding: 0;}
.service_page ul.emailer_portfolio li{display: block; margin-bottom: 15px;}
.service_page ul.emailer_portfolio li img{box-shadow: 0 0 10px #777;}

.service_page .logo-portfolio .logo_m{border:1px solid #ddd; margin-bottom: 20px; margin-right: 10px;}

.service_page .thumbnail {
    position:relative;
    overflow:hidden;
}

.service_page .caption {
    position:absolute;
    top:-100%;
    right:0%;
    background:rgba(0, 0, 0, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service_page .thumbnail:hover .caption {
    top:0%;
    padding-top: 20%;
}


.service_page .caption h4{text-align: center; font-size: 24px; color: #fff;}
.service_page .caption p{text-align: center; font-size: 18px; color: #fff;}
.service_page .caption a{text-align: center; font-size: 14px; color: #fff; text-align: center; border:1px solid #fff; text-decoration: none; padding: 7px 15px;}
.service_page .caption:hover a{ border:1px solid #e7410c; background-color: #e7410c;}

.service_page .error_sec{}

.service_page .error_sec h2{
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;
	margin:10px 0; 
	padding: 0;
	color: #e7410c;
	text-transform: uppercase;
	text-align: center;
}


.service_page .error_sec h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 23px;
	margin: 10px 0; 
	padding: 0;
	color: #525252;
	text-transform: uppercase;
	text-align: center;
}


.service_page .error_sec p{
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin: 10px 0; 
	padding: 0;
	color: #525252;
	text-align: center;
}

.service_page  .error_links .link_box{
	border:1px solid #ddd;
	padding: 10px;
}


.service_page  .error_links .link_box:hover{
	border:1px solid #e7410c;
}



.service_page  .error_links .link_box a{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	margin: 10px 0; 
	padding: 0;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.service_page  .error_links .link_box h4{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	margin: 10px 0; 
	padding: 0;
	color: #333;
	text-align: center;
}


.service_page ul.spl_ul{list-style: none; margin: 0; padding: 0;}
.service_page ul.spl_ul li{ margin-bottom: 15px;}

.service_page .genuine_sec{margin: 0;}
.service_page .genuine_sec h3{font-size: 20px !important; color: #525252; line-height: 23px; font-weight: 600;}
.service_page .genuine_sec p{font-size: 14px !important; color: #525252; line-height: 23px; font-weight: 500;}
.service_page .genuine_sec p i{font-size: 16px !important; color: #e7410c; line-height: 23px; font-weight: 500;}
.service_page .genuine_sec p span{font-size: 14px !important; color: #e7410c; line-height: 23px; font-weight: 500;}
.service_page .genuine_sec p.spl_p{font-size: 16px !important; color: #525252; line-height: 23px; font-weight: 500; margin-top:30px;}
.service_page .genuine_sec p.sitemap_s strong{font-size: 16px !important; color: #e7410c !important; line-height: 23px; font-weight: 500; margin-top:30px; display: block;}
.service_page .genuine_sec p.s_s{font-size: 16px !important; color: #525252 !important; line-height: 23px; font-weight: 600; margin-top:30px;}
.service_page .genuine_sec p.s_s strong{font-size: 18px !important; color: #e7410c !important;}
.service_page .genuine_sec p strong{font-size: 14px !important; color: #525252 !important;}
.service_page .genuine_sec p a{font-size: 14px !important; color: #e7410c; font-weight: 600;}
.service_page .genuine_sec p a:hover{color: #525252;}

.service_page .genuine_sec ul{margin: 0 0 0 20px; padding: 0; }
.service_page .genuine_sec ul li{ margin-bottom: 15px; font-size: 14px; color: #525252; font-weight: 500;}
.service_page .genuine_sec ul li strong{ font-size: 14px !important; color: #525252;}

.service_page .genuine_sec ul.ul-text{list-style: none; margin: 0px; padding: 0; }
.service_page .genuine_sec ul.ul-text li{ margin-bottom: 8px; font-size: 16px; color: #525252; font-weight: 500;}
.service_page .genuine_sec ul.ul-text li a strong{ font-size: 14px !important; color: #525252 !important;}
.service_page .genuine_sec ul.ul-text li a:hover strong{color: #e7410c !important;}
.service_page .genuine_sec ul.ul-text li a{ font-size: 14px !important; color: #525252; text-decoration: none; }
.service_page .genuine_sec ul.ul-text li a:hover{color: #e7410c;}
.service_page .genuine_sec ul.ul-text li i{ font-size: 14px !important; color: #e7410c; margin-right: 10px;}



.service_page .genuine_sec h3.spl_h3{font-size: 20px !important; color: #525252; line-height: 23px; font-weight: 600; position: relative; padding-bottom: 15px; margin-top:35px;}

.service_page .genuine_sec h3.spl_h3:after{
	content: "";
	background: #e7410c;
	width: 64px;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0%;
}

.service_page .genuine_sec table td{font-size: 14px;}
.service_page .genuine_sec table td strong{font-size: 14px !important; color: #525252 !important;}
.service_page .genuine_sec table td span{font-size: 14px !important; color: #ff0000; font-weight: 600;}

.service_page .genuine_sec table td a{
	font-size: 14px !important; 
	color: #525252; 
	font-weight: 600;
	text-decoration: none; 
}

.service_page .genuine_sec table td a:hover{
	color: #e7410c; 
}


.service_page .entertainment_sec a{color: #525252 !important; font-size: 15px !important; text-align: center; display: block; text-decoration: none; margin-bottom: 20px;}
.service_page .entertainment_sec a strong{color: #525252 !important; font-size: 15px !important;  text-align: center; display: block; padding: 10px 0; }
.service_page .entertainment_sec a:hover strong{color: #e7410c !important;}

.add-on, .amountcheck, .add-on
{
	float:left;
	display:inline-block !important;
}


.service_page .genuine_sec input {
	font-size: 15px;
	padding: 5px 5px 5px 5px;
	width: 230px;
	border: none;
	border-bottom: 1px solid #757575;
}

.service_page .terms_sec ul{list-style: none; margin: 0; padding: 0;}
.service_page .terms_sec ul li{font-size: 14px; color: #525252; line-height: 23px; font-weight: 500; clear: both; margin-bottom: 10px;}
.service_page .terms_sec ul li i{font-size: 16px; color: #e7410c; line-height: 23px; float: left; margin-right:10px; height:25px;}
.service_page .terms_sec ul li ul{list-style: disc; margin: 0 0 0 40px; padding: 0;}
.service_page .terms_sec ul li{font-size: 14px; color: #525252; line-height: 23px; font-weight: 500; clear: both;  margin-bottom: 5px;}


.whatsapp_button {
	position: fixed;
	right: 15px;
	bottom:100px;
	background: #4dc247;
	border-radius: 5px;
	padding: 10px 14px;
	z-index: 9999;
}

.whatsapp_button a i{
	color: #fff;
	font-size: 27px;
}



.contact-opener {
	background: url('../img/request-a-quote.jpg') no-repeat;
	position: absolute;
	left: -44px;
	height: 100%;
	width: 41px;
	cursor: pointer;
	top: 33px;
	padding: 8px;
}



.request_button{
	background: #e7410c none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 7px 10px !important;
	border: 1px solid #e7410c;
}

.request_button:hover{
	background: #333 none repeat scroll 0 0;
	color: #fff;
}

.form__input-submit{text-align:left;}
.floating-form{max-width:260px;padding:15px 10px 0px 15px;border:2px solid #ddd;border-radius:5px;right:10px;position:fixed;background:#fff;z-index:10000;}
.group{position:relative;margin-bottom:9px;}
input{font-size:15px;padding:5px 5px 5px 5px;display:block;width:230px;border:none;border-bottom:1px solid #757575;}

.mobile-only { display:none!important;}

@media screen and (min-width:320px) and (max-width: 768px){
	
	.header{overflow-x:hidden; }
	.content{overflow-x:hidden; }
	.footer{overflow-x:hidden; }
	
	.header{position: relative;}
	
	.header .logo img{
		width:110px;
	}
	
	.call_div {
		position: absolute;
		top: -10px;
		right: 30px;
		z-index: 199;
		width: 100%;
	}
	
	.header .email_number {
		margin-top: 5px;
		border-bottom: 1px solid #ddd;
		margin-bottom: -6px;
	}
	
	.header .email_number .navbar {
		clear: both;
		background: transparent !important;
		border: none;
		margin-top: 0px;
		border-radius: 0;
		margin-left: 23px;
		padding-left: 0px;
		box-shadow: none;
	}
	
	
	.header .email_number .nav > li > i {
		display: none !important;
	}
	
	.header .email_number .nav > li > a {
		position: relative;
		padding: 10px 23px 9px 0;
		display: block;
		border-bottom: 1px solid #4d4d4d;
		color: #fff;
	}
	
	.header .main_services .nav > li > a {
		position: relative;
		padding: 10px 23px 9px 0;
		display: block;
		border-bottom: 1px solid #4d4d4d;
	}
	
	.header .navbar {
		border-top: none !important;
		margin-top: -58px;
		position: relative;
	}
	
	.header .email_number .navbar-header{
		position: relative;
	}
	
	.header .email_number .navbar-header::after {
		position: absolute;
		top: 14px;
		left: 0px;
		content: "Site Navigation";
		font-size: 20px;
		line-height: 21px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	
	.header .email_number .navbar-header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		border:1px solid #ddd;
	}
	
	.header .email_number .navbar {
		margin: 10px 0 4px;
	}
	
	.header .main_services .navbar-header{
		position: relative;
	}
	
	.header .main_services .navbar-header::after {
		position: absolute;
		top: 14px;
		left: 0;
		content: "Our Services";
		font-size: 22px;
		line-height: 21px;
		color: #e7410c;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	
	.header {
		background-color: #333;
		position: relative;
	}
	
	.header .navbar {
		margin-left: 19px;
	}
	
	.header .call_us_div .dropdown ul.dropdown-menu {
		border-radius: 4px;
		box-shadow: none;
		margin-top: -10px;
		width: 200px;
		background: #fff;
	}
	
	.header .call_us_div .dropdown ul.dropdown-menu::before {
		display: none;
	}
	
	.header .call_us_div .dropdown ul.dropdown-menu::after {
		display: none;
	}
	
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7;
		margin-top: 55px;
	}
	
	.slider .banner_responsive{position:relative;display: block;background: url("../img/responsive_banner.jpg") 0 0 no-repeat;background-size: 100% 100%;height: 340px;margin-top:-10px;text-align: center;text-transform: uppercase;}
	
	.slider .banner_responsive .responsive_caption {
		position: absolute;
		top: 100px;
		right: 15%;
		width: 250px;
		text-align: center;
	}
	
	.slider .banner_responsive .responsive_caption h4,
	.slider .banner_responsive .responsive_caption .h4 {
		font-size: 18px;
		line-height: 25px;
		padding: 0px;
		color: #fff;
		margin-bottom: 0;
	}
	
	.slider .banner_responsive .responsive_caption h4 span,
	.slider .banner_responsive .responsive_caption .h4 span{
		color: #e7410c !important;
	}
	
	.slider .banner_responsive .responsive_caption h2,
	.slider .banner_responsive .responsive_caption .h2 {
		font-size: 32px;
		font-weight: 600;
		line-height: 35px;
		margin:0px 0 20px;
		color: #fff;
	}
	
	.slider .banner_responsive .responsive_caption h2 span,
	.slider .banner_responsive .responsive_caption .h2 span{
		color: #e7410c !important;
	}
	.slider .banner_responsive .responsive_caption .h4 {
		font-size: 1.8rem;
		text-align: center;
	}
	.slider .banner_responsive .responsive_caption .h2 {
		font-size: 2.8rem;
		text-transform: uppercase;
		text-align: center;
	}
	.slider .banner_responsive .responsive_caption .h3 {
		font-size: 1.8rem;
		margin: 0px 0 20px;
		color: #fff;
	}
	
	.slider #carousel-example-generic .carousel-inner img.banner_img{height: 250px;}
	.slider #carousel-example-generic .carousel-inner .carousel-caption {
		position: absolute;
		right:0;
		left:0;
		top: 7%;
		width: 100%;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption h4 {
		font-size: 20px;
		line-height: 25px;
		padding: 0 10px;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption h2 {
		font-size: 38px;
		font-weight: 600;
		line-height: 35px;
		margin:11px 0 20px;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption img.savit_a {
		display: inline-block;
		width: 40px;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption span {
		font-size: 38px;
		font-weight: 600;
		line-height: 35px;
	}
	
	
	.slider .carousel .carousel-inner .item .carousel-caption h3 {
		font-size: 21px;
		line-height: 11px;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption h2.spl_h2 {
		font-size: 38px;
		font-weight: 600;
		line-height: 35px;
		margin:11px 0 20px;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption img.google_img {
		display: inline-block;
		width: 120px;
		margin:10px auto;
	}
	
	.slider .carousel .carousel-inner .item .carousel-caption h2.spl_h2 span {
		font-size: 38px;
		font-weight: 600;
		line-height: 35px;
	}
	
	.slider .carousel-control {
		top: 74%;
	}
	
	.about_us_sec p {
		font-size: 13px;
		line-height: 19px;
	}
	
	.about_us_sec h2.heading {
		font-size: 30px;
	}
	
	
	.about_us_sec h2.heading span {
		font-size: 30px;
	}
	
	.about_us_sec img.video_sec {
		margin-top: 20px;
	}
	
	.packages_sec {
		background-size: 1600px 355px;
	}
	
	.packages_sec .iconbox {
		margin-bottom: 30px;
	}
	
	.packages_sec .iconbox2 {
		margin-bottom: 30px;
	}
	
	.packages_sec .heading_sec h2 {
		font-size: 30px;
	}
	
	.packages_sec .heading_sec h2 span{
		font-size: 30px;
	}
	
	.packages_sec .heading_sec p {
		font-size: 14px;
	}
	
	.numbers_div {
		padding: 0 0 40px;
	}
	
	.numbers_div h2.heading {
		font-size: 30px;
	}
	
	.numbers_div h2.heading span{
		font-size: 30px;
	}
	
	.numbers_div .counter{
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}
	
	.numbers_div .counter:last-child{
		border-bottom: 1px solid transparent;
		padding: 10px 0;
	}
	
	.numbers_div .count-title {
		font-size: 40px;
	}
	
	
	.numbers_div {
		background: #f5f5f5 url(../img/counter_bg.png) 0 0 repeat;
		background-size: 100% auto;
		padding: 0px 0 100px;
		background-repeat: no-repeat;
		background-position: 0px 100%;
	}
	
	.numbers_div .number_bg {
		display: none; 
	}
	
	
	.service_sec .heading_sec h2 {
		font-size: 29px;
	}
	
	.service_sec .heading_sec h2 span{
		font-size: 29px;
	}
	
	.service_sec .heading_sec p {
		font-size: 14px;
	}
	
	.service_sec .service_div ul li img {
		width: 100px;
	}
	
	
	.service_sec .service_div ul li a h3 {
		font-size: 16px;
		line-height: 17px;
	}
	
	.service_sec .service_div ul li {
		
		width: 99px;
		height: 148px;
		vertical-align: top;
		margin-right: 0;
		border-radius: 10px;
		margin-bottom: 5px;
	}
	
	.service_sec {
		background-size: 810px 820px;
		padding: 50px 0 0px;
	}
	
	.service_sec .importan_sec h2 {
		font-size: 29px;
	}
	
	.service_sec .importan_sec .important_div_1 {
		margin-bottom: 20px;
	}
	
	.service_sec .importan_sec .important_div_2 {
		margin-bottom: 20px;
	}
	
	.service_sec .importan_sec .important_div_3 {
		margin-bottom: 20px;
	}
	
	.testomonial_sec {
		padding: 0;
		background-color: #fff;
	}
	
	.testomonial_sec h3 {
		font-size: 20px;
		margin-top:10px;
	}
	
	.testomonial_sec h3 span {
		font-size: 20px;
	}
	
	.testomonial_sec h2 {
		font-size: 30px;
		line-height: 28px;
	}
	
	.testomonial_sec h2 span{
		font-size: 23px;
		line-height: 28px;
		display: block;
	}
	
	.testomonial_sec .clients_sec h2 {
		font-size: 30px;
		line-height: 28px;
	}
	
	.testomonial_sec .clients_sec h2 span{
		font-size: 30px;
		line-height: 28px;
		display: inline-block;
	}
	
	.footer {
		margin-top: 0;
		padding: 30px 0;
	}
	
	.get_quote_sec {background: url("../img/request_quote_bg.jpg") 0 0 no-repeat;}
	.get_quote_sec .request_quote_div {
		padding: 20px 0;
		border-radius: 10px;
		position: relative; 
		top: 0; 
		left: 0; 
	}
	
	.get_quote_sec .request_quote_div h2 {
		font-size: 25px;
		line-height: 31px;
		margin: 0;
		padding: 0;
	}
	
	.get_quote_sec .request_quote_div input.form-control {
		margin-bottom: 9px;
	}
	
	.breadcrumb_div {
		height: 180px;
	}
	
	.breadcrumb_div.ppc_breadcrumb {
		height: 180px;
	}
	
	
	.breadcrumb_div .breadcrumb_box {
		z-index: 99;
		position: absolute;
		/* top: 45%; */
		top: 30%;
		left: 7%;
	}
	
	.breadcrumb_div .breadcrumb_box h2 {
		font-size: 20px;
		font-weight: 600;
		line-height: 23px;
		margin: 0 0 10px 0;
		padding: 0;
		color: #fff;
		text-transform: uppercase;
		text-align: left;
	}
	
	
	.service_sec .seo_factors .col-md-2 {
		width: 50%;
		padding: 10px;
	}
	
	.seo_f {
		background-size: 1600px 100% !important;
	}
	
	
	.other_services h2.heading {
		font-size: 26px;
		line-height: 30px;
	}
	
	.other_services h2.heading span{
		font-size: 26px;
		line-height: 30px;
	}
	
	
	.other_services .other_services_iconbox ul li {
		width: 135px;
		margin-bottom: 45px;
	}
	
	.other_services .other_services_iconbox ul li .iconlist-item-icon img {
		margin: 0 0 0 43px;
	}
	
	.service_page #accordion .panel-title a {
		font-size: 13px;
	}
	
	.service_page .carousel-indicators {
		bottom: -50px !important;
		left: 50%;
	}
	
	.service_page h3 {
		font-size: 22px;
		text-align: left;
	}
	
	.smo_sec h4 {
		font-size: 19px !important;
		font-weight: 600 !important;
		line-height: 23px !important;
		color: #525252 !important;
		margin: 12px 0 !important;
	}
	
	.welcome-para-text {
		padding-right: 0px !important;
	}
	
	.round_services {
		width: 100%;
		margin: 15px 0px 40px;
	}
	
	.intitle {
		padding: 0;
	}
	
	.intitle .welcome-para-text {
		color: #fff !important;
		font-weight: 300 !important;
		font-size: 14px;
		line-height: 21px;
	}
	
	.welcome-para-text h4 {
		font-size: 26px;
	}
	
	.domain_f .btn {
		font-size: 12px;
		font-weight: 500;
		margin: 10px 0px;
		padding: 10px !important;
		vertical-align: top;
		width: 100%;
	}
	
	.domain_f select {
		font-size: 15px;
		width: 36%;
	}
	
	.domain_f .inputbox {
		font-size: 15px;
		width: 60%;
	}
	
	.stationary_sec img.pp_img{margin-bottom: 20px;}
	
	.service_page .Franchise h1{
		font-size: 25px;
	}
	
	
	.service_page .Franchise h2{
		font-size: 16px;
		line-height: 26px;
	}
	
	.service_page .Franchise h2 span{
		font-size: 16px;
	}
	
	a.request_quote_btn {
		font-size: 15px;
		font-weight: 400;
		line-height: 18px;
		margin: 0 0 12px 0;
		padding: 20px 21px 20px 21px;
		color: #fff;
		background: #e7410c;
		overflow: hidden;
		text-decoration: none;
	}
	
	a.request_quote_btn i{display: none;}
	.mobile-only { display:block!important;}
	.mobile-hide { display:none!important;}
	
	
	
}

.pricing_table h3.span, .pricing_table h3.span span {
    background-color: unset;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.sky-tabs > label span span h2 {
    font-size: 18px;
}
.sky-tabs .typography .h3 {
    font-size: 24px;
}
.other_services .other_services_iconbox ul li a .p {
	font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

.color_e7410c{
	color: #e7410c
}
.display_none{
	display:none;
}
.display_inline_block{
	display: inline-block;
}
.width_100{
	width: 100%;
}
.margin_bottom_10px{
	margin-bottom: 10px;
}
.border_style_none{
	border-style:none;
}
.height_175{
	height:175px;
}
.margin_top_0{
	margin-top: 0;
}
.right_0{
	right: 0px;
}
.top_120{
	top: 120px;
}
.padding_top_0{
	padding-top: 0px;
}
