@charset "utf-8";
/* CSS Document */
/* ------------------------ reset css start -------------------------- */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input,button,input[type='submit'],textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0px;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
body {
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#171717;
}
div {
	box-sizing: border-box;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;		
}

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

/* ------------------------ Global Class -------------------------- */
.wrapper{
	max-width: 1170px;
	margin:0 auto;
	display:block;
}
.overflowHidden{
	overflow:hidden;
}
.relative{
	position:relative;	
}
/*---------------------------Header Start-------------------------------*/
header {
	background:url(images/cn_headertop.jpg) repeat-x 0 0 transparent;
	padding:40px 0 0;
	position:relative;
}
.logoContainer{
	float: left;
}
.headerRight{
	float:right;
	width:auto;	
}
.certified {
    float: left;
    width: auto;
}
.certified ul {
    margin: 0;
    padding: 5px 0 0 20px;
}
.certified ul li {
    display: inline-block;
    margin-left: 13px;
    vertical-align: middle;
}
.certified ul li img{
	filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	vertical-align: middle;
}
.certified ul li img:hover{
	filter:grayscale(0);
	-moz-filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-o-filter:grayscale(0);
	-ms-filter:grayscale(0);
}
.callUs{
	border-left: 1px solid #d0d0d0;
    color: #08447d;
    float: right;
    font-size: 24px;
    font-weight: 300;
    margin: 17px 0 0 29px;
    padding: 5px 0 6px 96px;
	background:url(images/callus.jpg) no-repeat 28px 3px transparent;

}

.callUs span{
	display:block;
	font-size:30px;
	color:#e81a26;
	font-weight:900;	
}
.callUs span a{
	text-decoration:none;	
	color:#e81a26;
}
.navigationSection{
	background:url(images/navcontainerbg.png) repeat-x 0 0 #26619a;
	margin:24px 0 0 0;
	
}
.navigationSection.fixedNav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	margin:0;
	z-index:1000;
}
.navInner{
	background-color:#002157;
	height:54px;	
}
.navigationSection nav{
	float:right;	
	font-size:20px;
	font-weight:400;
}
.navigationSection nav ul li{ 
	float:left;
	line-height:54px;	
	position:relative;
	
}
.navigationSection nav ul li:before{
	content:"\f0d7";
	font-family:'FontAwesome';
	position:absolute;
	width:10px;
	height:10px;
	color:#fff;
	font-size:15px;
	display:none;
	top:-25px;
	left:50%;
	transform:translate(-50%,0);
	
}
.navigationSection nav ul li:hover:before{
	display:block;
}
.navigationSection nav ul li.selected:before{
	display:block;
}
.navigationSection nav ul li ul li:hover:before{
	display:none;
}

.navigationSection nav ul li a{
	padding:0 48px;	
	text-decoration:none;
	color:#fff;
	display:block;
	background:url(images/devider.jpg) repeat-y 100% 0 transparent;
}

.navigationSection nav ul li ul{ 
	display:none;
	position:absolute;
	width:260px;
	height:auto;
	background-color:#002157;
	z-index:100;
}
.navigationSection nav ul li:hover ul{
	display:block;	
}
.navigationSection nav ul li ul li{
	margin:0;
	padding:0;	
	display:block;
	float:none;	
	transition:background-color 0.3s ease-in 0s;
	-moz-transition:background-color 0.3s ease-in 0s;
	-webkit-transition:background-color 0.3s ease-in 0s;
	-o-transition:background-color 0.3s ease-in 0s;
	-ms-transition:background-color 0.3s ease-in 0s;
}
.navigationSection nav ul li ul li:hover{
	background:#0d2244;
}
.navigationSection nav ul li ul li a{
	display:block;
	font-size:15px;
	padding:0 20px;
	background:none;
}

.navigationSection nav ul li > a:after{
	content:"\f105";
	font-family: 'FontAwesome';
	display:block;	
	position:absolute;
	top:0;
	right:30px;
}
.navigationSection nav ul li > a:only-child:after{
	content:"";
	
}
.navigationSection nav ul li ul li a:hover{
	background:none;
}
/*---------------------------Header End-------------------------------*/
/*--------------------------Body Section-----------------------------------*/
.bodyTopInner{
	margin:65px 0 0;	
	position:relative;
}
.bodyLeft{
	float:left;
	width:51%;
}
.bodyLeft h2{
	font-family: 'Montserrat', sans-serif;
	color:#171717;
	font-size:40px;
	margin:0 0 25px 0;
}
.bodyLeft p{
	font-weight:300;
	font-size:20px;	
	line-height:27px;
	padding:0 0 28px 0;
}
.bodyLeft p span{
	font-weight:bold;	
}
.bodyRight{
	width:40%;
	float:right;
}
.bodyRightDesc{
	display:table;
	overflow:hidden;
	padding:15px 0 15px 0;
	border-bottom:1px dashed #c5c5c5;
	width:100%;
}
.bodyRightDesc:last-child{
	border:none;	
}
.bodyRightDesc figure{
	float:left;	
	width:99px;
}

.bodyRightDesc p{
	width:362px;
	font-size:15px;
	font-weight:300;
	line-height:18px;
	vertical-align:middle;
	display:table-cell;
}
.bodyRightDesc p span{
	font-weight:bold;
	color:#044c8e;	
}
.bodyTopInner:before{
	content:'';
	display:block;
	width:1px;
	height:100%;
	position:absolute;
	background-color:#c5c5c5;
	left:55%;
	top:0;
}
.bodyTopInner:after{
	content:'';
	display:block;
	clear:both;
}
.blueblock{
	background:url(images/keyboad.jpg) no-repeat 0 0 transparent;
	background-size:cover;
	padding:80px 0;
	margin:65px 0 0 0;
}	
.blueBlock{
	width:210px;
	border:1px solid #fff;
	padding:13px 0 18px;
	text-align:center;
	display:inline-block;
	margin:0 30px;
	transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-webkit-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	-ms-transition:background-color 0.3s ease-in-out;
}
.blueBlock:hover{
background-color:#cf0000;
border:1px solid #cf0000;	
}
.blueblockInner{
	display:block;
	text-align:center;	
}

