/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i);*/
@font-face {
	font-family: pt_sansbold;
	src: url(../fonts/pt_sans-web-bold-webfont.woff2) format('woff2'), url(../fonts/pt_sans-web-bold-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: pt_sansitalic;
	src: url(../fonts/pt_sans-web-italic-webfont.woff2) format('woff2'), url(../fonts/pt_sans-web-italic-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: pt_sansregular;
	src: url(../fonts/pt_sans-web-regular-webfont.woff2) format('woff2'), url(../fonts/pt_sans-web-regular-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
.btn,
.button.small {
	text-shadow: 0 1px 0 #fff
}
.chat-btn{
	display:none !important;
}
.btn,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.m-logo,
.menu-btn,
.owl-1 .owl-next,
.owl-1 .owl-prev,
.owl-2 .owl-dots,
.owl-4 .owl-dots {
	text-align: center
}
.btn,
.footer-area h3 {
	text-transform: uppercase
}
.fa,
.fa-stack {
	display: inline-block
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent
}
.overlayBg,
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
*,
.columns,
.global-contact ul li,
.menu-btn {
	box-sizing: border-box
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none
}
.fa.fa-pull-left,
.fa.pull-left {
	margin-right: .3em
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@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: 400;
	font-style: normal
}
.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.owl-4 .owl-prev:after,
.owl-5 .owl-prev:after,
.owl-next:after,
.owl-prev:after {
	font-family: FontAwesome
}
.owl-1 .owl-next,
.owl-1 .owl-prev,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 400
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-stack,
img {
	vertical-align: middle
}
.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
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa.fa-pull-right,
.fa.pull-right {
	margin-left: .3em
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right,
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.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(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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,
.owl-prev:after {
	content: "\f053"
}
.fa-chevron-right:before,
.owl-next:after {
	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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}
.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-2 .owl-dot,
.owl-4 .owl-dot {
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,.3) inset;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-1 .owl-next,
.owl-1 .owl-prev {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	width: 63px;
	height: 63px;
	top: 50%;
	margin-top: -31px;
	color: #fff;
	line-height: 63px;
	font-size: 24px;
	background-color: rgba(0,0,0,0);
	opacity: 0
}
.owl-1:hover .owl-next,
.owl-1:hover .owl-prev {
	opacity: 1;
	background-color: rgba(0,0,0,.4)
}
.owl-1 .owl-next:hover,
.owl-1 .owl-prev:hover {
	background-color: rgba(0,0,0,.6)
}
.owl-prev {
	left: 0
}
.owl-next {
	right: 0
}
.owl-4 .owl-next,
.owl-4 .owl-prev,
.owl-5 .owl-next,
.owl-5 .owl-prev {
	position: absolute;
	top: 50%;
	color: #fff;
	line-height: 29px;
	font-size: 20px;
	font-weight: 400;
	text-align: center
}
.owl-prev:after {
	margin-left: -10px
}
.owl-next:after {
	margin-right: -10px
}
.owl-2 .owl-dot {
	background: rgba(0,0,0,.5);
	height: 11px;
	width: 11px;
	margin: 0 6px
}
.owl-2 .owl-dot:hover {
	background: rgba(0,0,0,.7)
}
.owl-2 .owl-dot.active {
	background: #0173ba
}
.owl-4 .owl-next,
.owl-4 .owl-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: rgba(0,0,0,0);
	opacity: 0
}
.owl-4:hover .owl-next,
.owl-4:hover .owl-prev {
	background-color: rgba(0,0,0,.4);
	opacity: 1
}
.owl-4 .owl-next:hover,
.owl-4 .owl-prev:hover {
	background-color: rgba(0,0,0,.5);
	opacity: 1
}
.owl-4 .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 5px
}
.owl-4 .owl-dot {
	background: rgba(0,0,0,.5);
	height: 11px;
	width: 11px;
	margin: 0 6px
}
.clearfix,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
.owl-4 .owl-next:after,
.owl-5 .owl-next:after {
	font-family: FontAwesome;
	margin-right: -3px
}
.owl-4 .owl-dot:hover {
	background: rgba(0,0,0,.7)
}
.owl-4 .owl-dot.active {
	background: #0E0D0A
}
.owl-4 .owl-prev:after {
	content: "\f104";
	margin-left: -3px
}
.owl-4 .owl-next:after {
	content: "\f105"
}
.owl-5 .owl-next,
.owl-5 .owl-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: rgba(0,0,0,.3)
}
.owl-5 .owl-next:hover,
.owl-5 .owl-prev:hover {
	background-color: rgba(0,0,0,.4)
}
.owl-5 .owl-prev:after {
	content: "\f104";
	margin-left: -3px
}
.owl-5 .owl-next:after {
	content: "\f105"
}
img {
	max-width: 100%;
	border: 0;
	height: auto;
	width: auto\9
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-family: 'pt_sansregular';
}
ul {
	list-style: none
}
h1 {
	font-size: 27px
}
h2 {
	font-size: 22px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 16px
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
.clearfix {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	width: 100%
}
.none {
	background-image: none!important
}
.btn-orange,
.btn-orange:hover {
	background: #e9651f ;
	color: #fff
}
.left {
	float: left!important
}
.right {
	float: right!important
}
.btn {
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-size: 13px;
	height: 43px;
	padding: 6px 12px;
	display: inline-block
}
.btn-lg {
	line-height: 43px;
	height: 43px;
	padding: 0 30px
}
.btn-orange {
	border: 1px solid #e9651f 
}
.btn-green,
.btn-green:hover {
	background: #aad75d;
	color: #fff
}
.btn-green {
	border: 1px solid #aad75d
}
.container {
	margin: 0 auto;
	max-width: 940px
}
.container:after {
	clear: both;
	content: "";
	display: block
}
.industries-logo a.next-arrow:before,
.more:after {
	content: "\f105";
	font-family: FontAwesome
}
.m-logo,
.menu-btn {
	display: none;
	height: 40px;
	border-left: solid 1px #47474B;
	float: left
}
.header-fixed {
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 9
}
.shadow-left,
.slider,
.top {
	position: relative
}
.m-logo {
	margin-right: 10px;
	width: 60px
}
.menu-btn {
	color: #029ffe;
	cursor: pointer;
	font-size: 20px;
	padding: 8px 0;
	width: 44px
}
.top {
	background: #33363f;
	background: -moz-linear-gradient(top, #33363f 0, #2d2d35 26%, #18181a 72%, #111 90%, #0f0f0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #33363f), color-stop(26%, #2d2d35), color-stop(72%, #18181a), color-stop(90%, #111), color-stop(100%, #0f0f0f));
	background: -webkit-linear-gradient(top, #33363f 0, #2d2d35 26%, #18181a 72%, #111 90%, #0f0f0f 100%);
	background: -o-linear-gradient(top, #33363f 0, #2d2d35 26%, #18181a 72%, #111 90%, #0f0f0f 100%);
	background: -ms-linear-gradient(top, #33363f 0, #2d2d35 26%, #18181a 72%, #111 90%, #0f0f0f 100%);
	background: linear-gradient(to bottom, #33363f 0, #2d2d35 26%, #18181a 72%, #111 90%, #0f0f0f 100%);
filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#33363f', endColorstr='#0f0f0f', GradientType=0)
}
ul.top-links {
	margin: 0;
	padding: 0
}
ul.top-links li {
	display: inline-block;
	list-style: none;
	border-left: solid 1px #47474B;
	padding: 6px 12px 10px
}
ul.top-links li:first-child {
	padding-left: 0;
	border: 0
}
ul.top-links li a {
	display: block;
	font-size: 14px;
	color: #bababb
}
ul.top-links li a:hover {
	color: #fff
}
ul.top-links li span {
	position: relative;
	top: -1px;
}
ul.top-links li i {
	color: #fff;
	font-size: 18px;
	margin-right: 10px
}
.header {
	width: 100%;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0, rgba(255,255,255,1) 100%);
filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
	padding-bottom: 1px
}
.logo {
	float: left;
	margin: 4px 0 0
}
.header-flag {
	float: right;
	margin-right: -2px;
	margin-top: 15px;
	padding-bottom: 4px;
	text-align: right;
	width: 40%
}
.blogs,
.footer-top,
.industries-logo p,
.post-content h1,
.post-content p,
.ser-box,
.slid-btn,
.social-foot a {
	text-align: center
}
.slid-1,
.slid-2,
.slid-3,
.slid-4,
.slid-5 {
	width: 100%;
	height: 352px
}
.navi {
	margin: 10px 0 20px;
	background: #fefefe;
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0, rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0, rgba(244,244,244,1) 100%);
filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f4f4f4', GradientType=0);
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.9) inset
}
.navi ul {
	margin: 0;
	padding: 0
}
.navi ul li {
	list-style: none;
	float: left
}
.navi ul li a {
	display: block;
	font-size: 13px;
	color: #333;
	padding: 12px 13px;
	text-shadow: 0 -1px 1px #fff;
	border-left: 1px solid #f0f0f0;
	box-shadow: 1px 0 0 0 rgba(255,255,255,.9) inset
}
.navi ul li:first-child a {
	border: 0
}
.navi ul li.req-quote {
	float: right;
	background: #e9651f 
}
.navi ul li.req-quote a {
	color: #fff;
	text-shadow: none
}
.slider {
	border-top: 1px #d2d3d4;
	margin-top: 211px
}
.slid-1 {
	background: url(../images/microsoft-slide.jpg) center no-repeat;
	background-size: cover
}
.slid-2 {
	background: url(../images/mobile-slide.jpg) center no-repeat;
	background-size: cover
}
.slid-3 {
	background: url(../images/open-source-slide.jpg) center no-repeat;
	background-size: cover
}
.slid-4 {
	background: url(../images/web-dev-slide.jpg) center no-repeat;
	background-size: cover
}
.slid-5 {
	background: url(../images/dedicated-slide.jpg) center no-repeat;
	background-size: cover
}
.shadow-left,
.shadow-right {
	background-repeat: no-repeat;
	width: 100%;
	z-index: 8
}
.shadow-left {
	background-image: url(../images/shadow-top.png);
	background-position: top center;
	height: 42px;
	top: -1px
}
.shadow-right {
	position: absolute;
	background-image: url(../images/shadow-bottom.png);
	background-position: bottom center;
	height: 32px;
	bottom: 42px
}
.industries-logo,
.ser-icon {
	position: relative;
	text-align: center
}
.slider .container {
	padding-top: 25px;
	color: #fff
}
.slid-right {
	float: right
}
.slid-right img {
	width: auto!important;
	max-width: 100%;
	display: inline-block!important
}
.slid-btn {
	margin-top: 0
}
.slid-left {
	float: left;
	width: 600px
}
.slid-left h1 {
	font-size: 30px;
	line-height: 1;
	margin: -10px 0 20px;
	font-weight: normal;
}
.banner-list {
	float: left;
	padding-top: 25px
}
.banner-left-img {
	float: right;
	padding-right: 30px
}
.owl-carousel .owl-item .banner-list img {
	display: inline-block;
	padding-right: 5px
}
.banner-list li {
	font-size: 14px;
	padding-bottom: 17px;
	font-weight: bold;
}
.post-content p span,
.reading-box p span {
	font-weight: bold;
}
.slid-left h1 span {
	display: block;
	padding-left: 50px
}
ul.logo-list li {
	list-style: none;
	float: left;
	width: 30%
}
.m-banner {
	margin: 0 0 30px
}
.m-banner img {
	width: 100%
}
.post-content h1 {
	color: #004d91;
	font-size: 30px;
	margin: 0 0 30px;
	line-height: 1
}
.post-content p {
	color: #004d91!important;
	font-size: 14px;
	margin-top: -10px
}
.sep-double {
	border-bottom: 1px solid #e7e6e6;
	border-top: 1px solid #e7e6e6;
	height: 6px
}
.post-content .sep-double {
	margin: 22px 0
}
.services-list {
	padding: 3px 0 25px;
	margin: 0 -12px
}
.ser-box {
	width: 297px;
	float: left;
	margin: 0 12px;
	padding: 5px 2% 10px
}
.ser-box h4 {
	font-size: 18px;
	margin: 18px 0
}
.ser-box p {
	font-size: 13px;
	color: #333;
	margin: 0 0 15px
}
.ser-icon {
	margin: 0 auto;
	color: #fff;
	border-radius: 50%
}
.home-icons .ser-icon {
	width: 95px;
	height: 95px;
	line-height: 95px;
	font-size: 46px
}
.more {
	display: block;
	font-size: 13px
}
.more:after {
	margin-left: 5px;
	color: #000
}
.more:hover:after {
	color: #d1d1d1
}
.ser-orange .ser-icon {
	background: #e9651f 
}
.ser-orange a,
.ser-orange h4 {
	color: #e9651f 
}
.ser-green .ser-icon {
	background: #1ABC9C
}
.ser-green a,
.ser-green h4 {
	color: #1ABC9C
}
.ser-blue .ser-icon {
	background: #3498DB
}
.ser-blue a,
.ser-blue h4 {
	color: #3498DB
}
.industries-logo {
	border: 1px solid #d6eaf8;
	border-radius: 4px;
	overflow: hidden;
	margin: 20px 0 38px
}
.industries-logo p,
.industries-logo ul {
	font-style: italic;
	margin: 0;
	display: inline-block
}
.industries-logo p {
	background: #3498db;
	color: #fff;
	float: left;
	font-size: 18px;
	line-height: 20px;
	padding: 21px 0 0;
	width: 14%
}
.industries-logo ul {
	color: #3498db;
	float: right;
	font-size: 12px;
	list-style: none;
	padding: 0;
	width: 86%
}
.industries-logo ul li {
	width: 11.6%;
	border-right: 1px solid #ededed;
	display: inline-block;
	padding: 6px;
	vertical-align: top
}
.industries-logo ul li:last-child {
	border: none
}
.custNavigat,
.f-icon {
	vertical-align: middle
}
.industries-logo ul li i {
	color: #3498db;
	display: block;
	font-size: 40px;
	min-height: 50px
}
.industries-logo a.next-arrow {
	width: 20px;
	height: 100%;
	background: #3498db;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0
}
.industries-logo a.next-arrow:before {
	width: 8px;
	height: 20px;
	font-size: 24px;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -10px
}
.title {
	font-size: 16px;
	position: relative;
	color: #333;
	margin: 0 0 30px
}
.title span {
	background: #fff;
	padding: 0 8px 0 0;
	position: relative;
	z-index: 8
}
.title:before {
	width: 100%;
	height: 6px;
	position: absolute;
	content: "";
	border-top: solid 1px #e7e6e6;
	border-bottom: solid 1px #e7e6e6;
	top: 50%;
	margin-top: -2px
}
.blogs,
.review blockquote p {
	background: #fff;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 8px rgba(0,0,0,.2) inset
}
.last {
	clear: right;
	margin-right: 0!important
}
.one_fourth,
.one_half,
.one_third,
.three_fourth,
.two_third {
	float: left;
	line-height: 21px;
	margin-bottom: 20px;
	margin-right: 4%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.6666%
}
.one_fourth {
	width: 22%
}
.two_third {
	width: 65.3332%
}
ul.arrow-list {
	margin: 0;
	padding: 0
}
ul.arrow-list li {
	list-style: none;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	color: #333;
	font-size: 13px
}
ul.arrow-list li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 0;
	color: #357ec2;
	font-size: 18px
}
.footer-area h3:after,
.footer-top:after {
	bottom: -2px;
	content: "";
	left: 0
}
.blogs {
	border-radius: 4px;
	padding: 10px;
	margin: 0 0 40px
}
.review {
	font-size: 13px;
	font-style: italic;
	color: #333
}
.company-name,
.footer-area h3 {
	font-size: 14px;
	font-weight: bold;
}
.review blockquote p {
	padding: 25px 14px 24px 24px;
	border-radius: 4px
}
.company-name {
	margin: 12px 0 0;
	background: url(../images/ico-user.png) no-repeat;
	color: #333;
	font-style: normal;
	display: block;
	min-height: 29px;
	padding-left: 53px;
	padding-top: 6px
}
.reading-box {
	position: relative;
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,.2) inset;
	padding: 28px 28px 27px 31px;
	margin: 50px 0 38px;
	min-height: 100px
}
.reading-box h4 {
	color: #0f82b0!important;
	margin: 0 0 5px
}
.reading-box p {
	color: #333;
	margin-bottom: 0
}
.reading-box .btn {
	position: absolute;
	top: 30px;
	right: 30px
}
.footer-top {
	background: #34495E;
	position: relative;
	border-bottom: 1px solid #2c3e50;
	padding: 10px 0 24px
}
.footer-top:after {
	border-bottom: 1px solid #34495e;
	position: absolute;
	width: 100%
}
.footer-area {
	background: #2c3e50;
	border-top: solid 1px #4b4c4d;
	padding: 43px 10px 40px
}
.ftr-left {
	width: 62%;
	float: left
}
.ftr-right {
	width: 30%;
	float: right
}
.footer-area h3 {
	position: relative;
	border-bottom: solid 1px #4a5969;
	padding: 14px 0;
	color: #ddd!important;
	margin: 0 0 28px
}
.footer-area h3:after {
	border-bottom: 1px solid #243342;
	position: absolute;
	width: 100%
}
.ftr-right .address {
	font-size: 13px;
	line-height: 26px;
	padding: 20px 0;
	color: #fff
}
.ftr-right .address p {
	margin: 0 0 23px
}
.ftr-right .address p a {
	color: #fff
}
.footer-btm {
	background: #131315;
	border-top: solid 1px #435465;
	padding: 18px 10px 12px
}
.footer-btm ul {
	margin: 0;
	padding: 0
}
.footer-btm ul li {
	list-style: none;
	float: left;
	font-size: 12px;
	text-shadow: 1px 2px 1px #000;
	color: #fff
}
.footer-btm ul li a {
	position: relative;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 12px
}
.footer-btm ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	content: "|";
	color: #fff!important
}
.footer-btm ul li a:hover {
	color: #d1d1d1
}
.social-foot a {
	border: 1px solid #566f87;
	border-radius: 75%;
	color: #566f87!important;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 41px;
	margin-right: 5px;
	width: 42px
}
.social-foot a:hover {
	border-color: #fff!important;
	color: #fff!important;
	-moz-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}
.social-foot a.facebook:hover {
	background-color: #3b5998;
	background-position: 0 bottom
}
.social-foot a.twitter {
	background-position: -118px top
}
.social-foot a.twitter:hover {
	background-color: #5ea9dd;
	background-position: -118px bottom
}
.social-foot a.linkedin {
	background-position: -178px top
}
.social-foot a.linkedin:hover {
	background-color: #0177b5;
	background-position: -178px bottom
}
.social-foot a.google-plus {
	background-position: -59px top
}
.social-foot a.google-plus:hover {
	background-color: #dd4b39;
	background-position: -59px bottom
}
a.quote-btn-desktop {
	background: #e8651e;
	border-radius: 5px;
	bottom: 20px;
	box-shadow: 0 4px 0 #bd5219 inset;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	;
	overflow: hidden;
	padding: 10px;
	position: fixed;
	right: 67px
}
a.quote-btn-desktop:hover {
	color: #d1d1d1
}
a.scroll-up {
	position: fixed;
	width: 40px;
	height: 40px;
	display: block;
	opacity: .8;
	border-radius: 50%;
	background: url(../images/up-arrow.png) center center/100% auto no-repeat;
	bottom: 20px;
	right: 10px;
	z-index: 100
}
.chat-btn {
	width: 32px;
	height: 112px;
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 9;
	box-shadow: 5px 5px 5px #696969
}
.quick-form,
.quick-form input[type=text],
.quick-form textarea {
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 16px rgba(0,0,0,.12) inset
}
.quick-form {
	background: #fff;
	padding: 20px;
	text-align: left
}
.quick-form h3 {
	margin-top: 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	;
	padding-bottom: 15px
}
.quick-form input[type=text],
.quick-form textarea {
	box-sizing: border-box;
	display: block;
	font-style: italic;
	padding: 10px;
	width: 100%
}
.sepbdr,
ul.opensource_sprites,
ul.sprit-list {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box
}
.mobilenav,
.mobilenavClose {
	display: none;
	cursor: pointer
}
.quick-form input[type=text]:focus,
.quick-form textarea:focus {
	border-color: #e8651e
}
.quick-form input[type=submit] {

	background: #e9651f;

	border-radius: 4px;

	color: #fff;
	cursor: pointer;
	text-shadow: none;
	width: 86px;
	padding:0 5px;
	line-height:34px;
	text-transform: uppercase;
	font-size: 17px;
	border:none;
	display:inline-block;
	
}
.custNavigat {
	clear: both;
	margin: auto;
	position: relative
}
.manubar .active a {
	color: #fafafa!important
}
.mobilenav {
	float: left;
	font-size: 20px;
	padding: 5px 10px;
	margin: 5px;
	top: 0;
	color: #029ffe
}
.mobilenavClose {
	border-bottom: solid 1px #333;
	clear: both;
	overflow: hidden
}
.mobilenavClose span {
	float: right;
	color: #fff;
	height: 27px;
	width: 26px;
	line-height: 25px;
	font-size: 25px;
	margin: 7px;
	border: 1px solid #fff;
	background: #fff
}
.mobilenavClose span::after,
.mobilenavClose span::before {
	content: '';
	border-top: solid 2px #333;
	position: absolute;
	width: 17px;
	height: 18px;
	right: 18px
}
.mobilenavClose span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 17px
}
.mobilenavClose span:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	top: 5px
}
.mobilenav i {
	float: right;
	color: #029ffe
}
.overlayBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	opacity: 0;
	z-index: 5
}
.manubar .custNavigat ul li:hover .submenus {
	transition: none !important;
	opacity: 1;
	visibility: visible;
	transition: .5s all;
	-moz-transition: .5s all;
	-webkit-transition: .5s all;
	-os-transition: .5s all;
	-o-transition: .5s all
}
.manubar,
.overlayBg {
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s
}
.submenus {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 41px;
	visibility: hidden;
	width: 100%;
	z-index: 5;
	border: 1px solid #e0e0e0;
	color: #888;
	background-color: #f9f9f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
	background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
	background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
	background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
	background: -o-linear-gradient(top, #f9f9f9, #fefefe);
	padding: 0 10px
}
.submenus .submenus_category {
	width: 16.5%;
	float: left;
	text-align: left;
	padding: 5px;
	margin: 0;
	min-height: 210px
}
.dev-row,
.submenus .submenus_category ul {
	width: 100%
}
.cboxElement .fa,
.dev-row,
.footer-reponisve,
.wpmega-nonlink {
	text-align: center
}
.submenus .submenus_category:last-child {
	border: none
}
.submenus .submenus_category h3 {
	color: #ff3b3b;
	font-size: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;
	position: relative;
	padding-left: 30px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #e9e9e9
}
.submenus .submenus_category h3 span.wpmega-item-description {
	display: block;
	font-size: 9px;
	color: #bbb;
	text-transform: uppercase
}
.submenus .submenus_category h3 span.wpmega-link-title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.submenus .submenus_category h3 a {
	padding: 0 5px
}
.submenus .submenus_category ul li {
	float: none;
	padding: 0;
	display: block
}
.submenus ul li a {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 23px;
	padding: 0 0 0 22px;
	background: url(../images/links_arr_light.png) left 6px no-repeat;
	border: none
}
.cboxElement,
.f-icon,
ul.custom-buttons li {
	display: inline-block
}
.submenus .submenus_category ul li a:hover {
	color: #333
}
.dev-row {
	clear: both;
	color: #2d3b8e;
	font-size: 25px;
	padding: 5px 0 20px
}
.manubar .custNavigat .dev-row ul li {
	display: inline-block;
	padding: 0 24px;
	border-right: 1px solid #2d3b8e
}
.manubar .custNavigat .dev-row ul li:last-child {
	border: none
}
.manubar .custNavigat .dev-row ul li a {
	color: #2d3b8e;
	font-size: 18px;
	line-height: 50px;
	padding-right: 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s ease 0s;
	padding-left: 5px
}
a.crm_btn,
a.frame_btn,
a.frontend_btn,
a.mobile_btn,
a.models_btn,
a.online_btn,
a.webdev_btn {
	transition: background-color 150ms linear 0s
}
.f-icon {
	height: 32px
}
.f-icon img {
	max-width: 32px
}
.submenus .submenus_category h3 img {
	position: absolute;
	left: 0;
	top: 0
}
.submenus .half-sub {
	width: 50%
}
.submenus .one-thrd-sub {
	width: 33.3%
}
.submenus .space-right {
	padding-right: 40px
}
.gam-img img {
	max-height: 170px
}
.cboxElement {
	background: #94c849;
	box-shadow: 0 4px 0 #89ba44 inset;
	-moz-box-shadow: 0 4px 0 #89ba44 inset;
	-webkit-box-shadow: 0 4px 0 #89ba44 inset;
	color: #fff!important;
	font-size: 14px;
	padding: 10px 10px 10px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	o-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	font-weight: bold;
}
.cboxElement2 {
	background: #e8651e;
	box-shadow: 0 4px 0 #bd5219 inset
}
ul.custom-buttons {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.custom-buttons li:first-child {
	margin-right: 10px
}
.cboxElement .fa {
	background: rgba(0,0,0,.1);
	font-size: 18px;
	height: 100%;
	left: 0;
	line-height: 40px;
	position: absolute;
	top: 0;
	width: 34px
}
.footer-reponisve,
.reveal-modal-bg {
	position: fixed;
	display: none;
	width: 100%
}
.footer-reponisve {
	bottom: 0;
	background: rgba(0,0,0,.5);
	padding: 8px;
	z-index: 10
}
.reveal-modal-bg {
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 100;
	top: 0;
	left: 0
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -275px;
	width: 100%;
	max-width: 550px;
	background: url(modal-gloss.png) -200px -80px no-repeat #eee;
	position: absolute;
	z-index: 101;
	padding: 15px 15px 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border: 10px solid #000
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	
	cursor: pointer;
	background: #333;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 31px;
	border-radius: 100%;
	color: #fff
}
.quick-row {
	margin-bottom: 20px
}
.culture-thumbs {
	margin: 40px 0 0
}
.culture-box p {
	margin-top: 18px;
	color: #333
}
.founder-box {
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	padding: 20px
}
.founder-box h6 {
	color: #333;
	margin: 0 0 22px
}
.founder-thumb {
	float: left;
	margin: 0 15px 35px 0
}
.review-ctn {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,.2) inset;
	padding: 25px 14px 24px 24px;
	font-style: italic
}
.review-ftr {
	margin: 12px 0 0;
	background: url(../images/ico-user.png) no-repeat;
	font-weight: bold;
	;
	color: #333;
	font-size: 14px;
	font-style: normal;
	display: block;
	min-height: 29px;
	padding-left: 53px;
	padding-top: 6px
}
.review-ftr a {
	color: #333;
	font-weight: 400
}
.review-ftr a:hover {
	color: #d1d1d1
}
.global-contact ul li a,
.sub-title {
	color: #333
}
.custom-row {
	width: 100%;
	margin: 20px 0 0
}
.custom-row:after {
	clear: both;
	content: "";
	display: block
}
.title h1 {
	background: #fff;
	display: inline;
	padding: 0 8px 0 0;
	position: relative;
	z-index: 1;
	margin: 0
}
.arrow-slider .owl-dot,
.btn-center,
.btn-center a,
.button.small,
.cake-list li,
ul.sprit-list li {
	display: inline-block
}
.inner-slider {
	border-top: 1px #d2d3d4 solid;
	position: relative;
	margin-top: 211px
}
.sub-title {
	margin: 0 0 30px
}
.global-contact {
	border: 1px solid #ddd;
	border-left: 0;
	border-top: 0;
	vertical-align: top;
	width: 100%;
	margin: 0 0 50px
}
.global-contact ul {
	margin: 0;
	padding: 0
}
.global-contact ul li {
	width: 50%;
	padding: 15px;
	float: left;
	list-style: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}
.global-contact ul li .title {
	font-size: 16px;
	font-weight: bold;
}
.contact-box {
	min-height: 110px
}
.contact-box p {
	margin: 0 0 10px
}
.sap {
	border-bottom: solid 1px #e7e6e6;
	margin-bottom: 40px
}
.toggle-btn,
.toggle-ctn {
	border-bottom: 1px solid #e8e6e6
}
p {
	margin-bottom: 20px;
	text-align: justify;
	line-height: 20px
}
.btn-center {
	text-align: center;
	width: 100%
}
.btn-center a {
	border-radius: 5px;
	color: fff;
	margin: 0 5px;
	padding: 2px 10px
}
a.mobile_btn {
	background: #e56949;
	color: #fff
}
a.mobile_btn:hover {
	background: #cc5739;
	color: #fff
}
a.frame_btn {
	background: #77a9c1;
	color: #fff
}
a.frame_btn:hover {
	background: #648fa3;
	color: #fff
}
a.crm_btn {
	background: #8ac640;
	color: #fff
}
a.crm_btn:hover {
	background: #71a433;
	color: #fff
}
a.frontend_btn {
	background: #9b5519;
	color: #fff
}
a.frontend_btn:hover {
	background: #763f11;
	color: #fff
}
a.webdev_btn {
	background: #f78113;
	color: #fff
}
a.webdev_btn:hover {
	background: #f56d1d;
	color: #fff
}
.text-center {
	text-align: center
}
.owl-5.owl-carousel {
	padding: 0 50px;
	margin-bottom: 50px
}
.owl-5.owl-carousel .item {
	text-align: center
}
.toggle-btn {
	cursor: pointer;
	font-size: 13px;
	color: #333;
	padding: 10px 0 10px 40px;
	margin: 0
}
.toggle-btn:before {
	width: 22px;
	height: 22px;
	margin-right: 18px;
	content: " ";
	position: absolute;
	left: 0;
	background: url(../images/toggle_plus.png) center center no-repeat #E56949
}
.toggle-ctn {
	padding: 15px 0
}
.on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #E56949
}
.over {
	color: #e56949
}
ul.arrow {
	margin: 0;
	padding: 0
}
ul.arrow li {
	list-style: none;
	position: relative
}
ul.arrow li:last-child {
	margin-bottom: 0
}
.andro-box h2,
.berry-box h2,
.cake-box h2,
.code-box h2,
.dnn-box h2,
.drupal-box h2,
.frontend-box h2,
.groovy-box h2,
.ios-box h2,
.ipad-box h2,
.iphone-box h2,
.java-box h2,
.mage-box h2,
.moodle-box h2,
.phonegap-box h2,
.php-box h2,
.python-box h2,
.ruby-box h2,
.sencha-box h2,
.sitefinity-box h2,
.smarty-box h2,
.symfony-box h2,
.titanium-box h2,
.virtu-box h2,
.web-dev-box h2,
.win-box h2,
.woo-box h2,
.wordpress-box h2,
.x-cart-box h2,
.yii-box h2,
.zend-box h2 {
	margin: 0 0 15px
}
ul.arrow li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 0;
	font-size: 18px;
	color: #e56949
}
ul.arrow li a {
	color: #333
}
ul.arrow li a:hover {
	color: #d1d1d1
}
.columns {
	border: 1px solid #dfdfdf;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	padding: 15px
}
.columns h2 {
	line-height: 35px;
	font-size: 17px;
	border-radius: 5px;
	text-align: center
}
.columns-ctn {
	min-height: 195px
}
.ios-box h2 {
	background: #676060;
	border: 1px solid #676060;
	color: #fff!important
}
ul.ios-arrow li:before {
	color: #676060
}
.andro-box h2 {
	background: #759c37;
	border: 1px solid #759c37;
	color: #fff!important
}
ul.andro-arrow li:before {
	color: #759c37
}
.iphone-box h2 {
	background: #7c7c7c;
	border: 1px solid #7c7c7c;
	color: #fff!important
}
ul.iphone-arrow li:before {
	color: #7c7c7c
}
.win-box h2 {
	background: #a074ac;
	border: 1px solid #a074ac;
	color: #fff!important
}
ul.win-arrow li:before {
	color: #a074ac
}
.berry-box h2 {
	background: #8d8f90;
	border: 1px solid #8d8f90;
	color: #fff!important
}
ul.berry-arrow li:before {
	color: #8d8f90
}
.ipad-box h2 {
	background: #68b0e0;
	border: 1px solid #68b0e0;
	color: #fff!important
}
ul.ipad-arrow li:before {
	color: #68b0e0
}
.phonegap-box h2 {
	background: #acadad;
	border: 1px solid #acadad;
	color: #fff!important
}
ul.phonegap-arrow li:before {
	color: #acadad
}
.titanium-box h2 {
	background: #8199b1;
	border: 1px solid #8199b1;
	color: #fff!important
}
ul.titanium-arrow li:before {
	color: #8199b1
}
.sencha-box h2 {
	background: #8cae57;
	border: 1px solid #8cae57;
	color: #fff!important
}
ul.sencha-arrow li:before {
	color: #8cae57
}
.A-frame .over,
.A-frame ul.arrow li:before,
ul.frame-arrow li:before {
	color: #77a9c1
}
.A-frame .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #77a9c1
}
.A-frame .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #77a9c1
}
.A-ruby .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #8e2331
}
.A-ruby .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #8e2331
}
.A-ruby .over,
.A-ruby ul.arrow li:before {
	color: #8e2331
}
.A-dnn .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #008cc5
}
.A-dnn .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #008cc5
}
.A-dnn .over,
.A-dnn ul.arrow li:before {
	color: #008cc5
}
.A-java .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #7aa4b4
}
.A-java .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #7aa4b4
}
.A-java .over,
.A-java ul.arrow li:before {
	color: #7aa4b4
}
.A-python .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #6e6c6d
}
.A-python .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #6e6c6d
}
.A-python .over,
.A-python ul.arrow li:before {
	color: #6e6c6d
}
.A-groovy .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #3d7ca7
}
.A-groovy .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #3d7ca7
}
.A-groovy .over,
.A-groovy ul.arrow li:before {
	color: #3d7ca7
}
.A-cake .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #366474
}
.A-cake .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #366474
}
.A-cake .over,
.A-cake ul.arrow li:before {
	color: #366474
}
.A-code .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #e36906
}
.A-code .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #e36906
}
.A-code .over,
.A-code ul.arrow li:before {
	color: #e36906
}
.A-zend .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #80b73d
}
.A-zend .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #80b73d
}
.A-zend .over,
.A-zend ul.arrow li:before {
	color: #80b73d
}
.A-smarty .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #f1c141
}
.A-smarty .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #f1c141
}
.A-smarty .over,
.A-smarty ul.arrow li:before {
	color: #f1c141
}
.A-symfony .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #cacaca
}
.A-symfony .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #cacaca
}
.A-symfony .over,
.A-symfony ul.arrow li:before {
	color: #cacaca
}
.A-yii .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #256eac
}
.A-yii .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #256eac
}
.A-yii .over,
.A-yii ul.arrow li:before {
	color: #256eac
}
.A-php .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #6c7eb7
}
.A-php .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #6c7eb7
}
.A-php .over,
.A-php ul.arrow li:before {
	color: #6c7eb7
}
.A-woo .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #82557a
}
.A-woo .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #82557a
}
.A-woo .over,
.A-woo ul.arrow li:before {
	color: #82557a
}
.A-virtu .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #3678ad
}
.A-virtu .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #3678ad
}
.A-virtu .over,
.A-virtu ul.arrow li:before {
	color: #3678ad
}
.A-drupal .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #0173ba
}
.A-drupal .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #0173ba
}
.A-drupal .over,
.A-drupal ul.arrow li:before {
	color: #0173ba
}
.A-mage .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #ee670a
}
.A-mage .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #ee670a
}
.A-mage .over,
.A-mage ul.arrow li:before {
	color: #ee670a
}
.A-x-cart .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #ef7a2b
}
.A-x-cart .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #ef7a2b
}
.A-x-cart .over,
.A-x-cart ul.arrow li:before {
	color: #ef7a2b
}
.A-frontend .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #9b5519
}
.A-frontend .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #9b5519
}
.A-frontend .over,
.A-frontend ul.arrow li:before {
	color: #9b5519
}
.A-web-dev .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #f78113
}
.A-web-dev .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #f78113
}
.A-web-dev .over,
.A-web-dev ul.arrow li:before {
	color: #f78113
}
.ruby-box h2 {
	background: #8e2331;
	border: 1px solid #8e2331;
	color: #fff!important
}
ul.ruby-arrow li:before {
	color: #8e2331
}
.dnn-box .columns-ctn {
	min-height: 235px
}
.dnn-box h2 {
	background: #008cc5;
	border: 1px solid #008cc5;
	color: #fff!important
}
ul.dnn-arrow li:before {
	color: #008cc5
}
.java-box h2 {
	background: #7aa4b4;
	border: 1px solid #7aa4b4;
	color: #fff!important
}
ul.java-arrow li:before {
	color: #7aa4b4
}
.python-box h2 {
	background: #6e6c6d;
	border: 1px solid #6e6c6d;
	color: #fff!important
}
ul.python-arrow li:before {
	color: #6e6c6d
}
.groovy-box h2 {
	background: #3d7ca7;
	border: 1px solid #3d7ca7;
	color: #fff!important
}
ul.groovy-arrow li:before {
	color: #3d7ca7
}
.cake-box h2 {
	background: #366474;
	border: 1px solid #366474;
	color: #fff!important
}
ul.cake-arrow li:before {
	color: #366474
}
.code-box h2 {
	background: #e36906;
	border: 1px solid #e36906;
	color: #fff!important
}
ul.code-arrow li:before {
	color: #e36906
}
.zend-box h2 {
	background: #80b73d;
	border: 1px solid #80b73d;
	color: #fff!important
}
ul.zend-arrow li:before {
	color: #80b73d
}
.smarty-box h2 {
	background: #f1c141;
	border: 1px solid #f1c141;
	color: #fff!important
}
ul.smarty-arrow li:before {
	color: #f1c141
}
.symfony-box h2 {
	background: #cacaca;
	border: 1px solid #cacaca;
	color: #fff!important
}
ul.symfony-arrow li:before {
	color: #cacaca
}
.yii-box h2 {
	background: #256eac;
	border: 1px solid #256eac;
	color: #fff!important
}
ul.yii-arrow li:before {
	color: #256eac
}
.php-box h2 {
	background: #6c7eb7;
	border: 1px solid #6c7eb7;
	color: #fff!important
}
ul.php-arrow li:before {
	color: #6c7eb7
}
.woo-box h2 {
	background: #82557a;
	border: 1px solid #82557a;
	color: #fff!important
}
ul.woo-arrow li:before {
	color: #82557a
}
.virtu-box h2 {
	background: #3678ad;
	border: 1px solid #3678ad;
	color: #fff!important
}
ul.virtu-arrow li:before {
	color: #3678ad
}
.drupal-box h2 {
	background: #0173ba;
	border: 1px solid #0173ba;
	color: #fff!important
}
ul.drupal-arrow li:before {
	color: #0173ba
}
.mage-box .columns-ctn {
	min-height: 230px
}
.mage-box h2 {
	background: #ee670a;
	border: 1px solid #ee670a;
	color: #fff!important
}
ul.mage-arrow li:before {
	color: #ee670a
}
.x-cart-box h2 {
	background: #ef7a2b;
	border: 1px solid #ef7a2b;
	color: #fff!important
}
ul.x-cart-arrow li:before {
	color: #ef7a2b
}
ul.crm-arrow li:before {
	color: #8ac640
}
.wordpress-box h2 {
	background: #566374;
	border: 1px solid #566374;
	color: #fff!important
}
ul.wordpress-arrow li:before {
	color: #566374
}
.moodle-box h2 {
	background: #ff8f05;
	border: 1px solid #ff8f05;
	color: #fff!important
}
ul.moodle-arrow li:before {
	color: #ff8f05
}
.sitefinity-box h2 {
	background: #7c7c7c;
	border: 1px solid #7c7c7c;
	color: #fff!important
}
ul.sitefinity-arrow li:before {
	color: #7c7c7c
}
.frontend-box h2 {
	background: #9b5519;
	border: 1px solid #9b5519;
	color: #fff!important
}
ul.frontend-arrow li:before {
	color: #9b5519
}
.web-dev-box h2 {
	background: #f78113;
	border: 1px solid #f78113;
	color: #fff!important
}
ul.web-dev-arrow li:before {
	color: #f78113
}
.java-service .ser-box {
	width: 25%;
	margin: 0
}
.ser-icon {
	background: #7AA4B4;
	font-size: 24px;
	width: 64px;
	height: 64px;
	line-height: 64px
}
.ser-ctn {
	min-height: 150px
}
.ser-box p {
	text-align: center
}
.h-box .columns-ctn {
	min-height: 230px
}
.cake-list {
	margin: 0 -8px 40px;
	padding: 0;
	text-align: center
}
.cake-list li {
	width: 18%;
	list-style: none;
	text-align: center;
	margin: 0 8px
}
ul.opensource_sprites,
ul.sprit-list {
	padding: 1% 0;
	border: 1px solid #DFDFDF;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	margin-bottom: 25px
}
ul.sprit-list li {
	vertical-align: middle;
	padding: 0 4px
}
ul.six-cms li {
	padding: 0 12px!important
}
.telmedia_bnr a {
	display: block
}
.telmedia_bnr img {
	width: 100%
}
.same_title h2 {
	float: left;
	padding: 0 8px 0 0;
	margin: 0;
	line-height: 48px;
	font-size: 27px
}
.same_title {
	margin: 0 0 31px;
	overflow: hidden;
	display: table
}
.same_title .same_ttl_border {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	height: 6px
}
.same_title .same_ttl_border .same_title_bor {
	display: block;
	border-top: 1px solid #e7e6e6;
	border-bottom: 1px solid #e7e6e6;
	width: 100%;
	position: relative;
	height: 6px
}
.telnet_infom p {
	margin: 0;
	padding-bottom: 20px;
	line-height: 22px
}
.telmedia_about {
	padding: 20px 0;
	clear: both;
	overflow: hidden
}
.telmedia_about .same_title h2 {
	min-width: 120px
}
.telmedia_about .telmedia_about_left ul {
	background: url(../images/shinecar.png);
	margin: 0;
	border: 1px solid #e7e6e6;
	padding: 15px;
	border-radius: 10px
}
.telmedia_about .telmedia_about_left ul li {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 14px 20px;
	position: relative;
	color: #333
}
.telmedia_about .telmedia_about_left ul li::before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px FontAwesome;
	background: #004d91;
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	text-align: center;
	line-height: 18px;
	top: 1px
}
.clearfix:after,
.inq-row:after,
.margin-row:after,
.panel-container::after,
.shdw-box-in:after,
.sitemap-content ul::after {
	content: ""
}
.telmedia_about .telmedia_about_right {
	float: left;
	width: 30%;
	padding-left: 30px
}
.telmedia_about .telmedia_about_right .pro_slid {
	border: 1px solid #e7e6e6;
	margin-bottom: 40px
}
.telmedia_about .telmedia_about_right .pro_slid img {
	width: 100%
}
.telmedia_about .telmedia_about_right .clint_say .same_title h2 {
	font-size: 18px;
	min-width: 145px
}
.telmedia_about .telmedia_about_right .clint_say p {
	border: 1px solid #e7e6e6;
	margin: 0 0 20px;
	padding: 10px;
	font-size: 14px
}
.telmedia_about .telmedia_about_right .clint_say h3 {
	font-size: 14px;
	color: #444;
	font-weight: bold;
}
.telmedia_about .telmedia_about_right .clint_say h3 img {
	margin-right: 50px
}
.our_company h2 {
	font-size: 18px;
	min-width: 165px
}
.our_company .ourComp_view {
	padding: 20px 0;
	margin: 0 -10px;
	clear: both;
	overflow: hidden
}
.our_company .ourComp_view .clt_testomonal,
.our_company .ourComp_view .our_infra,
.our_company .ourComp_view .why_us {
	width: 31.6%;
	float: left;
	border: 1px solid #e7e6e6;
	padding: 20px;
	border-radius: 10px;
	margin: 0 7px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	text-align: center;
	min-height: 315px
}
.our_company .ourComp_view h3 {
	background: #004d91;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 5px
}
.our_map {
	padding: 40px;
	text-align: center
}
.isi-slider {
	margin-bottom: 25px
}
.isi-slider .owl-dots {
	position: absolute;
	bottom: 4px;
	width: 100%;
	text-align: center
}
.arrow-slider .owl-prev {
	padding-left: 5px
}
.arrow-slider .owl-next {
	padding-right: 5px
}
.arrow-slider .owl-next,
.arrow-slider .owl-prev {
	position: absolute;
	width: 26px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0,0,0,0);
	color: #fff;
	text-align: center;
	line-height: 29px;
	font-size: 18px;
	font-weight: 400;
	opacity: 0
}
.arrow-slider:hover .owl-next,
.arrow-slider:hover .owl-prev {
	background-color: rgba(0,0,0,5);
	opacity: 1
}
.arrow-slider .owl-dot {
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,.3) inset;
	cursor: pointer;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
	margin: 0 6px
}
.inner-slider,
.text-boxes p {
	margin-bottom: 15px
}
.arrow-slider .owl-dot.active {
	background: #0E0D0A
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.text-boxes p {
	line-height: 20px
}
.table-1 table th {
	border: 1px solid #dcdcdc;
	background: #f6f6f6;
	padding: 20px;
	text-align: left
}
.table-1 tr td {
	border: 1px solid #dcdcdc;
	padding: 10px 20px
}
.table-1 table {
	border: 1px;
	background-color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5)
}
.button.small {
	height: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	line-height: 32px;
	font-weight: bold;
}
.button.lightgray,
.button.lightgray:hover {
	color: #ababab!important;
	border: 1px solid #ababab
}
.shdw-box-in,
ul.opensource_sprites {
	box-shadow: 0 1px 2px rgba(0,0,0,.1)
}
.review-ftr span,
.text-big p {
	font-weight: 400
}
.button.lightgray {
	background-image: linear-gradient(top, #fbfbfb 0, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fbfbfb 0, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fbfbfb 0, #f0f0f0 100%);
	background-image: -webkit-linear-gradient(top, #fbfbfb 0, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #fbfbfb 0, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #f0f0f0))
}
.button.lightgray:hover {
	background-image: linear-gradient(top, #f0f0f0 0, #fbfbfb 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0, #fbfbfb 100%);
	background-image: -moz-linear-gradient(top, #f0f0f0 0, #fbfbfb 100%);
	background-image: -webkit-linear-gradient(top, #f0f0f0 0, #fbfbfb 100%);
	background-image: -ms-linear-gradient(top, #f0f0f0 0, #fbfbfb 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0), color-stop(1, #fbfbfb))
}
.table-1 tr:nth-child(2n) {
	background: #f6f6f6;
	text-align: left
}
.price-tbr-row {
	margin-top: 40px
}
.top-space {
	margin-top: 35px
}
ul.arrow li {
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0 0 0 25px
}
.sepbdr,
.tab a {
	line-height: 34px
}
.colom-txt {
	text-align: justify
}
.heading-and-icon {
	padding-bottom: 15px
}
.heading-and-icon img {
	padding-right: 5px;
	max-width: 35px
}
a.models_btn {
	background: #E77D17;
	color: #fff!important;
	margin-right: 15px
}
.btn_align {
	display: block;
	text-align: center;
	width: 100%;
	clear: both
}
.btn_align a,
.tab {
	display: inline-block
}
.clearfix:after,
.inq-row:after,
.tab a {
	display: block
}
.btn_align a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	margin: 0 5px;
	padding: 2px 10px;
	background: #1484d3
}
.tab a,
a {
	color: #333
}
.btn_align a.orange {
	background: #E77D17
}
.etabs {
	margin: 0;
	padding: 0
}
.tab {
	zoom: 1;
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	border-bottom: none
}
.tab a {
	font-size: 13px;
	padding: 0 25px 3px;
	outline: 0;
	border-top: solid 3px transparent
}
.tab.active {
	background: #fff;
	border-top: solid 3px #eaeaea;
	position: relative
}
.tab-container .panel-container {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 15px;
	border-radius: 0
}
.panel-container {
	margin-bottom: 10px
}
.left-img-wrp {
	float: left;
	padding: 10px 25px 10px 0;
	width: 32%
}
.txt-tab-rgt {
	float: left;
	width: 68%
}
.tab-container {
	margin: 35px 0 10px
}
.btm-txt {
	padding: 15px 0
}
.clearboth {
	clear: both
}
.sepbdr {
	border: 1px solid #E7E6E6;
	border-top: solid 3px #e9651f ;
	padding: 20px 20px 15px;
	-o-box-sizing: border-box;
	position: relative
}
.inq-form input[type=text],
.inq-form textarea {
	border: 1px solid #bbb;
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #666;
	width: 100%
}
.inq-form {
	padding: 15px 0
}
.title-inq h3,
.title-inq h4 {
	font-size: 14px
}
.title-inq {
	padding-bottom: 10px
}
.orange-btn {

	background: #e9651f;
	border-color: #d45c1c -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-radius: 4px;

	color: #fff;
	cursor: pointer;
	text-shadow: none;
	width: 86px;
	text-transform: uppercase;
	font-size: 17px;
	border:none;
	padding: 0 5px;
line-height: 34px;
	
}
.inq-row:after {
	clear: both
}
.inq-form form {
	margin-top: 25px
}
.sepbdr h3 {
	margin-bottom: 10px
}
.sitemap-content li {
	line-height: 30px;
	list-style-type: disc
}
.sitemap-content ul {
	padding-left: 30px
}
.sitemap-content ul::after {
	clear: both;
	display: block
}
a.open-source-list li {
	display: inline-block;
	width: 32%
}
.margin-row {
	margin: 25px -10px
}
.margin-row:after {
	clear: both;
	display: block
}
.col-all-in {
	background: #d9eedd;
	padding: 15px;
	min-height: 220px
}
.col-3,
.col-4 {
	padding: 0 10px;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-bottom: 10px
}
.col-4 {
	width: 25%
}
.col-3 {
	width: 33.3%
}
.top-50-icon {
	padding-bottom: 15px;
	margin-top: -45px
}
.top-50-icon h2 {
	font-size: 18px;
	margin-top: 15px
}
ul.opensource_sprites {
	padding: 1% 0;
	border: 1px solid #DFDFDF;
	border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	font-size: 0;
	margin-bottom: 25px
}
ul.opensource_sprites li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 23px
}
.half-list li,
.thrd-list li {
	vertical-align: top;
	display: inline-block
}
.bottom-spc {
	margin-bottom: 40px
}
.four-list li {
	display: inline-block;
	width: 24%
}
.panel-container::after {
	clear: both;
	display: block
}
.jm-title {
	margin: 15px 0 20px;
	font-size: 18px
}
.tp-shadow3 {
	background: url(../images/shadow3.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 60px
}
.cms-bnr-title {
	position: absolute;
	z-index: 1;
	top: 30%;
	left: 50px
}
.cms-bnr-title span {
	display: inline-block;
	background: #333;
	padding: 7px 15px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px
}
.rgt-t {
	left: inherit;
	right: 50px;
	text-align: right
}
ul.five-icon li {
	padding: 0 10px
}
.thrd-list li {
	width: 32%
}
.half-list li {
	width: 49%
}
.text-left {
	text-align: left
}
.fetr {
	margin-top: 50px
}
.fetr .col-content-in {
	min-height: 180px
}
.black-icon {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #333;
	color: #fff;
	margin-top: 2px;
	padding: 8px;
	border: 1px solid #ccc;
	font-size: 18px;
	height: 36px;
	width: 36px;
	text-align: center;
	margin-right: 5px
}
.wd-in {
	text-align: left;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 20px;
	min-height: 205px
}
.online_box,
.online_box p,
.wd-dsn-img {
	text-align: center
}
.wd-in p {
	margin-bottom: 5px
}
.black-heading {
	font-size: 17px;
	margin-bottom: 15px
}
.sbn-half,
.wd-r-img {
	margin-bottom: 20px
}
.shdw-box-in:after {
	clear: both;
	display: block
}
.shdw-box-in {
	padding: 15px;
	border: 1px solid #DFDFDF;
	border-radius: 6px
}
.sbn-half {
	width: 50%;
	float: left;
	padding: 0 10px
}
.sbn-half .shdw-box-in {
	min-height: 360px
}
.joomla-row {
	margin-top: 30px
}
.joomla-row .wd-in {
	min-height: 250px
}
.joomla-2 .wd-in {
	min-height: 180px
}
.joomla-row .title {
	padding-left: 10px
}
.jhm-tabs .tab a {
	padding: 0 15px 3px
}
a:focus {
	outline: 0
}
.text-big p {
	font-size: 18px;
	line-height: 24px
}
.text-big img {
	float: left;
	margin: 0 15px 0 0
}
a.online_btn {
	background: #9ec22a;
	color: #fff
}
a.online_btn:hover {
	background: #7b971f;
	color: #fff
}
.A-online .toggle-btn:before {
	background: url(../images/toggle_plus.png) center center no-repeat #a0cf4f
}
.A-online .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #a0cf4f
}
.A-online .over,
.A-online ul.arrow li:before {
	color: #a0cf4f
}
.online-box h2 {
	background: #a0cf4f;
	border: 1px solid #a0cf4f;
	color: #fff!important;
	margin: 0 0 15px
}
ul.online-arrow li:before {
	color: #a0cf4f
}
.online-row {
	margin: 60px -1.5% 40px
}
.online_box {
	width: 22%;
	float: left;
	background: #eaf6e2;
	padding: 50px 15px 15px;
	position: relative;
	margin: 0 1.5%;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.online_box:hover {
	background: #c3e3ae
}
.online_box h4 {
	margin: 0 0 15px
}
.online_ctn {
	min-height: 250px
}
.online_box i {
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 50%;
	top: -32px;
	margin: 0 0 0 -32px;
	border-radius: 50%;
	background-color: rgba(158,194,42,.9);
	border: 1px solid #9ec22a;
	color: #fff;
	font-size: 26px;
	line-height: 60px
}
.joomla-box h2 {
	background: #4f8f32;
	border: 1px solid #4f8f32;
	color: #fff!important;
	margin: 0 0 15px
}
ul.joomla-arrow li:before {
	color: #4f8f32
}
.blues-clr .over,
.blues-clr ul.arrow li::before {
	color: #98ccbf
}
.ruby-box .columns-ctn {
	min-height: 220px
}
.blues-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #98ccbf
}
.blues-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #98ccbf
}
.orange-clr .over,
.orange-clr ul.arrow li::before {
	color: #FFB20A
}
.blues-clr h2 {
	background: #98ccbf!important;
	border: 1px solid #98ccbf!important
}
.orange-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #FFB20A
}
.orange-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #FFB20A
}
.jv-clr .over,
.jv-clr ul.arrow li::before {
	color: #788298
}
.orange-clr h2 {
	background: #FFB20A!important;
	border: 1px solid #FFB20A!important
}
.jv-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #788298
}
.jv-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #788298
}
.jomla-clr .over,
.jomla-clr ul.arrow li::before {
	color: #4f8f32
}
.jv-clr h2 {
	background: #788298!important;
	border: 1px solid #788298!important
}
.jomla-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #4f8f32
}
.jomla-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #4f8f32
}
.jqr-clr .over,
.jqr-clr ul.arrow li::before {
	color: #144677
}
.jqr-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #144677
}
.jqr-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #144677
}
.mcr-clr .over,
.mcr-clr ul.arrow li::before {
	color: #096FDE
}
.jqr-clr h2 {
	background: #144677!important;
	border: 1px solid #144677!important
}
.mcr-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #096FDE
}
.mcr-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #096FDE
}
.ppc-clr .over,
.ppc-clr ul.arrow li::before {
	color: #16394D
}
.mcr-clr h2 {
	background: #096FDE!important;
	border: 1px solid #096FDE!important
}
.ppc-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #16394D
}
.ppc-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #16394D
}
.resp-clr .over,
.resp-clr ul.arrow li::before {
	color: #102753
}
.ppc-clr h2 {
	background: #16394D!important;
	border: 1px solid #16394D!important
}
.resp-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #102753
}
.resp-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #102753
}
.slsf-clr .over,
.slsf-clr ul.arrow li::before {
	color: #0F99E9
}
.resp-clr h2 {
	background: #102753!important;
	border: 1px solid #102753!important
}
.slsf-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #0F99E9
}
.slsf-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #0F99E9
}
.seo-exp .over,
.seo-exp ul.arrow li::before {
	color: #78B0AF
}
.slsf-clr h2 {
	background: #0F99E9!important;
	border: 1px solid #0F99E9!important
}
.seo-exp .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #78B0AF
}
.seo-exp .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #78B0AF
}
.vtiger .over,
.vtiger ul.arrow li::before {
	color: #5A7718
}
.seo-exp h2 {
	background: #78B0AF!important;
	border: 1px solid #78B0AF!important
}
.vtiger .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #5A7718
}
.vtiger .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #5A7718
}
.crm .over,
.crm ul.arrow li::before {
	color: #787878
}
.vtiger h2 {
	background: #5A7718!important;
	border: 1px solid #5A7718!important
}
.crm .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #787878
}
.crm .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #787878
}
.smedia .over,
.smedia ul.arrow li::before {
	color: #1C9AD5
}
.crm h2 {
	background: #787878!important;
	border: 1px solid #787878!important
}
.smedia .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #1C9AD5
}
.smedia .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #1C9AD5
}
.seocopy .over,
.seocopy ul.arrow li::before {
	color: #6F4124
}
.smedia h2 {
	background: #1C9AD5!important;
	border: 1px solid #1C9AD5!important
}
.seocopy .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #6F4124
}
.seocopy .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #6F4124
}
.mvc-clr .over,
.mvc-clr ul.arrow li::before {
	color: #096FDE
}
.seocopy h2 {
	background: #6F4124!important;
	border: 1px solid #6F4124!important
}
.mvc-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #096FDE
}
.mvc-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #096FDE
}
.gry-clr .over,
.gry-clr ul.arrow li::before {
	color: #999
}
.mvc-clr h2 {
	background: #096FDE!important;
	border: 1px solid #096FDE!important
}
.gry-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #999
}
.gry-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #999
}
.wdr-clr .over,
.wdr-clr ul.arrow li::before {
	color: #566374
}
.gry-clr h2 {
	background: #999!important;
	border: 1px solid #999!important
}
.wdr-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #566374
}
.wdr-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #566374
}
.grn-clr .over,
.grn-clr ul.arrow li::before {
	color: #A0CE4E
}
.wdr-clr h2 {
	background: #566374!important;
	border: 1px solid #566374!important
}
.grn-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #A0CE4E
}
.grn-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #A0CE4E
}
.asp-clr .over,
.asp-clr ul.arrow li::before {
	color: #298383
}
.grn-clr h2 {
	background: #A0CE4E!important;
	border: 1px solid #A0CE4E!important
}
.asp-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #298383
}
.asp-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #298383
}
.opens-clr .over,
.opens-clr ul.arrow li::before {
	color: #41aa55
}
.asp-clr h2 {
	background: #298383!important;
	border: 1px solid #298383!important
}
.gry-bnt-r a.more_btn {
	background: #096FDE!important
}
.asp-bnt-r a.more_btn {
	background: #298383!important
}
.open-bnt-r a.more_btn {
	background: #41aa55!important
}
.opens-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #41aa55
}
.opens-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #41aa55
}
.chgs-clr .over,
.chgs-clr ul.arrow li::before {
	color: #008067
}
.opens-clr h2 {
	background: #41aa55!important;
	border: 1px solid #41aa55!important
}
.chgs-clr .toggle-btn::before {
	background: url(../images/toggle_plus.png) center center no-repeat #008067
}
.chgs-clr .on:before {
	background: url(../images/toggle_minus.png) center center no-repeat #008067
}
.chgs-clr h2 {
	background: #008067!important;
	border: 1px solid #008067!important
}
.crm-box h2 {
	color: #fff;
	margin-bottom: 15px
}
.open-s-1 .isi-slider .owl-isi {
	padding-bottom: 30px
}
.slide-2 {
	padding-right: 75px!important
}
.sepbdr a:hover {
	color: #000!important
}
.mob-menu {
	display: none
}
.openMenu {
	height: 100%;
	overflow: hidden
}
a.quote-btn-desktop {

	z-index: 99;
}
.mdl-img{
	max-width:50%;
}
@media screen and (max-width:1440px) {
	a.quote-btn-desktop {
	right: 52px;
	z-index: 9;
}
}
@media screen and (min-width:941px) {
.openMenu {
	height: 100%;
	overflow: auto
}
}
@media screen and (min-width:767px) {
.m-view {
	display: none
}
.d-view {
	display: block
}
}
@media screen and (max-width:1023px) {
.industries-logo a.next-arrow,
.industries-logo a.next-arrow::before {
	position: static
}
.contact-title h1 {
	font-size: 18px
}
.slid-left {
	width: 60%;
	padding-left: 10px
}
.slid-right {
	padding-right: 10px;
	width: 40%
}
ul.logo-list li {
	width: 32%
}
.slid-left h1 {
	font-size: 25px
}
.mdl-img {
	padding-right: 5px;
	max-width: 50%
}
.banner-left-img {
	padding-top: 25px
}
.banner-list li {
	font-size: 13px;
	padding-bottom: 14px
}
.ser-box {
	width: 31%;
	text-align: center;
	float: left;
	margin: 0 1%;
	padding: 10px 8px
}
.industries-logo ul li {
	width: 25%;
	float: left;
	border-bottom: 1px solid #ededed
}
.industries-logo p {
	width: 100%;
	padding: 20px;
	clear: both;
	float: none;
	display: block
}
.industries-logo p br {
	display: none
}
.industries-logo {
	margin: 25px auto;
	max-width: 100%
}
.industries-logo p:last-child {
	padding: 10px 0
}
.industries-logo ul {
	display: block;
	float: none;
	width: 100%
}
.post-content {
	max-width: 94%;
	margin: auto
}
.post-content h1 {
	font-size: 23px
}
.container {
	width: 98%
}
}
@media screen and (max-width:940px) {
.desktop-menu {
	display: none
}
.mob-menu {
	display: block
}
.online_box {
	margin-bottom: 60px;
	width: 47%
}
.online_box:nth-child(3),
.online_box:nth-child(4) {
	margin-bottom: 0
}
.online_ctn {
	min-height: 160px
}
.joomla-row .wd-in {
	min-height: 280px;
	padding: 10px
}
.wd-in {
	padding: 10px;
	min-height: 220px
}
.black-heading {
	font-size: 15px
}
.tab a {
	font-size: 12.5px;
	padding: 0 6px 3px
}
.submenus ul li a {
	background: url(../images/nav-arrow.png) 16px 18px no-repeat
}
.navi ul li a {
	box-shadow: none;
	border: 0
}
.submenus .submenus_category h3 {
	border: 0
}
.dev-row {
	display: none
}
.custNavigat,
.mobilenav,
.mobilenavClose {
	display: block
}
.manubar .custNavigat ul li {
	display: block;
	float: none;
	border-bottom: solid 1px hsla(40,4%,84%,.12);
	padding: 0
}
body .openMenu {
	overflow: hidden;
	height: 100%;
	max-height: 100%
}
.custNavigat {
	text-align: left;
	overflow: auto;
	max-height: 100%
}
.manubar {
	background: #0c1524;
	width: 275px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin-left: -275px;
	z-index: 9
}
.manubar .custNavigat ul {
	float: none;
	width: auto
}
.manubar .custNavigat .submenus_category ul,
.submenus {
	display: none
}
.manubar .custNavigat ul li a {
	color: #fff;
	padding: 10px;
	font-weight: 400;
	display: block;
	font-size: 16px!important;
	line-height: 22px
}
.openMenu .manubar {
	margin-left: 0;
	position: fixed
}
.openMenu .overlayBg {
	opacity: 1;
	visibility: visible;
	backface-visibility: visible
}
.submenus {
	position: static;
	visibility: visible;
	opacity: 1;
	background: #111;
	padding: 0;
	border: 0
}
.submenus .submenus_category {
	width: 100%;
	float: none;
	text-align: left;
	border-right: none;
	padding: 0;
	min-height: inherit;
	margin: 0
}
.openMenu .submenus .submenus_category ul li a {
	padding: 10px 10px 10px 30px!important;
	font-size: 14px!important;
	margin-left: 10px
}
.submenus .submenus_category .active {
	background: #555
}
.submenus .submenus_category h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 0 5px;
	position: relative;
	margin: 0;
	background: #1c3662
}
.manubar .custNavigat .parent {
	position: relative
}
.sbn-in.openSubMenu {
	background: #142f5b
}
.manubar .custNavigat ul li.parent>a {
	display: block;
	padding-right: 42px
}
.manubar .custNavigat .parent span,
.submenus .submenus_category h3>span {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	text-shadow: 0 -1px 1px #fff;
	cursor: pointer
}
.manubar .custNavigat li.parent.openCatgry .submenus .sbn-in span:before,
.manubar .custNavigat li.parent.openCatgry .submenus .sbn-in.openSubMenu span:before,
.manubar .custNavigat li.parent.openCatgry span:before {
	display: none
}
.manubar .custNavigat ul li a.mob-a {
	position: absolute;
	right: 8px;
	padding: 8px!important;
	font-size: 0!important;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,.2);
	top: 11.5px
}
.mob-menu a,
.mob-menu span {
	text-shadow: none!important
}
.submenus .submenus_category h3 span.wpmega-link-title {
	position: static;
	height: auto;
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 400
}
.custNavigat .submenus .sbn-in h3>span:after,
.custNavigat .submenus .sbn-in h3>span:before {
	top: 19px
}
.manubar .custNavigat .parent span:after,
.manubar .custNavigat .parent span:before,
.submenus .sbn-in span:before,
.submenus .submenus_category span:after {
	content: "";
	position: absolute;
	border-top: solid 2px #fff;
	right: 15px;
	width: 13px;
	top: 19px;
	display: none
}
.manubar .custNavigat .parent span:before,
.submenus .sbn-in span:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.manubar .custNavigat li.parent.openCatgry .submenus .sbn-in ul li a,
.manubar .custNavigat li.parent.openCatgry a {
	color: #fff
}
.manubar .custNavigat li.parent.openCatgry .submenus .sbn-in.openSubMenu h3 {
	background: #1c3662
}
.manubar .custNavigat .submenus .sbn-in ul li a:focus,
.manubar .custNavigat .submenus .sbn-in ul li a:hover {
	color: #ff3b3b
}
.footer_container,
.main_container {
	width: auto;
	padding: 0 15px
}
.manubar .custNavigat .dev-row ul li {
	position: relative
}
.our_company .ourComp_view .clt_testomonal,
.our_company .ourComp_view .our_infra,
.our_company .ourComp_view .why_us {
	margin: 5px 0
}
.col-4 {
	padding: 0 5px
}
.margin-row {
	margin: 25px -5px
}
.col-all-in {
	padding: 15px 5px
}
.open-source-list li {
	width: 48%
}
h1 {
	font-size: 25px
}
.wpmega-item-description {
	display: none!important
}
.dev-row,
.header-flag,
.logo,
.submenus .submenus_category h3 img,
.wpmega-nonlink {
	display: none
}
.submenus .submenus_category h3 {
	padding-left: 0;
	border-bottom: solid 1px hsla(40,4%,84%,.12)
}
.navi {
	margin: 0
}
.slider {
	margin-top: 40px
}
ul.top-links {
	float: right;
	line-height: 40px;
	margin: 0;
	padding: 0
}
ul.top-links li {
	padding: 0 12px
}
ul.top-links li:first-child {
	border-left: solid 1px #47474B;
	padding-left: 10px
}
.m-logo,
.menu-btn {
	display: block
}
.m-logo img {
	height: 27px;
	margin-top: 4px
}
.container {
	width: 94%
}
.inner-slider {
	margin: 60px 0 20px
}
.reading-box .btn {
	position: static;
	width: 100%;
	margin-top: 20px
}
.third-col-row .one_third {
	width: 32%;
	margin-right: 1.9%
}
.third-col-row .columns h2 {
	font-size: 14px
}
.third-col-row .columns-ctn {
	min-height: 245px
}
.third-col-row ul.arrow li {
	margin-bottom: 10px
}
.cake-list li {
	width: 19%;
	margin: 0
}
}
@media screen and (max-width:767px) {
.sbn-in span {
	padding-left: 20px!important
}
.col-3,
.col-4,
.thrd-list li,
ul.arrow li,
ul.thrd-list li {
	width: 100%
}
.col-3,
.col-3 .wd-in,
.col-4 .wd-in,
.col-all-in,
.contact-box,
.online_ctn,
.sbn-half .shdw-box-in,
.ser-ctn,
.third-col-row .columns-ctn {
	min-height: inherit
}
.ftr-left,
.ftr-right,
.ser-box,
.txt-tab-rgt {
	float: none
}
.cake-list li,
.culture-box img,
.footer-btm,
.thumb-center,
.vdo-pic {
	text-align: center
}
.online_box {
	width: 100%;
	margin: 0 0 60px
}
.online_box:nth-child(3) {
	margin-bottom: 60px
}
.online_box:nth-child(4) {
	margin-bottom: 0
}
.m-banner {
	margin: 40px 0 30px
}
.footer-btm {
	padding: 18px 10px 60px 12px
}
ul.thrd-list {
	margin-bottom: 20px
}
.left-img-wrp,
.slider,
.title::before,
.tp-shadow3,
ul.top-links li span {
	display: none
}
.table-1 {
	overflow: auto
}
.table-1 table {
	width: 700px
}
.ftr-left,
.ftr-right,
.one_fourth,
.one_half,
.one_third,
.sbn-half,
.ser-box,
.tab,
.two_third,
.txt-tab-rgt {
	width: 100%
}
.our_company .ourComp_view .clt_testomonal,
.our_company .ourComp_view .our_infra,
.our_company .ourComp_view .why_us {
	margin: 5px 0;
	width: 100%
}
.cms-bnr-title span {
	padding: 3px 15px;
	font-size: 15px;
	margin-bottom: 2px
}
.cms-bnr-title {
	top: 5%;
	left: 15px
}
.rgt-t {
	right: 15px
}
.col-all-in {
	background: #d9eedd;
	padding: 15px
}
.col-4 {
	margin-bottom: 10px
}
.top-50-icon {
	margin-top: 5px
}
ul.opensource_sprites li {
	padding: 0 10px
}
.post-content h1 {
	font-size: 17px;
	margin-bottom: 20px
}
.title,
.title h1 {
	font-size: 16px
}
.ser-box {
	margin: 0;
	padding: 10px 20px
}
.ftr-right {
	padding-top: 25px
}
.footer-area h3 {
	margin: 0 0 5px
}
.ftr-right .address p {
	margin: 0 0 15px
}
.ftr-right .address {
	padding: 5px 0
}
.footer-area {
	padding: 20px 10px
}
.quote-btn-desktop {
	display: none!important
}
.footer-reponisve {
	display: block
}
a.scroll-up {
	bottom: 70px
}
.blogs .owl-carousel .owl-item img {
	display: inline-block
}
.blogs {
	margin-top: 15px
}
.none {
	display: none
}
.title {
	margin-bottom: 20px
}
.culture-thumbs .one_fourth {
	width: 46%;
	text-align: center
}
.culture-box img,
.global-contact ul li {
	width: 100%
}
.thumb-center {
	padding-bottom: 20px;
	width: 100%
}
.third-col-row .one_third {
	width: 100%;
	margin-right: 0
}
.third-col-row .columns h2 {
	font-size: 18px
}
.third-col-row ul.arrow li {
	margin-bottom: 15px
}
.java-service .ser-box {
	width: 100%;
	margin: 0
}
.cake-list li {
	width: 50%;
	float: left;
	margin: 0 0 30px
}
}
@media screen and (max-width:640px) {
.reveal-modal {
	margin-left: 0;
	left: 2%;
	width: 96%
}
.reveal-modal iframe {
	height: 240px
}
}
@media screen and (max-width:400px) {
.founder-thumb {
	float: none;
	margin: 10px 0;
	text-align: center;
}
.cake-list li {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	text-align: center
}
.top .container {
	width: 98%;
}
.mobilenav {
	margin: 5px 0;
}
.m-logo {
	margin-right: 0px;
	width: 50px;
}
ul.top-links li i {
	margin-right: 0;
}
ul.top-links li {
	padding: 0 7px;
}
.founder-box {
	padding: 10px;
}
}