.blueBlock strong{
	font-size:24px;
	color:#fff;
	font-weight:900;
	padding:10px 0 6px;
	display:block;	
}
.blueBlock span{
	display:block;
	padding:5px 10px;
	color:#fff;
	font-size:12px;
	margin:0 15px;
}
.serviceSection{
	display:block;
	margin:57px 0 73px;
}
.serviceSection h2{
	color: #171717;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    margin: 0 0 25px;
	text-align:center;
}
.serviceInner{
	text-align:center;
	display:table;	
}
.serviceBlock{
	border:1px solid #fff;
	width:24.5%;
	padding:28px 0 75px;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.serviceBlock a{
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
	-ms-transition:none;
}
.serviceBlock:hover{
	border:1px solid #cf0000;
	cursor:pointer;
}
.serviceBlock strong{
	font-family: "Montserrat",sans-serif;
    font-size: 18px;
	margin:20px 0 0;
	display:block;
}
.serviceBlock p{
	font-size:16px;
	font-weight:300;
	line-height:20px;
	padding:5px 30px 23px;	
}
.readmore{
	display:block;
	background:url(images/readmore.jpg) no-repeat 0 0 transparent;
	width:172px;
	height:37px;
	margin:0 0 0 -86px;
	position:absolute;
	position:absolute;
	bottom:37px;
	left:50%;
}
.readmore a{
	text-decoration:none;
	font-size:16px;	
	display:block;
	line-height:34px;
	margin-left:-17px;
	font-weight:bold;
	color:#171717;
}
.readmore a:hover{
	color:#fff;
}
.readmore:hover {
	background:url(images/readmorehover.jpg) no-repeat 0 0 transparent;
}
.serviceBlock:hover .readmore{
	background:url(images/readmorehover.jpg) no-repeat 0 0 transparent;
}
.serviceBlock:hover .readmore a{
	color:#fff !important;
}
.our_client {
    display:block;
}
.our_client img {
    display: inline-block;
    margin: 0 28px 20px;
    transition: all 0.5s ease 0s;
}
.our_client img:hover{
	-moz-transform: rotate(0deg) scale(1.2, 1.2) skewX(0deg) skewY(0deg) translate(0px, 0px);
	-webkit-transform: rotate(0deg) scale(1.2, 1.2) skew(0deg, 0deg) translate(0px, 0px);
	-o-transform: rotate(0deg) scale(1.2, 1.2) skew(0deg, 0deg) translate(0px, 0px);
	-ms-transform: rotate(0deg) scale(1.2, 1.2) skew(0deg, 0deg) translate(0px, 0px);
	transform: rotate(0deg) scale(1.2, 1.2) skew(0deg, 0deg) translate(0px, 0px);
}
.clientInner{
	margin:0;
	border-top:1px solid #c5c5c5;
	padding:66px 0 70px 0;
	text-align:center;
}
.clientInner h2{
 	color: #171717;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    margin: 0 0 40px;
}
.testimonial{
	background-color:#044582;
	padding:71px 0 40px;
}
.testimonialInner{
	position:relative;	
}
#testimonialslider p{
	font-style:italic;
	color:#fff;
	font-size:20px;
	padding:0 102px;
	text-align:center;
	line-height:27px;
	font-weight:400;	
	min-height:100px;
}
#testimonialslider figure{
	width:135px;
	height:135px;
	margin:15px auto;
}
#testimonialslider .owl-pagination{
	display:none;	
}
.testimonialInner .btn.prev{
	width:19px;
	height:35px;
	background:url(images/prev.png) no-repeat 0 0 transparent;
	opacity:1;
	text-indent:-9999px;
	display:inline-block;
	margin: 0 154px 0 2px;
	position:relative;
	top: -130px;
	cursor:pointer
}
.testimonialInner .btn.next{
	width:19px;
	height:35px;
	background:url(images/next.png) no-repeat 0 0 transparent;
	opacity:1;
	text-indent:-9999px;
	display:inline-block;
	position:relative;
	cursor:pointer;
	top: -130px;
}

#testimonialslider .owl-controls{
	/*left: 54px;*/
	position: relative;
    top: -145px;
    /*width: 100%;*/
}
.item > strong {
    display: block;
    text-align: center;
	font-size:16px;
	color:#fff;
}
.item > span {
    display: block;
    text-align: center;
	color:#8ec7fb;
	font-size:16px;
	font-weight:300;
	padding:5px 0 0 0;
}
.getinTouch{	
	padding:41px 0 89px;
}
.getinTouch.red{
	background-color:#c90707;
}
.contactTop{
	position:relative;	
	padding:0 103px 0 59px;
}
.contactTop figure{
	position:absolute;
	right:109px;
	top:21px;
}
.contactTop h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:60px;
	text-align:center;
	color:#fff;
	padding:23px 0 0;
}
.contactTop h3{
	font-size:22px;
	color:#fff;
	text-align:center;
}
.inputBox{
	margin:51px 0 0;
	padding: 0 103px 0 59px;	
}
.inputRow{
	display:block;
	overflow:hidden;
	margin:0 0 20px;	
}
.inputRow input{
	height: 31px;
    line-height: 31px;
	border:none;
	outline:none;
	background-color:#fff;
	font-weight:400;
	font-size:16px;	
	padding:10px 1%;
	font-family: "Lato",sans-serif;
}
.inputRow.rowone input{
	width:30%;
	margin-right:13px;
}
.inputRow.rowone input:last-child{
	margin-right:0px;
}
.inputRow.rowtwo input{
	width:97.5%;
}
.inputRow.rowthree textarea{
	background-color: #fff;
    border: medium none;
    box-sizing: border-box;
    color: #171717;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 150px;
    outline: medium none;
    padding: 1%;
    resize: none;
    width: 99.6%;
}
/*.sendRequest{
	text-align:center;	
}
.sendRequest input[type='submit']{
	font-size:20px;
	color:#fff;
	padding:20px 70px 20px 40px;
	border:2px solid #fff;
	border-radius:5px;
	background-color:transparent;
	margin:4px 0 0;	
	text-transform:uppercase;
	font-weight:bold;
}
.sendRequest input[type='submit']:hover{
	color:#000;
	background:#fff;
	cursor:pointer;
}

.sendRequest span{
	position:relative;	
}
.sendRequest span:before{
	    content: "\f105";
		font-family: 'FontAwesome';
		display:block;
		position:absolute;
		right: 50px;
    	top:-2px;
		color:#fff;
		font-size:26px;
}
.sendRequest span:hover:before{
	color:#000;
	
}*/
.sendRequest{
	text-align:center;	
}
.sendRequest input[type='submit']{
	font-size:20px;
	color:#fff;
	padding:20px 70px 20px 40px;
	border:2px solid #fff;
	border-radius:5px;
	margin:4px 0 0;	
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/arrow-r.png) no-repeat 94% 26px transparent;
	cursor:pointer;
}
.sendRequest input[type='submit']:hover{
	color:#000;
	cursor:pointer;
	background:url(images/arrow-rhover.png) no-repeat 94% 26px #fff;
}
/**/
.sliderArea{
	display:block;
	background:url(images/sliderbanner.jpg) no-repeat 0 0 transparent;
	background-size:cover;
	padding:100px 0;
	text-align:center;	
}
.sliderArea h2{
	padding:0;
	color:#fff;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:70px;
}
.sliderArea p{
	font-size:40px;
	color:#fff;
	text-align:center;
	font-weight:300;
	padding:0 100px;
	line-height:48px;	
}
.sliderArea span a{
	padding:27px 75px 27px 48px;
	border:2px solid #fff;
	color:#fff;
	font-weight:900;
	position:relative;
	display:inline-block;
	border-radius:5px;
	text-decoration:none;
	margin:20px 0 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.sliderArea span a:hover{
	background-color:#bd000b;
}
.sliderArea span a:before{
	    content: "\f105";
		font-family: 'FontAwesome';
		display:block;
		position:absolute;
		right: 50px;
    	top: 50%;
    	transform: translate(0px, -50%);
		-moz-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
		-o-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		color:#fff;
		font-size:26px;
		font-weight:300;
		transform:translate(,)
}
.sliderArea .owl-buttons{
	display:none;	
}
.sliderArea .owl-theme .owl-controls .owl-page span{
	width:7px;
	height:7px;
	background:#fff;
	margin: 55px 5px;
}
.customNavigation{
  text-align: center;
}


 
/*----------------------------Body End------------------------------*/
/*-------------------------------Footer------------------------****/
footer {
    background: #161616;
    padding: 59px 0 59px;
}
.footerleft{
	float:left;
}
.socialIcon{
	display:block;
	overflow:hidden;	
}
.socialIcon a{
	float:left;
	margin:0 7px 0 0;	
}
.socialIcon img{
	height:auto; 
	display:inline-block; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	 opacity:1;}
.socialIcon img:hover{ opacity:0.8;}

.footerNav ul li{
	float:left;	
	margin:20px 0 0;
	padding:0 13px;
	position:relative;
	background:url(images/spacer.jpg) no-repeat 0 6px transparent;
}
.footerNav ul li a{	
	color:#fff;
	font-size:16px;	
	text-decoration:none;
}
.footerNav ul li a:hover{
	color:#CCC;	
}
.footerNav ul li:first-child{
	padding-left:0;
	background:none;
}
.fooContainer{
	display:block;
	overflow:hidden;	
}

.footerleft p{
	color:#808080;
	font-size:13px;
	display:block;
	clear:left;
	padding:9px 0 0;
}
.footerRight{
	float:right;
	/*padding:47px 0 0;*/
}
.footerRight span{
	display:block;
	line-height:20px;
}
.footerRight span{
	font-size:16px;
	color:#fff;
}
.footerRight span strong a{
	color:#fff;	
}
.footerRight span strong{
	font-weight:900;	
}
.footerRight span a{
	color:#2276c4;
	text-decoration:none;
}
.footerRight span a:hover{
	text-decoration:underline;	
}
.deviceMenu {
	display: none;
}
/*========Portfolio Page===========*/
.portfolio{
	background:url(images/portfoliobanner.jpg) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.InnerBanner h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	color:#fff;
	padding:0 0 24px;
	
}
.breadcrumb a{
	color:#cccccc;
	font-size:20px;
	padding:0 37px 0 0;
	text-decoration:none;
	font-weight:300;	
	position:relative;
	cursor:pointer;
}

.crmbselected:before{
	content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 3px;
    left:-22px;
}
.crmbselected ~ a{
	cursor:auto;
}
.crmbselected ~ a:before{
	content: "-";
    display: block;
    position: absolute;
    top: 3px;
    left:-22px;
}
.breadcrumb a.crmbselected{
	font-weight:400;
	color:#fff;
	cursor:auto;
}
.portfolioSample{
	padding:56px 0 24px;	
}
.portfolioSample h2{
	font-size:40px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	padding-bottom:6px;
}
.portfolioBox_one{
	display:block;	
	overflow:hidden;
	text-align:center;
}
.portfolioBox_one .tile {
    margin: 40px 31px 0 0;
}
.portfolioBox_one .tile:nth-child(3n){
	margin-right:0;
}
/*Test*/

.tile {
    height: 246px;
    position: relative;
    width: 360px;
	display:inline-block;
	overflow:hidden;
}
.tile.work figcaption {
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		-moz-transition: -moz-transform 0.4s;
		-o-transition: -o-transform 0.4s;
		-webkit-transition: -webkit-transform 0.4s;
		transition: transform 0.4s
	}
	.tile.work img {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.tile.work figure:hover figcaption {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.tile.work figure:hover img {
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	
	.tile figure {
		height: 100%;
		background: #000
	}
	.tile figure figcaption {
		opacity: 0;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		text-align:center;
		color:#fff;
		padding:0;
	}
	.tile figure img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s
	}
	.tile figure:hover figcaption {
		opacity: 1;
		display:table;
		
	}
	.tile figure:hover figcaption span{
		font:bold 24px/30px 'Montserrat', sans-serif;
		display:table-cell;
		vertical-align:middle;
		height:246px;
		width:250px;
		word-wrap:break-word;	
	}
	.tile figure:hover figcaption  span strong{
		font:normal 14px/30px 'Open Sans', sans-serif;	
	}
	.tile figure:hover img, .tile figure:hover canvas {
		opacity: 0.3
	}
	.center{
		text-align:center;	
	}

/*Test end*/
.scroll{
	padding:50px 0 0;
	text-align:center;	
}
.scroll a{
	border:1px solid #c5c5c5;
	border-radius:5px;
	padding:13px 12px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	position:relative;
}
.scroll a:hover{
	color:#F00;
	border:1px solid #f00;	
}
.scroll a i{
	padding-left:8px;
	font-size:14px;	
}

.scroll a:hover:after{
	background-color:#f00;
}
.scroll a:hover:before{
	background-color:#f00;
}
.serviceBlock .scroll{
	bottom: 38px;
    left: 50%;
	width:100%;
    position: absolute;
    transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
}
.serviceBlock .scroll a:before{
	background-color: #c5c5c5;
	width:32px;
	height:1px;
	content:'';
	display:none;
	position:absolute;
	left:-32px;
	top:21px;
}
.serviceBlock .scroll a:after{
	background-color: #c5c5c5;
	width:32px;
	height:1px;
	content:'';
	display:none;
	position:absolute;
	right:-32px;
	top:21px;
}
.serviceBlock:hover .scroll a{
	background-color:#cf0000;
	color:#fff;
	border:none;
}
.serviceBlock:hover .scroll a:after{
	background-color:#cf0000;
}
.serviceBlock:hover .scroll a:before{
	background-color:#cf0000;
}
/*========About Us======*/
.aboutUsContainer{
	background:url(images/aboutusbanner.jpg) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.aboutInner{
	padding:68px 0 0 0;	
}
.certifiedSection{
	display:block;
	overflow:hidden;
	border-bottom:1px solid #c5c5c5;
}
.certifiedSection span{
	display:block;
	text-align:center;	
}
.certifiedSection img{
	display:inline;
	margin:0 25px;	
}
.certifiedSection p{
	font-weight:bold;
	padding:47px 0;
	line-height:26px;
}
.aboutContent{
	padding:50px 0 0 0;	
}
.aboutContent p{
	font-size:16px;
	line-height:24px;
	font-weight:300;
	padding:0 0 34px;
}
.aboutContent p:last-child{
	padding:0px;
}
.aboutContent p strong{
	font-weight:700;	
}
.leaderShipTeam{
	background-color:#044582;
	padding:75px 0;
}
.leaderShipTeam h2{
	text-align:center;
	color:#fff;
	font-size:40px;	
	font-family: 'Montserrat', sans-serif;
}
.teamMember{
	overflow:hidden;	
}
.teamMember figure{
	width:262px;
	display:block;	
	float:left;
	margin:50px 50px 2px;
}
.teamMember figcaption{
	color:#fff;
	padding:20px 0 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;	
}
.teamMember figcaption small{
	font-weight:300;
	font-size:17px;
	display:block;
	padding:3px 0 0;
}
.consoltant{
	background:url(images/consultant.jpg) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.consultationInner{
	overflow:hidden;
	display:block;
	padding:48px 0 0 0;	
}
.consolleft{
	width:30%;
	float:right;
	background-color:#F1F7FF;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.consolright{
	width:68%;
	float:left;
}
.consolleft ul li{	
	background-color:#d5d5d5;
	margin:0 0 1px 0;
}
.consolleft ul li:hover,
.consolleft ul li.active{
	background-color:#026eb9;
}
.consolleft ul li a:hover{
	color:#fff;
	
}
.consolleft ul li.active a{
	font-weight:bold;	
	color:#fff;
}

.consolleft ul li a{
	text-decoration:none;
	font-size:18px;
	color:#242424;	
	padding:0px 0 0px 75px;
	display:block;
	line-height:61px;
	position:relative;
	height:61px;
}
.consolleft ul li a:before{
	content:'';
	background-color:#bfbfbf;
	height:61px;
	width:57px;
	position:absolute;
	left:0;
	top:0;
}
.consolleft ul li a:hover:before,
.consolleft ul li.active a:before{
	background-color:#0263a6;
}
.consolleft ul li:nth-of-type(1) a:after{
	content:'';	
	width:27px;
	height:27px;
	position:absolute;
	left:14px;
	top:16px;
	display:block;
	background:url(images/consolIcon.png) no-repeat 0 0 transparent;
}
.consolleft ul li:nth-of-type(1) a:hover:after,
.consolleft ul li:nth-of-type(1).active a:after {
	background:url(images/consolIcon.png) no-repeat 0 -27px transparent;
}
.consolleft ul li:nth-of-type(2) a:after{
	content:'';	
	width:27px;
	height:23px;
	position:absolute;
	left:14px;
	top:20px;
	display:block;
	background:url(images/webicon.png) no-repeat 0 0 transparent;
}
.consolleft ul li:nth-of-type(2) a:hover:after,
.consolleft ul li:nth-of-type(2).active a:after {
	background:url(images/webicon.png) no-repeat 0 -23px transparent;
}
.consolleft ul li:nth-of-type(3) a:after{
	content:'';	
	width:29px;
	height:23px;
	position:absolute;
	left:14px;
	top:20px;
	display:block;
	background:url(images/web.png) no-repeat 0 0 transparent;
}
.consolleft ul li:nth-of-type(3) a:hover:after,
.consolleft ul li:nth-of-type(3).active a:after {
	background:url(images/web.png) no-repeat 0 -23px transparent;
}
.consolleft ul li:nth-of-type(4) a:after{
	content:'';	
	width:23px;
	height:23px;
	position:absolute;
	left:14px;
	top:20px;
	display:block;
	background:url(images/digiicon.png) no-repeat 0 0 transparent;
}
.consolleft ul li:nth-of-type(4) a:hover:after,
.consolleft ul li:nth-of-type(4).active a:after{	
	background:url(images/digiicon.png) no-repeat 0 -23px transparent;
}
.sidebarContact{
	margin:27px 0 0;
	background:url(images/getinTouch.jpg) repeat-x 0 0 #3e3969;
	padding:21px 22px 40px;	
	font-family: 'Montserrat', sans-serif;
}
.sidebarContact h2{
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	color:#fff;
	display:inline-block;
	padding:0 22px 0 0;
	position:relative;	
}
.sidebarContact h2:after{
	content:'';
	background:url(images/arrowdown.png) no-repeat 0 0 transparent;
	width:27px;
	height:35px;	
	position:absolute;
	top:16px;
	right:-15px;
}
.sidebarContact p{
	font-size:14px;
	color:#fff;
	padding-top:20px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	line-height:17px;
	
}
.RequestFrm input{
	display:block;
	border:none;
	outline:none;
	display:block;
	background-color:#fff;
	width:100%;
	/*height:45px;
	line-height:45px;*/
	box-sizing:border-box;
	padding:15px 19px;
	font-size:16px;
	margin:19px 0 0 0;	
	font-family: 'Lato', sans-serif;	
}
.RequestFrm span{
	display:block;	
	position:relative;
}
.RequestFrm span:after{
	display:block;
	position:absolute;
	content:"\f105";
	width:11px;
	height:21px;
	right:14px;
	top:14px;	
	font-family: 'FontAwesome';
	color:#fff;
	cursor:pointer;
}
.RequestFrm input[type='submit']{
	width:100%;
	padding-left:18px;
	border:2px solid #fff;
	border-radius:5px;	
	text-align:left;
	background-color:transparent;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	height:47px;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	line-height:10px;
}
.RequestFrm input[type='submit']:hover{
	background-color:#f00;	
}
.RequestFrm span:hover input[type='submit']{
	background-color:#f00;
}
.boxContainerinner{
	overflow:hidden;	
}
.boxContainerinner figure{
	float:left;	
	width:14%;
	padding:10px 0 27px;
	
}
.boxContainerinner.consoltentBox > figure img {
    width: 100%;
}
.conttentText {
    float: left;
    padding-left: 4%;
    width: 77%;
}
.boxContainerinner p{
	clear: both;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 0 20px;
}
.boxContainerinner p strong{
	font-weight:bold;	
	padding:0;
}
.contentDetails h3{
	font-weight:bold;
	font-size:16px;
	line-height:25px;
}
.contentDetails ul{
	padding:24px 0 0;
}
.contentDetails ul li{
	font-size:16px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	padding:0 0 15px 24px;
	position:relative;
}
.contentDetails ul li:before{
	font-family: 'FontAwesome';
	content:"\f105";
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:7px;
	font-weight:normal;
	height:13px;
}
.marketing{
	background:url(images/marketing.jpg) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.singelBoxContainer{
	padding-bottom:36px;	
}
.singelBoxContainer h4 {
    font-size: 20px;
    font-weight: bold;
	line-height:30px;
	padding-bottom:50px;
}
.boxContainerinner h2{
	color: #026eb9;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 26px;
}
.singelBoxContainer:last-child{
	padding-bottom:0;	
}
.mobiApp{
	background:url(images/mobiappBanner.png) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.webdesign{
	background:url(images/webdesign.jpg) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.contactBlock{
	background:url(images/contact.jpg) no-repeat transparent;
	background-size:cover;
	padding:30px 0;
}
.boxContainerinner p img{
	margin-right:19px;
}
.boxContainerinner p img:last-child{
	margin-right:0;
}
.InnerBanner h2 span{
	font-size:19px;
	color:#c0f422;
	padding-left:40px;
	position:relative;
	font-family: "Lato",sans-serif;
	font-weight:400;
	top:-5px;
}
.InnerBanner h2 span:before{
	background-color: #fff;
    content: "";
    display: block;
    height: 41px;
    left: 13px;
    position: absolute;
    top: -8px;
    width: 1px;	
}
.contactPageInner{
	padding:56px 0 78px;	
}
.contactPageInner hgroup h2{
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	text-align:center;
}
.contactPageInner hgroup h4{
	font-size:18px;
	font-weight:300;
	text-align:center;
	padding-top:10px;
}
.mapContainer{
	padding:63px 0 0 93px;
}
.mapContainer:after{
	clear:both;
	display:block;
	content:'';	
}
.map{
	width:457px;
	float:left;
	position:relative;
}
.map .main-img .overlay{
	height:99.3%;	
}
.map .singelLocationContainer{
	width:auto;	
}
.map .main-img{
	 height: auto;
    width: 100%;
	margin-top:0;
}

.map .main-img > img {
    height: auto;
    width: 100%;
}
.iframeContainer{
	position:relative;
	z-index:100;
}
.mapRight{
	float:left;
	padding:0 0 0 64px;	
	width:500px;
}
.mapRight .info-sec{
	text-align:left;
}
.map .location-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -30px;
    cursor: pointer;
    height: 50px;
    left: 0;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 99;
}
.mapRight h3{
	font-size:28px;
	color:#2882c1;
	font-weight:900;
	padding-bottom:8px;	
}
.mapRight small{
	display: block;
    font-weight: 300;
    padding-bottom: 20px;
}
.mapRight span{
	display:block;	
	font-size:18px;
	font-weight:700;
	position:relative;
	padding-left:27px;	
}
.mapRight span a{
	text-decoration:none;
	color:#000000;
}
.mapRight span a:hover{
	color:#f00;	
}
.mapRight span.phone{
	margin:15px 0 12px 0;
	position:relative;
}
.phone:after{
	font-family: 'FontAwesome';
	content:"\f095";
	position:absolute;
	display:block;
	width:17px;
	height:17px;
	top:0;
	left:0;
	font-weight:normal;
}
.officemail a:after{
	font-family: 'FontAwesome';
	content:"\f003";
	position:absolute;
	display:block;
	width:17px;
	height:17px;
	top:0;
	left:0;
	font-weight:normal;
}
.getinTouchContact{	
	 padding: 41px 0 89px;
}
.getinTouch.blue{
	background-color:#cee0ec;	
}
.getinTouchContact .inputRow input{
	border:1px solid #a4bccd;
	color:#171717;
}
.getinTouchContact .inputRow.rowthree textarea{
	border:1px solid #a4bccd;
	color:#171717;
}
.requestSend {
	text-align:center;
		
}
.requestSend span{
	position:relative;
}
.requestSend span:after{
	font-family: 'FontAwesome';
	content:"\f105";
	position:absolute;
	display:block;	
	top:0;
	right:38px;
	color:#fff;
	font-size:26px;
	cursor:pointer;
}
.requestSend input[type="submit"]{
	border:none;
	outline:none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    margin: 4px 0 0;
    padding: 20px 70px 20px 40px;
    text-transform: uppercase;
	background-color:#e22323;
	font-family: "Lato",sans-serif;
}
.requestSend input[type="submit"]:hover{
	color:#000;	
}
.requestSend span:hover:after{
	color:#000;	
}
.requestSend span:hover input[type='submit']{
	color:#000;	
}
.main-img {
    cursor: pointer;
    margin:55px 0 0;
    position: relative;
    vertical-align: top;
}
.officeLocationInner{
	padding:82px 0 0 0;	
	text-align:center;
}
.officeLocationInner h2{
	font-family: "Montserrat",sans-serif;
    font-size: 40px;
    text-align: center;
}
.main-img .overlay {
    background: rgba(0, 0, 0, 0.4) none repeat 0 0;
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.6s ease 0s;
	height:248px;
}
.main-img .overlay h2 {
    bottom: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 48px;
    font-weight: 700;
    height: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.main-img:hover .overlay {
    opacity: 0;
}
.main-img .location-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -30px;
    cursor: pointer;
    height: 50px;
    left: 0;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 99;
}
.info-sec {
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    margin: 28px 0;
    text-align: center;
}
.info-sec p{
	font-size:16px;
	color:#171717;
	line-height:24px;
}
.info-sec p a{
	text-decoration:none;
	color:#171717;
}
.singelLocationContainer{
	width:458px;
	display:inline-block;
	margin:0 33px;
	vertical-align:top;
}
.requestSendhome {
	text-align:center;
		
}
.requestSendhome span{
	position:relative;
}
.requestSendhome span:after{
	font-family: 'FontAwesome';
	content:"\f105";
	position:absolute;
	display:block;	
	top:-1px;
	right:38px;
	color:#fff;
	font-size:26px;
	cursor:pointer;
}
.requestSendhome input[type="submit"]{
	border:2px solid #fff;
	outline:none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    margin: 4px 0 0;
    padding: 20px 70px 20px 40px;
    text-transform: uppercase;
	background-color:transparent;
	font-family: 'Lato', sans-serif;
	transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
}
.requestSendhome input[type="submit"]:hover{
	color:#000;	
	background-color:#fff;
	
}
.requestSendhome span:hover:after{
	color:#000;	
}
.requestSendhome span:hover input[type='submit']{
	color:#000;	
	background-color:#fff;
}
.sliderArea .owl-theme .owl-controls .owl-dot span {
    background: #fff none repeat scroll 0 0;
    height: 7px;
    margin: 55px 5px;
    width: 7px;
}
.sliderArea .owl-nav{
	display:none;
}
#testimonialslider .owl-dots{
	display:none !important;
}
#testimonialslider .owl-prev{
	background: transparent url("images/prev.png") no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    margin: 0 154px 0 2px;
    opacity: 1;
    position: relative;
    text-indent: -9999px;
    top: 0;
    width: 19px;
}
#testimonialslider .owl-next{
	background: transparent url("images/next.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    opacity: 1;
    position: relative;
    text-indent: -9999px;
    top: 0;
    width: 19px;
}
.errormessage{
	position:absolute;
	display:none;	
	font-family: 'Lato', sans-serif;
	font-size:12px;
	background:#000;
	padding:5px;
	color:#fff;
	max-width: 250px;
    min-width: 150px;
	top:3px;
	left:10px;
}
.errormessage:before{
	font-family: 'FontAwesome';
	font-size:16px;
	content:"\f0d9";
	display:block;
	width:12px;
	height:12px;
	display:block;
	position:absolute;
	left:-5px;
	top:3px;
	color:#000;
}
.consoltentBox{
	padding:0;	
}
.thankyoucont{
	text-align:center;	
}
.thankYouMessage{
	background-color:#f03131;
	padding:100px 150px;
	font-size:50px;
	color:#fff;
	font-weight:900;
	display:inline-block;
}
.nail{
    padding: 0 0 20px 0;
	margin-top: 33px;
}
.nail span {
    display: block;
    font-weight: 300;
	line-height:25px;
}

.nail span strong {
    font-weight: 700;
}
.singelBoxContainer h1{
	font-family: "Montserrat",sans-serif;
	font-size:36px;
	padding-bottom:30px;
	display:none;
}
.aus{
	float:left;
	background-color:#e81a26;
	height:54px;
	line-height:54px;
	color:#fff;
	padding:0 31px 0 5px;
	position:relative;	
}
.aus:after{
	background:url("images/shadow.png") no-repeat 0 0 transparent;
	content:'';
	position:absolute;
	width:16px;
	height:54px;
	display:block;
	top:0;
	right:-16px;
}
.aus .blueBg {
    background-color: #e81a26;
    bottom: 0;
    height: 54px;
    position: absolute;
}
.row {
    padding: 48px 0;
}
.row p{
 	color: #000;
	font-weight:400;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;	
}

.row p strong{
	font-weight:700;	
}

/**3.12.2015 (subhamoy css starts) **/

/** pricing_table css starts **/

.pricing{
	background: url(images/pricing.jpg) no-repeat transparent;
    background-size: cover;
    padding: 30px 0;}

.rate_card{
		font-family: 'Montserrat', sans-serif;
		font-size:36px;
		line-height:36px;
		font-weight:bold;
		color:#171717;
		text-align:center;
		margin-bottom:34px;}

.pricing_table_holder{
	width:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	overflow:hidden;
	margin-bottom:25px;
	}
	
	
.pricing_table_holder:nth-of-type(1){
	padding-right:16px;}
	
.pricing_table_holder:nth-of-type(2){
	padding-left:16px;}		
	
.pricing_table_holder .pricing_table_heading{
	background:#044582;
	text-align:center;
	padding:22px 0;}
	
.pricing_table_holder .pricing_table_heading h2{
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	color:#fff;
	margin-bottom:6px;}
	
.pricing_table_holder .pricing_table_heading h5{
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;}
	
.pricing_table_holder .pricing_table{
	width:100%;}
	
.pricing_table_holder .pricing_table thead tr th{
	background:#768ca0;
	border-right:1px solid #5e7080;
	color:#fff;
	padding:13px 0;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-weight:400;}
	
.pricing_table_holder .pricing_table thead tr th:first-child{
	width:50%;}
	
.pricing_table_holder .pricing_table thead tr th:nth-child(2){
	width:25%;}		
	
.pricing_table_holder .pricing_table thead tr th:last-child{
	width:25%;}
	
.pricing_table_holder .pricing_table tbody{
}	
	
.pricing_table_holder .pricing_table tbody tr{
	background:#fff;
	}
	
.pricing_table_holder .pricing_table tbody tr:nth-child(even){
	background:#f8f8f8;}
	
.pricing_table_holder .pricing_table tbody tr td{
	text-align:center;
	padding:14px 0;
	vertical-align:middle;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;}	
	
.pricing_table_holder .pricing_table tbody tr td:first-child{
	width:50%;
	border-left:1px solid #cccccc;}

.pricing_table_holder .pricing_table tbody tr td:nth-child(2){
	width:25%;}		
	
.pricing_table_holder .pricing_table tbody tr td:last-child{
	width:25%;}	
	
.pricing_table_holder .pricing_table tbody tr td h3{
	font-size:15px;
	line-height:15px;
	font-weight:bold;}
	
.pricing_table_holder .pricing_table tbody tr td span{
	display:block;
	font-size:13px;
	line-height:13px;
	font-weight:300;
	margin-top:5px;}
	
.pricing_table_holder .pricing_table tbody tr td a.buy_btn{
	padding:6px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	text-decoration:none;
	font-size:13px;
	line-height:20px;
	margin-left:11px;
	font-weight:600;}
	
.pricing_table_holder .pricing_table tbody tr td a.buy_btn_green{
	background:rgba(129,190,36,1);
	color:#fff;
	transition: 1s;
	}
	
.pricing_table_holder .pricing_table tbody tr td a.buy_btn_green:hover{
	background:rgba(129,190,36,0.7);}	
	
.pricing_table_holder .pricing_table tbody tr td a.buy_btn_red{
	background:rgba(233,43,54,1);
	color:#fff;
	transition: 1s;}
	
.pricing_table_holder .pricing_table tbody tr td a.buy_btn_red:hover{
	background:rgba(233,43,54,0.7);	}															
/** pricing_table css ends **/


/** payment details start **/
.payment_process_holder {
	max-width:535px;
	margin:0px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;}
	
.payment_process_holder h1{
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#171717;
	text-align:center;
	margin-bottom:10px;}
	
.payment_process_holder h3{
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#606060;
	margin-bottom:50px;}	
	
.payment_process_holder h3 span{
	color:#e81a26;
	font-weight:300;}
	
.payment_process_holder h2{
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height:24px;
	color:#000000;
	text-align:center;
	margin-bottom:24px;}
	
::-webkit-input-placeholder {
   color:#606060;}

:-moz-placeholder {
   color:#606060;}

::-moz-placeholder {
   color:#606060;}

:-ms-input-placeholder {  
   color:#606060;}				
	
.payment_process_holder input[type="text"],
.payment_process_holder input[type="email"],
.payment_process_holder select{
	width:100%;
	height:46px;
	border:1px solid #d6d6d6;
	background:#f9f9f9;
	padding:0px 22px;
	font-size:16px;
	line-height:18px;
	font-weight:400;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	color:#606060;
	font-family: 'Lato', sans-serif;
	font-weight:400;}

.wrapfield{
	overflow: hidden;
	margin:0 0 20px;
	position: relative;
	width:100%;
}


.wrapfield label{
	font-size:16px;
	line-height:18px;
	font-weight:400;
	color:#606060;
	/*position: absolute; */
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-family: 'Lato', sans-serif;
	font-weight:400;
	cursor: text;
}
label.error{
	color: red;
}
.wrapfield.red label{display: none;}
	
.required label:after{
	content:'*';
	width:2px;
	height:2px;
	position: absolute;
	top: 0px;
	right: -2px;
	color: #F00;
	
}		
	
.payment_process_holder select{
	background:url(images/frm-drop-down-bg.png) right center no-repeat #f9f9f9;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
	-ms-border-radius:0px;
	cursor:pointer;
}
	
	
.payment_process_holder textarea{
	width:100%;
	height:116px;
	border:1px solid #d6d6d6;
	background:#f9f9f9;
	padding:15px 22px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	resize:none;
	color:#606060;
	font-size:16px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	font-weight:400;}
	
.Expiry_date{
	width:45%;
	float:left;}
	
.cvv{
	width:45%;
	float:right;}			
	
.payment_process_frm_block{
	margin-bottom:70px;}
	
.captcha_holder{
	width:100%;
	padding:32px 42px;
	border:1px solid #d6d6d6;
	margin-bottom:22px;}
	
.captcha_holder img{
	max-width:100%;
	height:auto;}
	
.process_btn{
	background: url(images/process_btn_arrow.png) right center no-repeat rgba(232,26,38,1);
	width:100%;
	display:block;
	border-radius:7px !important;
	-moz-border-radius:7px !important;
	-webkit-border-radius:7px !important;
	-o-border-radius:7px !important;
	-ms-border-radius:7px !important;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	font-weight:700;
	font-size:20px;
	line-height:20px;
	padding:19px 0;
	border:none;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	position:relative;}
	
.process_btn:hover{
	box-shadow:0px 0px 6px rgba(0,0,0,0.5);}	
		
	
	
.payment_card{
	background:#cee0ec;
	padding:40px 0 30px;}
	
.payment_card ul{
	font-size:0;
	line-height:0;
	display:block;
	text-align:center;}
	
.payment_card ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 10px 0;}
	
.payment_card ul li:first-child{
	margin-right:25px;}	
	
.payment_detail .blueblock{
	margin:0px;}
	
/**7.12.2015 **/

/** 7.12.2015 **/										
	
/** payment details ends **/

/**3.12.2015 (subhamoy css ends) **/

/*================Responsive Css==================*/
/*@media only screen and (min-width: 768px) and (max-width: 934px) {
	
}
*/
@media only screen and (max-width: 960px) {
/**3.12.2015 (subhamoy css starts) **/

/** pricing_table css starts **/

.pricing_table_holder{
	float:none;
	display:block;
	width:100%;}
	
.pricing_table_holder:nth-of-type(1){
	padding-right:0px;
	margin-bottom:35px;}
	
.pricing_table_holder:nth-of-type(2){
	padding-left:0px;}			

/** pricing_table css ends **/

/**3.12.2015 (subhamoy css ends) **/

}

@media only screen and (max-width: 767px) {
	.wrapper{
		padding:0 10px;	
	}
	.logoContainer{
		float:none;
		position:static;
		margin:0 auto;
		background:none;	
	}
	.headerRight{
		float:none;	
	}
	.certified{
		display:none;	
	}
	.callUs{
	background: rgba(0, 0, 0, 0) none repeat 0 0;
    border-left: medium none;
    float: none;
    margin:70px 0 0;
    padding-left: 0;
    text-align: center;	
	}
	.bodyTopInner::before{
		display:none;
	}
	.bodyLeft, .bodyRight{
		float:none;
		width:auto;	
	}
	.bodyLeft p{
		text-align:center;	
	}
	.bodyRightDesc figure{
		float:none;
		width:auto;
		text-align:center;
	}
	.bodyRightDesc p{
		display:block;
		width:auto;
		float:none;
		text-align:center;
	}
	
	/**/
	.deviceMenu {
	display: block;
}
.deviceMenu {
	width: 33px;
	height: 18px;
	text-indent: -9999px;
	background: url(images/menuopen.png) no-repeat 0 0;
	margin:20px 20px 0;
	float:right;
	display:block;
}
.deviceMenu.openmenu {
	background: url(images/menuopen.png) no-repeat 0 0;
}
.navInner{
	position:relative;	
}
.navInner nav {
	background-color: #e81a26;
    display: none;
    left: 0;
    position: absolute;
    top: 55px;
    width: 99.9%;
    z-index: 1000;
}
.navigationSection nav ul li{
	margin:0;
	border-bottom: 1px Solid #fff;	
}
.navigationSection nav ul li:hover{
	background-color:#cb101b;
}
.navigationSection nav ul li > a:after{
	right:5%;
}
.navInner nav ul li{
	float:none;
	display:block;	
}
.sliderArea h2{
	margin-top:28px;
	font-size:48px;	
	line-height:60px;
}
.item > span{
	font-size:20px;
}
.sliderArea span a:before{
	right:27px;	
}
.sliderArea span a{
	padding:15px 75px 15px 27px;
	text-align:left;	
}
.sliderArea p{
	font-size:30px;
	padding:0 10px;	
}
#body-slider .owl-page > span{
	margin:19px 5px;
}
.bodyTopInner{
	margin: 39px 0 0;
}
.bodyLeft h2{
	font-size:19px;	
	text-align:center;
}
.bodyLeft p{
	font-size:18px;	
}
.bodyRightDesc p{
	padding-top:15px;
	line-height:25px;
}
.bodyRightDesc{
	padding: 21px 0;
}
.blueblock{
	margin: 28px 0 0;
	padding:43px 0 0;
}
.blueBlock{
	margin: 0 35px 37px;
}
.serviceSection{
	margin:39px 0;	
}
.serviceInner{
	display:block;	
}
.serviceBlock{
	width:auto;
	margin:0 20px;
	display:block;	
}
.clientInner h2{
	font-size:27px;	
}
.clientInner{
	padding:38px 0;
}	
.our_client img{
	display:inline-block;	
}
.testimonial{
	padding: 37px 0 0;	
}
#testimonialslider p{
	padding:0 0 0;	
}
.contactTop{
	position:static;
	padding:0 0 0 0;	
}
.contactTop h2{
	font-size:47px;	
	padding:36px 0 0;
}
.contactTop h3{
	font-size:20px;
	padding-top:10px;
}
.getinTouch{
	padding:0 0 48px 0;
}
.contactTop figure{
	position:static;
}
#cntform > figure {
    text-align: center;
	margin-top:33px;
}
.inputBox{
	margin: 32px 0 0;
	padding:0;
}
.inputRow.rowone{
	margin:0;	
}
.inputRow.rowone input{
	margin: 0 0 8px;
    width: 100%;
	padding:10px 2%;
}
.inputRow.rowthree textarea{
	padding:10px 2%;	
}
.inputRow.rowtwo{
	margin-bottom:8px;	
}
.sendRequest input[type="submit"]{
	width:100%;	
	font-size:18px;
	white-space:normal;
	padding:17px 70px 17px 16px;
	text-align:left;
}
.socialIcon{
	text-align:center;	
}

.socialIcon a {
    display: inline;
    float: none;
    margin: 0 3.5px;
}
.footerNav ul li{
	float:none;
	display:inline-block;	
}
.footerNav ul li:last-child{
	padding:0 0 0 13px;
}
.footerNav ul li a{
	font-size:14px;	
}
.footerleft{
	float:none;
	width:100%;	
}
.footerRight{
	float:none;
	width:100%;
	padding:25px 0 0;
}
.footerNav{
	text-align:center;	
}
.footerleft p{
	text-align:center;
	line-height:26px;
}
.footerRight{
	text-align:center;	
}
.navigationSection nav ul li ul{
	width:100%;	
	position:static;
}
.navigationSection nav ul li ul li{
	padding:0 10px;	
}
.navigationSection nav ul li:last-child {
    border-bottom: medium none;
}
.portfolioSample h2{
	font-size:19px;	
}
.requestSendhome input[type="submit"]{
	width:100%;
	padding-left:14px;
	font-size:17px;
	white-space:normal;
	text-align:left;
}
.requestSendhome > span{
	display:block;	
}
.requestSendhome span:after{
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.inputRow input,.inputRow.rowtwo input,.inputRow.rowthree textarea{
	width:100%;
}
.getinTouch.blue > figure {
    margin-top: 33px;
    text-align: center;
}
.portfolioBox{
	text-align:center;	
}
.portfolioBox img {
    height: auto;
    width: 100%;
}
.portfolioBox > a {
    float: left;
    margin: 40px 1% 0;
    width: 48%;
}
.portfolioBox a:nth-child(3n){
	margin-right:1%;	
}
.consolleft,.consolright{
	float:none;
	width:100%;	
	height:auto !important;
}
.consolleft ul li a{
	font-size:16px;
}
.boxContainerinner figure {
    float: none;
    text-align: center;
    width: auto;
	padding-bottom:0;
}
.singelBoxContainer h4{
	padding:0 0 35px;
}
.conttentText {
    float: none;
    padding-left: 0;
    width: auto;
}

.consoltentBox{
	padding:0;	
}
.boxContainerinner p strong {
    padding-top: 20px;
	display:block;
}
.teamMember{
	text-align:center;	
}
.teamMember figure{
	display: inline-block;
	margin: 20px 1%;
	float:none;
}

.certifiedSection img{
	margin:0;	
}
.InnerBanner h2 span{
	display:block;
	padding-left:0;	
	padding-top:10px;
	top:0;
	line-height:25px;
}
.InnerBanner h2 span:before{
	width:0;
	height:0;
}
.contactPageInner hgroup h4{
	padding-top:20px;	
	line-height:25px;
}
.mapContainer {
    padding: 33px 0 0;
	overflow:hidden;
}
.map{
	float:none;
	width:auto;	
	height:auto;
}

.map > img{
	width:100%;
	height:auto;	
}
.mapRight{
    float: none;
    margin: 0 auto;
    max-width: 359px;
    padding: 32px 0 0;
    width: 100%;
}
.requestSend span{
	display:block;
	width:100%;	
}
.requestSend input[type="submit"]{
	width:100%;
	padding:15px 70px 15px 17px;	
	text-align:left;
	white-space:normal;
	font-size:17px;
}
.requestSend span:after{
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);	
}
.officeLocationInner{
	padding:35px 0 0;
	text-align:center;
}
.officeLocationInner > h2 {
    font-size: 34px;
}
.singelLocationContainer{
	width: 100%;
	max-width: 458px;
	margin:0;
	overflow:hidden;
}
.main-img{
	margin:25px 0 0;
}

.logoContainer a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 159px;
    z-index: 100;
}
.aus .blueBg {
   display:none;
}
.navigationSection{
	margin: 9px 0 0;
}
	.sliderArea{
	padding: 20px 0 70px;
}
.navigationSection nav ul li a{
	background:none;
	padding:0 0 0 20px;	
}
.navigationSection nav ul li.selected:before{
	display:none;	
}
.navigationSection nav ul li:hover:before{
	display:none;
}
.aus{
	float: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: -134px;
    width: 100%;
	padding:0;
}
.aus:after{
	display:none;	
}
.webdesign,.mobiApp,.consoltant,.marketing,.aboutUsContainer,.portfolio,.contactBlock{
	padding:70px 0;	
}
.singelBoxContainer h1{
	text-align:center;
	font-size:19px;	
}
.contentDetails ul li{
	line-height:25px;	
}
.contactPageInner hgroup h2{
	font-size:19px;
	line-height:25px;	
}
.mapContainer .singelLocationContainer {
    left: 50%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
}

}
@media only screen and (max-width: 479px) {
	.portfolioBox a{
		display: block;
    	float: none;
    	width: auto;
		}
		.certifiedSection img:nth-of-type(2){
	width:300px;	
}
.sliderArea span a{
	font-size:13px;	
}

/**3.12.2015 (subhamoy css starts) **/

/** pricing_table css starts **/

.pricing_table_holder .pricing_table tbody tr td h3{
	font-size:13px;
	line-height:13px;}
	
.pricing_table_holder .pricing_table tbody tr td a.buy_btn{
	display:block;
	margin-right:11px;
	margin-top:10px;}				

/** pricing_table css ends **/

/**3.12.2015 (subhamoy css ends) **/

}
@media only screen and (max-width: 399px) {

	.tile{
		width:259px;
		height:177px;	
	}
	.portfolioBox_one .tile{
		margin-right:0;	
	}
	.portfolioBox_one .tile:nth-child(3n){
		margin-right:0;	
	}
	.tile figure:hover figcaption span{
		font-size:15px;
	}
	.tile figure:hover figcaption span{
		height:177px;
		}
		.boxContainerinner h2{
			font-size: 16px;
    		font-weight: 900;
			line-height:25px;
		}
		.mapRight h3{
			font-size:22px;	
		}
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
	.boxContainerinner h2{
			font-size: 26px;
			line-height:37px;
		}
}
@media only screen and (min-width: 400px) and (max-width: 787px) {
	.tile figure:hover figcaption span{
		font-size:22px;
	}
	.portfolioBox_one .tile:nth-child(3n){
		margin-right:0;	
	}
	.portfolioBox_one .tile{
		  margin: 40px 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1014px) {
	header{
		position:relative;	
	}
	.logoContainer{
		bottom:0;	
		top:auto;
	}
	.navigationSection nav{
		font-size:15px;
	}
	.navigationSection nav ul li a{
		padding:0 26px;	
	}
	.blueBlock{
		margin:0 8px;
		transition:margin 0.3s ease-in-out;
		-moz-transition:margin 0.3s ease-in-out;
		-webkit-transition:margin 0.3s ease-in-out;
		-o-transition:margin 0.3s ease-in-out;
		-ms-transition:margin 0.3s ease-in-out;
	}
	.requestSendhome span{
		width:100%;
		display:block;	
	}
	.inputRow.rowtwo input{
		width:100%;	
	}
	.inputRow.rowthree textarea{
		width:100%;	
	}
	.requestSendhome input[type="submit"]{
		width:100%;
		font-size:17px;	
		transition:font-size 0.3s ease-in-out;
		-moz-transition:font-size 0.3s ease-in-out;
		-webkit-transition:font-size 0.3s ease-in-out;
		-o-transition:font-size 0.3s ease-in-out;
		-ms-transition:font-size 0.3s ease-in-out;
	}
	.requestSendhome span:after{
		top:50%;
		transform: translate(0px, -50%);
		-moz-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
		-o-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
	}
	.certified ul li,.callUs{
		margin-left:5px;	
	}

	.contactTop img {
    width: 50%;
	}	
.callUs{
	font-size:19px;	
}
.callUs span{
	font-size:23px;	
}
.certified li:nth-of-type(1) img {
    height: auto;
    width: 93px;
}
.certified li:nth-of-type(2) img {
    height: auto;
    width: 60px;
}
.certified li:nth-of-type(3) img {
    height: auto;
    width: 60px;
}
.certified li:nth-of-type(4) img {
    height: auto;
    width: 93px;
}

.certifiedSection img:nth-of-type(1),.certifiedSection img:nth-of-type(3){
	width:100px;
	vertical-align:bottom;
}
.certifiedSection img:nth-of-type(2){
	width:200px;
}


.boxContainerinner.consoltentBox img{
	width:100%;
	height:auto;	
}
.RequestFrm input{
	font-size:15px;	
}
.sidebarContact h2{
	font-size:20px;	
}
.contactPageInner hgroup h2{
	font-size:34px;	
}
.InnerBanner h2 span{
	font-size:19px;	
}
.bodyLeft h2{
	font-size:25px;	
}
.contentDetails ul li{
	line-height:25px;	
}
.requestSend span{
	width:100%;
	display:block;	
}
.requestSend input[type="submit"]{
	width:100%;
	font-size:17px;	
}
.requestSend span:after{
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.navigationSection nav ul li > a:after{
	right:13px;
	top:1px;
}
.callUs{
	padding-left:37px;
	background-size:29px auto;
	background-position:4px 19px;
	padding-right:10px;
	margin-top:7px;
}
.sidebarContact h2:after{
	top:3px;
}
#testimonialslider p{
	position:absolute;	
}
#testimonialslider figure{
	padding:160px 0 0;	
}

.singelBoxContainer h1{
	font-size:26px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1178px) {
	.wrapper{
		padding:0 15px;	
	}
	
	.teamMember{
	text-align:center;	
}
.teamMember figure{
	float:none;
	display:inline-block;	
}
.teamMember figure{
	margin: 50px 20px 2px;	
}
.portfolioBox{
	text-align:center;	
}
.portfolioBox a{
	float:none;
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 28%;	
}
.consolleft{
	padding:10px;	
}
.portfolioBox a img{
	width:100%;	
}
.portfolioBox a:nth-child(3n){
	margin-right:10px;	
}
.consolleft{
	width:42%;	
}
.consolright{
	width:53%;	
}
.consolleft ul li a{
	font-size:14px;	
}
.boxContainerinner img{
	width:100%;
}
.ecart img{
	width:auto;	
}
.inputRow input{
		font-size:15px;	
	}
	.inputRow.rowone input{
		width:30%;
		float:left;	
		margin-right:2%;
	}
.inputRow.rowone > input:nth-of-type(3) {
    margin-right:0;
	
}
.inputRow.rowtwo input,.inputRow.rowthree textarea{
	width:100%;	
}
	.contactTop h2{
	font-size:45px;	
	}
	.contactTop h3{
		font-size:20px;
		padding-top: 10px;	
	}
		.contactTop figure{
		right: 45px;
    	top: 9px;	
	}
	.getinTouch.blue .contactTop figure{
		top:19px;	
	}
	.mapRight {
    padding-left: 0;
    width: 50%;
	float:right;
}
.map {
    width: 50%;
	height:auto;
	margin-top:5px;
}
.map > img {
    height: auto;
    width: 100%;
}
.InnerBanner h2 span:before{
	width: 356px;
	height: 1px;
	top: 3px;
}
.InnerBanner h2 span{
	display:block;
	top:0;
	padding:15px 30px 0 10px;	
}
.serviceBlock .scroll{
	width:100%;	
}
.mapContainer{
	padding-left:0;	
}
.sliderArea h2{
	font-size:46px;
}
.sliderArea p{
	font-size:35px;	
}
.InnerBanner h2{
	font-size:51px;
}
.contactPageInner{
	padding-bottom:20px;	
}
.boxContainerinner h2{
	font-size:24px;	
}

}
@media only screen and (max-width: 639px){
	.owl-controls{
		visibility:hidden;	
	}
}
@media only screen and (min-width: 768px) and (max-width: 816px) {
	.portfolioBox_one .tile {
    margin: 10px 5px 0 0;
}
.tile {
    height: 156px;
    width: 31%;
}
.portfolioBox_one .tile:nth-child(3n) {
    margin-right: 0;
}
.tile figure:hover figcaption span{
		font-size:15px;
	}
	.tile figure:hover figcaption span{
		height:156px;
		}
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
	#testimonialslider .owl-controls{
		top:-140px;	
	}
	
}
@media only screen and (min-width: 817px) and (max-width: 1178px) {
	.portfolioBox_one .tile:nth-child(3n){
		margin-right:31px;	
	}
}

@media only screen and (min-width: 1015px) and (max-width: 1142px) {
	.navigationSection nav ul li a{
		padding:0 45px;	
	}
	.callUs{
		padding-left:87px;	
	}
	.bodyLeft h2{
		font-size:32px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10-specific styles go here */
   body{
		overflow-x:hidden;   
   }
}

/*================Responsive Css End=============*/
/*================fonts=============*/
@media only screen and (min-width: 300px) and (max-width: 499px) {
		.InnerBanner h2{
	font-size:20px;
}
.breadcrumb a{
	font-size:13px;	
}
.crmbselected ~ a:before{
	left:-10px;
}

.crmbselected:before{
	left:-13px;	
}
.breadcrumb a{
	padding: 0 18px 0 0;
}
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
	.InnerBanner h2{
	font-size:30px;
}
.breadcrumb a{
	font-size:12px;	
}

}