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

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

/******************************
	-	BUTTONS	-
*******************************/



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }





/*	BUTTON COLORS	*/



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/



/******************************
	-	IE8 HACKS	-
*******************************/


/******************************
	-	SHADOWS		-
******************************/


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/


/**	SQUARE BULLETS **/


/**	SQUARE BULLETS **/


/** navbar NAVIGATION VERSION **/



/** navbar NAVIGATION VERSION **/



/*************************************
	-	TP ARROWS 	-
**************************************/






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


/************************************
		-	TP BANNER TIMER		-
*************************************/




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


/******************************
	-	HTML5 VIDEO SETTINGS	-
********************************/



/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
/*  CAPTION SLIDELINK   **/


@font-face {
  font-family: 'revicons';
  src: url('../font/revicons90c6.html?5510888');
  src: url('../font/revicons90c6.html?5510888#iefix') format('embedded-opentype'),
       url('../font/revicons90c6-2.html?5510888') format('woff'),
       url('../font/revicons90c6-3.html?5510888') format('truetype'),
       url('../font/revicons90c6-4.html?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/ /* 'î ‚' */ /* 'î ±' */ /* 'î ƒ' */ /* 'î Š' */ /* 'î ' */ /* 'î ' */ /* 'î —' */ /* 'î ˜' */ /* 'î »' */ /* 'î ™' */ /* 'î š' */ /* 'î  ' */ /* 'î ' */ /* 'î Ÿ' */ /* 'î ž' */ /* 'î ‡' */ /* 'î €' */ /* 'î ‹' */ /* 'î ²' */ /* 'î ³' */ /* 'î ´' */ /* 'î …' */ /* 'î §' */ /* 'î ª' */ /* 'î «' */ /* 'î ¢' */ /* 'î £' */ /* 'î ¤' */ /* 'î ¥' */ /* 'î ¶' */ /* 'î ¦' */ /* 'î ˆ' */ /* 'î †' */ /* 'î ©' */ /* 'î Œ' */ /* 'î ‰' */ /* 'î ®' */ /* 'î ¬' */ /* 'î ¯' */ /* 'î ­' */ /* 'î º' */ /* 'î „' */ /* 'î ¨' */
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; }
.autocomplete-suggestion { color:#212121; padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { color:#4591ed; font-weight:normal }
.autocomplete-suggestions .suggfirm-2{ text-decoration:line-through }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.suggestions-hint {
    padding: 3px 4px;
    color: #777;
    font-size: 13px;
}
.autocomplete-suggestion div{
    color:#262626
}
.x7docsloader {
    background-image: url('/Content/images/searchloader.gif');
    width: 30px;
    height: 30px;
    background-position: 0px 0px;
    background-size: cover;
    position:absolute;
    right:20px;
    top:2px;
}
.x7docsloaderparent {
    position:relative;
}
.autocomplete-suggestion div.suggfirm-LIQUIDATED{
    text-decoration:line-through;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    float: left;
    width: 100%;
}
.overflow-hidden
{
    overflow:hidden;
}
/*body.overflow-hidden .theme-layout
{
     -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
}
.theme-layout
{
    transition: 0.1s -webkit-filter linear;
}*/
.b {
    font-family: 'RobotoBold',sans-serif;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.read-more-section {
    border-top: #e2efff 1px solid;
    border-bottom: #e2efff 1px solid;
    text-align: center;
    padding: 37px 0;
    font-size: 17px;
}

    .read-more-section a {
        font-family: 'RobotoBold',sans-serif;
    }
.grecaptcha-badge {
    visibility: hidden;
}
.errorDataPartial{
    text-align:center;
    color:red;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-widget-overlay {
    background: #eeeeee url("/Content/styles/jquery-ui-themes-1.11.1/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
    opacity: .8;
    filter: Alpha(Opacity=80); /*support: IE8 */
}
.ui-datepicker-today .ui-state-default.ui-state-highlight {
    background-color: rgba(69, 145, 237, 0.34);
}
* {
    outline: none;
}
/* font-family: "NotoSansRegular"; */
@font-face {
    font-family: "NotoSansRegular";
    src: url("/Content/fonts/NotoSans/NotoSansRegular/NotoSansRegular.eot");
    src: url("/Content/fonts/NotoSans/NotoSansRegular/NotoSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/NotoSans/NotoSansRegular/NotoSansRegular.woff") format("woff"),
    url("/Content/fonts/NotoSans/NotoSansRegular/NotoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "NotoSansBoldItalic"; */
@font-face {
    font-family: "NotoSansBoldItalic";
    src: url("/Content/fonts/NotoSans/NotoSansBoldItalic/NotoSansBoldItalic.eot");
    src: url("/Content/fonts/NotoSans/NotoSansBoldItalic/NotoSansBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/NotoSans/NotoSansBoldItalic/NotoSansBoldItalic.woff") format("woff"),
    url("/Content/fonts/NotoSans/NotoSansBoldItalic/NotoSansBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "NotoSansItalic"; */
@font-face {
    font-family: "NotoSansItalic";
    src: url("/Content/fonts/NotoSans/NotoSansItalic/NotoSansItalic.eot");
    src: url("/Content/fonts/NotoSans/NotoSansItalic/NotoSansItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/NotoSans/NotoSansItalic/NotoSansItalic.woff") format("woff"),
    url("/Content/fonts/NotoSans/NotoSansItalic/NotoSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "NotoSansBold"; */
@font-face {
    font-family: "NotoSansBold";
    src: url("/Content/fonts/NotoSans/NotoSansBold/NotoSansBold.eot");
    src: url("/Content/fonts/NotoSans/NotoSansBold/NotoSansBold.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/NotoSans/NotoSansBold/NotoSansBold.woff") format("woff"),
    url("/Content/fonts/NotoSans/NotoSansBold/NotoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoSlabRegular"; */
@font-face {
    font-family: "RobotoSlabRegular";
    src: url("/Content/fonts/RobotoSlab/RobotoSlabRegular/RobotoSlabRegular.eot");
    src: url("/Content/fonts/RobotoSlab/RobotoSlabRegular/RobotoSlabRegular.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/RobotoSlab/RobotoSlabRegular/RobotoSlabRegular.woff") format("woff"),
    url("/Content/fonts/RobotoSlab/RobotoSlabRegular/RobotoSlabRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoSlabLight"; */
@font-face {
    font-family: "RobotoSlabLight";
    src: url("/Content/fonts/RobotoSlab/RobotoSlabLight/RobotoSlabLight.eot");
    src: url("/Content/fonts/RobotoSlab/RobotoSlabLight/RobotoSlabLight.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/RobotoSlab/RobotoSlabLight/RobotoSlabLight.woff") format("woff"),
    url("/Content/fonts/RobotoSlab/RobotoSlabLight/RobotoSlabLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoSlabBold"; */
@font-face {
    font-family: "RobotoSlabBold";
    src: url("/Content/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.eot");
    src: url("/Content/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.woff") format("woff"),
    url("/Content/fonts/RobotoSlab/RobotoSlabBold/RobotoSlabBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: "OpenSansRegular";
    src: url("/Content/fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot");
    src: url("/Content/fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansLight"; */
@font-face {
    font-family: "OpenSansLight";
    src: url("/Content/fonts/OpenSans/OpenSansLight/OpenSansLight.eot");
    src: url("/Content/fonts/OpenSans/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansLight/OpenSansLight.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansItalic"; */
@font-face {
    font-family: "OpenSansItalic";
    src: url("/Content/fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot");
    src: url("/Content/fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansItalic/OpenSansItalic.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "OpenSansBold";
    src: url("/Content/fonts/OpenSans/OpenSansBold/OpenSansBold.eot");
    src: url("/Content/fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansExtraBold"; */
@font-face {
    font-family: "OpenSansExtraBold";
    src: url("/Content/fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.eot");
    src: url("/Content/fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansExtraBoldItalic"; */
@font-face {
    font-family: "OpenSansExtraBoldItalic";
    src: url("/Content/fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot");
    src: url("/Content/fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansBoldItalic"; */
@font-face {
    font-family: "OpenSansBoldItalic";
    src: url("/Content/fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.eot");
    src: url("/Content/fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansRegularItalic"; */
@font-face {
    font-family: "OpenSansRegularItalic";
    src: url("/Content/fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.eot");
    src: url("/Content/fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansSemiBold"; */
@font-face {
    font-family: "OpenSansSemiBold";
    src: url("/Content/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("/Content/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "OpenSansSemiBoldItalic"; */
@font-face {
    font-family: "OpenSansSemiBoldItalic";
    src: url("/Content/fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
    src: url("/Content/fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"),
    url("/Content/fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("/Content/fonts/Roboto/RobotoRegular/RobotoRegular.eot");
    src: url("/Content/fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/Content/fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("/Content/fonts/Roboto/RobotoLight/RobotoLight.eot");
    src: url("/Content/fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"),
    url("/Content/fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("/Content/fonts/Roboto/RobotoMedium/RobotoMedium.eot");
    src: url("/Content/fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/Content/fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("/Content/fonts/Roboto/RobotoBold/RobotoBold.eot");
    src: url("/Content/fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("/Content/fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"),
    url("/Content/fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family:'RobotoRegular', sans-serif;
}
.h2 {
    font-size: 30px!important;
}
hr {
    border-top: 1px solid #ccc;
    clear:both;
}
.inputDisabled {
    pointer-events: none;
    background: #ededed;
}
.dog {
  background: url(/Content/images/dog.png) no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  top: -29px;
  z-index: 100000;
  clear: both;
  left: 10px;
  background-size: 100% 100%;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.align-center {
    text-align: center;
}

/* General Setting */
.block {
    float: left;
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.block.gray {
    background: #f9f9f9;
}
.white:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	
	-webkit-box-shadow: 0px 0px 60px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 0px 60px rgba(0,0,0,0.3) inset;
	-ms-box-shadow: 0px 0px 60px rgba(0,0,0,0.3) inset;
	-o-box-shadow: 0px 0px 60px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.3) inset;
}
.fixed-img {
    background-attachment: fixed !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.remove-gap {
    padding-top: 0!important;
}
.remove-gap-bottom {
    padding-bottom: 0!important;
}
.block .container {
    padding: 0;
    position: relative;
    z-index: 9;
}
.jump-to-top {
    display: none;
}
.sec-bgl {
    background: url("images/case-study-bg1.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
}
.sec-bg10 {
    background: url("images/resource/sec-bg10.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
}
/**/
/* Boxed Layout */
.theme-layout {
    display: inline-block;
    width: 100%;
	background: none repeat scroll 0 0 #FFFFFF;
}
.top-margin {
    margin-top: -30px;
    float: left;
    width: 100%;
}

/* owl Buttons Navigation */
.owl-buttons {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
}

.owl-carousel {
    cursor: grab;
}

.owl-buttons > div {
    background-position: 9px 6px;
    background-repeat: no-repeat;
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    margin-bottom: 5px;
    margin-left: 11px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 27px;
}

.owl-buttons > .owl-prev {
    background-image: url("images/arrow-prev.png");
}

    .owl-buttons > .owl-prev:hover {
        background-image: url("images/arrow-prev-h.png");
    }

.owl-buttons > .owl-next {
    background-image: url("images/arrow-next.png");
}

.owl-buttons .owl-next:hover {
    background-image: url("images/arrow-next-h.png");
}

.owl-buttons > div:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/* Heading 1 */
/* headigng X */
.row.home
{
    background:#FFFFFF;
    border-radius:10px;
        padding: 0 0 10px!important;
}
.row.home h2{
    font-size:16px;
    text-align:center;
    font-family:'RobotoMedium';
}
    .row.home h2.sec-h {
        margin-top: 14px;
    }
        .row.home h2.sec-h.small {
            letter-spacing: -0.5px;
        }
    .row.home h2:after {
            content: '';
    height: 2px;
    background: #4591ed;
    width: 170px;
    margin: 8px auto;
    display:block;
    }
    .row.home .col-md-3:first-child
    {
        padding-right:0;
    }
    .row.home .col-md-3:last-child
    {
        padding-left:0;
    }
    .row.home .col-md-6 .col-md-6, .row.home .col-md-9 .col-md-4 {
        padding: 0;
    }
        .row.home .col-md-6 .col-md-6:first-child, .row.home .col-md-9 .col-md-4:first-child {
            padding-right: 7px;
        }
        .row.home .col-md-6 .col-md-6:last-child, .row.home .col-md-9 .col-md-4:last-child {
            padding-left: 7px;
        }
.row.home .media-item
{
    width:100%;
    margin-bottom:5px;
}
.row.home .media-item > a >img {
    width:100%;
    padding-right:7px;
}
.row.home .media-item>a
{
    width:12%;
    display: table-cell;
    vertical-align: top
}
    
.row.home .media-item>div
{
    width:85%;
    display: table-cell;
    vertical-align: top
}
.row.home .media-item>div>h3
{
        margin: 3px 0 7px;
        font-size: 17px;
    letter-spacing: -0.8px;
}
    .row.home .media-item.small > div > h3 {
        font-size: 15px;
        margin: 3px 0 3px;
    }
.row.home .media-item>div>p
{
    text-align:justify;
        font-size: 14px;
    line-height: 16px;
}
/**/
.headingX {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    width: auto;
    margin-bottom: 50px;
	/*min-width: 500px;*/
}
.headingX:before {
    background-image: url("images/heading-line.png");
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
    background-size: 100%;
}
.headingX > h2 > i,.headingX > h1 > i {
    font-family: "RobotoRegular", sans-serif;
    font-style: normal;
}
.headingX > h2,.headingX > h1 {
    color: #656565;
    float: left;
    font-family: "RobotoLight";
    font-size: 35px;
    font-style: normal;
    letter-spacing: -0.5px;
    line-height: 41px;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.noTitleStuff .ui-dialog-titlebar, .noTitleStuffShowClose .ui-dialog-title {
    display: none;
}
.noTitleStuffShowClose .ui-button.ui-dialog-titlebar-close {
    top: 9px;
    right: -14px;
    width: 35px;
    height: 35px;
    border: #4591ed 2px solid;
    border-radius: 5px;
}
.topAbsolute {
    position: absolute !important;
    top: 0 !important;
}
.ui-dialog-content.ui-widget-content {
    border: none !important;
}
.ui-dialog-content.ui-widget-content .dialogContent {
    height: 370px !important;
    overflow-y: scroll;
    overflow-x: inherit;
    clear: both;
}
    .ui-dialog-content.ui-widget-content .heading2 {
        margin-bottom: 10px;
    }
@media (max-width: 800px) {
    .headingX > h2, .headingX > h1 {
        font-size: 25px;
    }
}
    .headingX > h2:before, .headingX > h1:before {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100px;
        content: "";
        height: 1px;
        margin-left: -50px;
    }
    /* main */
    /*new*/
    .bg-blue.bg-blue-new .headingX {
        margin-bottom: 20px;
    }

    .block.bg-blue-new {
        padding-top: 30px;
        position: relative;
    }

    .bg-blue-new .row {
        padding: 0 20px;
    }

        .bg-blue-new .row.home {
            padding: 0;
        }

    .bg-blue-new hr {
        background-image: url("images/heading-line-w.png");
        height: 1px;
        border: none;
        background-size: 100%;
    }
    /*endnew*/

    .bg-blue {
        background: #398af0;
    }

        .bg-blue .headingX {
            margin-bottom: 60px;
        }

            .bg-blue .headingX:before {
                /*display:none;*/
                background-image: url("images/heading-line-w.png");
            }

        .bg-blue.bg-blue-bottom .headingX:before {
            display: none;
        }

    .headingX p {
        font-family: "RobotoLight";
        font-style: normal;
        text-align: center;
        padding-top: 10px;
        font-size: 18pt;
    }

    .bg-blue .headingX p {
        color: #fff;
    }

.bg-blue .headingX h2, .bg-blue .headingX .h2 {
    color: #fff;
    padding-bottom: 0;
}
.bg-blue .headingX .h2 {
    font-size: 26px;
    font-size: 39px;
    margin-bottom: 0;
    text-transform:uppercase;
}
    @media (min-width: 1200px) {
        .bg-blue .col-md-12 {
            padding-left: 30px;
            padding-right: 30px;
            margin-top: 20px;
        }
    }

     .m2-1 {
        margin: 0 auto;
        max-width: 199px;
        display: block;
    }

         .m2-1 img {
            width: 177px;
            height: 166px;
            padding: 0;
            margin: 0 5px;
        }

    .m2-1 img {
        background-position: 0 166px;
        background-image: url("images/landings/main/new/m2-1.png");
    }

    .m2-1:hover img, .m-active.m2-1 img {
        background-position: -1px 0px;
    }

    .in-work:hover {
        background-image: url("images/landings/main/in-work.png");
        background-repeat: no-repeat;
        background-position: 0px 57px;
        background-size: 100%;
    }

    .in-work:hover img {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        transition: all 0.2s ease;
    }

    .blur {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
    }

    .transition {
        transition: all 0.5s ease;
    }

    .sdocs-block {
        margin: 40px 0 0;
    }

        .sdocs-block hr {
            clear: both;
            width: 75%;
            border: 2px solid #ccc;
            margin-top: 40px;
        }

        .sdocs-block h3 {
            font-family: "RobotoLight";
            font-style: normal;
            text-transform: uppercase;
        }

        .sdocs-block p {
            font-family: "RobotoLight";
            font-style: normal;
            font-size: 13pt;
            line-height: 13pt;
        }

    @media only screen and (max-width: 767px) {

        .sdocs-block h3 {
            font-size: 13pt;
            line-height: 13pt;
        }

        .sdocs-block p {
            font-size: 11pt;
            line-height: 11pt;
        }
    }

    .sdocs-block img {
        width: 70%;
    }

    .sdocs-block .col-md-12 {
        margin-top: -55px;
        position: relative;
    }

    .sdocs-block .col-xs-6:first-child {
        text-align: left;
    }

    .sdocs-block .col-xs-6:last-child {
        text-align: right;
    }
.ui-dialog-buttonpane.ui-widget-content #btncancel {
    margin-top:-2px;
}
.ui-dialog .ui-dialog-buttonpane button {
    height: 30px;
    border-width: 1px;
}
.block.sdocs-features, .sdocs-features {
    background: #e2efff;
    /*text-align: center;*/
    padding: 20px 0 30px;
}

        .sdocs-features > h2 {
            color: #4591ed;
            font-family: "RobotoMedium";
            text-transform: uppercase;
            font-weight: normal;
        }

        .sdocs-features h2.main-block-header {
            text-align: center;
            text-transform: uppercase;
            font-size: 27px;
            margin: 0 0 15px;
            /*color: #4591ed;*/
        }

            .sdocs-features h2.main-block-header:after {
                content: '';
                max-width: 370px;
                height: 1px;
                background-color: #4591ed;
                display: block;
                margin: 10px auto 0;
            }

    .sdocs-features h3, .sdocs-features h4, .sdocs-features .h3, .sdocs-features .h4 {
        color: #4591ed;
        font-family: "RobotoMedium";
        text-transform: uppercase;
        text-align: center;
        font-size: 14pt;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sdocs-features h3, .sdocs-features h4, .sdocs-features .h3, .sdocs-features .h4 {
        color: #000;
    }

    .sdocs-features a h4, .sdocs-features a h3, .sdocs-features a .h4, .sdocs-features a .h3 {
        color: #4591ed;
    }

    .sdocs-features h3 a, .sdocs-features .h3 a {
        color: #4591ed;
        cursor: pointer;
    }

        .sdocs-features .articles {
            text-align: left;
        }

            .sdocs-features .articles .descr {
                min-height: 101px;
                text-align: justify;
            }

                .sdocs-features .articles .descr p {
                    margin-bottom: 0;
                }

            .sdocs-features .articles .float-right a {
                text-decoration: underline;
            }

            .sdocs-features .articles .float-right {
                margin-top: -17px;
            }

            .sdocs-features .articles hr {
                border-top: 2px solid #4591ed;
                width: 80%;
                margin-top: 10px;
            }

        .sdocs-features p {
            font-family: "RobotoRegular";
        }

        .sdocs-features .news .col-md-3 a {
            display: flex;
            height: 37px;
            font-family: 'RobotoMedium';
            margin-bottom: 0;
        }

        .sdocs-features .news h4 {
            margin: auto;
            /*font-size: 17px;*/
            font-size: 1.2em;
            line-height: 1.2em;
            height: 2.4em;
            overflow: hidden;
        }
        .sdocs-features .post-metas, .sdocs-features .time-post {
            font-size: 12px;
        }
            .sdocs-features .post-metas ul, .sdocs-features .post-metas ul li {
                margin: 0;
                padding: 0;
            }
        .sdocs-features hr{
            margin-top:10px;
        }
.sdocs-features p {
    margin: auto;
    font-size: 14px;
    /* font-size: 1.2em; */
    line-height: 20px;
    /*height: 100px;*/
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: justify;
}
    .sdocs-features .shortitemarticle h3 {
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        letter-spacing: -0.5px;
        height: 40px;
    }
.shortitemarticles>h2 {
    font-size: 22px;
    color: #212121;
    text-align:center;
}
.sdocs-features .shortitemarticle p {
    height: 100px;
    line-height: 17px;
}
    .sdocs-features .news .col-md-3 {
        min-height: 166px;
    }

            .sdocs-features .news .col-md-3 p {
                text-align: justify;
            }

    .articles-list.sdocs-features {
        background: #fff;
    }

        .articles-list.sdocs-features h4 {
            margin: auto;
            /*font-size: 17px;*/
            font-size: 1.2em;
            line-height: 1.2em;
            height: 2.4em;
            overflow: hidden;
        }

        .articles-list.sdocs-features ul li {
            padding-bottom: 7px;
            line-height: 15px;
        }

            .articles-list.sdocs-features ul li a:hover {
                text-decoration: underline;
            }

        .articles-list.sdocs-features ul {
            text-align: left;
            list-style: none;
            padding: 0;
        }
        .articles-list.sdocs-features .col-md-3.shortitemarticle .post-metas li {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 260px;
        }
        .bg-blue-top {
            display: block;
            background-image: url("images/landings/main/bg-bottom.png");
            background-repeat: repeat-x;
            background-position: bottom center;
            /*background-size: auto 100%;*/
            width: 100%;
            height: 104px;
            margin-bottom: -2px;
        }

    .bg-blue-bottom {
        padding-bottom: 40px;
    }

        .bg-blue-bottom .headingX {
            margin-top: 20px;
            margin-bottom: 0;
        }

        .bg-blue-bottom .submit {
            text-transform: uppercase;
            border: 2px solid #fff;
            font-size: 23px;
            font-family: "RobotoLight";
            text-align:center;
        }
@media (max-width: 512px) {
    .bg-blue-bottom .submit {
        font-size: initial;
    }
}
    .x-heading {
        font-family: "RobotoLight";
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 20px;
        font-size: 35px;
    }
    /* landing */
    .landing:before {
        background-image: url("images/heading-line.png");
        bottom: 0;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        width: 100%;
        background-size: 100%;
    }

    .landing .service {
        position: relative;
    }

    .block.landing {
        padding: 20px 0;
    }

        .block.landing img {
            width: 100%;
        }

    .landing .service h2 {
        color: #656565;
        float: left;
        font-family: "RobotoMedium";
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 24px;
        margin: 0;
        padding: 0 0 30px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        font-weight: normal;
    }

    .parallax.landing h3.land-head, .landing h3.land-head {
        color: #656565;
        font-family: "RobotoRegular";
        font-size: 30px;
        letter-spacing: -0.5px;
        line-height: 24px;
        margin: 0;
        padding: 15px 0px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        font-weight: normal;
        text-align: center;
        background: rgba(255,255,255,0.7);
        box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    }

    .landing .col-md-8:last-child .service h2, .landing .col-md-9:last-child .service h2 {
        text-align: left;
    }

    .landing .col-md-8:first-child .service h2, .landing .col-md-9:first-child .service h2 {
        text-align: right;
    }

    .landing .col-md-4, .landing .col-md-3 {
        text-align: center;
    }

    .landing .service p {
        color: #656565;
        font-family: "RobotoLight";
        padding-left: 40px;
        line-height: 15px;
        padding-bottom: 15px;
        font-size: 17px;
        letter-spacing: 0px;
    }

    .landing .col-md-8:last-child .service p, .landing .col-md-9:last-child .service p {
        text-align: left;
        padding-left: 44px;
        padding-right: 70px;
    }

    .landing .col-md-8:first-child .service p, .landing .col-md-9:first-child .service p {
        text-align: right;
        padding-right: 44px;
        padding-left: 70px;
    }

    .landing .service ul {
        list-style: none;
    }

    .landing .col-md-8:last-child .service ul, .landing .col-md-9:last-child .service ul {
        padding-left: 40px;
    }

    .landing .col-md-8:first-child .service ul, .landing .col-md-9:first-child .service ul {
        padding-right: 40px;
    }

    .landing .service ul li {
        color: #656565;
        font-family: "RobotoRegular";
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .landing .service ul li i {
            display: block;
            text-transform: none;
            font-style: normal;
            font-size: 13px;
            margin-top: -6px;
        }

    .landing .col-md-8:last-child .service ul li, .landing .col-md-9:last-child .service ul li,
    .landing .col-sm-8:last-child .service ul li, .landing .col-sm-9:last-child .service ul li {
        text-align: left;
        padding-left: 25px;
    }

    .landing .col-md-8:first-child .service ul li, .landing .col-md-9:first-child .service ul li,
    .landing .col-sm-8:first-child .service ul li, .landing .col-sm-9:first-child .service ul li {
        text-align: right;
        padding-right: 25px;
    }

    .landing .service ul > li:before {
        background: #4591ed;
        content: "";
        position: absolute;
        height: 22px;
        width: 3px;
        top: 3px;
    }

    .landing .col-md-8:last-child .service ul li:before, .landing .col-md-6:last-child .service ul li:before, .landing .col-md-9:last-child .service ul li:before,
    .landing .col-sm-8:last-child .service ul li:before, .landing .col-sm-6:last-child .service ul li:before, .landing .col-sm-9:last-child .service ul li:before {
        left: 5px;
    }

    .landing .col-md-8:first-child .service ul li:before, .landing .col-md-9:first-child .service ul li:before,
    .landing .col-sm-8:first-child .service ul li:before, .landing .col-sm-9:first-child .service ul li:before {
        right: 5px;
    }

    .landing .fa.fa-angle-down {
        text-align: center;
        width: 100%;
        z-index: 1000;
        font-size: 110px;
        position: absolute;
        top: -50px;
        color: #565656;
    }

    .landing .land-box {
        height: 250px;
    }

    .landingimg img {
        width: 100%;
        box-shadow: 0 8px 30px rgba(1, 106, 172, 0.1);
        transition: all .3s;
        margin: 0 auto;
        vertical-align: middle;
        border-radius: 8px;
        border: 2px solid rgba(69, 145, 237, 0.3);
    }

    @media (max-width: 767px) {
        .landing .col-sm-3 img {
            display: none;
        }

        .landing.partners .col-sm-3 img {
            display: initial;
            height: 100%;
            width: initial !important;
        }
    }

    @media (max-width: 991px) {
        .landing .land-box {
            height: 190px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .landing .land-box {
            height: 300px;
        }
    }

    .landing .land-box > div {
        border: 3px solid #4591ed;
        border-radius: 4px;
        position: relative;
        height: 100%;
    }

        .landing .land-box > div p {
            padding: 10px 5px 15px;
            text-align: center;
            font-size: 20px;
            /*font-family: "RobotoMedium";*/
            text-transform: uppercase;
            line-height: 22px;
        }

            .landing .land-box > div p i {
                display: block;
                font-style: normal;
                font-size: 16px;
                font-family: "RobotoMedium";
                letter-spacing: -0.5px;
                line-height: 30px;
            }

        .landing .land-box > div ul {
            padding-left: 20px;
        }

            .landing .land-box > div ul li {
                padding: 0 10px;
                font-size: 18px;
                text-transform: lowercase;
                /* padding-left: 11px; */
                text-align: justify;
                line-height: 20px;
                margin-bottom: 13px;
            }

                .landing .land-box > div ul li:before {
                    left: 0;
                }

        .landing .land-box > div::before {
            content: '';
            position: absolute;
            left: 50%;
            top: -35px;
            margin-left: -18px;
            border: 18px solid transparent;
            border-bottom: 18px solid #fff;
            z-index: 1;
        }

        .landing .land-box > div::after {
            content: '';
            position: absolute;
            left: 50%;
            top: -39px;
            margin-left: -18px;
            border: 18px solid transparent;
            border-bottom: 18px solid #4591ed;
        }

    .sec-bg-67 {
        background: url("/Content/images/landings/67/sl67-7-b.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    }

    .widget-service {
        background: url("/Content/images/partner/widget.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    }

    .sec-bg-67a {
        background: url("/Content/images/landings/67/sla67.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    }

    .landing form .col-md-6:first-child {
        text-align: right;
    }

    .landing form .col-md-6:last-child {
        text-align: left;
    }

        .landing form .col-md-6:last-child input[type=submit] {
            margin: 0;
            height: 40px;
            width: 290px;
            font-size: 20px;
            font-family: "RobotoRegular";
        }

    .landing .col-md-6 img {
        width: 100%;
    }

    .landing form input.input-style, .landing form textarea.input-style {
        font-family: "RobotoRegular";
        font-size: 20px;
        border-color: #ccc !important;
        color: #565656;
    }

    .stores .col-md-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-block .col-md-12 {
        font-size: 23px;
        text-align: center;
        font-family: 'RobotoLight';
        letter-spacing: 0px;
        line-height: 29px;
    }
    /* Mini Heading */

    /* Heading2 */
    .heading2 {
        float: left;
        margin-bottom: 25px;
        position: relative;
        width: 100%;
    }

        .heading2 > h2, .heading2 > .h2 {
            background: none repeat scroll 0 0 #FFFFFF;
            float: left;
        }

        .heading2:before {
            background: none repeat scroll 0 0 #D3D3D3;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: 10px;
            width: 100%;
        }

        .heading2 > h2, .heading2 > .h2 {
            background: none repeat scroll 0 0 #FFFFFF;
            color: #666666;
            float: left;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 19px;
            font-weight: normal;
            line-height: 17px;
            margin: 0 0 0 5px;
            padding: 2px 5px 2px 5px;
            position: relative;
        }

            .heading2 > h2:before, .heading2 > .h2:before {
                /*background: none repeat scroll 0 0 #D3D3D3;
    border: 2px solid #FFFFFF;
    
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;*/
                content: "";
                height: 12px;
                left: -22px;
                position: absolute;
                top: 4px;
                width: 12px;
                z-index: 99999;
            }

        .heading2:after {
            /*background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;*/
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            top: 9px;
            width: 20px;
        }

        .heading2 > h2 > i, .heading2 > .h2 > i {
            font-style: normal;
        }

            .heading2 > h2 > i.sName, .heading2 > .h2 > i.sName {
                font-family: 'RobotoBold';
            }

        .heading2 > span {
            display: none;
        }

    .heading2a {
        float: left;
        margin-bottom: 25px;
        position: relative;
        width: 100%;
    }

        .heading2a > h2 {
            background: none repeat scroll 0 0 #FFFFFF;
            float: left;
        }

        .heading2a > h2 {
            background: none repeat scroll 0 0 #FFFFFF;
            color: #4591ed;
            float: left;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 24px;
            font-weight: normal;
            line-height: 24px;
            margin: 0;
            padding: 0;
            position: relative;
        }

            .heading2a > h2 > i {
                font-family: "RobotoMedium", Helvetica, Arial, sans-serif;
                font-style: normal;
                font-weight: normal;
            }

        .heading2a > span {
            display: none;
        }

    /* Heading 3 */

    .heading3a {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .heading3a > h2, .heading3a > h1 {
            color: #4591ed;
            float: left;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 24px;
            /*line-height: 22px;*/
            margin: 0;
            font-weight: normal;
        }

            .heading3a > h2 i, .heading3a > h1 i {
                font-family: "RobotoMedium", Helvetica, Arial, sans-serif;
                font-style: normal;
                font-weight: normal;
            }

    /* Heading 3 */

    .heading3 {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

        .heading3 > h2, .heading3 > h1 {
            border-bottom: 3px solid #C6C6C6;
            color: #555555;
            float: left;
            font-family: "RobotoLight", Helvetica, Arial, sans-serif;
            font-size: 24px;
            font-weight: normal;
            /*line-height: 22px;*/
            margin: 0;
            padding-bottom: 15px;
            padding-right: 5px;
        }

            .heading3 > h2 i, .heading3 > h1 i {
                font-family: "RobotoMedium", Helvetica, Arial, sans-serif;
                font-style: normal;
                font-weight: normal;
            }

        .heading3:before {
            background: none repeat scroll 0 0 #C6C6C6;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .heading3 > a, .backBttn {
            float: right;
            border: 2px solid;
            padding: 5px;
            border-radius: 3px;
            text-align: center;
        }
    /* Heading4 */
    .heading4 {
        border-bottom: 1px solid #DBDBDB;
        display: table;
        float: none;
        margin: 0 auto 46px;
        padding: 0 10%;
        position: relative;
        text-align: center;
    }

        .heading4 > h2 {
            border-bottom: 3px solid;
            color: #434343;
            display: block;
            float: none;
            font-family: "RobotoSlabBold";
            font-size: 30px;
            font-weight: bold;
            /*letter-spacing: 0.25px;*/
            line-height: 26px;
            margin: 0 auto -2px;
            padding: 0 0 18px 0;
            position: relative;
            text-align: center;
        }

            .heading4 > h2 i {
                font-style: normal;
                font-weight: normal;
                color: #434343 !important;
            }

        .heading4:before {
            background: none repeat scroll 0 0 #DBDBDB;
            bottom: 0;
            content: "";
            height: 16px;
            left: -4px;
            position: absolute;
            -webkit-transform: rotate(-30deg);
            -moz-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
            -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
            width: 1px;
        }

        .heading4:after {
            background: none repeat scroll 0 0 #DBDBDB;
            bottom: -14px;
            content: "";
            height: 16px;
            position: absolute;
            right: -4px;
            -webkit-transform: rotate(-30deg);
            -moz-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
            -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
            width: 1px;
        }

    /* Heading5 */
    .heading5 {
        border-bottom: 1px solid #DBDBDB;
        display: table;
        float: none;
        margin: 0 auto 25px;
        padding: 0 10%;
        position: relative;
        text-align: center;
    }

        .heading5 > h2 {
            border-bottom: 3px solid;
            color: #434343;
            display: block;
            float: none;
            font-family: "RobotoSlabBold";
            font-size: 28px;
            font-weight: bold;
            /*letter-spacing: 0.25px;*/
            line-height: 21px;
            margin: 0 auto -2px;
            padding: 0 0 11px 0;
            position: relative;
            text-align: center;
        }

            .heading5 > h2 i {
                font-style: normal;
                font-weight: normal;
            }

    /* Heading6 */
    .heading6 {
        border-bottom: 1px solid #DBDBDB;
        display: table;
        float: none;
        margin: 0 auto 20px;
        padding: 0 4%;
        position: relative;
        text-align: center;
    }

        .heading6 > h2 {
            border-bottom: 1px solid;
            color: #434343;
            display: block;
            float: none;
            font-family: "RobotoLight";
            font-size: 28px;
            font-weight: normal;
            /*letter-spacing: 0.25px;*/
            line-height: 21px;
            margin: 0 auto -2px;
            padding: 0 0 11px 0;
            position: relative;
            text-align: center;
        }

            .heading6 > h2 i {
                font-family: "RobotoMedium";
                font-style: normal;
                font-weight: normal;
            }



    /* Business Header */
    header.business1 .for-sticky.sticky {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) !important;
        -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) !important;
        -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) !important;
        left: 0;
        position: fixed;
        top: 0;
        height: auto !important;
        z-index: 2147483647;
    }

        header.business1 .for-sticky.sticky .logo {
            margin: 0;
        }

    header.business1 .for-sticky .logo > a > img {
        height: 48px;
    }

    header.business1 .for-sticky.sticky .logo > a > img {
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        height: 49px;
    }

    header.business1 .for-sticky.sticky .business1-menu > ul > li {
        padding: 12px 0 6px 0;
    }

    .sticky .log-in-sec > a {
        margin-bottom: 12px;
        margin-right: 50px;
        margin-top: 12px;
    }

    .sticky .log-in-sec {
        margin-left: 0px;
    }

    .business2 .for-sticky.sticky {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
        -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
        height: auto !important;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 99999999;
    }

    #menu-sec {
        background-image: url("images/header2.png");
        background-size: 100% 100%;
        float: left;
        height: 65px;
        width: 100%;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    }

    .business1 {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
        -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 98;
    }

        .business1 .container {
            padding: 0;
        }

    header {
        float: left;
        width: 100%;
        z-index: 99999999;
    }

        header .business1 {
            float: left;
            width: 100%;
        }

    .business1-top-bar > ul {
        float: right;
        margin-bottom: 0;
        margin-left: 0;
        /*margin-right: 124px;*/
        padding: 5px 0 0 0;
        width: auto;
    }

    .business1-top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        float: left;
        width: 100%;
        position: relative;
        background: none repeat scroll 0 0 #FFFFFF;
    }

    .business1-top-bar {
        float: left;
        position: relative;
        width: 100%;
    }

        .business1-top-bar > ul > li {
            float: left;
            list-style: none outside none;
            /*margin-left: 15px;*/
        }

            .business1-top-bar > ul > li > a {
                color: rgba(0,0,0,0.2);
                float: left;
                font-size: 18px;
                height: 34px;
                line-height: 30px;
                text-align: center;
                width: 34px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
            }

                .business1-top-bar > ul > li > a:hover {
                    color: #fff;
                }

                .business1-top-bar > ul > li > a > i {
                    float: left;
                    height: 32px;
                    line-height: 31px;
                    width: 32px;
                    border: 1px solid rgba(0,0,0,0.15);
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                    -webkit-transition: all 0.4s ease 0s;
                    -moz-transition: all 0.4s ease 0s;
                    -ms-transition: all 0.4s ease 0s;
                    -o-transition: all 0.4s ease 0s;
                    transition: all 0.4s ease 0s;
                }

                .business1-top-bar > ul > li > a:hover .fa-vk {
                    background: none repeat scroll 0 0 #4b7198;
                    border: 1px solid #4b7198;
                }

                .business1-top-bar > ul > li > a:hover .fa-youtube {
                    background: none repeat scroll 0 0 #dd4b39;
                    border: 1px solid #dd4b39;
                }

                .business1-top-bar > ul > li > a:hover .fa-twitter {
                    background: none repeat scroll 0 0 #00aced;
                    border: 1px solid #00aced;
                }

                .business1-top-bar > ul > li > a:hover .fa-facebook {
                    background: none repeat scroll 0 0 #3B5998;
                    border: 1px solid #0084bf;
                }

                .business1-top-bar > ul > li > a:hover .fa-instagram {
                    background: none repeat scroll 0 0 #ce00ff;
                    border: 1px solid #8e00bf;
                }

                .business1-top-bar > ul > li > a:hover .fa-telegram {
                    background: none repeat scroll 0 0 #0088cc;
                    border: 1px solid #0088cc;
                }

        .business1-top-bar > form {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            height: 34px;
            margin-left: 18px;
            overflow: hidden;
            position: absolute;
            right: 72px;
            top: 5px;
            z-index: 98;
        }

            .business1-top-bar > form > a {
                color: #FFFFFF;
                float: right;
                font-size: 13px;
                height: 34px;
                line-height: 32px;
                text-align: center;
                width: 34px;
            }

            .business1-top-bar > form > input {
                float: left;
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
                width: 0;
                border: medium none;
                font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                font-size: 13px;
                padding: 8px 0 8px 0px;
                text-transform: uppercase;
                color: #7a7a7a;
            }

            .business1-top-bar > form:hover input, .business1-top-bar > form input:focus {
                opacity: 1;
                filter: alpha(opacity=100);
                width: 264px;
                padding: 8px 0 8px 12px;
            }

        .business1-top-bar > span.top-chat a {
            font-weight: bold;
        }

    .business1 .logo {
        float: left;
        /*margin-top: 8px;*/
    }

    .business1-menu {
        float: right;
    }

        .business1-menu > ul {
            float: left;
            margin: 0;
            padding: 0;
        }

            .business1-menu > ul > li {
                float: left;
                list-style: none outside none;
                /*                position: relative;
*/ -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                padding: 28px 0 5px 0;
            }

                .business1-menu > ul > li > a {
                    color: #4591ed;
                    float: left;
                    font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
                    font-size: 16px;
                    letter-spacing: 0.3px;
                    line-height: 16px;
                    padding: 8px 12px;
                    position: relative;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -ms-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                    cursor: pointer;
                }



                .business1-menu > ul > li:hover > a {
                    font-family: "RobotoMedium", Helvetica, Arial, sans-serif;
                }

                .business1-menu > ul > li > a > i {
                    margin-right: 0;
                    display: inline;
                    line-height: 10px;
                }

    .business1-top-bar > span {
        color: #404040;
        float: left;
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 0.3px;
        margin: 13px 50px 13px 0;
    }
        /*.business1-top-bar > span.top-contact {
            font-size: 15px;
            font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
            margin-right: 40px;
            letter-spacing: 0;
            margin: 11px 40px 0 0;
        }
            .business1-top-bar > span.top-contact > i.fa.fa-mobile {
                font-size: 21px;
            }*/
        .business1-top-bar > span > i {
            float: left;
            font-size: 16px;
            margin-right: 10px;
        }

    .open > .dropdown-menu {
        max-height: 300px;
        overflow-y: scroll;
    }

    .dropdown-toggle {
        height: 35px;
    }

        .dropdown-toggle::after {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 0.3em;
            vertical-align: middle;
            content: "";
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-left: 0.3em solid transparent;
        }

    .btn-group .dropdown-menu {
        max-height: initial;
        overflow: auto;
        border: 2px solid #4591ed;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 5px 20px;
        clear: both;
        font-weight: normal;
        text-align: inherit;
        white-space: nowrap;
        background: none;
        border: 0;
        font-weight: bold;
    }

        .dropdown-item:hover {
            background: rgba(69, 145, 237, 0.17);
        }
    /* Dropdown Menu1 */
    .business1-menu > ul > li > ul {
        left: 50%;
        margin: 0 0 0 -100px;
        opacity: 0;
        filter: alpha(opacity=0);
        padding: 2px;
        position: absolute;
        top: 78%;
        width: 200px;
        z-index: 1000;
        background: none repeat scroll 0 0 rgba(254, 254, 254, 0.95);
        -webkit-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.14);
        -ms-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.14);
        -o-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14);
    }

    .business1-menu > ul > li:hover > ul {
        margin-top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .business1-menu > ul > li > ul > li:nth-child(2n+2) {
        margin-left: -60px;
    }

    .business1-menu > ul > li:hover > ul > li:nth-child(2n+2) {
        margin-left: 0;
    }

    .business1-menu > ul > li > ul > li:hover > a {
        padding-left: 25px;
        color: #4591ed;
    }

    .business1-menu > ul > li > ul > li:before {
        /* background: none repeat scroll 0 0 #666666; */
        content: "";
        height: 1px;
        left: 10px;
        position: absolute;
        top: 20px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 6px;
    }

    .business1-menu > ul > li > ul > li:hover:before {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    .business1-menu > ul > li > ul > li:hover > a > i {
        color: #fff;
    }

    .business1-menu > ul > li > ul > li {
        float: left;
        list-style: none outside none;
        margin-bottom: 1px;
        position: relative;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
    }

        .business1-menu > ul > li > ul > li > a {
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            padding: 10px 0 10px 15px;
            width: 100%;
            color: #666666;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .business1-menu > ul > li > ul > li > a > i {
                color: #404040;
                float: right;
                font-size: 15px;
                margin-top: 3px;
            }

        .business1-menu > ul > li > ul > li > ul {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            left: 100%;
            margin: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            padding: 4px;
            position: absolute;
            -webkit-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            transform: rotateY(90deg);
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 200px;
            z-index: 999999999;
            background: #fafafa;
        }

            .business1-menu > ul > li > ul > li > ul > li {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                float: left;
                list-style: none outside none;
                margin-bottom: 1px;
                padding: 10px 12px;
                position: relative;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
                width: 100%;
            }

                .business1-menu > ul > li > ul > li > ul > li:hover {
                    padding-left: 24px;
                }

                .business1-menu > ul > li > ul > li > ul > li > a {
                    color: #FAFAFA;
                    float: left;
                    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                    font-size: 13px;
                    letter-spacing: 0.3px;
                    width: 100%;
                }

        .business1-menu > ul > li > ul > li:hover > ul {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
    /* Login Style */
    .log-in-sec {
        float: right;
        margin-left: 0px;
        position: relative;
    }

        .log-in-sec > a {
            border: 2px solid;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            cursor: pointer;
            float: left;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 10px;
            margin: 25px 0;
            padding: 8px 10px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .login-form > ul > li > p {
        color: #7A7A7A;
        float: left;
        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
        font-size: 13px;
        margin: 0;
        margin-top: 10px;
        padding-left: 2px;
        letter-spacing: 0.30px;
    }

    .log-in-sec > a span > i {
        margin-right: 5px;
    }

    .login-form {
        position: absolute;
        top: 70px;
        width: 250px;
        left: 50%;
        margin-left: -180px;
        background: #fafafa;
        z-index: 1000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 20px;
        -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.14);
        -ms-box-shadow: 0px 4px 2px rgba(0,0,0,0.14);
        -o-box-shadow: 0px 4px 2px rgba(0,0,0,0.14);
        box-shadow: 0px 4px 2px rgba(0,0,0,0.14);
        display: none;
    }

        .login-form:before {
            position: absolute;
            left: 70%;
            top: -7px;
            border-bottom: 8px solid #fafafa;
            border-left: 8px solid rgba(0,0,0,0);
            border-right: 8px solid rgba(0,0,0,0);
            content: "";
            margin-left: -4px;
        }

        .login-form form > .input-style {
            margin-bottom: 13px;
            font-size: 11px;
            letter-spacing: 0.30px;
        }

        .login-form form > a {
            display: table;
            float: none;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 11px;
            margin: 0 auto;
            color: #7a7a7a;
            letter-spacing: 0.30px;
            text-transform: uppercase;
        }

        .login-form form > ul {
            float: left;
            margin: 0 !important;
            padding: 0;
            width: 100%;
            margin: 2px 0 13px 0;
        }

            .login-form form > ul > li {
                float: left;
                list-style: none outside none;
                width: 20%;
            }

                .login-form form > ul > li.loginform-logout {
                    width: 100% !important;
                }

    .loginform-logout a {
        margin-left: 73px !important;
        font-size: 14px !important;
        margin-top: 10px;
    }

    .login-form form > ul > li.loginform-menu {
        width: 100% !important;
    }

        .login-form form > ul > li.loginform-menu a {
            border: none;
            padding: 0 0 10px 0;
        }

            .login-form form > ul > li.loginform-menu a:hover {
                text-decoration: underline;
            }

    .login-form form > ul > li p {
        padding: 12px 0 0 !important;
        font-size: 8pt;
    }

    .login-form form > ul > li:first-child {
        float: left;
        width: 29%;
    }

    .login-form form > ul > li:last-child {
        float: right;
        width: 40%;
    }

    .login-form form > ul > li > a, .login-form form > ul > li > input {
        border: 1px solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 10px;
        padding: 13px 10px;
    }

    .loginform-menu {
        text-align: center;
        line-height: 14px;
        padding-bottom: 5px;
        border-bottom: 1px #e2efff solid;
        margin-bottom: 5px;
    }

        .loginform-menu.main-link {
            padding-bottom: 7px;
            margin-bottom: 7px;
        }

    .login-form h6 {
        text-align: center;
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .loginform-menu a {
        float: none !important;
        font-size: 14px !important;
    }

    .loginform-menu.main-link a {
        font-size: 16px !important;
        font-family: "RobotoMedium", Helvetica, Arial, sans-serif;
    }

    .login-form form > ul > li > input {
        background: none;
    }

    .login-form form > ul > li > a.register {
        color: #FFFFFF;
        float: right;
        font-size: 13px;
    }

        .login-form form > ul > li > a.register:active {
            -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
            -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
            -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
        }




    /* Responsive Menu */

    /* Mega Dropdown */
    .business1-menu > ul > li > a {
        text-align: center;
    }

    .menu-doubleline {
        margin-top: -8px;
    }

    .menu-h {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 1.1;
    }

    .li-active-dropbttn > a {
        background: #4591ed;
        color: #fff !important;
        border-radius: 3px;
    }

    .drop-menu {
        margin-top: 115px;
        padding: 0 50px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255,255,255,1);
        z-index: 100;
        box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
        transition: visibility 0s, opacity 0.5s linear;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

        .drop-menu.drop-one {
            width: initial;
        }

    .for-sticky.sticky .drop-menu {
        margin-top: 60px;
    }

    .drop-menu.active {
        opacity: 1;
        height: auto;
    }

    .drop-menu > .row {
        display: flex;
    }

    .drop-menu ul {
        list-style: none;
        padding: 0;
    }

        .drop-menu ul b {
            font-weight: normal;
            font-family: 'RobotoBold', sans-serif;
        }

        .drop-menu ul span.menu-item-info {
            display: block;
            line-height: 4px;
            margin-bottom: 7px;
            color: #717171;
            font-size: 13px;
        }

    .drop-menu .drop {
        padding: 0;
        padding-bottom: 10px;
    }

        .drop-menu .drop > div {
            padding-left: 15px;
            padding-right: 15px;
        }

        .drop-menu .drop h4 {
            margin-bottom: 0px;
        }

    .drop-menu .drop-1 {
        border-top: 5px solid #f9f9f9;
    }

    .drop-menu .drop-2 {
        background: #f9f9f9;
        border-top: 5px solid #e2e2e2;
    }

    .drop-menu .drop-3 {
        background: rgba(57,138,240,0.1);
        border-top: 5px solid #398af0;
    }

    @media(max-width: 1199px) {
        .main-menu.container {
            width: 100%;
            max-width: 100%;
        }

        .business1-menu > ul > li > a {
            font-size: 16px;
            letter-spacing: -0.5px;
            padding: 8px 8px;
        }
    }

    @media(max-width: 999px) {
        .business1-menu > ul > li > a {
            letter-spacing: -0.5px;
        }
    }

    @media(max-width: 943px) {
        .business1-menu > ul > li > a {
            letter-spacing: 0;
            padding-left: 6px;
            padding-right: 6px;
            font-size: 15px;
        }
    }

    @media(max-width: 929px) {
        .business1-menu > ul > li > a {
            letter-spacing: -1px;
        }
    }

    .menu-news {
        float: left;
        width: 100%;
    }

        .menu-news > h3, .menu-ctgry > h3, .menu-slides > h3 {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #E8ECEC;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            color: #666666;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0.3px;
            line-height: 10px;
            margin-bottom: 15px;
            margin-top: 0;
            padding: 12px 30px;
            text-transform: uppercase;
        }

        .menu-news > ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .menu-news > ul > li {
                float: left;
                list-style: none outside none;
                margin-top: 20px;
                width: 100%;
            }

                .menu-news > ul > li:first-child {
                    margin: 0;
                }

                .menu-news > ul > li > a {
                    float: left;
                    width: 100%;
                }

                    .menu-news > ul > li > a > span {
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        -ms-border-radius: 3px;
                        -o-border-radius: 3px;
                        border-radius: 3px;
                        color: #ffffff;
                        float: left;
                        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                        font-size: 10px;
                        letter-spacing: 0.3px;
                        line-height: 10px;
                        margin-right: 5px;
                        padding: 5px;
                    }

                    .menu-news > ul > li > a > h3 {
                        color: #666;
                        display: block;
                        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                        font-size: 13px;
                        font-weight: normal;
                        letter-spacing: 0.3px;
                        line-height: 16px;
                        margin: 0;
                    }

                    .menu-news > ul > li > a > p {
                        color: #777777;
                        float: left;
                        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
                        font-size: 12px;
                        letter-spacing: 0.3px;
                        line-height: 20px;
                        margin: 5px 0 0;
                        width: 100%;
                    }

    .menu-ctgry {
        float: left;
        width: 100%;
    }

        .menu-ctgry > ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .menu-ctgry > ul > li {
                float: left;
                list-style: none outside none;
                margin-top: 12px;
                /*padding-left: 20px;*/
                position: relative;
                width: 100%;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
                margin: 0;
            }

                .menu-ctgry > ul > li:first-child {
                    margin: 0;
                }

                .menu-ctgry > ul > li > a {
                    color: #4591ed;
                    float: left;
                    font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
                    font-size: 15px;
                    width: 100%;
                    padding: 2px 0 0;
                }

                    .menu-ctgry > ul > li > a::after {
                        content: '';
                        width: 80%;
                        border-bottom: 1px dashed #ccc;
                        display: block;
                        /* padding: 0 20px; */
                        text-align: center;
                        margin: auto;
                        padding-top: 2px;
                        margin-bottom: 2px;
                    }

                    .menu-ctgry > ul > li > a span {
                        text-align: left;
                        display: inline-block;
                        width: 70%;
                    }

                        .menu-ctgry > ul > li > a span.mobile {
                            font-size: 12px;
                            float: left;
                            display: block;
                            width: 30%;
                            text-align: center;
                            /* text-transform: uppercase; */
                            /* font-style: italic; */
                            line-height: 12px;
                        }

                .menu-ctgry > ul > li:hover > a {
                    text-decoration: underline;
                    font-family: "RobotoMedium";
                }

    .menu-slides {
        float: left;
        width: 100%;
    }

        .menu-slides > ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .menu-slides > ul li {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                float: left;
                overflow: hidden;
                position: relative;
                width: 100%;
            }

                .menu-slides > ul li > img {
                    float: left;
                    width: 100%;
                }

    .menu-slide-desc {
        background: none repeat scroll 0 0 rgba(56, 56, 56, 0.9);
        bottom: 0;
        left: 0;
        padding: 15px;
        position: absolute;
    }

        .menu-slide-desc > h3 {
            color: #FFFFFF;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 0.3px;
            line-height: 10px;
            margin: 0;
            width: 100%;
        }

        .menu-slide-desc > p {
            color: #F1F1F1;
            float: left;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0.3px;
            line-height: 20px;
            margin-bottom: 0;
            margin-top: 15px;
            width: 100%;
        }







    /* Slider */


    /* Slide1 */



    /* Slide2 */



    /* Slide3 */



    /* Slide4 */

    /* Slide Social */


    /* Get in Touch */

    .input-style {
        border: 1px solid #e8ecec !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
        -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
        -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
        color: #555555;
        float: left;
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
        font-size: 13px;
        height: 40px;
        letter-spacing: 0.3px;
        margin-bottom: 30px;
        padding: 10px 10px 10px 20px;
        width: 100%;
    }

        .input-style > i {
            float: left;
            font-size: 12px;
            color: #aeadad;
            line-height: 16px;
            margin-right: 15px;
        }

        .input-style > input, .input-style > textarea {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            color: #555555;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 12px;
            letter-spacing: 0.3px;
            width: 90%;
        }

        .input-style > textarea {
            height: 82px;
            width: 100%;
        }

        .input-style.submit {
            border: medium none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            margin: 0;
            padding: 0;
        }

            .input-style.submit > input.submit {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                color: #FFFFFF;
                float: left;
                padding: 5px 10px;
                width: auto;
            }

    .submit {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #FFFFFF;
        display: table;
        float: none;
        font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin: 0 auto;
        padding: 5px 20px;
        cursor: pointer;
        cursor: hand;
    }

        .submit.green {
            background-color: #1fcc1d;
        }

        .submit.big {
            font-size: 26px;
            text-transform: uppercase;
            text-align: center;
        }
        .submit.middle {
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            border: 2px solid #4591ed;
            padding-top: 13px;
            padding-bottom:13px;
        }
    .margin-top35 {
        margin-top: 35px;
    }

    .margin-top20 {
        margin-top: 20px;
    }

    .submit:hover {
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    }

    button[disabled], html input[disabled], button[disabled]:hover, html input[disabled]:hover {
        box-shadow: none;
        background: #bababa;
    }

    textarea.input-style {
        height: 150px;
        padding-top: 15px;
    }

    /* Twitter Slide */

    #twitter-btn {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #FFFFFF;
        float: left;
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: lighter;
        line-height: 15px;
        margin-left: 95px;
        margin-top: 12px;
        padding: 15px 30px;
        float: none;
        margin: 0 auto;
        display: table;
    }

    /* Toll Free Banner */


    /* Service Style 1 */
    .service {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

        .service span {
            float: left;
            height: 70px;
            width: 70px;
            border: 1px solid;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            text-align: center;
            font-size: 25px;
            line-height: 69px;
            -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -ms-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -o-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            background: #fff;
        }

        .service:hover span {
            color: #fff;
        }

        .service h2 {
            color: #454545;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 0.3px;
            line-height: 34px;
            margin: 0;
            width: 100%;
            /*margin-top: -10px;*/
            margin-bottom: 10px;
        }

            .service h2 > a {
                color: #666666;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

        .service div > a > i {
            font-size: 14px;
            line-height: 10px;
            margin-left: 5px;
        }

        .service div > a {
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 12px;
            letter-spacing: 0.3px;
            line-height: 10px;
            margin-top: 20px;
        }

        .service p {
            color: #777777;
            float: left;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0.3px;
            line-height: 24px;
            margin: 0;
            width: 100%;
        }

    /* We Are Slide */
    .roles {
        display: inline-block;
        font-size: 36px;
        height: 50px;
        overflow: hidden;
        vertical-align: middle;
        font-family: "RobotoSlabBold";
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 15px;
    }

        .roles div {
            height: 50px;
            -webkit-transition: margin-top 1s ease-in-out;
            -moz-transition: margin-top 1s ease-in-out;
            -o-transition: margin-top 1s ease-in-out;
            transition: margin-top 1s ease-in-out;
        }

    .we-are-Slide {
        float: none;
        margin: 0 auto;
        display: table;
        width: auto;
    }

        .we-are-Slide > p {
            float: left;
            width: 100%;
            text-align: center;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 21px;
            color: #777;
            letter-spacing: 0.30px;
            margin: 0;
            margin-top: 10px;
        }

        .we-are-Slide .col-md-4 > p {
            width: 100%;
            text-align: center;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 26px;
            color: #777;
            letter-spacing: 0.30px;
            margin: 0;
            margin-top: 35px;
        }

        .we-are-Slide .col-md-4 > a.submit {
            font-size: 20pt;
            text-transform: uppercase;
            margin-top: 10px;
        }

            .we-are-Slide .col-md-4 > a.submit i {
                font-variant: normal;
                font-style: normal;
                clear: both;
                display: block;
                text-align: center;
                font-size: 12pt;
                text-transform: none;
            }

        .we-are-Slide > p.opsans {
            float: left;
            width: 100%;
            text-align: center;
            /* font-family: "NotoSansRegular", Helvetica, Arial, sans-serif; */
            font-size: 16px;
            color: rgb(51,51,51);
            letter-spacing: 0.30px;
            margin: 0;
            margin-top: 20px;
            font-weight: bold;
        }

        .we-are-Slide > p > i {
            color: #4591ed;
            font-style: normal;
        }

        .we-are-Slide img {
            display: table;
            float: none;
            margin-left: auto;
            margin-right: auto;
            width: 70%;
        }


    /* Present Feature Parallax */

    .parallax h3 {
        float: left;
        width: 100%;
        margin: 0;
        font-family: "RobotoSlabBold";
        font-size: 30px;
        font-weight: bold;
        color: #404040;
        text-transform: uppercase;
        line-height: 58px;
        margin-top: -15px;
        letter-spacing: 0.30px;
    }

        .parallax h3 > i {
            font-size: 25px;
            font-style: normal;
            font-weight: lighter;
        }

    .parallax p {
        float: left;
        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        width: 100%;
        color: #555555;
        line-height: 26px;
        margin: 0;
        letter-spacing: 0.30px;
    }

    .block.landing.grandblock {
    }

    .landing.grandblock:before {
        display: none;
    }

.landing.grandblock h3, .landing.grandblock h2, .landing.grandblock h1, .c-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
}

    .landing.grandblock p {
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px;
    }

        .landing.grandblock p.no-padding {
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .landing.grandblock p.h2 {
            font-size: 21px;
            padding-bottom: 5px;
            font-family: 'RobotoMedium';
            text-transform: uppercase;
        }
        .landing.grandblock p.big:last-child {
            padding-bottom: 0;
        }
        .landing.grandblock p.medium {
            font-size: 16px;
            padding-bottom: 10px;
            font-family: 'RobotoRegular';
        }
.landing.grandblock h3:after, .landing.grandblock h2:after, .landing.grandblock h1:after, .c-heading:after {
    content: '';
    width: 170px;
    height: 1px;
    background-color: #4591ed;
    display: block;
    /* text-align: center; */
    /* float: right; */
    /* position: absolute; */
    margin: 10px auto 0;
}

    /* Our Skills Sec */

    /* Service Style 2 */
    /* Service STyle 3 */


    /* Srvice Style 4 */


    /* Service Style 5 */


    /* Service Single Page Animation */

    .manager {
        float: left;
        margin-bottom: -70px;
        width: 100%;
    }

    @keyframes right {
        0% {
            transform: translate(-15px);
        }

        50% {
            transform: translate(15px);
        }

        100% {
            transform: translate(-15px);
        }
    }

    @keyframes left {
        0% {
            transform: translate(15px);
        }

        50% {
            transform: translate(-15px);
        }

        100% {
            transform: translate(15px);
        }
    }


    /* Who we are */

    .who-we-desc {
        float: left;
        width: 100%;
    }

        .who-we-desc h2 {
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-weight: normal;
            text-transform: uppercase;
        }

        .who-we-desc.home {
            min-height: 260px;
        }

        .who-we-desc > h3 {
            color: #666666;
            float: left;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 0.3px;
            line-height: 28px;
            margin: 0 0 10px;
            width: 100%;
        }

        .who-we-desc > ul {
            list-style-image: url('assets/success.gif');
        }

            .who-we-desc > ul > li {
                font-size: 16px;
                line-height: 18px;
                padding-bottom: 10px;
            }

        .who-we-desc > p {
            /*color: #888;*/
            float: left;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 16px;
            /*letter-spacing: 0.3px;
    line-height: 24px;*/
            margin-bottom: 15px;
            width: 100%;
        }

        .who-we-desc > a {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            color: #fff;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0.3px;
            line-height: 10px;
            margin-top: 4px;
            padding: 13px 20px;
            text-transform: uppercase;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -ms-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -o-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
        }

            .who-we-desc > a:hover {
                color: #fff;
            }

    /* Make an Appointment */

    /* Profile Page */



    /* Expert Lawyer Sec */


    /* Experties Sec */


    /* Upcoming Event */


    /* Upcoming Event 2 */


    /** Event Wide  **/


    /* About Ceo 2 */

    /* About Ceo 3 */



    /* Tab Sections */



    /* Job Box */

    /* Our Blog  Style 1*/


    /* our Blog 2 */


    /* Our Blog 3 */

    /* Our Blog4 */

    /* With Parallax */

    .title {
        color: #666666;
        float: left;
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0.3px;
        line-height: 15px;
        margin-bottom: 30px;
        margin-top: 0;
        text-transform: uppercase;
        width: 100%;
    }

        .title > i {
            border-bottom: 1px solid #A9A9A9;
            color: #F0F0F0;
            float: left;
            font-style: normal;
            font-weight: bold;
            margin-right: 7px;
            padding-bottom: 10px;
        }


    /* Whats is New */
    #whats-new {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        #whats-new > img {
            bottom: -70px;
            position: absolute;
            right: 0;
        }

        #whats-new > h1 {
            color: #555555;
            float: left;
            font-family: "RobotoSlabRegular";
            font-size: 52px;
            margin: 0;
            width: 100%;
            line-height: 42px;
            letter-spacing: 0.30px;
        }

            #whats-new > h1 > span {
                float: left;
                width: 100%;
                font-size: 150px;
                line-height: 117px;
                margin-top: 30px;
            }

            #whats-new > h1 > i {
                float: left;
                width: 100%;
                font-style: normal;
                margin-top: 38px;
            }



    /* Our CEO PLAN */


    /* Testimonial 1 */



    /* Testimonial 2 */


    /* Testimonial for White bg */

    /* Our Clients */

    .our-clients {
        float: left;
        width: 100%;
        margin-top: -30px;
    }

        .our-clients a {
            background: none repeat scroll 0 0 #FAFAFA;
            border: 1px solid #E2E2E2;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            margin-top: 30px;
            width: auto;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -ms-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            -o-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
            box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
        }

            .our-clients a > img {
                float: none;
                margin: 0 auto;
                display: table;
            }

            .our-clients a:hover {
                -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
                -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
                -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
                -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
                box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
            }


    /* our Clients2 */



    /* Employee of The Month */



    /* Next product */


    /* Show Product */


    /* Success Work */


    /* Latest Project */


    /* Latest Features */



    /* Our Projects */


    /* Get a Quote */


    /* Our Team */

    /* Latest News */

    /* Our Plan Details */


    /* portfolio */



    /* Posrtfolio 2 */


    /* Inner Page Head */


    /* Our Office */



    /* Our Branches */


    /* About Sec */
    .about-sec {
        float: left;
        width: 100%;
    }

        .about-sec .heading3 {
            margin-bottom: 20px;
        }

        .about-sec img {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            width: 100%;
        }

        .about-sec h3 {
            color: #666666;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-weight: lighter;
            letter-spacing: 0.3px;
            line-height: 28px;
            margin: 0 0 15px;
            width: 100%;
            font-style: italic;
        }

        .about-sec p {
            float: left;
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 13px;
            width: 100%;
            text-align: justify;
        }

        .about-sec ul li {
            font-size: 15px;
        }

        .about-sec .href {
            border: none;
            display: inline;
            padding: 0;
            float: none;
            font-size: inherit;
            font-family: inherit;
            margin: 0;
            color: #4591ed;
            text-decoration: underline
        }

            .about-sec .href:hover {
                background: none;
                color: #4591ed;
                text-decoration: none
            }

        .about-sec b {
            font-weight: normal;
            font-family: 'RobotoBold';
        }

        .about-sec .font-bold {
            font-family: 'RobotoBold';
            line-height: 24px;
            font-size: 15px;
        }

        .about-sec a {
            border: 1px solid #E8ECEC;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
            color: #777777;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 12px;
            letter-spacing: 0.3px;
            line-height: 10px;
            margin-right: 15px;
            padding: 12px 17px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .about-sec a:hover {
                color: #fff;
            }

    .center-links .col-md-5:first-child {
        margin-left: 4%;
    }

    .center-links .col-md-5 {
        padding: 0;
        margin: 0;
    }

    .center-links .col-md-1 {
        text-align: center;
        padding-top: 24px;
    }

    .center-links .col-md-5 a {
        color: #fff;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'RobotoMedium';
        margin: 0;
        line-height: 24px;
        letter-spacing: 0px;
        width: 100%;
    }

        .center-links .col-md-5 a span {
            display: block;
            font-size: 16px;
            font-family: 'RobotoRegular';
        }

    /* All Project */



    /* Pagination */

    .pagination {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0 0 0 39%;
        width: 100%;
        position: relative;
        z-index: 9;
    }

        .pagination > ul > li > a.active {
            color: #FFFFFF;
        }

        .pagination > a#prev {
            left: 20px;
            position: absolute;
            top: 1px;
        }

        .pagination > a#next {
            right: 20px;
            position: absolute;
            top: 1px;
        }

        .pagination > a {
            background: none repeat scroll 0 0 rgba(107, 107, 107, 0.56);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            color: #fafafa;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0.3px;
            line-height: 10px;
            padding: 10px 20px;
            position: relative;
            border: 1px solid rgba(236,236,236,0.6);
        }

        .pagination > ul {
            display: table;
            float: none;
            margin: 0 auto;
            padding: 0;
            position: relative;
        }

            .pagination > ul > li {
                float: left;
                list-style: none outside none;
                margin: 0 5px;
            }

                .pagination > ul > li > a {
                    background: none repeat scroll 0 0 rgba(107, 107, 107, 0.56);
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                    color: #fafafa;
                    float: left;
                    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                    font-size: 17px;
                    font-weight: 400;
                    height: 32px;
                    line-height: 28px;
                    text-align: center;
                    -webkit-transition: all 0.5s ease 0s;
                    -moz-transition: all 0.5s ease 0s;
                    -ms-transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                    border: 1px solid rgba(236,236,236,0.6);
                    width: 32px;
                }

                    .pagination > ul > li > a:hover {
                        color: #FFFFFF;
                    }

        .pagination > a > i {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            color: #FFFFFF;
            font-size: 11px;
            height: 13px;
            line-height: 11px;
            position: absolute;
            text-align: center;
            width: 13px;
        }

        .pagination > a#next > i {
            right: -6px;
        }

        .pagination > a#prev > i {
            left: -6px;
        }

    .docslistpager .pagination-container {
        float: right;
        position: relative;
        left: -50%;
        text-align: left;
    }

    .docslistpager ul.pagination {
        list-style: none;
        position: relative;
        left: 50%;
        padding: 5px 0 0 0;
    }

    .docsfilter {
        position: relative;
    }

        .docsfilter i.fa {
            position: absolute;
            color: red;
            right: 2px;
            top: 5px;
            font-size: 22px;
            cursor: pointer;
        }
    /* Related Project */
    #related-project {
        float: left;
        margin-top: -30px;
        width: 100%;
    }

    .related-project {
        float: left;
        margin-top: 30px;
        width: 100%;
    }

        .related-project h3 {
            float: left;
            font-size: 16px!important;
            font-weight: normal;
            line-height: 19px;
            margin: 10px 0;
            width: 100%;
            font-family: 'RobotoMedium'!important;
        }

            .related-project h3 > a {
            }

        .related-project p {
            float: left;
            font-size: 13px;
            line-height: 20px;
            margin: -3px 0 0;
            width: 100%;
        }

    /* Inner Left Sec */
    .inner-left {
        float: left;
        width: 100%;
    }


    /* Post */
    .post {
        float: left;
        margin-bottom: 40px;
        position: relative;
        width: 100%;
    }

    .post-metas {
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .post-metas > ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
            margin-bottom: 5px;
        }

            .post-metas > ul > li {
                float: left;
                list-style: none outside none;
                margin-right: 5px;
            }

                .post-metas > ul > li > a {
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03) inset;
                    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03) inset;
                    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03) inset;
                    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03) inset;
                    box-shadow: 0 0 16px rgba(0, 0, 0, 0.03) inset;
                    color: #fff;
                    float: left;
                    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                    font-size: 11px;
                    letter-spacing: 0.3px;
                    line-height: 10px;
                    margin-bottom: 8px;
                    padding: 7px 10px;
                }

                    .post-metas > ul > li > a > i {
                        font-size: 13px;
                        margin-right: 5px;
                    }

                .post-metas > ul > li:last-child {
                    margin: 0;
                }

        .post-metas > div {
            float: left;
            position: relative;
            width: 100%;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            overflow: hidden;
        }

            .post-metas > div:before {
                position: absolute;
                top: 0;
                width: 50%;
                height: 100%;
                content: "";
                background: rgba(25,25,25,0.8);
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
                left: -50%;
            }

            .post-metas > div:after {
                position: absolute;
                top: 0;
                width: 50%;
                height: 100%;
                content: "";
                background: rgba(25,25,25,0.8);
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
                right: -50%;
            }

            .post-metas > div > img {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                float: left;
                width: 100%;
            }

    .post:hover .post-metas > div:after {
        right: 50%;
    }

    .post:hover .post-metas > div:before {
        left: 50%;
    }

    .post-metas > div > a {
        color: #FFFFFF;
        font-size: 40px;
        left: 50%;
        margin-left: -23px;
        margin-top: -32px;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 50%;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        -webkit-transition: all 0.4s ease 0.1s;
        -moz-transition: all 0.4s ease 0.1s;
        -ms-transition: all 0.4s ease 0.1s;
        -o-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        z-index: 999999;
    }

    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .post-metas > ul.breadcrumb {
        padding: 5px 10px;
        margin-bottom: 20px;
    }

        .post-metas > ul.breadcrumb > li > a {
            background: none;
            color: #4591ed;
            display: inline-block;
            font-size: 14px;
            margin: 2px;
            font-family: 'RobotoRegular', sans-serif;
            text-decoration: none;
            float: initial;
            padding: 4px;
            border: none;
        }

            .post-metas > ul.breadcrumb > li > a span {
                font-size: 14px !important;
            }

            .post-metas > ul.breadcrumb > li > a:hover {
                text-decoration: underline;
            }

        .post-metas > ul.breadcrumb > li + li:before {
            content: '>';
            padding: 0;
            color: #929292;
            font-family: 'RobotoMedium';
        }

    .breadcrumb .drop-container:hover .drop {
        display: block;
    }

    .breadcrumb .drop-container .drop {
        display: none;
        position: absolute;
        top: 28px;
        left: 122px;
        background: #fff;
        z-index: 10000;
        box-shadow: 2px 6px 7px rgba(0,0,0,0.3);
        border-radius: 0 0 10px 10px;
        padding: 5px 10px;
    }

        .breadcrumb .drop-container .drop a {
            display: block;
            padding: 0px 0px;
            font-size: 14px;
        }

        .breadcrumb .drop-container .drop ul {
            list-style: none;
            padding: 0;
        }

    .post:hover .post-metas > div > a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .post-desc {
        float: left;
        margin-top: 45px;
        width: 100%;
    }

    .one-column .post-desc {
        margin: 0;
    }

        .one-column .post-desc > h2 {
            margin: 20px 0 10px;
        }

        .one-column .post-desc > p {
            margin-bottom: 20px;
        }

    .post-desc > h2, .post-desc h2, .post-desc > h1, .post-desc h1 {
        float: left;
        /* font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; */
        font-size: 23px;
        font-weight: normal;
        /* letter-spacing: 0.3px; */
        line-height: 35px;
        width: 100%;
        text-transform: uppercase;
    }

        .post-desc > h2:first-child, .post-desc > h1:first-child {
            margin: 0 0 0px !important;
        }

        .post-desc > h2 > a, .post-desc > h1 > a {
            /*color: #666;*/
            text-decoration: none;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .post-desc > h2 > a:hover {
                text-decoration: underline;
            }

    .post-desc ul {
        float: left;
        margin: 0;
        width: 100%;
    }

    .post-desc strong, .post-desc b {
        font-weight: normal;
        font-family: 'RobotoBold';
    }

    .post-desc p, .post-desc li {
        color: #000;
        float: left;
        /* font-family: "NotoSansRegular", Helvetica, Arial, sans-serif; */
        font-size: 16px;
        letter-spacing: 0;
        line-height: 23px;
        margin: 0 0 10px;
        width: 100%;
    }

    .shortDescr .post-desc p, .shortDescr .post-desc li {
        margin-bottom: 10px;
    }

    .shortDescr.article .pagination {
        padding: 0 0 0 24%;
    }

    .post-desc a.viewDetails {
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #000;
        float: left;
        font-size: 13px;
        letter-spacing: 0.3px;
        line-height: 10px;
        padding: 10px 15px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border: 1px solid #e8ecec;
        -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
        -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
        -ms-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
        -o-box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
        box-shadow: 0px 0px 16px rgba(0,0,0,0.01) inset;
    }

    .post-desc > a:hover {
        color: #fff;
    }
    /* Single Post */
    .meta-tags {
        float: left;
        margin: 0;
        padding: 0;
        width: 50%;
    }

        .meta-tags > li {
            float: left;
            list-style: none outside none;
            margin-right: 10px;
            width: initial;
        }

            .meta-tags > li > i {
                color: #282828;
                float: left;
                font-size: 15px;
                line-height: 32px;
                margin-right: 10px;
            }

            .meta-tags > li > a {
                background: none repeat scroll 0 0 #FFFFFF;
                border: 1px solid #E8ECEC;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                color: #666666;
                float: left;
                font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
                font-size: 12px;
                letter-spacing: 0.3px;
                line-height: 9px;
                padding: 10px;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

                .meta-tags > li > a:hover {
                    color: #FFFFFF;
                }

    a.time-post, .comments a {
        cursor: default;
        text-decoration: none !important;
        color: #4591ed !important;
        background: none !important;
    }

        .comments a b {
            font-weight: normal;
        }

    .post-metas > ul > li.comments, .post-metas > ul > li.comments a {
        cursor: pointer;
        float: right;
    }

    .post-social {
        float: right;
        margin: 0;
        padding: 0;
        width: auto;
    }

        .post-social > li {
            float: left;
            list-style: none outside none;
            margin-right: 10px;
            width: initial;
        }

            .post-social > li > a {
                background: none repeat scroll 0 0 #FFFFFF;
                border: 1px solid #E8ECEC;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                color: #666666;
                float: left;
                font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                font-size: 14px;
                height: 33px;
                letter-spacing: 0.3px;
                line-height: 32px;
                text-align: center;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
                width: 35px;
                cursor: pointer;
            }

                .post-social > li > a:hover {
                    color: #FFFFFF;
                }

    /* Comment Sec */
    .comment-sec {
        float: left;
        margin-top: 70px;
        width: 100%;
    }

    #comment {
        float: left;
        width: 100%;
    }

        #comment > ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            #comment > ul > li {
                float: left;
                list-style: none outside none;
                width: 100%;
            }

    .comment {
        float: left;
        width: 100%;
    }

    #comment > ul > li > ul {
        float: left;
        margin: 30px 0;
        padding-left: 119px;
        width: 100%;
    }

        #comment > ul > li > ul > li {
            float: left;
            list-style: none outside none;
            width: 100%;
        }

            #comment > ul > li > ul > li > ul {
                float: left;
                padding-left: 119px;
                width: 100%;
                margin-top: 30px;
            }

                #comment > ul > li > ul > li > ul > li {
                    float: left;
                    list-style: none outside none;
                    width: 100%;
                }

    .reply {
        background: none repeat scroll 0 0 #F9F9F9;
    }

        .reply:before {
            background: none repeat scroll 0 0 #F9F9F9;
            border-right: 1px solid #E1E1E1;
            border-top: 1px solid #E1E1E1;
            content: "";
            height: 10px;
            left: 50%;
            margin-left: -5px;
            position: absolute;
            top: -6px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 10px;
        }

    /* About the AUthor */
    .author-post-sec {
        border-bottom: 1px dashed #C8C8C8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border-top: 1px dashed #C8C8C8;
        float: left;
        margin-bottom: 50px;
        margin-top: 50px;
        overflow: hidden;
        padding: 15px 35px;
        position: relative;
        width: 100%;
    }

    .author-post {
        float: left;
        position: relative;
        width: 100%;
        z-index: 9;
    }

        .author-post > span {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            margin-right: 35px;
            overflow: hidden;
        }

            .author-post > span > img {
                float: left;
                width: 100%;
            }

        .author-post > a {
            color: #666;
            display: block;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-weight: lighter;
            letter-spacing: 0.3px;
            line-height: 12px;
            margin-bottom: 15px;
            margin-top: 10px;
        }

            .author-post > a > i {
                font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                font-size: 13px;
                font-style: normal;
                font-weight: normal;
            }

        .author-post > p {
            color: #777777;
            display: block;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0.3px;
            line-height: 24px;
            margin: 0;
        }

    #related-project-sec {
        float: left;
        margin-top: -30px;
        position: relative;
        width: 100%;
    }

    .single-project-sec {
        float: left;
        position: relative;
        width: 100%;
        padding-top: 30px;
    }



    /* Sidebar */

    /* Sidebar Flicr Widget */

    /* Sidebar Categories Widget */
    .s-category-widget {
        float: left;
        margin-bottom: 30px;
        width: 100%;
        padding-right: 15px;
        margin-top: -5px;
    }

        .s-category-widget ul {
            float: left;
            margin: -15px 0 0;
            padding: 0;
            width: 100%;
        }

            .s-category-widget ul > li {
                border-bottom: 1px solid #E4E4E4;
                float: left;
                list-style: none outside none;
                width: 100%;
            }

                .s-category-widget ul > li > a {
                    float: left;
                    font-size: 14px;
                    line-height: 18px;
                    padding: 6px 0;
                    position: relative;
                    -webkit-transition: all 0.5s ease 0s;
                    -moz-transition: all 0.5s ease 0s;
                    -ms-transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                    width: 100%;
                }

                .s-category-widget ul > li.active {
                }
                    /*.s-category-widget ul > li.active:after {
                        content:'';
                        width: 0;
                        height: 0;
                        border: 0 solid transparent;
                        border-bottom-width: 100px;
                        border-top-width: 100px;
                        border-left: 100px solid black;
                    }*/
                    .s-category-widget ul > li.active > a, .s-category-widget ul > li:hover > a {
                        font-family: 'RobotoBold';
                    }

                        .s-category-widget ul > li.active > a > i {
                            /*color: #4591ed;*/
                        }

                .s-category-widget ul > li > a > i {
                    color: #888;
                    float: left;
                    font-size: 18px;
                    margin-right: 5px;
                    margin-top: 1px;
                    -webkit-transition: all 0.5s ease 0s;
                    -moz-transition: all 0.5s ease 0s;
                    -ms-transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                }

                .s-category-widget ul > li > a:hover > i {
                    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
                }

                .s-category-widget ul > li > a > span {
                    background: none repeat scroll 0 0 #FFFFFF;
                    border: 1px solid #E8ECEC;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                    box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
                    color: #777777;
                    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                    font-size: 12px;
                    line-height: 10px;
                    padding: 4px 2px;
                    position: absolute;
                    right: 0;
                }

    .info-category-widget {
        float: left;
        margin: 20px 5px 5px 5px;
        width: 90%;
        padding-right: 17px;
        border: 2px solid #ccc;
        padding: 10px 2px;
    }

    .fullsize .info-category-widget {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

        .fullsize .info-category-widget.tarifs.goodtarifs h3 {
            padding: 0;
        }

    .info-category-widget.tarifs .othertarifs {
        border-top: 2px solid #1fcc1d;
        padding: 10px 0 0 0;
    }

        .info-category-widget.tarifs .othertarifs h3 {
            font-size: 12px;
            padding-bottom: 5px;
        }

    .info-category-widget.tarifs {
        border-color: #bc2020;
        background: #f7e872;
        text-align: center;
    }

        .info-category-widget.tarifs h3 {
            color: #bc2020;
            background: none;
        }

        .info-category-widget.tarifs li {
            line-height: 13px;
            padding-bottom: 8px;
        }

            .info-category-widget.tarifs li:last-child {
                padding-bottom: 0;
            }

        .info-category-widget.tarifs.goodtarifs {
            border-color: #1fcc1d;
            background: #e4ffe1;
            text-align: center;
        }

            .info-category-widget.tarifs.goodtarifs h3 {
                color: #1fcc1d;
                background: none;
            }

    .buy-tariffs ul {
        font-size: 12px;
    }

        .buy-tariffs ul a, .goodtarifs ul a {
            /*line-height: 14px !important;
            font-weight: bold;
            width: 100%;*/
            float: none !important;
            color: #fff !important;
            padding: 6px 10px !important;
            font-size: 14px !important;
        }

    .info-category-widget h3 {
        text-align: center;
        background: none repeat scroll 0 0 #FFFFFF;
        color: #666666;
        font-family: 'RobotoMedium', Helvetica, Arial, sans-serif;
        font-size: 16px;
        /*font-weight: 600;*/
        letter-spacing: 0.3px;
        line-height: 14px;
        margin: 0;
        padding: 0 0 10px 0;
        position: relative;
    }

    .info-category-widget ul {
        padding: 0px 13px;
        margin: 0;
    }

        .info-category-widget ul > li {
            float: left;
            list-style: none outside none;
            width: 100%;
            border-bottom: 1px solid #E4E4E4;
        }

            .info-category-widget ul > li:last-child {
                border-bottom: none;
            }

            .info-category-widget ul > li > a {
                color: #666666;
                float: left;
                /*font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;*/
                font-size: 13px;
                /*letter-spacing: 0.3px;*/
                line-height: 18px;
                padding: 2px 3px 2px 0;
                position: relative;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
                z-index: 10000;
                /* width: 100%; */
            }

    /* Sidebar Testimonial */


    /* Sidebar Twitter Widget  */


    /* Widget Top Faq */
    .s-faq-widget {
        float: left;
        /* margin: 0 20px; */
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        padding: 13px 20px 8px;
        /* margin-bottom: 30px; */
    }

    .w-top-faq {
        float: left;
        width: 100%;
    }

    .s-faq-widget .heading2a {
        margin-bottom: 10px;
    }

    .s-faq-widget h2 {
        color: #777777;
        font-size: 18px;
    }

    .w-top-faq > ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .w-top-faq > ul > li {
            float: left;
            list-style: none outside none;
            width: 100%;
            padding: 0 0 14px 0;
        }

            .w-top-faq > ul > li:last-child {
                padding-bottom: 15px;
            }

            .w-top-faq > ul > li:last-child {
                margin: 0;
            }

            .w-top-faq > ul > li > i {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                color: #777777;
                float: left;
                /* margin-bottom: 30px; */
                margin-right: 5px;
                margin-top: 4px;
                /* display: none; */
                font-size: 10px;
            }

            .w-top-faq > ul > li > a {
                color: #4591ed;
                display: block;
                font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
                font-size: 15px;
                line-height: 16px;
                margin: 0;
                text-decoration: none;
            }

                .w-top-faq > ul > li > a:hover {
                    text-decoration: underline;
                }

            .w-top-faq > ul > li > span {
                float: left;
                padding-left: 20px;
                width: 100%;
            }

    /* Widget Support Team */




    /* Widhet Get Help */

    /* Find A Place or Job */

    /* FAQ */

    /* History Page */


    /* Gallery 1 */


    /* Job Map */

    /* Job Description */

    /* Job Skills */




    /* Project */

    /* Price Table */
    .price-table-sec {
        float: left;
        width: 100%;
    }

        .price-table-sec > ul {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .price-table-sec > ul > li {
                float: left;
                list-style: none outside none;
                width: 100%;
            }

                .price-table-sec > ul > li.price-head {
                    background: none repeat scroll 0 0 padding-box content-box #777;
                    border: 10px solid #FFFFFF;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    display: table;
                    float: none;
                    height: 190px;
                    margin: 0 auto -95px;
                    position: relative;
                    width: 190px;
                    z-index: 9;
                    -webkit-transition: all 0.4s ease 0s;
                    -moz-transition: all 0.4s ease 0s;
                    -ms-transition: all 0.4s ease 0s;
                    -o-transition: all 0.4s ease 0s;
                    transition: all 0.4s ease 0s;
                }

    .price-head > h2 {
        color: #fff;
        float: left;
        font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
        font-size: 60px;
        font-weight: bold;
        letter-spacing: -2.7px;
        margin: 0;
        padding: 45px 0 0;
        text-align: center;
        width: 100%;
    }

        .price-head > h2 > i {
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 30px;
            font-style: normal;
            font-weight: normal;
            letter-spacing: -1.5px;
        }

    .price-head > i {
        color: #fff;
        float: left;
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: center;
        width: 100%;
    }

    .price-category > h3 {
        /*background: none repeat scroll 0 0 #353342;*/
        /*color: #FFFFFF;*/
        float: left;
        font-family: "OpenSansBold", Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: normal;
        letter-spacing: -0.7px;
        line-height: 24px;
        margin: 0;
        padding: 106px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-bottom: none;
    }

    .price-features > i {
        border: 1px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        float: left;
        font-size: 19px;
        height: 45px;
        line-height: 45px;
        margin-right: 20px;
        text-align: center;
        width: 45px;
    }

    .price-features > p {
        display: block;
        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
        font-size: 15px;
        /* letter-spacing: 0.3px; */
        line-height: 16px;
        margin: 0;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .price-table-sec:hover .sign-up span {
        background: #4591ed;
    }

    .price-features {
        /* background: none repeat scroll 0 0 #353342; */
        /* border-top: none; */
        margin: 0;
        /*        padding: 15px 10px;
*/ background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-top: none;
        height: 52px;
    }

        .price-features.price-about {
            padding-top: 10px;
        }

            .price-features.price-about p {
                font-size: 14pt;
            }

    .price-table-sec .sign-up span {
        background: none repeat scroll 0 0 #777;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        -o-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        color: #FFFFFF;
        display: table;
        float: none;
        font-family: "NotoSansBold", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.3px;
        line-height: 10px;
        margin: 0 auto;
        padding: 25px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }

    .price-table-sec .sign-up > span > a {
        color: #fff;
    }

    .parallax .col-md-6 ul, .parallax .col-md-6 h2 {
        background-color: rgba(255,255,255,0.6);
        clear: both;
        padding: 10px 30px;
        border-radius: 5px;
    }

    .parallax .col-md-6 h2 {
        padding: 10px 18px;
        line-height: 20px;
        letter-spacing: -0.65px;
    }

    .parallax #whats-new {
        text-align: center;
        background-color: rgba(255,255,255,0.4);
        padding: 10px 0 20px;
        border-radius: 5px;
    }

        .parallax #whats-new h1 {
            text-shadow: 0 0 13px rgba(255,255,255,0.4);
        }

            .parallax #whats-new h1 i {
                /* margin: 0; */
                text-shadow: 0 0 13px rgba(255,255,255,0.4);
                margin-top: 15px;
            }
    /* Single History */

    /* Contact Sec */

    #contact {
        float: left;
        width: 100%;
    }

    .contact-sec {
        float: left;
        width: 100%;
    }

        .contact-sec > p {
            float: left;
            font-size: 18px;
            line-height: 25px;
            width: 100%;
        }

        .contact-sec > span {
            color: #444;
            float: left;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 20px;
            letter-spacing: 0.3px;
            line-height: 27px;
            margin-bottom: 19px;
            margin-right: 30px;
            margin-top: 0px;
        }

            .contact-sec > span > i {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                color: #FFFFFF;
                float: left;
                font-size: 15px;
                height: 28px;
                line-height: 28px;
                margin-right: 10px;
                text-align: center;
                width: 28px;
            }

        .contact-sec > iframe {
            border: medium none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            height: 400px;
            width: 100%;
            margin-bottom: 40px;
        }

    #contact span.required {
        font-size: 13px;
        color: #ff0000;
    }
    /* Select the colour of the * if the field is required. */

    #message {
        float: left;
        margin: 10px 0;
        width: 100%;
    }

    .loader {
        padding: 0 10px;
    }



    /* Event Sec */

    /* Buy a Ticket */

    /* Promotional Video */



    /* Event Single */


    /* Error Page */
    .error-sec {
        padding-bottom: 0;
    }

    .error-page {
        float: left;
        padding-bottom: 130px;
        position: relative;
        width: 100%;
    }

        .error-page > .error-footer {
            bottom: 0;
            content: "";
            height: 130px;
            left: 0;
            position: absolute;
            width: 100%;
        }

            .error-page > .error-footer:before {
                background-image: url("/Content/images/circle.png");
                background-repeat: repeat-x;
                content: "";
                height: 8px;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

        .error-page > h1 {
            display: table;
            float: none;
            margin: 0 auto 40px;
            width: auto;
        }

        .error-page > h2 {
            color: #666666;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 30px;
            letter-spacing: 0.3px;
            line-height: 27px;
            margin: 0 0 25px;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
        }

        .error-page > h3 {
            color: #777777;
            float: left;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            font-size: 17px;
            letter-spacing: 0.3px;
            line-height: 16px;
            margin: 0 0 60px;
            text-align: center;
            width: 100%;
        }

        .error-page > form {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #E8ECEC;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05) inset;
            -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05) inset;
            -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05) inset;
            -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.05) inset;
            display: table;
            float: none;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
        }

            .error-page > form > input {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                border: medium none;
                color: #555555;
                float: left;
                font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                font-size: 13px;
                height: 35px;
                padding: 0 14px;
                width: 300px;
            }

            .error-page > form > i {
                color: #BEBEBE;
                float: right;
                font-size: 16px;
                padding: 8px 12px;
            }

        .error-page > ul {
            display: table;
            float: none;
            margin: 30px auto 70px;
            padding: 0;
        }

            .error-page > ul > li {
                float: left;
                list-style: none outside none;
                margin: 0 15px;
            }

                .error-page > ul > li > a {
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                    color: #FFFFFF;
                    float: left;
                    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                    font-size: 13px;
                    letter-spacing: 0.3px;
                    line-height: 10px;
                    padding: 15px 20px;
                }

    /* Signup Form */
    #register-popup-json {
        border: none;
    }

        #register-popup-json:before {
            background: none;
            height: 0;
        }

    .register-sec {
        /*background-image: url("images/resource/slide1.jpg");*/
        background-size: 100% 100%;
        padding: 40px 0;
    }

    .register-form {
        background: none repeat scroll 0 0 rgba(247, 247, 247, 0.8);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        position: relative;
        width: 100%;
        padding: 25px;
        border: 2px solid #398af0;
    }

        .register-form:before {
            background-image: url("images/shadow2.png");
            background-repeat: no-repeat;
            background-size: 100% auto;
            bottom: -26px;
            content: "";
            height: 24px;
            left: 0;
            position: absolute;
            width: 100%;
            opacity: 0.4;
        }

        .register-form h3 {
            color: #666666;
            float: left;
            /*font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;*/
            font-size: 18px;
            font-weight: normal;
            letter-spacing: 0.3px;
            line-height: 18px;
            margin: 0 0 25px;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
        }

        .register-form > .row form > div > div.inputDiv {
            background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
            border: 1px solid #C8C8C8;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            height: 50px;
            margin-bottom: 10px;
            padding: 0 20px;
        }

            .register-form > .row form > div > div.inputDiv > i {
                color: #ABABAB;
                float: left;
                font-size: 15px;
                line-height: 48px;
                margin-right: 20px;
            }

            .register-form > .row form > div > div.inputDiv > input {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                border: medium none;
                color: #777777;
                float: left;
                font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
                font-size: 14px;
                height: 46px;
                letter-spacing: 0.3px;
                width: 80%;
            }

        .register-form > .row form > div > p {
            float: left;
            margin: 0 0 10px;
            width: 100%;
        }

            .register-form > .row form > div > p > label {
                color: #8B8B8B;
                float: left;
                font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
                font-size: 13px;
                font-weight: normal;
                letter-spacing: 0.3px;
                margin: 1px 0 0 15px;
            }

    .submit-form {
        background-color: rgba(247, 247, 247, 0.8);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        padding: 15px;
        width: 100%;
    }

        .submit-form > input {
            border: medium none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            color: #FFFFFF;
            display: table;
            float: none;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 15px;
            letter-spacing: 0.3px;
            margin: 0 auto;
            padding: 10px 65px;
            width: 100%;
        }

        .submit-form > p {
            color: #8B8B8B;
            display: table;
            float: none;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 12px;
            letter-spacing: 0.3px;
            margin: 15px auto 0;
            text-align: center;
            width: 100%;
        }

            .submit-form > p > i {
                font-style: normal;
            }


    /* Widget Employe Of The Month 2 */


    /* Widget News Letter */



    /* Widget Our Ceo */

    /* Features Parallax */


    /* Video Parallax */


    /* Shop Category Sec */

    /* SHop Offer */


    /* Our Products */


    /* Shop Brands */

    /* Our Cases Sec */

    /* Awards */
    #awards-sec {
        float: left;
        width: 100%;
    }

        #awards-sec > h2 {
            border-bottom: 4px solid #d0d0d0;
            color: #434242;
            display: table;
            float: none;
            font-family: "RobotoLight", Helvetica, Arial, sans-serif;
            font-size: 25px;
            font-weight: normal;
            line-height: 16px;
            margin: 0 auto;
            padding: 0 15px 15px;
            text-transform: uppercase;
        }

    .award-timeline {
        float: left;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 70px 0 0;
        position: relative;
        width: 100%;
    }

        .award-timeline > .left > .award-timeline-box {
            margin-bottom: 40px;
        }

    .award-timeline-box > iframe {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        width: 100%;
        border: medium none;
        height: 307px;
    }

    .award-timeline-box:hover {
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
        -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
        -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
    }

    .award-timeline:before {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #D0D0D0;
        content: "";
        height: 100%;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -1px;
        width: 4px;
    }

    .award-timeline-box {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 3px solid #d0d0d0;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        border-radius: 22px;
        float: left;
        padding: 15px;
        position: relative;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
    }

    .award-timeline .award-timeline-box:before {
        background: none repeat scroll 0 0 #D0D0D0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 18px;
        margin-right: -24.5px;
        position: absolute;
        right: 0;
        top: 30px;
        width: 18px;
        z-index: 0;
    }

    .award-timeline .award-timeline-box:after {
        background: none repeat scroll 0 0 #D0D0D0;
        content: "";
        height: 4px;
        margin-right: -10px;
        position: absolute;
        right: 0;
        top: 37px;
        width: 80%;
        z-index: -1;
    }

    .award-timeline > .right > .award-timeline-box:before {
        left: 0;
        margin-left: -23.5px;
    }

    .award-timeline > .right > .award-timeline-box:after {
        left: 0;
        margin-left: -10px;
    }

    .award-timeline > .right > .award-timeline-box {
        margin-top: 40px;
    }

        .award-timeline > .right > .award-timeline-box:first-child {
            margin-top: -40px;
        }

    .award-timeline-box > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        /*width: 100%;*/
        padding-right: 15px;
    }

    .award-timeline-box > p {
        float: left;
        font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        width: 65%;
        text-align: justify;
    }

    .award-timeline-box > h3 {
        float: left;
        font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: lighter;
        letter-spacing: 0.3px;
        line-height: 13px;
        margin: 25px 0 15px;
        text-transform: uppercase;
        width: 65%;
        font-weight: bold;
    }

.award-timeline-box > .h4 {
    cursor: default;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

    #timeline-slide1 {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #timeline-slide1 li {
            float: left;
            list-style: none outside none;
            width: 100%;
        }

            #timeline-slide1 li > img {
                float: left;
                width: 100%;
            }

    .award-timeline-box > span {
        float: left;
        width: 33.3333%;
    }

        .award-timeline-box > span > img {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            padding: 4px;
            width: 100%;
        }
    /*.col-md-6.right {
    margin-top:60px;
}*/
    #awards-sec.about img {
        width: 100%;
    }

    #awards-sec.about .award-timeline-box > h3 {
        width: 100%;
        text-align: center;
        margin: 15px 0 0 0;
        padding: 0;
    }

    #awards-sec.about .award-timeline-box > h3, #awards-sec.about .award-timeline-box > p {
        width: 100%;
    }

    #awards-sec.about .award-timeline-box > p {
        padding-top: 0px;
        margin-top: 4px;
        line-height: 15pt;
        letter-spacing: 0;
        font-size: 11pt;
    }
    /* Job Form Sec */

    /* Css Swither main styles */
    .checkbox, .radio {
        background: url("images/checkbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        clear: left;
        display: block;
        float: left;
        height: 25px;
        margin: 0;
        padding: 0 5px 0 0;
        width: 19px;
    }

    .radio {
        background: url('images/radio.png') no-repeat;
    }

    .select {
        position: absolute;
        width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
        height: 21px;
        padding: 0 24px 0 8px;
        color: #fff;
        font: 12px/21px arial,sans-serif;
        background: url(select.html) no-repeat;
        overflow: hidden;
    }



    /* Coming Soon */

    .timer {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.57);
        border-bottom: 1px solid #ACB0B6;
        border-top: 1px solid #ACB0B6;
    }


    /* Footer */
    footer {
        background: none repeat scroll 0 0 #2c2f34;
        border-top: 1px solid #ABABAB;
        float: left;
        width: 100%;
        padding-bottom: 0 !important;
    }

        footer h3, footer .h3 {
            border-bottom: 1px solid #3e4044;
            color: #FFFFFF;
            float: left;
            font-family: "RobotoMedium", Helvetica, Arial, sans-serif;
            font-size: 17px;
            font-weight: normal;
            letter-spacing: 0.3px;
            line-height: 14px;
            margin: 0;
            padding-bottom: 15px;
            position: relative;
            width: 100%;
            margin-bottom: 10px;
        }

            footer h3:before, footer .h3:before {
                background: none repeat scroll 0 0 #747272;
                bottom: -1px;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                width: 50%;
            }

        footer p {
            color: #ACACAC;
            float: left;
            font-family: "RobotoRegular",Helvetica,Arial,sans-serif;
            font-size: 13px;
            line-height: 18px;
            margin: 0;
            text-align: justify;
            width: 100%;
        }

        footer h3 > i, footer .h3 > i {
            font-style: normal;
            font-weight: normal;
            font-family: "RobotoLight", Helvetica, Arial, sans-serif;
        }

    .pluso {
        position: absolute !important;
        right: 95px;
        bottom: 76px;
    }

    @media (max-width: 991px) {
        .pluso {
            width: 119px;
            text-align: center;
            position: relative !important;
            top: initial;
            bottom: initial;
            left: initial;
            right: initial;
            margin: 0 auto;
        }
    }
    /* About Dastak */

    .f-about-7docs {
        float: left;
        width: 100%;
    }

        .f-about-7docs > a {
            float: left;
            width: 100%;
            /*margin-bottom: 40px;*/
        }

            .f-about-7docs > a > img {
                height: 69px;
            }
    /* Footer Testimonial  */


    /* Find our Office */
    .f-find-office {
        float: left;
        width: 100%;
    }

        .f-find-office > span > img {
            float: left;
            width: 100%;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

        .f-find-office > ul > li:last-child {
            margin: 0;
        }

        .f-find-office > span {
            border: 1px solid #4a4b4f;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            float: left;
            padding: 10px;
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
        }

        .f-find-office > ul {
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .f-find-office > ul > li {
                float: left;
                list-style: none outside none;
                width: 100%;
                margin-bottom: 15px;
            }

                .f-find-office > ul > li > i {
                    color: #717580;
                    float: left;
                    font-size: 18px;
                    line-height: 22px;
                    margin-bottom: 8px;
                    margin-right: 0;
                    text-align: center;
                    width: 33px;
                }

                .f-find-office > ul > li > p {
                    display: block;
                    float: none;
                    margin-bottom: 10px;
                    text-align: left;
                    font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
                    font-size: 13px;
                    color: #9da0a9;
                    line-height: 16px;
                    margin: 0;
                    text-align: justify;
                }

    /* Subscribe uS */






    /* Elements */


    /* Footer Recent Post */
    .f-recent-office {
        float: left;
        width: 100%;
    }

        .f-recent-office > ul {
            padding: 0;
            margin: 0;
            float: left;
            width: 100%;
        }

            .f-recent-office > ul li {
                float: left;
                list-style: none outside none;
                margin-bottom: 12px;
                overflow: hidden;
                width: 100%;
            }

                .f-recent-office > ul li.news-widget {
                    border-bottom: 1px solid #777777 !important;
                    margin-bottom: 5px !important;
                    padding-bottom: 5px !important;
                    text-align: justify;
                }

                    .f-recent-office > ul li.news-widget:last-child {
                        margin-bottom: 0;
                        padding-bottom: 0;
                        border-bottom: none;
                    }

                .f-recent-office > ul li > span > img {
                    float: left;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                }

        .f-recent-office.fff > ul > li > span > img {
            float: left;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }

        .f-recent-office > ul li > a > i {
            color: #888787;
            float: left;
            font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
            font-size: 10px;
            font-style: normal;
            letter-spacing: 0.3px;
            margin-top: 2px;
        }

        .f-recent-office > ul li > span {
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .f-recent-office > ul li > a {
            color: #d3d2d2;
            display: block;
            font-size: 12px;
            letter-spacing: 0;
            margin: 0;
            line-height: 14px;
        }

        .f-recent-office > ul li > strong {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            color: #d3d2d2;
            display: block;
            margin-top: 20px;
        }

    /* Footer Bottom line */
    .bottom-line {
        background: none repeat scroll 0 0 #1D1D1D;
        border-top: 1px solid #777777;
        float: left;
        margin-top: 70px;
        width: 100%;
        padding: 15px 0;
    }

        .bottom-line span {
            color: #FFFFFF;
            float: left;
            font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
            font-size: 12px;
            letter-spacing: 0.3px;
            line-height: 20px;
        }

            .bottom-line span > i {
                font-style: normal;
                color: #9e9e9e;
            }

        .bottom-line ul {
            float: right;
            margin: 0;
            padding: 0;
        }

            .bottom-line ul > li {
                float: left;
                list-style: none outside none;
                margin-left: 10px;
            }

                .bottom-line ul > li > a {
                    background: none repeat scroll 0 0 #3A3E4A;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                    color: #DBDBDB;
                    float: left;
                    font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
                    font-size: 11px;
                    line-height: 10px;
                    padding: 6px 10px;
                    -webkit-transition: all 0.4s ease 0s;
                    -moz-transition: all 0.4s ease 0s;
                    -ms-transition: all 0.4s ease 0s;
                    -o-transition: all 0.4s ease 0s;
                    transition: all 0.4s ease 0s;
                }

    .scroll {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .renderBodyBox {
        height: 109px;
        width: 100%;
    }

    /* custom */
    .swMain div.actionBar a, .swMain div.actionBar input {
        font-family: 'RobotoMedium';
        text-transform: uppercase;
    }

    .swMain .form-group > .col-md-3,
    .swMain .form-group > .col-md-4,
    .swMain .form-group > .col-md-5,
    .swMain .form-group > .col-md-6,
    .swMain .form-group > .col-md-7,
    .swMain .form-group > .col-md-9.no-padding .col-md-2,
    .swMain .form-group > .col-md-9.no-padding .col-md-1 {
        text-align: right;
        line-height: 34px;
        padding-right: 0;
    }

    .swMain .form-group > .col-md-9.no-padding .col-md-4 {
        text-align: right;
        line-height: 34px;
    }

    .swMain .form-group > .col-md-9.no-padding > div.col-md-3:last-child {
        padding-right: 0;
    }

    .swMain .form-group > .col-md-9.no-padding > div.col-md-4:last-child {
        padding-left: 10px !important;
    }

    .swMain .form-group > .col-md-1 {
        line-height: 34px;
        padding-right: 0;
        padding-left: 10px;
    }

    .swMain .form-group > .col-md-2 {
        text-align: right;
    }

        .swMain .form-group > .col-md-2 label, .remove_okved, .remove_holding, .remove_ceo, .remove_applicant {
            font-size: 18pt;
            color: red;
            cursor: pointer;
        }

    .remove_ceo, .remove_applicant {
        margin: 0 0 0 20px;
        right: 15px;
        top: 0;
        position: absolute;
    }

    .swMain .form-group > .col-md-1 .remove_field_man, .remove_field {
        float: right;
        font-size: 18pt;
        color: red;
        cursor: pointer;
    }

    .swMain .form-group .no-padding-center {
        line-height: 34px;
        text-align: center;
        padding: 0;
    }

    #fa.fa.fa-exclamation-circle, #fa.fa.fa-check-circle {
        color: red;
        font-size: 14pt;
    }

    #fa.fa.fa-exclamation-circle {
        color: red;
    }

    #fa.fa.fa-check-circle {
        color: green;
    }

    .swMain .form-group > .col-md-5, .foundersList .col-md-6, .foundersListFirm .col-md-6,
    .swMain .form-group > .col-md-5, .foundersNewList .col-md-6, .foundersNewListFirm .col-md-6,
    .newFounderBox .col-md-6 {
        text-align: left !important;
        height: 34px;
        display: flex;
        align-items: center;
    }

    .folderHoldingList .col-md-5 {
        height: inherit !important;
    }

    input[type=checkbox].founderHoldingsChck {
        margin-top: -4px;
        margin-right: 4px;
    }

    .founderHoldingsBox {
        border: 1px dotted #999;
        background: #ededed;
        padding: 10px 0 0 0;
        margin-bottom: 35px;
        border-radius: 0 0 12px 12px;
    }

    .swMain .form-group > .col-md-5 > a, .foundersList .col-md-6 > a, .foundersListFirm .col-md-6 > a {
        font-size: 11pt;
        line-height: 18px;
    }

    .ceoList a {
        font-size: 11pt;
    }

    .ceoItem, .applicantItem, .oldCeoItemBox, .firmCeoItemBox, .founderItem, .founderBox, .foundersListFirm > div, .liquidatorItem,
    .newFounderBox {
        margin-bottom: 5px;
        line-height: 32px;
        background: rgb(247,247,247);
        background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 98%, rgba(208,208,208,1) 100%);
        border-radius: 5px;
        position: relative;
    }

        .ceoItem a, .oldCeoItem a, .applicantItem a, .firmCeoItemBox a, .founderItem a,
        .founderBox a,
        .foundersListFirm > div a,
        .liquidatorItem a,
        .newFounderBox a {
            font-size: 15px;
        }

    .applicantItem {
        padding-bottom: 3px;
    }

    .oldCeoItemBox {
        padding-top: 10px;
    }

    .oldCeoItem {
        margin-top: -10px;
    }

    .founderItem, .founderBox, .foundersListFirm > div, .newFounderBox {
        padding: 5px 0 0;
    }

    .swMain .form-group.foundersHeaderList, .swMain .form-group.foundersFirmHeaderList,
    .swMain .form-group.foundersNewHeaderList, .swMain .form-group.foundersNewFirmHeaderList {
        margin-bottom: 0;
    }

    .founder-alert {
        text-align: center;
        color: red;
    }

    .swMain .foundersHeaderList {
        clear: both;
    }

    .sharetype-2 div {
        padding: 0 !important;
    }

    .sharetype-2 input {
        padding: 0 4px;
    }

    .swMain .form-group .headers {
        text-align: center;
        font-size: 11pt;
    }

    .swMain .form-group .col-md-2.headers {
    }

    .swMain .form-group .col-md-6.headers {
        text-align: left;
        padding-top: 5px;
    }

    .swMain .form-group > .col-md-3.text-left, .swMain .form-group > .col-md-4.text-left {
        text-align: left !important;
    }

    .swMain .col-md-3.date, .swMain .col-md-2.date, .swMain .col-md-4.date {
        padding-right: 0;
    }

    .swMain .col-md-2.date {
        width: 22.666667%;
    }

    .swMain ul.anchor {
        /*height:800px;*/
        width: 25% !important;
    }

        .swMain ul.anchor li, .oooForm .swMain ul.anchor li a, .oooForm .swMain ul.anchor li a.ui-tabs-anchor, .oooForm .swMain ul.anchor li.addTab span {
            width: 100%;
        }

            .oooForm .swMain ul.anchor li a.ui-tabs-anchor {
                overflow: hidden;
            }

    .oooForm .swMain .col-md-2.mainOkved, .oooForm .swMain .col-md-10.mainOkved {
        line-height: 15px !important;
        margin: 6px 0;
        letter-spacing: -0.5px;
    }

    .okvedsHeader {
        background: rgb(240 240 240);
        margin-top: 15px;
        border-radius: 5px 5px 0px 0px;
    }

    .swMain .heading2 {
        margin-bottom: 20px;
    }

        .swMain .heading2.secondHeading {
            margin-top: 20px;
        }

    .swMain #step-4 .heading2.secondHeading {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .swMain .okvedList {
        border-bottom: 1px solid #ccc;
    }

    .swMain .col-md-12.rbOkveds, .swMain .col-sm-12.rbOkveds {
        min-height: 40px;
        line-height: 40px;
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

        .swMain .col-md-12.rbOkveds .col-md-2, .swMain .col-sm-12.rbOkveds .col-sm-2 {
            text-align: center;
        }

        .swMain .col-md-12.rbOkveds .col-md-8, .swMain .col-sm-12.rbOkveds .col-sm-8 {
            line-height: normal;
            min-height: 40px;
            /* Internet Explorer 10 */
            display: -ms-flexbox;
            -ms-flex-align: center;
            /* Firefox */
            display: -moz-box;
            -moz-box-align: center;
            /* Safari, Opera, and Chrome */
            display: -webkit-box;
            -webkit-box-align: center;
            /* W3C */
            display: box;
            box-align: center;
            text-align: left;
        }

        .swMain .col-md-12.rbOkveds label, .swMain .col-sm-12.rbOkveds label {
            font-weight: normal;
        }

    .swMain .okvedList .col-md-12.rbOkveds .col-md-2 {
        text-align: center;
    }

    .swMain .col-md-2.mainOkved {
        line-height: 13px !important;
        margin-top: 6px;
        text-align: center;
        font-weight: bold;
        padding: 0;
    }

    .swMain .col-md-10.mainOkved {
        font-weight: bold;
    }

    .swMain .col-md-12.rbOkveds:hover {
        background-color: rgba(0, 154, 255, 0.12);
    }

    .swMain .submit {
        cursor: pointer;
        cursor: hand;
    }

    .ui-dialog.ui-widget {
        height: 490px !important;
        padding: 7px 20px;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
        -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
        border-radius: 5px;
        border: 3px solid #4591ed;
    }

    @media (max-width: 991px) {
        .ui-dialog.ui-widget {
            width: 100% !important;
            left: 0 !important;
            height: 100% !important;
        }

        .register-form > .row form > div > div.inputDiv {
            margin-bottom: 10px;
        }

        .submit-form > p {
            width: 100%;
        }

        .register-popup .register-form.social-form {
            padding: 0;
        }

        .register-popup .register-form h3 {
            display: none;
        }

        .register-popup div.infodiv {
            font-size: 16px;
        }

        .register-popup h2 {
            font-size: 24px;
        }

        .submit-form > p {
            margin-top: 0;
        }
    }

    .ui-dialog.ui-widget.contact-dialog {
        padding: 0;
    }

        .ui-dialog.ui-widget.contact-dialog .landing-form {
            margin: 0;
            border: none;
            background: #fff;
            padding-top: 0;
        }

            .ui-dialog.ui-widget.contact-dialog .landing-form .col-md-12 > .land-cont-head {
                margin-top: 10px;
            }

            .ui-dialog.ui-widget.contact-dialog .landing-form .form-group {
                margin-bottom: 7px;
            }

            .ui-dialog.ui-widget.contact-dialog .landing-form .add_field_button {
                margin-top: 0;
                margin-left: 4px;
            }

            .ui-dialog.ui-widget.contact-dialog .landing-form .col-md-12.input_fields_wrap div {
                padding: 3px;
                float: left;
                width: 32%;
                border: 1px solid #CCC;
                margin: 4px;
            }

                .ui-dialog.ui-widget.contact-dialog .landing-form .col-md-12.input_fields_wrap div input[type="file"] {
                    width: 94%;
                }

    .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
        padding: 5px 0 0 0;
        font-size: 20px;
        color: #666;
        text-align: center;
        text-transform: uppercase;
    }

    .ui-dialog.ui-widget.contact-dialog .landing-form .col-md-6 {
        border-right: 1px solid #f9f9f9;
        border-bottom: 3px solid #f9f9f9;
    }

        .ui-dialog.ui-widget.contact-dialog .landing-form .col-md-6:last-child {
            border-right: none;
        }

    .ui-dialog.ui-widget.deleteDialog {
        height: 200px !important;
    }

    .ui-dialog.ui-widget.deleteDialog2 {
        height: 250px !important;
    }

    .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
        border: none !important;
        padding-top: 10px;
    }

    .ui-dialog-buttonpane .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: none;
        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-right: 10px;
        padding: 5px 20px;
    }

        .ui-dialog-buttonpane .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:first-child, .ui-dialog-buttonpane .btn.btn-success {
            background-color: #4591ed;
            color: #FFFFFF;
        }

        .ui-dialog-buttonpane .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:last-child {
            background-color: #fff;
            border: 1px solid #777777;
            color: #777777;
            padding: 4px 20px;
        }

    .ui-dialog-buttonpane .btn.btn-danger {
        color: #fff !important;
        background-color: #d9534f !important;
        border-color: #d43f3a !important;
    }

    .okvedlabel {
        font-weight: normal;
    }

    .okvedlabelCode {
        width: 80px;
        display: inline-block !important;
        margin-bottom: 0;
    }

    #filter-count {
        display: block;
        float: left;
        font-weight: bold;
        padding: 7px 13px;
    }

    .text-input.form-control {
        width: 300px;
        float: left;
    }

    .form-control.form-short {
        display: inline;
        width: 70px;
    }

    .collapsible, .dialogContent label, .dialogContent input {
        cursor: pointer;
        cursor: hand;
    }

        .collapsible.nav-section1 {
            line-height: 20px;
            margin-bottom: 5px;
        }

        .collapsible.nav-section2 {
            padding-left: 20px;
            margin-bottom: 5px;
        }

        .collapsible.nav-section3 {
            padding-left: 40px;
            margin-bottom: 5px;
        }

    .coll-content2 {
        padding-left: 36px;
    }

    .coll-content3 {
        padding-left: 57px;
    }

        .coll-content2 div, .coll-content3 div {
            padding-bottom: 5px;
            line-height: 20px;
        }

    .dialogContent .coll-content2 div, .dialogContent .coll-content3 div {
        padding-bottom: 0;
        line-height: inherit;
    }

    #searchresults div i {
        font-style: normal;
    }

    #loading {
        background: url('images/loader.gif') no-repeat center;
        width: 300px;
        height: 22px;
        position: absolute;
    }
    /*.collapsible span {
    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;
float:left;
padding-top: 4px;
padding-right: 5px;
color: #4591ed;
}*/

    .checkDocsLink.collapsible, .collapsible.infoCollapse {
        cursor: pointer;
        margin: 10px 0;
    }
    /*.checkDocsLink.collapsible span.chkdl {
color: #4591ed;
text-decoration:underline;
}
    .checkDocsLink.collapsible span {
    display: inline-block;
font:inherit;
font-weight:bold;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float:inherit;
padding-top: 0;
padding-right: 0;
color:inherit;
}*/

    .form-group.checkMess, #taxmess {
        font-size: 16pt;
        text-align: center;
        padding: 10px 0;
    }

    .collapsible.infoCollapse {
        text-decoration: underline;
        color: #4591ed;
        display: inline;
    }

    .infoBoxCollapse {
        background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-radius: 3px;
        padding: 10px 20px;
        text-align: justify;
    }

        .infoBoxCollapse ul, .infoBoxCollapse ol {
            margin: 5px 0;
        }

    .checkDocsStatusId-1 .fa, .stampStatusId-1 .fa, .bankStatusId-1 .fa {
        color: #828282;
    }

    .checkDocsStatusId-2 .fa, .stampStatusId-2 .fa, .bankStatusId-2 .fa {
        color: #bfb000
    }

    .checkDocsStatusId-3 .fa, .stampStatusId-3 .fa, .bankStatusId-3 .fa {
        color: #09c107
    }

    .status-yellow {
        border: 1px solid #f3ec6a !important;
    }

    .status-green {
        border: 1px solid #1fea00 !important;
    }

    .docsInstruction > div#status {
        border: none;
    }

    .docsInstruction .docsInstruction-ext p {
    }

    .docsInstruction .docsInstruction-ext ul {
        list-style: initial;
        padding: 0 0 10px 30px;
    }

    .ui-widget-content {
        border: 1px solid #aaaaaa;
        background: #ffffff 50% 50% repeat-x;
        color: #222222;
        z-index: 1000;
    }

    .edit-icons .fa, .docs-pack .edit-icons.docitem .fa, .docs-pack .edit-icons.docitem .fa:hover {
        font-size: 20pt;
    }

    .docs-pack .edit-icons .fa {
        font-size: 40pt;
    }

    .col-md-12.docs.zip .edit-icons .fa {
        font-size: 30pt;
    }

    .docs-pack .edit-icons .fa:hover {
        font-size: 44pt;
        margin: -4pt -2pt 0 -2pt;
        -webkit-transition: all 0.1s ease 0s;
        -moz-transition: all 0.1s ease 0s;
        -ms-transition: all 0.1s ease 0s;
        -o-transition: all 0.1s ease 0s;
        transition: all 0.1s ease 0s;
    }

    .col-md-12.docs.zip .edit-icons .fa:hover {
        font-size: 34pt;
        margin: -4pt -2pt 0 -2pt;
    }

    .col-md-3.edit-icons {
        padding-right: 0;
    }

    .docs-pack .edit-icons a {
        float: left;
        margin-right: 18px;
    }

    .col-md-12.docs.zip .edit-icons a {
        margin-right: 32px;
    }

    .docs-pack .edit-icons span {
        font-size: 11pt;
        clear: both;
        display: block;
        text-align: center;
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
    }

    .doc-item .edit-icons span.unactiveDocs {
        font-weight: bold;
        padding-right: 36px;
        color: #555;
    }

    .edit-icons .fa.fa-edit {
        color: #ff9604;
    }

    .edit-icons .cantedit .fa-edit {
        color: rgba(0,0,0,0.2);
    }

    .fadeOnLoad {
        margin-top: 25px;
        font-size: 21px;
        text-align: center;
        -webkit-animation: fadeonload 1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadeonload 1s; /* Firefox < 16 */
        -ms-animation: fadeonload 1s; /* Internet Explorer */
        -o-animation: fadeonload 1s; /* Opera < 12.1 */
        animation: fadeonload 1s;
    }

    @keyframes fadeonload {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadeonload {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadeonload {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Internet Explorer */
    @-ms-keyframes fadeonload {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadeonload {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .edit-icons .fa.fa-close {
        color: red;
    }

    .edit-icons .fa.fa-file-excel-o, .edit-icons a span.excel, .edit-icons .fa.fa-file-code-o, .edit-icons a span.code {
        color: #0ece06;
    }

    .edit-icons .fa.fa-file-pdf-o, .edit-icons a span.pdf {
        color: red;
    }

    .edit-icons .fa.fa-file-word-o, .edit-icons a span.word {
        color: #007aff;
    }

    .edit-icons .unpaid .fa.fa-file-word-o, .edit-icons .unpaid .fa.fa-print, .edit-icons .unpaid .fa.fa-file-excel-o, .edit-icons .unpaid .fa.fa-file-pdf-o, .edit-icons .unpaid .fa.fa-file-code-o {
        color: rgba(0,0,0,0.2);
    }

    .edit-icons a.unpaid span.word, .edit-icons a.unpaid span.xps, .edit-icons a.unpaid span.excel, .edit-icons a.unpaid span.pdf, .edit-icons a.unpaid span.code {
        color: rgba(0,0,0,0.4);
    }

    .edit-icons .fa.fa-file-archive-o {
        color: #000;
    }
    /* user-notification */
    .user-notification {
        border: 2px solid #4591ed;
        padding: 10px 10px;
        margin-bottom: 10px;
        background-color: rgba(69,145,237,0.1);
        position: relative;
    }

        .user-notification.importance-1 {
            background-color: #ffb0b0;
            border: 2px solid red;
        }

            .user-notification.importance-1 a {
                color: #520000;
                font-weight: bold;
                text-decoration: underline;
            }

        .user-notification a.closenot {
            position: absolute;
            top: -6px;
            right: 1px;
            font-size: 30px;
        }

            .user-notification a.closenot i {
                color: #4591ed;
            }

        .user-notification.importance-1 a.closenot i {
            color: #520000;
        }

        .user-notification p:last-child, .user-notification h5 {
            padding: 0;
            margin: 0;
        }

        .user-notification h5 {
            font-family: 'RobotoBold';
            margin-bottom: 5px;
        }
    /**/
    .incorrectData {
        background-color: #ffb0b0;
        border: 2px solid #ff0000;
        padding: 10px 20px;
    }

        .incorrectData i[data-title] {
            color: #900000;
        }

    .infoData {
        background-color: rgba(69,145,237,0.1);
        border: 2px solid #4591ed;
        padding: 10px 20px;
    }

    .incorrectData.level-1 {
        background: #f7e872;
        border-color: #ddbd20;
    }

    .col-md-12.docs {
        padding: 0 0 8px 0;
        font-size: 15pt;
        border-bottom: 3px solid #e0e0e0;
        margin: 12px 0 0 0;
    }

        .col-md-12.docs.zip {
            margin: 6px 0px;
            padding-right: 0;
            border-bottom: none;
            padding-left: 13px;
        }

    .docs-pack h3, .docs-pack h4 {
        font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
    }

    .docs-pack h4 {
        margin: 0 0 3px 0;
        font-family: "RobotoBold"
    }

    .docs-pack .zip h4 {
        margin: 15px 0 3px 0;
        text-align: right;
        font-weight: bold;
    }

    .docs-pack .col-md-12.docs p {
        font-size: 10pt;
        margin-bottom: 0;
        line-height: 14px;
        text-align: justify;
    }

    .docs-pack .float-left {
        margin: 10px 0 0 0;
    }

    /*
    docsInstruction
*/

    .table td.novalidTd {
        border: none;
        padding: 0;
        color: #a03030;
        text-align: center;
    }

        .table td.novalidTd > div {
            margin-top: -10px;
        }

    #hiddenNameText, #hiddenNameTextFounder {
        display: none;
        background-color: #f5f5f5;
        padding: 7px 10px 10px 0;
        margin-bottom: 10px;
    }

    .ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 20px;
    }

    #addressForm {
        background-color: #f5f5f5;
        padding: 7px 10px 10px 0;
        margin-bottom: 10px;
    }

    .addressForm, .oldAddressForm {
        background-color: #f5f5f5;
        padding: 7px 10px 10px 10px;
        margin-bottom: 10px;
    }

        .addressForm .address-details, #addressForm .address-details, .oldAddressForm .address-details {
            padding: 0 10px 7px 0;
            border: 2px dashed #cecece;
            margin: -6px 10px 13px;
        }

            .addressForm .address-details .form-group, #addressForm .address-details .form-group, .oldAddressForm .address-details .form-group {
                margin-left: -10px;
            }

        #hiddenNameText .form-group:last-child,
        #addressForm .form-group:last-child,
        .addressForm .form-group:last-child,
        #hiddenNameTextFounder .form-group:last-child {
            padding: 0;
            margin-bottom: 0;
        }

        #addressForm input.form-control.val-error::placeholder, .addressForm input.form-control.val-error::placeholder {
            color: #ff7e7e !important;
        }

        #hiddenNameText .form-control, #addressForm .form-control, .addressForm .form-control, #hiddenNameTextFounder .form-control {
            border-style: dotted !important;
        }

        #hiddenNameText .information, #addressForm .information, .addressForm .information, #hiddenNameTextFounder .information {
            font-size: 11pt;
            text-align: justify;
            padding-bottom: 5px;
        }

    a.openDialogFirm, a.openDialog {
        line-height: 17px;
        display: inline-block;
    }

    #wizard {
        display: none;
    }

    #preloader {
        width: 100%;
        height: 300px;
        background: url("images/preloader.gif") no-repeat center center;
        clear: both;
    }

    .submit.submit1 {
        border: 2px solid #4591ed;
    }

    .submit.submit2 {
        background: #fff;
        color: #4591ed;
        border: 2px solid #4591ed;
    }

    .submit.submit-small {
        padding: 2px 7px;
        font-size: 13px;
    }

    .submit.submit-left {
        margin: inherit;
    }
    /* workarounds */
    /* reset extra padding in Firefox, see h5bp.com/l */
    input.ui-button::-moz-focus-inner,
    button.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /* with multiple calendars */

    /* RTL support */
    /* workarounds */
    /* reset extra padding in Firefox, see h5bp.com/l */
    input.ui-button::-moz-focus-inner,
    button.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /* with multiple calendars */

    /* RTL support */

    .ui-state-default.ui-state-active {
        background: #4591ed;
        color: #fff;
        font-weight: bold;
    }
    /* landinds */
    /* под ключ */
    .who-we-price {
        width: 100%;
        font-size: 32px;
        text-align: center;
        line-height: 32px;
    }

        .who-we-price .pr-summ {
            font-size: 50px;
            color: #4591ed;
            display: block;
            padding: 10px 0 20px 0;
            line-height: 46px;
        }

            .who-we-price .pr-summ i {
                color: #333;
            }

        .who-we-price .pr-comment {
            font-size: 14px;
            display: block;
            letter-spacing: -0.5px;
        }

    .landing-docs .col-md-3 {
        width: 20%;
        padding: 0 5px;
        text-align: center;
        margin-top: -10px;
    }

        .landing-docs .col-md-3 img {
            width: 100%;
            max-width: 150px;
        }

        .landing-docs .col-md-3 span, .landing-docs .col-md-2 span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 48px;
            font-family: 'RobotoMedium';
            line-height: 16px;
            font-size: 15px;
        }

    .landing-docs .col-md-2 span {
        height: 70px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }

        .landing-docs .col-md-2 span i {
            font-style: normal;
            font-size: 10px;
        }

    .landing-form {
        background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-radius: 3px;
        padding: 20px;
        margin-top: 30px;
    }

    .docs-block .landing-form {
        border-radius: 0;
        margin-bottom: 10px;
        border: 2px solid #ccc;
        padding: 10px 20px;
    }

        .docs-block .landing-form.checkDocs h4 {
            margin-top: 0;
        }

        .docs-block .landing-form.checkDocs img {
            display: inline;
        }

    .checkDocs-inst a {
        float: inherit !important;
    }

    .short-instruction {
        text-align: center;
    }

        .short-instruction ul {
            list-style: none;
            padding: 0;
        }

    .docs-block .input_fields_wrap > div {
        margin: 5px 0;
    }

        .docs-block .input_fields_wrap > div .remove_chck_field {
            padding: 0 5px;
            color: red;
        }

    .docs-block .chckDocsSended {
        padding-top: 0 !important;
        font-size: 18px !important;
        text-transform: uppercase;
    }

    .other-services {
        border: 1px solid #d3d3d3;
        border-radius: 3px;
        padding: 15px 15px 5px 15px;
        margin-top: 47px;
        font-size: 13px;
    }

    .price-box {
        cursor: pointer;
        color: #4591ed;
        text-decoration: underline;
    }

    .other-services .heading6 > h2 {
        font-size: 17pt;
    }

    .other-services .heading6 {
        margin: 0 auto 10px;
    }

    .other-services ul {
        list-style-type: square;
        padding-left: 22px;
    }

    .landing-form.checkDocs {
        margin-top: 0;
        width: 100%;
    }

        .landing-form.checkDocs .progress {
            margin-bottom: 0;
        }

        .landing-form.checkDocs h4 {
            text-align: center;
        }

        .landing-form.checkDocs a {
            float: inherit;
            font-family: 'RobotoMedium';
        }

    .land-cont {
        font-size: 32px;
        text-align: center;
        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
        padding: 0px 0 8px 0;
    }

    .land-cont-head {
        border-bottom: 1px solid #cccccc;
        font-size: 18px;
        display: table;
        font-weight: bold;
        color: #666;
    }

    .landing-form #container {
        padding-top: 10px;
    }

    .landing-form .form-group {
        margin-bottom: 10px;
    }

    .landing-form input[type="file"] {
        display: inline;
    }

    .landing-form .col-md-12.input_fields_wrap div {
        padding: 5px 0;
    }

    .landing-form .add_field_button {
        background: #fff;
        border: 1px solid #d3d3d3;
        border-radius: 3px;
        cursor: pointer;
        /* position: relative; */
        display: table;
        padding: 2px 5px;
        margin-top: 10px;
    }

        .landing-form .add_field_button:hover {
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
        }

    a.underline:hover {
        text-decoration: underline !important;
    }
    /* social bttns */
    .btn.btn-default {
        border-radius: 3px;
        display: table;
        float: none;
        font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin: 0 auto;
        padding: 5px 20px;
        cursor: pointer;
        cursor: hand;
    }
    /*.btn.btn-default#Google, .btn.btn-default#Facebook, .btn.btn-default#Vkontakte, .btn.btn-default#Twitter, .btn.btn-default#ESIA, .btn.btn-default#Yandex, .btn.btn-default#Mailru {
        height: 50px;
        width: 100%;
        margin: 2px 1px;
        border: 0;
        background-size: 100% !important;
    }

    .btn.btn-default#Vkontakte {
        background: url('/Content/images/social/vk.png') no-repeat;
    }

    .btn.btn-default#Facebook {
        background: url('/Content/images/social/fb.png') no-repeat;
    }

    .btn.btn-default#Twitter {
        background: url('/Content/images/social/tw.png') no-repeat;
    }

    .btn.btn-default#Yandex {
        background: url('/Content/images/social/yandex.png') no-repeat;
    }
    .btn.btn-default#Mailru {
        background: url('/Content/images/social/mailru.png') no-repeat;
    }

    .btn.btn-default#Google {
        background: url('/Content/images/social/gp.png') no-repeat;
    }

    .btn.btn-default#ESIA {
        background: url('/Content/images/social/esia.png') no-repeat;
    }*/

    .add-box.btn {
        border: none;
        border-radius: 0 0 5px 5px;
        padding: 3px 12px;
    }

    .btn.btn-outline-primary {
        border-radius: 4px;
        border: 2px #4591ed solid;
    }

    .btn.btn-primary.dropdown-toggle {
        border-radius: 4px;
        background: #4591ed;
        padding: 2px 12px;
        height: 30px;
        border: none;
    }

    .register-form.social-form {
        margin-left: 60px;
    }

    .login-form.animated.bounceInDown {
        display: block;
    }

        .login-form.animated.bounceInDown h4, .login-form.animated.bounceInDown hr {
            /* display: none; */
            font-size: 8pt;
            text-align: center;
            margin: 9px 0 0 0;
            padding: 0;
            font-weight: normal;
            font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
            text-transform: uppercase;
        }
        /*.login-form.animated.bounceInDown .col-xs-3 {
            padding: 0;
        }

        .login-form.animated.bounceInDown .btn.btn-default#Google,
        .login-form.animated.bounceInDown .btn.btn-default#Facebook,
        .login-form.animated.bounceInDown .btn.btn-default#Vkontakte,
        .login-form.animated.bounceInDown .btn.btn-default#Twitter,
        .login-form.animated.bounceInDown .btn.btn-default#Yandex,
        .login-form.animated.bounceInDown .btn.btn-default#Mailru {
            height: 32px;
            width: 32px;
            background-size: 32px !important;
            border-radius: 3px;
            border: none;
            margin: 0 auto;
            padding: 0;
        }*/
        .login-form.animated.bounceInDown .btn.btn-block.btn-social {
            display: none;
        }

    .register-form .btn.btn-social-icon {
        display: none;
    }

    .login-form.animated.bounceInDown span.forgotpass {
        float: right;
        text-transform: uppercase;
        font-size: 11px;
        position: relative;
        top: 4px;
    }

    .login-form.animated.bounceInDown label {
        position: relative;
        /*top:-2px;*/
        left: 2px;
    }

    #socialLoginList {
        text-align: center;
        max-width: 300px;
        margin: 3px auto 0;
    }

        #socialLoginList div {
            float: left;
            width: 20%;
            padding: 0 2%;
        }
    /* cabinet */
    .table.edit-icons.col-md-12 .font-bold {
        margin-bottom: 11px;
        /*font-weight: bold;*/
        color: #555555;
        font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
        border-bottom: 1px solid #C6C6C6;
        padding-bottom: 5px;
        margin-top: 13px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: inline-block;
    }

    .table.edit-icons.col-md-12 .docitem {
        height: 28px;
        line-height: 28px;
        position: relative;
    }
    /* partial loader */
    .partialContents img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 3px;
        max-width:150px;
    }

    .ui-progressbar-value {
        background: url(images/loader.gif) no-repeat center center;
        width: 100%;
        height: 22px;
        margin-top: 20px;
    }

    .ui-dialog.ui-widget.fileDownloadPopup {
        height: 170px !important;
    }

    .fileDownloadPopup h3 {
        font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
        text-align: center;
    }

    .s-info-widget p {
        font-family: "RobotoRegular";
        text-align: justify;
    }

    .foundersList .form-group, .foundersListFirm .form-group {
        margin-bottom: 5px;
    }

    .ui-tabs {
        border: none;
    }

        .ui-tabs .ui-state-default {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
            width: 48%;
        }

        .ui-tabs .ui-state-default {
            background: none !important;
            border: none !important;
        }

        .ui-tabs .ui-state-hover a, .ui-tabs .ui-state-hover {
            color: initial !important;
        }

        .ui-tabs .ui-state-default .ui-tabs-anchor {
            display: block;
            background: url(images/radio.png) no-repeat 0 0;
            padding: 0 22px;
            float: left;
            height: 23px;
            line-height: 23px;
        }

        .ui-tabs .ui-tabs-active .ui-tabs-anchor {
            background: url(images/radio.png) no-repeat 0 -51px;
            font-weight: normal;
        }

        .ui-tabs .ui-widget-content {
            border: none;
            padding-top: 5px;
        }

    .ui-tabs-panel.ui-widget-content p {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .col-md-12.balance {
        font-size: 20pt;
        margin: 10px 0 30px 0;
        padding: 0;
    }

        .col-md-12.balance span {
            font-weight: bold;
            color: #07b100;
        }

    .balanceHistory {
        line-height: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
        padding: 8px 0;
    }

        .balanceHistory .debet, .balanceHistory .credit {
            font-weight: bold;
            font-size: 16px;
            text-align: right;
        }

        .balanceHistory .debet {
            color: #07b100;
        }

        .balanceHistory .credit {
            color: #dc0000;
        }

            .balanceHistory .debet span, .balanceHistory .credit span {
                text-decoration: line-through;
            }

        .balanceHistory .date {
            font-size: 13px;
            padding: 0;
        }

    .submit.left {
        margin: 0;
    }

    .addBalance {
        line-height: 33px;
    }

        .addBalance .col-md-3 {
            text-align: right;
            font-size: 16px;
        }

        .addBalance .col-md-4 {
            padding-left: 0;
        }

        .addBalance .col-md-9 {
            margin-bottom: 20px;
        }

        .addBalance .payment {
            position: relative;
        }

            .addBalance .payment label {
                line-height: 15px;
                text-align: center;
                cursor: pointer;
            }

                .addBalance .payment label img {
                    position: relative;
                    height: 60px;
                    left: -3px;
                }

                .addBalance .payment label span {
                    line-height: 15px;
                    font-size: 15px;
                    text-align: center;
                    clear: both;
                    display: block;
                    padding: 0 10px;
                }

            .addBalance .payment input {
                position: absolute;
                top: 30px;
            }
    /* new payment */
    .tariff-itemid {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
        height: 240px;
    }

        .tariff-itemid.col-sm-2 {
            width: 20%;
        }

            .tariff-itemid.col-sm-2 .descr b {
                line-height: 16px;
            }

            .tariff-itemid.col-sm-2 .descr {
                line-height: 14px;
            }

    .plan-box {
        border: 1px solid #ccc;
        box-shadow: 0 0 10px #ccc;
        text-align: center;
        cursor: pointer;
    }

        .plan-box h4 {
            border-bottom: 1px solid #ccc;
            padding-bottom: 9px;
        }

        .plan-box .descr {
            min-height: 145px;
            padding: 0 4px;
            line-height: 16px;
        }

            .plan-box .descr b {
                padding-bottom: 3px;
                display: block;
            }

        .plan-box .price, .plan-box .price.active, .plan-box .price.price-add.active, .plan-box .price.price-add.unclicked {
            background: #398af0;
            color: #fff;
            font-family: "RobotoBold";
            padding: 5px;
            font-size: 23px;
        }

            .plan-box .price span.oldprice {
                text-decoration: line-through;
                font-size: 20px;
                color: rgba(255,255,255, 0.7);
            }

            .plan-box .price.price-add.active span.oldprice,
            .plan-box .price.price-add.unclicked span.oldprice,
            .plan-box .price.price-add.active-hovered span.oldprice {
                font-size: 16px;
            }

    .prices-box .descr {
        font-size: 14px;
    }

    .tariffcat2 .plan-box .price,
    .tariffcat3 .plan-box .price,
    .tariffcat2 .plan-box .price.active,
    .tariffcat3 .plan-box .price.active,
    .tariffcat2 .plan-box .price.price-add.unclicked,
    .tariffcat3 .plan-box .price.price-add.unclicked {
        background: #0036b7;
    }

    .tariffcat4 .plan-box .price,
    .tariffcat4 .plan-box .price.active,
    .tariffcat4 .plan-box .price.price-add.unclicked {
        background: #6b00bf;
    }

    .prices-box .descr {
        font-size: 14px;
    }

    .prices-box .shortdescr {
        margin-left: 25px;
        text-align: justify;
        margin-bottom: 4px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 4px;
    }

    .prices-box.tariffcat1, .prices-box.tariffcat2, .prices-box.tariffcat3, .prices-box.tariffcat4, .prices-box.tariffcat5 {
        position: relative;
    }

        .prices-box.tariffcat1 h4, .prices-box.tariffcat2 h4, .prices-box.tariffcat3 h4, .prices-box.tariffcat4 h4, .prices-box.tariffcat5 h4 {
            margin-left: 14px;
        }

    .prices-box.tariffcat1 {
        border-color: #00ca17;
    }

    .prices-box.tariffcat2 {
        border-color: #0036b7;
    }

    .prices-box.tariffcat3 {
        border-color: #e87201;
    }

    .prices-box.tariffcat4 {
        border-color: #6b00bf;
    }

    .prices-box.tariffcat5 {
        border-color: #9f0042;
    }

        .prices-box.tariffcat1:before, .prices-box.tariffcat2:before, .prices-box.tariffcat3:before, .prices-box.tariffcat4:before, .prices-box.tariffcat5:before {
            content: 'ПОДПИСКА';
            width: 18px;
            height: 100%;
            display: block;
            position: absolute;
            writing-mode: vertical-rl;
            left: 0;
            top: 0;
            text-align: center;
            color: white;
            font-weight: bold;
            font-size: 11px;
            letter-spacing: 0.5px;
            padding-right: 2px;
        }
        .prices-box.tariffcat1.price-opened:before,
        .prices-box.tariffcat2.price-opened:before,
        .prices-box.tariffcat3.price-opened:before,
        .prices-box.tariffcat4.price-opened:before,
        .prices-box.tariffcat5.price-opened:before {
            font-size: 14px;
            padding-right: initial;
        }
            .prices-box.tariffcat1:before {
                background: #00ca17;
            }

    .prices-box.tariffcat2:before {
        background: #0036b7;
    }

    .prices-box.tariffcat3:before {
        background: #e87201;
    }

    .prices-box.tariffcat4:before {
        background: #6b00bf;
    }

    .prices-box.tariffcat5:before {
        background: #9f0042;
    }

    #ext-descr {
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        margin-top: 10px;
    }

    .selected .plan-box {
        box-shadow: 0 0 10px #777;
        margin: -5px;
        border: 3px solid #398af0;
    }

    .unselected .plan-box .price {
        background: #777;
        color: #fff;
    }

    .plan-box .price.price-add {
        background: #777;
        color: #fff;
        font-size: 18px;
    }

        .plan-box .price.price-add.active.active-unhovered {
            font-size: 18px;
        }

        .plan-box .price.price-add.active-hovered {
            font-size: 23px;
        }

    .plan-box .price-add-descr {
        font-weight: normal;
        font-size: 14px;
        font-family: "RobotoRegular";
        line-height: 10px;
    }

    .plan-box .price.price-add i.fa.fa-check,
    .plan-box .price.price-add.active.active-unhovered i.fa.fa-check,
    .plan-box .price.price-add.unclicked i.fa.fa-check,
    .plan-box .price.price-add.unclicked .price-add-descr,
    .plan-box .price.price-add.active-hovered.unclicked i.fa.fa-check,
    .tariff-itemid.unselected .plan-box .price.price-add.active i.fa.fa-check,
    .tariff-itemid.unselected .plan-box .price.price-add.unclicked i.fa.fa-check,
    .tariff-itemid.unselected .plan-box .price.price-add.active .price-add-descr,
    .tariff-itemid.unselected .plan-box .price.price-add.unclicked .price-add-descr {
        display: none;
    }

    .plan-box .price.price-add i.fa.fa-check {
        margin: -5px;
    }

    .plan-box .price.price-add.active i.fa.fa-check {
        display: inline-block;
        color: #0fbd0f;
    }

    .plan-box .price.price-add.active-hovered i.fa.fa-check {
        display: inline-block;
        color: #0fbd0f;
    }

    .tariff-itemid {
        height: initial;
        min-height: 240px;
    }

        .tariff-itemid.unselected .plan-box .price.price-add,
        .tariff-itemid .plan-box .price.price-add {
            display: none;
        }

            .tariff-itemid.unselected .plan-box .price.price-add.active,
            .tariff-itemid.selected .plan-box .price.price-add.unclicked,
            .tariff-itemid.unselected .plan-box .price.price-add.unclicked {
                display: block;
                background: #777;
                color: #fff;
            }

                .tariff-itemid .plan-box .price.price-add.unclicked,
                .tariff-itemid.selected .plan-box .price.price-add,
                .tariff-itemid.selected .plan-box .price.price-add.active .price-add-descr,
                .tariff-itemid.selected .plan-box .price.price-add.unclicked .price-add-descr {
                    display: block;
                }

                    .tariff-itemid.selected .plan-box .price.price-add.active i.fa.fa-check,
                    .tariff-itemid.selected .plan-box .price.price-add.unclicked i.fa.fa-check {
                        display: inline-block;
                    }

    .paymenttype .payment {
        border: 1px solid #ccc;
        box-shadow: 0 0 10px #ccc;
        text-align: center;
        cursor: pointer;
    }

        .paymenttype .payment .descr {
            height: 20px;
            line-height: 12px;
        }

        .paymenttype .payment.selected {
            box-shadow: 0 0 10px #777;
            margin: -3px 0px -5px 0px;
            border: 5px solid #398af0;
        }

    .fa.fa-info-circle {
        /*color:#eb0000;*/
        color: #4591ed;
    }

    /* ЕНВД */
    .adressList div {
        line-height: normal;
        text-align: left;
    }

        .adressList div.col-md-12 {
            margin-top: 10px;
            padding-left: 0;
            padding-bottom: 5px;
        }

    /* price-table */

    /* articles */
    .post-metas > ul {
        width: initial;
    }

        .post-metas > ul.meta-time {
            float: right
        }

        .post-metas > ul.meta-tags {
            float: right
        }

    .related-project .post-metas li {
        font-size: 10px;
    }

    .article .related-project h4 {
        font-size: 16px !important;
        text-align: center;
    }

    ul.meta-tags {
        line-height: 30px;
    }

    .similar-articles {
        margin-bottom: 20px;
    }

        .article .related-project p, .similar-articles p {
            margin: auto;
            font-size: 14px !important;
            /* font-size: 1.2em; */
            line-height: 20px;
            height: 160px;
            overflow: hidden;
            /* margin-top: 9px; */
            margin-bottom: 9px;
            text-align: justify;
        }

        .similar-articles p {
            height: initial;
        }

        .similar-articles hr {
            margin: 10px 10px 0;
        }

        .similar-articles h2 {
            font-size: 20px;
            text-transform:uppercase;
        }
        .similar-articles h3 {
            font-size: 18px;
            margin:10px 0;
        }
        .similar-articles a.submit {
            margin-top: 10px;
        }

    .article .related-project li, .article .related-project span {
        font-size: 14px !important;
        line-height: 18px;
        padding-bottom: 0;
    }

    .article ul.tags {
        list-style-type: none;
        padding: 0;
    }

        .article ul.tags li {
            float: left;
            margin-left: 8px;
            width: initial;
        }

            .article ul.tags li a {
                font-size: 15px;
            }

    @media (min-width: 1024px) {
        .article-layout .article {
            padding-right: 50px;
        }
    }

    .article-layout aside {
        border-left: 1px solid #d9d9d9;
    }

.article h2, .article .h2 {
    font-size: 22px!important;
    font-family: 'RobotoBold';
}

    .article.shortDescr h1 {
        font-size: 25px;
    }

    .spoiler {
        margin: 20px 0 0;
        border-top: #dadada 1px solid;
        padding: 20px 0 30px;
        text-align: center;
    }

        .spoiler h2 {
            margin-top: 0px;
            font-size: 26px;
            font-family: 'RobotoBold';
        }

            .spoiler h2 i {
                font-family: 'RobotoBold';
                font-style: normal;
            }

        .spoiler a {
            text-decoration: none!important;
        }

    .siteserviceinfo {
        padding: 0;
        background: #e2efff;
    }

        .siteserviceinfo .article .spoiler h2 {
            margin: 0 0 30px 0;
        }

        .siteserviceinfo .article .spoiler .submit.big {
            margin-top: 30px;
        }

.article h3, .article .h3 {
    font-size: 19px!important;
    font-family: 'RobotoBold';
}

    .article p {
        text-align: justify;
    }

    .article p, .article li, .article span {
        font-size: 12pt !important;
    }

    .article a[name] {
        color: rgb(51, 51, 51);
    }

    .article a {
        text-decoration: underline;
    }

        .article a:hover {
            text-decoration: none;
        }

    .article table {
        margin-bottom: 20px;
    }

        .article table td {
            text-align: center;
            vertical-align: middle;
            padding: 10px 20px 0;
            border-bottom: 1px solid #C6C6C6;
        }

            .article table td p {
                text-align: center;
            }

        .article table tr:first-child {
            border-bottom: 3px solid #C6C6C6;
        }

            .article table tr:first-child td {
                font-weight: bold;
            }
    /* stamps */
    #selectStamp {
        margin-bottom: 30px;
    }

        #selectStamp > div.col-md-12 {
            text-align: center;
            font-weight: bold;
        }

        #selectStamp .stamp {
            cursor: pointer;
            text-align: center;
        }

        #selectStamp img {
            border: 2px solid #fff;
            border-radius: 5px;
        }

            #selectStamp img.selected {
                border: 2px solid rgba(0, 0, 0, 0.2);
            }

        #selectStamp .selStamp {
            background: url(images/radio.png) no-repeat 0 0;
            font-weight: normal;
            height: 25px;
            width: 25px;
            margin: 0 auto;
        }

            #selectStamp .selStamp.selected {
                background-position: 0 -49px;
            }

        #selectStamp div.stampDesc {
            text-align: center;
            font-weight: bold;
            line-height: 12px;
        }

            #selectStamp div.stampDesc span {
                display: block;
                margin: 6px 0;
                font-weight: normal;
                font-size: 13pt;
            }

    .rbItem label {
        display: inline;
        cursor: pointer;
    }

        .rbItem label span {
            font-weight: normal;
            font-size: 10pt;
            display: block;
        }
    /* banks */
    .bankitem {
        background-color: #fff;
        border-radius: 3px;
        padding: 5px 10px 0;
        margin-bottom: 3px;
    }

        .bankitem .col-md-1 {
            width: 48px;
            padding: 4px 5px 0;
        }

            .bankitem .col-md-1 img {
                height: 32px;
            }

        /*.bankitem .col-md-1 input {
                width: 25px;
                height: 25px;
            }*/

        .bankitem label {
            font-size: 16pt;
            font-weight: normal;
            margin: 0;
            line-height: 12pt;
        }

        .bankitem .col-md-2 {
            padding: 0;
        }

        .bankitem .col-md-9 .col-md-12 {
            padding: 0;
        }

    .bankdescription {
        border-top: 1px solid #f9f9f9;
    }

        .bankdescription div:first-child {
            padding-left: 0;
        }

        .bankdescription div {
            border-right: 1px solid #f9f9f9;
        }

            .bankdescription div:last-child {
                border-right: none;
            }

    #bankForm .checkMess {
        font-size: inherit;
        text-align: inherit;
        padding: inherit;
    }
    /* stamps list */
    #body-place #stampContainer #firmstamps {
        border-bottom: none;
        border-radius: 3px 3px 0 0;
        padding-bottom: 1px;
    }

    #body-place #stampContainer #stampForm, #stampContainer #contForm, #stampContainer #bankForm, #stampContainer #addessForm {
        border-top: none;
        border-radius: 0 0 3px 3px;
        padding-top: 1px;
        margin-bottom: 50px;
    }

        #body-place #stampContainer #stampForm h4, #stampContainer #contForm h4, #stampContainer #bankForm h4, #stampContainer #addessForm h4, #stampContainer #addessForm hr {
            display: none;
        }

    #stampContainer #addessForm {
        margin-top: 0;
        width: 100%;
        border-top: 1px solid #d3d3d3 !important;
        border-radius: 3px !important;
        padding-top: 10px !important;
    }

    #firmstamps.ui-tabs {
        border: 1px solid #d3d3d3;
    }

        #firmstamps.ui-tabs .ui-state-default {
            width: inherit;
        }

        #firmstamps.ui-tabs .ui-widget-content {
            margin-top: 10px;
            padding: 10px;
        }

            #firmstamps.ui-tabs .ui-widget-content .col-md-5 {
                line-height: 26pt;
            }

    .tableHead {
        font-weight: bold;
    }

    #stampForm .chckDocsSended, #contForm .chckDocsSended, #bankForm .chckDocsSended {
        padding-top: 17px;
        text-align: center;
        font-size: 20pt;
    }
    /*.about-wizard.col-md-10 {
    float:inherit;
    margin: 0 auto 80px
}*/
    .sdocs-features .about-wizard.row {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .about-wizard .col-md-4,
    .about-wizard .col-sm-4 {
        position: relative;
    }

    .about-wizard p {
        padding: 0 50px;
    }

    .about-wizard .col-md-4:first-child:before, .about-wizard .col-md-4:last-child:before,
    .about-wizard .col-sm-4:first-child:before, .about-wizard .col-sm-4:last-child:before {
        content: '';
        background: url("images/landings/main/right.png") no-repeat;
        width: 50px;
        height: 70px;
        display: block;
        position: absolute;
        top: 36%;
    }

    .no-arrows .about-wizard .col-md-4:first-child:before, .no-arrows .about-wizard .col-md-4:last-child:before,
    .no-arrows .about-wizard .col-sm-4:first-child:before, .no-arrows .about-wizard .col-sm-4:last-child:before {
        display: none;
    }

    .about-wizard .col-md-4:first-child:before,
    .about-wizard .col-sm-4:first-child:before {
        right: -17px;
    }

    .about-wizard .col-md-4:last-child:before,
    .about-wizard .col-sm-4:last-child:before {
        left: -17px;
    }

    .val-error {
        border: 2px solid #ee0000 !important;
    }

    input[type=checkbox].val-error {
        outline: 2px solid #ee0000 !important;
    }

    .dialog-inner {
        overflow-y: auto;
        height: 420px;
    }

        .dialog-inner .additional {
            margin: 0 23px;
            border-radius: 5px;
            padding: 1px 13px;
            font-size: 12px;
            border: 1px dotted #ccc;
        }

            .dialog-inner .additional, .dialog-inner .additional .heading2 > h2 {
                background: #fafafa;
            }

                .dialog-inner .additional .heading2 > h2 {
                    font-size: 16px;
                    text-transform: uppercase;
                }

                .dialog-inner .additional h4 {
                    text-align: center;
                    text-transform: uppercase;
                }

    .docs-inline {
        font-family: 'RobotoBold';
        text-decoration: underline;
        margin-bottom: 10px;
    }

        .docs-inline a {
            text-transform: uppercase;
        }

        .docs-inline .col-xs-12 {
            margin-bottom: 8px;
            line-height: 14px;
        }

            .docs-inline .col-xs-12:last-child {
                margin-bottom: 3px;
            }

        .docs-inline .col-xs-6 {
            line-height: 15px;
            margin-bottom: 7px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            display: inline-block;
            padding-right: 0;
        }

    .select-firm-type {
        margin-bottom: 20px;
    }

        .select-firm-type > div.col-xs-3 {
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 1px 2px 4px #ccc;
            padding: 0;
            text-align: center;
            margin-right: 30px;
            font-size: 17px;
            line-height: 20px;
        }

            .select-firm-type > div.col-xs-3 a {
                text-transform: uppercase;
                padding: 7px 0;
                display: block;
            }

    .main .select-firm-type > div.col-xs-6, .main .select-firm-type > div.col-xs-12 {
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 1px 2px 4px #ccc;
        padding: 0;
        text-align: center;
        font-size: 17px;
        line-height: 20px;
        margin-left: 10px;
    }

    .main .select-firm-type.smallitem {
        margin-bottom: 2px;
    }

        .main .select-firm-type.smallitem > div.col-xs-6, .main .select-firm-type.smallitem > div.col-xs-12 {
            height: 40px;
            white-space: initial;
        }

            .main .select-firm-type.smallitem > div.col-xs-6 a, .main .select-firm-type.smallitem > div.col-xs-12 a {
                height: 40px;
                font-size: 14px;
            }

        .main .select-firm-type.smallitem .about-descr {
            text-transform: none;
            font-weight: normal;
            font-family: 'RobotoRegular';
            display: block;
            line-height: 12px;
        }

    .main .select-firm-type > div.col-xs-6 img {
        width: 60px;
        /* clear: both; */
        display: block;
        float: left;
    }

    .main .select-firm-type > div.col-xs-6:first-child {
        margin-left: -10px;
    }

    .main .select-firm-type > div.col-xs-12:first-child {
        margin-left: -5px;
    }

    .main .select-firm-type > div.col-xs-6:last-child {
        margin-left: 10px;
    }

    .main .select-firm-type > div.col-xs-6 a, .main .select-firm-type > div.col-xs-12 a {
        text-transform: uppercase;
        padding: 7px 0;
        display: block;
    }

    .dialog-inner .main .content.docs-inline {
        text-decoration: none;
    }

    .dialog-inner .main h3 {
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
    }

    .dialog-inner .main .content.docs-inline h3 {
        margin: 0px 0 17px;
        color: #666666;
    }

    .dialog-inner .main .content.docs-inline h2 {
        color: #212121;
    }

    .dialog-inner .additional h3 {
        display: none;
    }

    .dialog-inner .additional .col-xs-6 a {
        line-height: initial !important;
    }

    .dialog-inner .additional .select-firm-type {
        margin-bottom: 7px;
        padding: 0;
        text-transform: uppercase;
        font-family: 'RobotoBold';
    }

        .dialog-inner .additional .select-firm-type.smallitem {
            margin-bottom: 0;
        }

        .dialog-inner .additional .select-firm-type > div img {
            display: none;
        }

    .dialog-inner .main {
        margin: 10px 0 27px;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        padding-bottom: 10px;
    }

    .select-firm-type > div img {
        /*margin: -18px;*/
    }

    .select-firm-type > div.col-xs-3:hover {
        box-shadow: 3px 3px 5px #ccc;
    }
    /* autocomplete */

    .shareButton {
        /*width:30px;*/
        background: url("images/share.png") no-repeat;
        height: 30px;
        width: 30px;
        display: block;
        cursor: pointer;
    }

    .pluso a {
        float: left;
        margin-left: 7px;
    }

    .shareButton.vk {
        background-position: -93px 0;
    }

    .shareButton.fb {
        background-position: 0 0;
    }

    .shareButton.tw {
        background-position: -31px 0;
    }

    .shareButton.mlru {
        background-position: -124px 0;
    }

    .shareButton.odkl {
        background-position: -62px 0;
    }

    .contact-dialog .ui-button-text {
        display: none;
    }

    .register-popup .ui-button-text {
        display: none;
    }

    .register-popup .ui-dialog-titlebar.ui-widget-header {
        position: absolute;
        right: -7px;
        top: -7px;
    }

        .register-popup .ui-dialog-titlebar.ui-widget-header .ui-button-icon-primary.ui-icon.ui-icon-closethick:before {
            color: #000;
        }

    .register-popup .container {
        width: 100%;
    }

    .register-popup .block.register-sec {
        background: none;
        padding: 0;
    }

    .register-popup h2 {
        text-align: center;
        padding: 0;
        text-transform: uppercase;
        font-family: 'RobotoLight';
        margin: 0;
    }

    .register-popup div.infodiv {
        text-align: center;
        margin: 3px 0 5px;
        font-size: 18px;
    }

    .register-popup .register-form {
        padding: 5px 27px 10px;
    }

        .register-popup .register-form h3 {
            margin: 7px 0 10px;
            text-align: center;
        }

        .register-popup .register-form h4 {
            margin: 0;
            text-align: center;
        }

        .register-popup .register-form hr {
            margin: 10px;
        }

    .register-popup .login-link {
        text-align: center;
        margin: 7px 0 0 0;
    }

        .register-popup .login-link a {
            font-size: 18px;
        }

    .register-popup .register-form .register-form > .row form > div > div.inputDiv {
        margin-bottom: 10px;
    }

    .register-popup .register-form .submit-form {
        padding: 0;
    }

    .register-popup .register-form:before {
        background: none;
        content: none;
    }

    .register-popup .register-form.social-form {
        margin-left: 0;
    }

    .ui-button.ui-dialog-titlebar-close {
        background: none;
        padding: 0 1px;
        margin: 0;
        border: none;
        font-size: 20pt;
        position: relative;
        right: 7px;
        top: -6px;
        z-index: 100000;
        float: right;
        color: #777;
    }

        .ui-button.ui-dialog-titlebar-close:hover {
            color: #000;
        }

    .ui-button-icon-primary.ui-icon.ui-icon-closethick {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

        .ui-button-icon-primary.ui-icon.ui-icon-closethick:before {
            content: "\f05c";
        }
    /* address-list */
    .address-list {
        position: relative;
    }

        .address-list .col-md-6 {
            height: 315px;
            margin-bottom: 20px;
        }

        .address-list h4 {
            padding: 0;
            margin: 0 0 5px 0;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: -0.5px;
            color: #4591ed;
            cursor: pointer;
        }

            .address-list h4 span {
                position: relative;
                top: -2px;
                width: 18px;
                border: 1px solid #7f9ff6;
                border-radius: 2px;
                font-size: 14px;
                line-height: 12px;
                text-align: center;
                display: inline-block;
                font-weight: normal;
                padding: 2px 0px;
                margin-left: 20px;
            }

        .address-list .addressItem {
            font-weight: bold;
            cursor: pointer;
        }

            .address-list .addressItem span {
                font-weight: normal;
                letter-spacing: -0.7px;
                display: block;
                line-height: 10px;
                padding-bottom: 7px;
            }

        .address-list .price-short {
            padding-bottom: 7px;
            cursor: pointer;
        }

            .address-list .price-short div {
                display: inline;
            }

        .address-list .office {
            margin: 0 0 20px;
        }

        .address-list .officeContainer {
            display: block;
            margin-top: -22px;
            width: 100%;
            background-color: #f9f9f9;
            border: 1px solid #d3d3d3;
            border-radius: 3px;
            padding-top: 10px;
        }

    .address-city {
        text-align: center;
        text-transform: uppercase;
        padding: 12px;
        font-size: 13pt;
    }

    .officeDetails .submit {
        margin-bottom: 10px;
    }

    .od-ShortDescription {
        line-height: 17px;
    }

        .od-ShortDescription span {
            color: #4591ed;
            cursor: pointer;
            text-decoration: underline;
            font-weight: bold;
        }

    .od-FullDescription {
        line-height: 17px;
    }

        .od-FullDescription h3 {
            margin: 8px 0 2px 0;
            font-size: 16pt;
        }

        .od-FullDescription br {
            display: none;
        }

    .od-More {
        margin-top: 10px;
    }

        .od-More table td {
            vertical-align: bottom !important;
            height: 23px;
        }

        .od-More table .price {
            font-size: 15px;
            text-align: left;
        }

        .od-More .col-md-5 p {
            text-align: center;
            font-size: 14pt;
        }

    #c-tabs1.ui-tabs .ui-state-default {
        width: inherit;
        background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-radius: 3px 3px 0 0;
    }

    #c-tabs1.ui-tabs .ui-widget-content {
        padding-top: 0;
    }

    #c-tabs1.ui-tabs .ui-tabs-active {
        background: #fff;
    }

    .our-clients a > img {
        width: 100%;
    }
    /* partnerReferral */
    .partnerReferral .about-wizard .col-md-2 {
        width: 16.666666666666664%;
    }

    .partnerReferral .about-wizard.col-md-10 {
        margin-bottom: 0;
    }

    .partnerReferral .about-wizard .col-md-2.arrow {
        padding: 20px 0 0 0;
    }

    .partnerReferral .about-wizard h2 {
        font-weight: bold;
    }

    .partnerReferral .about-wizard .col-md-5 {
        font-size: 20pt;
        text-align: center;
    }

        .partnerReferral .about-wizard .col-md-5 ol li {
            padding-bottom: 20px;
            line-height: 28px;
        }

    .partnerReferral .info-category-widget {
        width: 100%;
        margin: 30px 0;
        padding: 10px 30px;
    }

        .partnerReferral .info-category-widget ul > li:last-child {
            border-bottom: 1px solid #E4E4E4;
            margin-bottom: 20px;
        }

    .balance-in-sec {
        position: absolute;
        right: 10px;
    }

    .balance-in-sec-a {
        padding: 5px;
        border: 1px dotted #4591ed;
        border-radius: 5px;
        cursor: pointer;
    }

    #balance-options {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 2px;
        position: absolute;
        width: 200px;
        right: 0;
        padding: 10px;
        border: 2px solid #ccc;
        border-radius: 5px;
    }

    .chart-filter .col-md-1 {
        line-height: 30px;
        font-size: 13pt;
        text-align: right;
        padding: 0;
    }
    /* auction №67 */
    .no-padding .col-md-4, .no-padding .col-md-5, .no-padding .col-md-6 {
        padding: 0;
    }

        .no-padding .col-md-4:first-child, .no-padding .col-md-5:first-child, .no-padding .col-md-6:first-child {
            padding-right: 10px;
        }

        .no-padding .col-md-4:last-child, .no-padding .col-md-5:last-child, .no-padding .col-md-6:last-child {
            padding-left: 10px;
        }

    #buildings hr {
        margin-top: 10px;
        margin-bottom: 0;
    }

    #buildings .submit {
        margin-top: 10px;
    }

    .buildingsAdd .submit {
        margin-top: 10px;
    }

    .buildingAreas {
        background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-bottom: none;
        border-radius: 3px 3px 0 0;
        padding: 20px;
        margin-left: 40px;
    }

    .buildingAreasAdd {
        background-color: #f9f9f9;
        border: 1px solid #d3d3d3;
        border-top: none;
        border-radius: 0 0 3px 3px;
        padding: 0 20px 10px;
        margin-left: 40px;
        margin-bottom: 10px;
    }

    .buildingAreaParts, .buildingAreaPartsAdd {
        background-color: #fff;
        padding: 20px;
        border-radius: 3px 3px 0 0;
    }

        .buildingAreaParts input[type="checkbox"] {
            margin-top: 0;
        }

    .buildingAreaPart {
        position: relative;
    }

    .buildingAreaPartsAdd {
        padding: 0px 20px 10px;
        border-radius: 0 0 3px 3px;
        margin-bottom: 10px;
    }

    .buildingAreaPart .col-md-4 {
        line-height: 14px !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 32px;
    }

    .buildingAreaPart .col-md-6 {
        text-align: right;
        line-height: 30px;
    }

        .buildingAreaPart .col-md-6 > div {
            line-height: 18px;
            margin-top: -11px;
        }

    .vote-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

        .vote-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .removeNestedItem {
        float: right;
        border: 1px solid #4591ed;
        padding: 5px;
        border-radius: 3px;
        font-family: 'RobotoMedium';
        color: #4591ed;
        line-height: 14pt;
        background: #fff;
    }

        .removeNestedItem:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f05c";
            font-size: 15pt;
            float: right;
            padding-left: 4px;
            margin-top: -1px;
            /* color: red; */
        }

    .applicantsAdd {
        /*margin-left: 30px;
  margin-bottom: 50px;*/
    }

        .applicantsAdd .submit {
            float: left;
            margin: 0 5px;
            color: #fff !important;
        }

    .paid {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: table;
        float: none;
        font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin: 0 auto;
        padding: 5px 20px;
    }

        .paid.green {
            border: solid 2px #1fcc1d;
            color: #1fcc1d;
        }

    .edit-icons {
        position: relative;
    }

    .unpaidWord {
        position: absolute;
        width: 48px;
        font-size: 7pt;
        text-align: center;
        left: 2px;
        top: 5px;
        text-shadow: 0px 0px 3px #fff;
        font-weight: bold;
        line-height: 7pt;
        letter-spacing: -1px;
    }

    .unpaidXps {
        position: absolute;
        width: 48px;
        font-size: 7pt;
        text-align: center;
        left: 82px;
        top: 5px;
        text-shadow: 0px 0px 3px #fff;
        font-weight: bold;
        line-height: 7pt;
        letter-spacing: -1px;
    }
    /***************** docs blocks for download ****************/
    .docs-block {
        border: 2px solid #4591ed;
        margin-bottom: 30px;
    }

        .docs-block.yellow {
            border-color: #fbb72a;
        }

        .docs-block.gray {
            border-color: #adadad;
        }

        .docs-block.purple {
            border-color: #872efd;
            background: rgba(255, 0, 212, 0.04);
        }

        .docs-block.green {
            border-color: #1fcc1d;
            /*background: #e4ffe1;*/
        }

            .docs-block.green .submit {
                background: #1fcc1d;
            }

            .docs-block.green .landing-form.checkDocs {
                border-color: #1fcc1d;
                background: #e4ffe1;
            }

            .docs-block.green hr {
                border-color: #1fcc1d;
            }

            .docs-block.green .landing-form.checkDocs .progress {
                background-color: transparent;
            }

        .docs-block.red {
            border-color: red;
        }

        .docs-block hr {
            margin: 3px;
        }

            .docs-block hr:last-child {
                display: none;
            }

        .docs-block > div:nth-child(2) {
            border-top: 1px dotted #4591ed;
            margin-top: 0;
            /*padding-top: 5px;*/
        }

        .docs-block > div:last-child {
            border-bottom: none;
        }

        .docs-block .edit-bttns {
            position: absolute;
            right: 0;
            top: 4px;
        }

            .docs-block .edit-bttns p.float-left {
                margin-bottom: 0px;
            }

        .docs-block .submit.small {
            padding: 4px 7px;
            margin: 0 5px 0 0;
            font-size: 13px;
        }

        .docs-block .fa.fa-question-circle {
            color: #4591ed;
            font-size: 18px;
        }

    .docs-block-header {
        /*border-bottom:1px dotted #4591ed;*/
        padding-top: 9px;
    }

        .docs-block-header h3 {
            float: left;
            margin: 4px 0 12px 0;
            /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
            font-size: 18px;
            font-family: 'RobotoBold';
            /*font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;*/
        }

            .docs-block-header h3 span {
                font-size: 13px;
                line-height: 10px;
            }

        .docs-block-header a, .fa.fa-exclamation-triangle {
            float: left;
        }

    .ipOoo .fa.fa-exclamation-triangle {
        float: initial;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 3px;
    }

    .ipOoo .partialContents hr {
        padding: 0;
        clear: both;
        margin-top: 5px;
        margin-bottom: 5px;
        border-top: 1px dotted #ccc;
    }

    .fa.fa-exclamation-triangle {
        color: red;
        font-size: 22px;
        padding: 6px 0 0 5px;
    }

    .alertBttn {
        border: 2px dotted red;
        margin: -2px;
    }

    #okvedsValidator.alert, .unvalid {
        color: #c20000;
    }

    label.unvalid {
        font-family: 'RobotoBold';
    }

    .submit.unactive, a.submit.cantedit {
        background-color: rgba(0, 0, 0, 0.2);
        color: #777777;
    }

        .submit.unactive:hover {
            box-shadow: none;
        }

    .doc-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        /*margin: 5px 0;*/
    }

        .doc-item h4 {
            text-transform: uppercase;
            font-size: 13px;
            font-weight: bold;
            font-family: "NotoSansRegular", Helvetica, Arial, sans-serif;
            margin: 15px 0 0 0;
        }

        .doc-item .col-md-10 {
            position: relative;
        }

        .doc-item p {
            margin: 0;
        }

        .doc-item .edit-icons {
            padding-right: 0;
            padding-top: 4px;
        }

        .doc-item.doc-item2 .edit-icons {
            padding-left: 40px;
        }

        .doc-item .edit-icons a {
            float: left;
            width: 33%;
            text-align: center;
        }

        .doc-item.doc-item2 .edit-icons a {
            width: 50%;
        }

        .doc-item .edit-icons .col-xs-6 {
            padding: 0;
        }

            .doc-item .edit-icons .col-xs-6 a {
                width: 100%;
            }

        .doc-item .col-md-10 {
            padding: 0 0 0 5px;
        }

        .doc-item p {
            font-size: 12px;
            text-align: justify;
        }

        .doc-item .edit-icons span {
            display: block;
            font-size: 12px;
            text-align: center;
            line-height: 12px;
        }

        .doc-item .edit-icons .fa {
            font-size: 23pt;
        }

        .doc-item.doc-item2 .edit-icons .fa {
            font-size: 25pt;
        }

    .table.edit-icons {
        clear: both;
    }

        .table.edit-icons.col-md-12 .docitem a.doc-title {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            display: inline-block;
        }
    /** user messagges **/
    #AllMessages {
        margin-bottom: 20px;
    }

    .user-message {
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 10px;
    }

        .user-message .quesion {
            padding: 5px 10px;
            border: dotted 1px #4591ed;
            background-color: #fff;
            margin-bottom: 10px;
            border-radius: 5px;
        }

        .user-message .date {
            position: absolute;
            bottom: 5px;
            right: 10px;
        }

        .user-message .user-message-reply {
            padding-bottom: 5px;
        }

        .user-message h3 {
            padding: 0;
            margin-top: 0;
            font-size: 20px;
        }

        .user-message.message_unread {
            background-color: #e7f4ff;
            border-left: 3px solid #4591ed;
        }
    /** dialog-confirm **/
    #dialog-confirm, #dialog-save, #auction-soft, #dialog-delete {
        height: auto !important;
    }

        #dialog-confirm h2, #dialog-save h2, #auction-soft h2, #dialog-delete h2 {
            font-family: "RobotoRegular", Arial, sans-serif;
            font-size: 13pt;
            margin: 3px 0 10px;
            font-weight: bold;
            text-transform: uppercase;
        }

        #dialog-confirm h3, #dialog-save h3, #auction-soft h3, #dialog-delete h3 {
            font-size: 13pt;
            margin: 0;
        }

    .checkbox-inline.font-normal label, .radio-inline.font-normal label {
        font-weight: normal;
    }

    #loader-wrapper, #reg-loader-wrapper, .loader-wrapper-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background-color: rgba(255,255,255,0.7);
    }

    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;
        -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

        #loader:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #e74c3c;
            -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
        }

        #loader:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #f9c922;
            -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
        }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg); /* IE 9 */
            transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
        }

        100% {
            -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg); /* IE 9 */
            transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
        }
    }

    .field-validation-error {
        color: red;
        line-height: 15px;
        display: block;
        text-align: left;
    }

    .input-validation-error {
        border: 2px solid red !important;
    }

    .validateCheckbox.input-validation-error {
        margin: -2px -2px -2px 2px;
        padding-left: 11px;
    }
    /* .qtip */
    i[data-title] {
        cursor: pointer;
        color: #4591ed;
    }

    .qtip {
        max-width: 470px !important;
    }

        .qtip.qtip-light {
            border: 2px solid #4591ed;
        }

        .qtip.qtip-left-arrow:after {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 10px solid #4591ed;
            content: ' ';
            position: absolute;
            top: 30%;
            right: 101%;
        }

    .qtip-content {
        font-size: 13px;
        line-height: 15px;
        text-align: justify !important;
    }

        .qtip-content b {
            display: block;
        }

        .qtip-content p, .qtip-content ol, .qtip-content b {
            margin-bottom: 7px;
        }

        .qtip-content ol {
            padding-left: 30px;
        }

    .qtip-shadow {
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.5) !important;
        -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.5) !important;
        box-shadow: 1px 1px 10px 1px rgba(0,0,0,.5) !important;
    }

    .qtip.qtip-bigsize {
        max-width: 750px !important;
    }

    .tabs-nav {
        list-style: none;
        padding: 0;
        border-bottom: 1px solid #ccc;
        margin: -20px 0 20px 0;
        float: left;
        width: 100%;
    }

        .tabs-nav li {
            float: left;
            border: 1px solid #ccc;
            padding: 5px 33px;
            border-radius: 5px 5px 0 0;
            border-bottom: none;
            font-size: 12pt;
            background: #f9f9f9;
            position: relative;
        }

            .tabs-nav li.active {
                background: #fff;
            }

            .tabs-nav li a {
                color: #666;
            }

                .tabs-nav li.active a, .tabs-nav li a:hover {
                    color: #4591ed;
                }

            .tabs-nav li.active::after {
                content: '';
                height: 3px;
                background: #4591ed;
                width: 102%;
                display: block;
                position: absolute;
                left: -1px;
                bottom: -4px;
            }

    .width-900 {
        max-width: 900px;
    }

    .progress-upload {
        width: 0%;
        overflow: hidden;
        height: 15px;
        display: none;
        vertical-align: middle;
        color: #FFF;
        text-align: right;
        -o-transition-property: width;
        -o-transition-duration: .5s;
        -moz-transition-property: width;
        -moz-transition-duration: .5s;
        -webkit-transition-property: width;
        -webkit-transition-duration: .5s;
        border-radius: 3px;
        background: #4591ed;
        font-size: 11px;
    }

    .tech-doc-item {
        margin-bottom: 5px;
    }

    .progress-upload-box {
        width: 420px;
        border: 1px solid #ccc;
        padding: 5px;
        position: relative;
    }

        .progress-upload-box label {
            margin-bottom: 0;
        }

        .progress-upload-box .progress-upload-bar {
            margin-top: 5px;
        }

        .progress-upload-box #close-file, .progress-upload-box .close-file {
            position: absolute;
            right: 2px;
            top: 0;
            cursor: pointer;
            color: red;
            font-size: 20px;
        }

    .fileUpload {
        position: relative;
        overflow: hidden;
        margin: 0 !important;
        clear: both;
    }

        .fileUpload input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .lot-box label {
        display: inline;
    }

    .details-text h3 {
        text-align: center;
    }

    .details-text li {
        text-align: justify;
        padding-bottom: 7px;
    }

    .fixedDialog {
        position: fixed;
    }

    .bank-item {
        margin-bottom: 5px;
        border: 2px solid #ccc;
        padding: 6px 0;
        /* line-height: 37px; */
        border-radius: 5px;
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .bank-item.selected {
            border: 2px solid green;
        }

        .bank-item.exist {
        }

    .htmlraw p {
        margin: 0;
    }
    /* partnersList */
    #partnersList ul {
        list-style: none;
        padding: 0;
    }

    #partnersList .list h4 {
        margin: 0 0 5px 0;
    }

    #partnersList .list {
        height: 400px;
        overflow-y: scroll;
    }

        #partnersList .list li {
            border-bottom: 1px solid #dedede;
            padding-bottom: 5px;
        }

            #partnersList .list li span {
                font-size: 12px;
            }

                #partnersList .list li span i {
                    font-style: normal;
                }

    #dialog-register .register-form h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .privacy {
        color: #888;
        font-size: 11px;
    }

    .dataitem {
        line-height: 30px;
    }
    /* dropdown */
    .dropdown .dropdown-item {
        display: block;
        padding: 5px 7px 8px;
        line-height: 13px;
        border-bottom: 1px solid #ededed;
    }

        .dropdown .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown .dropdown-item:hover {
            text-decoration: underline;
        }

    .hubnotification {
        text-align: center;
    }

    .notifications .status-yellow:after {
        position: absolute;
        top: -60%;
        left: -19px;
        line-height: 2.5em;
        vertical-align: middle;
        font-size: 16px;
        color: #4591ed;
        text-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        content: "\f0f3";
        font-family: "FontAwesome";
        text-align: right;
        transform-origin: 70% 1em;
        animation-name: ring;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    /* chat */
    /*.bx-livechat-copyright{
    display:none!important;
}*/
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
        /*    display: none !important;
*/
    }

    .b24-widget-button-pulse.b24-widget-button-pulse-animate {
        display: none !important;
    }

    @keyframes ring {
        0% {
            transform: rotate(0deg)
        }

        5% {
            transform: rotate(45deg)
        }

        15% {
            transform: rotate(-40deg)
        }

        25% {
            transform: rotate(20deg)
        }

        35% {
            transform: rotate(-15deg)
        }

        45% {
            transform: rotate(10deg)
        }

        55% {
            transform: rotate(-5deg)
        }

        60% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(0deg)
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .business1 .logo {
            margin-left: 20px;
        }

        div.container {
            width: 100%;
        }

        .landing-docs .col-md-1 {
            width: 0;
        }

        .landing-docs .col-md-3 {
            width: 23%;
        }

        .who-we-price .pr-summ {
            font-size: 47px;
        }

        .landing-form .heading6 > h2 {
            font-size: 22px;
            line-height: 10px;
        }

        .land-cont {
            font-size: 30px;
        }

        .who-we-desc > p {
            text-align: justify
        }

        .about-wizard h3 {
            width: 160%;
            margin-left: -30%;
        }

        .landing-docs.ooo .col-md-3 {
            width: 20%;
        }
    }

    @media (min-width: 992px) and (max-width: 1079px) {
        .award-timeline-box > img {
            width: 35%;
        }
    }

    @media (min-width: 767px) and (max-width: 991px) {
        .award-timeline-box > img {
            width: 24%;
        }

        .award-timeline-box > p {
            width: 76%;
        }

        .heading3 > h2, .heading3 > h1 {
            font-size: 17px;
        }

        .swMain .stepContainer {
            width: 70%;
        }

        .swMain .form-group > .col-md-4, .swMain .form-group > .col-md-3 {
            text-align: left;
            font-weight: bold;
        }

        .foundersHeaderList {
            clear: both;
        }

        .swMain .form-group .col-md-6.headers {
            text-align: center;
        }

        .swMain ul.anchor li a {
            font-size: 13px;
        }
    }

    @media (max-width: 766px) {
        .swMain ul.anchor {
            width: 100% !important;
        }

        .swMain .stepContainer {
            width: 100%;
        }

        .swMain .form-group > .col-md-4, .swMain .form-group > .col-md-3 {
            text-align: left;
            font-weight: bold;
        }

        .foundersHeaderList {
            clear: both;
        }

        .swMain .form-group .col-md-6.headers {
            text-align: center;
        }

        .heading3 > h2, .heading3 > h1 {
            font-size: 17px;
        }
    }

    @media (min-width: 601px) and (max-width: 991px) {
        aside.col-md-3 {
            display: none;
        }

        .col-md-9 .float-left {
            float: inherit;
        }
        /*.table.edit-icons .font-bold {
            display:none;
        }*/

        .f-find-office > span {
            width: auto;
        }

            .f-find-office > span > img {
                max-width: 249px;
            }

        footer.block > .container {
            padding: 0 80px;
        }

        .landing-docs .col-md-3 {
            width: 24%;
            height: 280px;
            float: left;
        }

        .landing-docs.ooo .col-md-3 {
            width: 20%;
        }

        .landing-docs .col-md-4 {
            width: 27%;
            float: left;
        }

        .heading4.landing-header {
            float: none;
        }

        .about-wizard .col-md-2 {
            float: left;
        }

        .about-wizard h3 {
            font-size: 17pt;
        }
    }

    @media (max-width: 600px) {
        .select-firm-type > div.col-xs-6 img {
            display: none;
        }

        .select-firm-type > div.col-xs-6 a {
            line-height: inherit !important;
        }

        aside.col-md-3 {
            display: none;
        }

        .col-md-9 .float-left {
            float: inherit;
        }

        .edit-icons .col-xs-2.docitem a:first-child {
            display: none
        }

        .landing-docs .col-md-3 {
            width: inherit;
        }

        .about-wizard .col-md-2 {
            width: inherit;
            padding: inherit;
            text-align: center;
            float: none;
        }

        .about-wizard span {
            width: auto;
            margin: auto;
        }

        .heading4.landing-header {
            float: none;
        }

        .log-in-sec > a {
            margin: 0;
        }
    }
    /* home slider */
    .block.bg-blue-new {
        overflow: hidden;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        background-image: url(/Content/images/landings/home/mainback.png);
    }

    @media (max-width: 767px) {
        .block.bg-blue-new {
            background-image: none;
        }
    }

    .home-bttns.first {
        margin-bottom: 20px;
    }

    .home-bttn {
        background: #f3f8ff;
        border-radius: 20px 20px 20px 5px;
        box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
        padding: 25px 10px;
        position: relative;
        overflow: hidden;
        transition: all 500ms ease;
        cursor: pointer;
        margin-left: -1.5%;
        margin-right: -1.5%;
        color: #494949;
    }

        .home-bttn.active, .home-bttn:hover {
            background: #fff;
            box-shadow: 1px 3px 7px rgba(0,0,0,0.4);
            background: #ffffff;
            margin-left: -3.5%;
            margin-right: -3.5%;
            margin-top: -10px;
            padding-bottom: 35px;
            color: #212121;
        }

        .home-bttn:hover {
            margin-left: -3%;
            margin-right: -3%;
        }

        .home-bttn.active:hover {
            margin-left: -3.5%;
            margin-right: -3.5%;
        }

    .home-slides {
        transition: all 500ms ease;
        min-height: 400px;
        /* position:relative;*/
    }

    .home-slide {
        /* position: absolute;
            top:0;
            left:0;*/
    }

.home-slides .slider-h {
    margin-top: 0;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    text-shadow: 2px 1px 6px rgba(0,0,0,0.5);
    background: rgba(57,138,240,0.5);
    border-radius: 4px;
    padding: 0 7px;
}

    @media (max-width: 480px) {
        .home-slides .slider-h {
            font-size: 30px;
        }
    }

    .home-slides .text {
        font-size: 19px;
        font-family: "RobotoLight", sans-serif;
        text-shadow: 2px 1px 6px rgba(0,0,0,0.5);
        background: rgba(57,138,240,0.5);
        border-radius: 4px;
        padding: 0 7px;
    }

    .home-bttn.active .statusbar {
        display: block;
    }

    .home-bttn-content {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
    }

.home-bttn .statusbar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: #0073ff;
}

    .home-bttn[data-bttnid="3"] .statusbar {
        background: #e87201;
    }

    .home-bttn[data-bttnid="4"] .statusbar {
        background: #00ca17;
    }

    .home-bttn[data-bttnid="5"] .statusbar {
        background: #0036b7;
    }

.home-bttn-content h3, .home-bttn-content .h3 {
    font-family: "RobotoMedium", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    letter-spacing: -0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .home-bttn-content p {
        margin: 8px 0 0;
        line-height: 14px;
        height: 29px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .home-bttn-content i {
        font-size: 28px;
        color: #e8e8e8;
    }

    .home-bttn-content > div {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        align-items: center;
        align-self: center;
        justify-content: center;
    }

        .home-bttn-content > div.vertical {
            flex-direction: column;
            overflow: hidden;
        }

    .home-slider .image-column {
        height: 300px;
        position: relative;
    }

    .home-slider .image-box {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -35px;
    }
@media (min-width: 768px) {
    .home-slider .image-box {
        left: -30%;
    }
}

    .home-slider .float-bob-y {
        animation: swinganim 5s ease;
        animation-iteration-count: infinite;
    }

    .home-slider .content-column {
        color: #fff;
    }

        .home-slider .content-column .content-box {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            justify-content: center;
            min-height: 400px;
        }

    .home-slider .home-btn-box {
        margin-top: 13px;
        margin-bottom: 20px;
        width: 120%;
    }

        .home-slider .home-btn-box a {
            position: relative;
            display: inline-block;
            overflow: hidden;
            font-size: 15px;
            font-weight: 500;
            line-height: 15px;
            padding: 11px 6.5px;
            text-align: center;
            border: 2px solid #4591ed;
            border-radius: 6px;
            margin-right: 2px;
            z-index: 1;
            text-decoration: none;
            transition: all 500ms ease;
            text-transform: uppercase;
            font-family: "RobotoBold",sans-serif;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            margin-bottom: 1px;
            background: #ffffff;
            color: #4591ed;
        }

            .home-slider .home-btn-box a:hover {
                border: 2px solid #fff;
                background: #4c95f1;
                color: #fff;
                box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
            }

    .home-slider .layer-bg {
        position: absolute;
        width: 200px;
        height: 345px;
        top: 74px;
        right: 400px;
        background-repeat: no-repeat;
    }

    @keyframes swinganim {
        30% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        80% {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @media (max-width: 767px) {
        .home-slider .image-column {
            height: 0;
            position: initial;
        }

        .home-slides {
            min-height: 400px;
        }

        .home-slider .home-btn-box {
            width: 100%;
        }

            .home-slider .home-btn-box a {
                font-size: 13px;
            }

        .home-bttns.first {
            margin-bottom: 0;
        }

        .home-bttn {
            margin-bottom: 5px;
        }
    }

    .blink-bttns {
        animation: blinker 2s ease-in-out 1;
    }

    .blink-bttns-click {
        animation: blinkerclick 2s ease-in-out 1;
    }

    @keyframes blinker {
        0% {
            background: #4c95f1;
            color: #fff;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        }
        /* 33% {
            background: #ffffff;
            color: #4591ed;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        }*/
        66% {
            background: #4c95f1;
            color: #fff;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        }

        100% {
            background: #ffffff;
            color: #4591ed;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        }
    }

    @keyframes blinkerclick {
        0% {
            background: #4c95f1;
            color: #fff;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        }

        33% {
            background: #ffffff;
            color: #4591ed;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        }

        66% {
            background: #4c95f1;
            color: #fff;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        }

        100% {
            background: #ffffff;
            color: #4591ed;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        }
    }

    .partner-bttn {
        width: 88% !important;
        border: 2px solid green;
        border-radius: 3px;
        color: green;
        padding: 1px 3px;
        margin: 0 10px 3px;
        line-height: 15px;
        background-color: rgba(10,128,9,0);
    }

        .partner-bttn .fa {
            font-size: 14px !important;
        }

    .dropdown-item.address-item, .dropdown-item.select-delete-list-item {
        white-space: normal;
    }

    .address-item-box .col-xs-11, .select-delete-list-item-box .col-xs-11 {
        padding: 0;
    }

    .address-item-box .col-xs-1, .select-delete-list-item-box .col-xs-1 {
        padding: 0;
    }

        .address-item-box .col-xs-1 .fa, .select-delete-list-item-box .col-xs-1 .fa {
            color: red;
            font-size: 20px;
            padding: 7px 0;
            cursor: pointer;
        }



    /* main menu*/
    .v-center {
        align-items: center;
    }

    .header-item.item-right .log-in-sec > a {
        margin: 0;
        text-align: center;
    }

    .header .sub-menu.single-column-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .header .sub-menu.single-column-menu ul span.menu-item-info {
            display: block;
            line-height: 4px;
            margin-bottom: 7px;
            margin-top: 5px;
            color: #717171;
            font-size: 13px;
        }
    /* header */
    .header {
        display: block;
        width: 100%;
        position: relative;
        z-index: 99;
    }

    #menu-sec .row {
        display: flex;
    }

    .header .item-left {
        flex: 0 0 10%;
    }

    .header .logo a {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-decoration: none;
    }

    .header .item-center {
        flex: 0 0 73%;
    }

    .header .item-right {
        flex: 0 0 15%;
        display: flex;
        justify-content: center;
    }

    .header .menu-main {
        margin-bottom: 0;
        float: right;
    }

    .header .menu > ul > li {
        display: block;
        float: left;
        padding: 5px 0 5px 0;
    }

    .for-sticky.sticky.header .menu-main.desktop-menu > ul > li {
        padding-top: 9px;
    }

    .header .menu > ul > li > a {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        line-height: 18px;
        position: relative;
        transition: color 0.3s ease;
        text-align: center;
        padding: 8px 12px;
    }

    .header .menu > ul > li .sub-menu, .header .menu > ul > li .sub-sub-menu {
        position: absolute;
        z-index: 500;
        background-color: #ffffff;
        box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.3);
        padding: 10px 10px;
        transition: all 0.5s ease;
        margin-top: 25px;
        opacity: 0;
        visibility: hidden;
    }

    .header .menu > ul > li .sub-sub-menu {
        left: 33%;
        top: 0%;
        right: 0;
        box-shadow: none;
    }

    @media(min-width: 992px) {
        .sub-sub-menu.single-column-menu a {
            white-space: nowrap;
        }

        header .menu > ul > li:hover > a {
            background: #4591ed;
            border-radius: 3px;
            color: #fff !important;
        }

        .header .menu > ul > li.menu-item-has-children.hovered .sub-menu {
            margin-top: 0;
            visibility: visible;
            opacity: 1;
        }

        .header .menu ul li.menu-item-has-children-sub.hovered .sub-sub-menu {
            margin-top: 0;
            visibility: visible;
            opacity: 1;
        }
    }

    .header .menu ul {
        list-style-type: none;
        padding: 0px 10px;
        margin-top: 10px;
    }

    .menu-main.desktop-menu .menu-item-has-children-sub a {
        width: 100%;
    }

        .menu-main.desktop-menu .menu-item-has-children-sub a:hover, .menu-main.desktop-menu .menu-item-has-children-sub.hovered > a {
            background: rgba(69, 145, 237,0.2);
        }

    .menu-main.desktop-menu .sub-menu > ul {
        width: 30%;
    }

    .header .menu > ul > li .sub-menu > ul > li, .header .menu > ul > li .sub-sub-menu > ul > li {
        line-height: 1;
    }

        .header .menu > ul > li .sub-menu > ul > li > a, .header .menu > ul > li .su-sub-menu > ul > li > a {
            display: inline-block;
            padding: 9px 15px;
            font-size: 15px;
            transition: color 0.3s ease;
            text-decoration: none;
        }

    .header .menu > ul > li .single-column-menu {
        min-width: 200px;
        max-width: 550px;
    }

    .header .menu > ul > li ul li a {
        display: block;
        padding: 10px;
    }

    .header .menu .sub-sub-menu ul li a {
        padding: 3px 10px;
    }

    .header .menu > ul > li ul li a:hover {
        background: rgba(69, 145, 237,0.2);
    }

    .header .menu .list-item > ul {
        padding: 5px 0 0;
    }

    .list-item > ul > li {
        line-height: 1;
        display: block;
    }

        .list-item > ul > li > a {
            padding: 0 0 5px;
            display: inline-block;
            font-size: 15px;
            color: #4591ed;
            transition: color 0.3s ease;
        }

    .header .menu > ul > li .sub-menu.mega-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-3 {
        /*max-width: 1100px;*/
        width: 100%;
        /*        display: flex;
*/ flex-wrap: wrap;
        padding: 0px 50px 10px;
    }

    .menu-main.desktop-menu .sub-sub-menu.mega-menu-column-2 {
        display: flex;
        flex-wrap: wrap;
        /*width: 670px;*/
    }


    .header .menu > ul > li .sub-sub-menu.mega-menu-column-2 > .list-item {
        flex: 0 0 50%;
    }

    .drop-3 {
        background: rgba(57,138,240,0.1);
        border-top: 5px solid #398af0;
    }

    .drop-2 {
        background: #f9f9f9;
        border-top: 5px solid #e2e2e2;
    }

    .drop-1 {
        border-top: 5px solid #f9f9f9;
    }

    .mobile-menu-head,
    .mobile-menu-trigger {
        display: none;
    }

    .header .menu.active > ul > li > a span {
        display: none;
    }

    .htitle {
        padding: 5px 0 2px;
        font-weight: bold;
    }

    .menu-item-has-children-sub i {
        display: none;
    }

    @media(max-width: 991px) {
        .drop-1, .drop-2, .drop-3 {
            background: initial;
            border-top: initial;
        }

        .business1 .logo {
            margin-top: 0;
            width: 100%;
        }

        .mobile-menu-trigger-box {
            display: block;
            float: left;
            width: 30%;
        }

        .log-in-sec {
            float: right;
            width: initial;
        }

        .header-item.item-left {
            display: block;
            float: left;
            width: 40%;
            text-align: center;
        }

        .header-item.item-right {
            display: block;
            float: left;
            width: 30%;
            padding-right: 20px;
            padding-top: 8px;
        }

        #menu-sec .row {
            display: block;
        }

        .header .item-center {
            order: 3;
            flex: 0 0 100%;
        }

        .header .menu-main {
            float: initial;
        }

        .header .menu > ul > li {
            float: initial;
            padding: initial;
        }

        .header .item-left,
        .header .item-right {
            flex: 0 0 auto;
            display: block;
        }

        .v-center {
            justify-content: space-between;
        }

        .header .mobile-menu-trigger {
            display: flex;
            height: 35px;
            width: 35px;
            margin-left: 20px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            float: left;
            border: 1px solid #398af0;
            padding: 0 4px;
            border-radius: 4px;
            margin-top: 7px;
            margin-right: 20px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }

            .header .mobile-menu-trigger span {
                display: block;
                height: 3px;
                background-color: #398af0;
                width: 24px;
                position: relative;
            }

                .header .mobile-menu-trigger span:before,
                .header .mobile-menu-trigger span:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #398af0;
                }

                .header .mobile-menu-trigger span:before {
                    top: -6px;
                }

                .header .mobile-menu-trigger span:after {
                    top: 6px;
                }

        .header .item-right {
            align-items: center;
        }

        .header .menu {
            position: fixed;
            width: 320px;
            background-color: #ffffff;
            left: 0;
            top: 0;
            height: 100%;
            overflow: hidden;
            transform: translate(-100%);
            transition: all 0.5s ease;
            z-index: 1099;
        }

            .header .menu.active {
                transform: translate(0%);
                box-shadow: 1px 0px 15px rgba(0,0,0,0.3);
            }

                .header .menu.active > ul > li > a br {
                    display: none;
                }

                .header .menu.active > ul > li > a span {
                    display: inline-block;
                    width: 6px;
                }

            .header .menu > ul > li {
                line-height: 1;
                margin: 0;
                display: block;
            }

            .header .menu ul li a {
                line-height: 50px;
                height: 50px;
                padding: 0 10px !important;
                display: block;
                border-bottom: 1px solid rgba(0,0,0,0.1);
                text-align: center;
            }

        .menu-h {
            text-align: center;
        }

        .header .menu ul li a.double-lined {
            line-height: 23px;
        }

        .header .menu ul li a i {
            position: absolute;
            height: 50px;
            width: 50px;
            top: 0;
            right: 0;
            text-align: center;
            line-height: 50px;
            transform: rotate(-90deg);
            display: block;
        }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top: 0;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 16px;
                display: none;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
                text-align: center;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

        .header .menu .menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            padding: 0;
        }

        .header .menu > ul > li .sub-menu.mega-menu,
        .header .menu > ul > li .sub-menu,
        .header .menu > ul > li .sub-sub-menu {
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 0px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 50px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active,
            .header .menu ul li .sub-sub-menu.active {
                display: block;
            }

        .header .menu ul {
            padding: 0;
        }

        @keyframes slideLeft {
            0% {
                opacity: 0;
                transform: translateX(100%);
            }

            100% {
                opacity: 1;
                transform: translateX(0%);
            }
        }

        @keyframes slideRight {
            0% {
                opacity: 1;
                transform: translateX(0%);
            }

            100% {
                opacity: 0;
                transform: translateX(100%);
            }
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img {
            margin-top: 0;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .htitle {
            margin-bottom: 20px;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center:last-child .htitle {
            margin-bottom: 0px;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item {
            flex: 0 0 100%;
            padding: 0px;
        }

        .header .menu > ul > li .sub-menu > ul > li > a,
        .header .menu ul li .sub-sub-menu > ul > li > a,
        .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
            display: block;
            padding: 0;
            position: relative;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item .htitle {
            padding: 10px 0;
        }

        .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
            margin-bottom: 15px;
        }

        .menu-overlay {
            position: fixed;
            background-color: rgba(0,0,0,0.5);
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1098;
            visibility: hidden;
            opacity: 0;
            transition: all 0.5s ease;
        }

            .menu-overlay.active {
                visibility: visible;
                opacity: 1;
            }
    }
    /* end main menu*/
    footer ul {
        list-style-type: none;
        padding: 0;
    }

        footer ul li {
            padding: 5px 0;
        }

            footer ul li a {
                color: #fff;
            }
    /* about-block */
    .about-block {
        text-align: center;
    }

        .about-block h2 {
            font-size: 27px;
            padding-bottom: 6px;
            line-height: 34px;
        }

        .about-block .info-docs-img img {
            width: 82%;
            margin-top: -10px;
            margin-bottom: -14px;
        }

        .about-block .info-docs-text h3 {
            font-size: 20px;
        }

/* */
.contact-form-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: #ccc solid 1px;
}

    .contact-form-box .add-files-items-box {
        display: none;
    }

#contacts-section a {
    border: none;
    display: inline;
    padding: 0;
    float: none;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    color: #4591ed;
    text-decoration: underline
}

    #contacts-section a:hover {
        background: none;
        color: #4591ed;
        text-decoration: none
    }
.contact-block h2 {
    margin-bottom:20px!important;
}
.contact-block h3 {
    text-transform: none;
    font-size: 24px;
}

    .contact-block h3 i.fa {
        color: #398AF0;
    }

.contact-block .text-left, .contact-block .text-left h3 {
    text-align: left;
    margin-bottom: 5px;
}

    .contact-block .text-left p {
        font-size: 33px;
        /* padding-left: 30px;*/
        line-height: 40px;
    }
.contact-block .text-left {
    margin-top: 30px;
}

    .contact-block .text-left, .contact-block .text-left h3, .contact-block .text-left p {
        text-align: center;
    }
        .contact-block .text-left p.contacts-data-address {
            font-size: 20px;
            line-height: 25px;
        }
        /* smm */
.smm-box-div-h{
    font-size:22px!important;
    margin-bottom:10px;
}
.smm-box {
    border-radius: 5px;
    text-align: center;
}
.smm-box-div{
    margin-bottom:10px;
}
.smm-box-div a {
    color: #000;
}
.smm-box svg {
    width: 50px;
    height: 50px;
}

.smm-box-h {
    margin-top: 12px;
}
    .smm-box-h span {
        text-transform: uppercase;
        font-size: 22px;
        font-family: 'RobotoBold', sans-serif;
    }
.tg-box {
    background: rgb(189,244,255);
    background: linear-gradient(90deg, rgba(189,244,255,1) 0%, rgba(0,212,255,1) 100%);
}
.yt-box {
    background: rgb(255,189,189);
    background: linear-gradient(90deg, rgba(255,189,189,1) 0%, rgba(255,0,0,1) 100%);
}
.vk-box {
    background: rgb(189,223,255);
    background: linear-gradient(90deg, rgba(189,223,255,1) 0%, rgba(0,93,255,1) 100%);
}
.cookieinfo {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    background-color: rgb(238, 238, 238);
    color: rgb(51, 51, 51);
    padding: 0px 4px;
    font-size: 13px;
    text-align: center;
    bottom: 0px;
    opacity: 1;
    width: 40%;
    line-height: 12px;
    border: 2px solid rgb(204, 204, 204);
    letter-spacing: -0.5px;
}
@media (max-width: 991px) {
    .cookieinfo {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (max-width: 750px) {
    .cookieinfo {
        font-size: 15px;
        line-height:16px;
        width: 100%;
    }
}
.a-tok {
    width: 100%;
    border: solid 2px #398af0;
    background: rgba(57, 138, 240,0.1);
    padding: 5px 20px;
    clear:both;
}
.open-menu {
    display: none;
float:left;
width:30%;
}
    .open-menu > div {
        background: #fff;
        border: solid 2px #4591ed;
        color: #4591ed;
        max-width: 100px;
        padding: 5px 0px;
        font-size: 17px;
        margin: 9px 0 0 10px;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
    }
.responsive-menu > ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.99);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

    .responsive-menu > ul > li {
        float: left;
        width: 100%;
        padding: 0;
    }

        .responsive-menu > ul > li > a {
            float: left;
            width: 100%;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            padding: 12px 10px;
        }

        .responsive-menu > ul > li > ul {
            position: relative;
            -webkit-transform: rotatey(0deg);
            -moz-transform: rotatey(0deg);
            -ms-transform: rotatey(0deg);
            -o-transform: rotatey(0deg);
            transform: rotatey(0deg);
            opacity: 1;
            filter: alpha(opacity=100);
            float: left;
            margin: 0;
        }

            .responsive-menu > ul > li > ul.mega {
                border: medium none;
                width: 100%;
            }

            .responsive-menu > ul > li > ul:before {
                display: none;
            }

            .responsive-menu > ul > li > ul.mega > li {
                float: left;
                width: 50%;
                margin: 0;
            }

        .responsive-menu > ul > li > ul {
            display: none;
            left: 0;
            top: 0;
            width: 100%;
            border: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

            .responsive-menu > ul > li > ul > li:nth-child(2n+2) {
                margin-left: 0;
            }

            .responsive-menu > ul > li > ul > li > ul {
                display: none;
                float: left;
                margin: 0;
                opacity: 1;
                filter: alpha(opacity=100);
                position: relative;
                -webkit-transform: scale(1) rotateY(0deg);
                -moz-transform: scale(1) rotateY(0deg);
                -ms-transform: scale(1) rotateY(0deg);
                -o-transform: scale(1) rotateY(0deg);
                transform: scale(1) rotateY(0deg);
                width: 100%;
                left: 0;
            }

header.business1 .for-sticky.sticky .responsive-menu > ul > li {
    padding: 0;
}

header.business2 .for-sticky.sticky .responsive-menu > ul > li {
    padding: 0;
}

.business2-menu.responsive-menu {
    z-index: 999999;
}

    .business2-menu.responsive-menu > ul {
        margin: 0;
    }
@media (max-width: 1200px) {
    .business1-menu > ul > li {
        padding-top: 13px;
    }
    #menu-sec{
        height:auto;
    }
    .renderBodyBox {
        height: 101px;
    }
    .log-in-sec {
        margin-left: 0px;
    }
        .log-in-sec .log-in-sec-a, .sticky .log-in-sec > a {
            float: right;
            margin: 9px 0px 0;
            font-size: 15px;
            letter-spacing: -1px;
            padding-left: 5px;
            padding-right: 5px;
        }
.open-menu {
    display: none;
}
.our-clients > a > img {
    width: 100%;
}
.our-clients > a {
    margin-right: 20px;
    margin-top: 20px;
}
.price-category > h3 {
    font-size: 22px;
}
.meta-tags > li {
    margin-right: 5px;
}
.w-top-faq ul li i {
    margin-bottom: 30px;
}
.post-metas > ul > li > a {
    padding: 8px;
}
#comment > ul > li > ul {
    padding: 0;
}
#comment > ul > li > ul > li > ul {
    padding: 0;
}
.f-recent-office > ul > li > a > i {
    display: block;
    float: none;
}
.f-recent-office > ul > li > strong {
    margin-top: 0px;
}
.quantity > p {
    padding: 0 10px;
}
.heading2 > h2 {
    font-size: 15px;
}
.our-clients a {
    width: 100%;
}
.our-clients a > img {
    float: left;
    width: 100%;
}
.we-are-Slide > img {
    float: left;
    width: 100%;
}
}
@media(max-width: 991px){
    .register-form.social-form{
        margin-left:0;
    }
}
@media (max-width: 890px) {
    .business1-menu > ul > li{
        padding-top:0;
    }
    .open-menu {
        display: block;
    }
    .business1 .logo {
        text-align:center;
        width:40%;
        margin-top:0;
    }
    header.business1 .for-sticky.sticky .logo {
        margin-top: 0;
    }
    .log-in-sec {
        float: right;
        margin: 0;
    }
        .log-in-sec .log-in-sec-a, .sticky .log-in-sec > a {
            float: right;
            margin: 9px 10px 0;
        }
    .sticky .log-in-sec{
        margin-left:0;
    }
    .login-form {
        top: 50px;
        left: auto;
        right: 0;
    }
    .business1-menu {
        display: none;
        float: none;
        margin: 0 auto;
        position: absolute;
        width: 100%;
        z-index: 999999999;
        margin: 47px 0 0 0;
    }
    .drop-menu{
        padding:0;
    }
    .li-dropbttn {
        display: none;
    }

        .li-dropbttn.li-active-dropbttn {
            display: block;
        }
    .drop-menu {
        margin-top: 40px;
    }
    .for-sticky.sticky .drop-menu {
        margin-top: 40px;
    }
    .drop-menu .drop-1{
        margin-left:10px;
    }
}
    @media (min-width: 768px) and (max-width: 890px) {
        .service span {
            float: none;
            margin: 0 auto;
            display: table;
            margin-bottom: 10px;
        }

        .service div > a {
            width: 100%;
            text-align: center;
        }

            .service div > a > i {
                float: none;
                font-size: 12px;
            }

        .service h2 {
            margin: 5px 0 10px;
            text-align: center;
        }

        .service p {
            text-align: center;
        }

        .business1 {
            position: static;
            float: left;
        }

        .mega-menu.left {
            left: 50%;
            margin-left: -400px;
            top: 35px;
            z-index: 9999;
        }

        .mega-menu.right {
            left: 50%;
            margin-left: -400px;
            top: 35px;
            z-index: 9999;
        }

        .mega-menu.center {
            left: 50%;
            margin-left: -400px;
            top: 35px;
            z-index: 9999;
        }



        .business1-top-bar > span {
            display: table;
            float: none;
            margin: 10px auto 0;
        }

        .business1-top-bar > ul {
            display: none;
        }

        .business1-top-bar > form {
            display: table;
            float: none;
            margin: 10px auto 0;
            position: static;
        }

        .business1-top-bar {
            padding-bottom: 10px;
        }

        #menu-sec {
            height: auto;
        }

       

        .f-find-office {
            margin-top: 30px;
        }

        .f-recent-office {
            margin-top: 30px;
        }

            .f-recent-office > ul > li > a > i {
                width: 85%;
            }

        .about-sec h3 {
            margin-top: 30px;
        }

        .who-we-desc > h3 {
            margin-top: 25px;
        }

        .award-timeline .award-timeline-box:before {
            display: none;
        }

        .award-timeline .award-timeline-box:after {
            display: none;
        }

        .heading4 {
            float: left;
        }

        .s-faq-widget {
            margin-top: 30px;
        }

        .register-form > .row > div > form {
            float: left;
            width: 100%;
        }

        #whats-new {
            margin-top: 55px;
        }

        .submit {
            /*float: left;*/
        margin: 0 auto 30px;
    }

        .our-clients {
            margin-bottom: 30px;
        }

        .w-top-faq ul li i {
            margin-bottom: 0;
        }

        .business1-menu > ul > li > ul > li > a {
            font-size: 12px;
        }
    }

    @media (max-width: 767px) {
        .award-timeline-box > img {
            width: 35%;
            margin-top: 20px;
        }

        .service span {
            float: none;
            margin: 0 auto;
            display: table;
            margin-bottom: 10px;
        }

        .service div > a {
            width: 100%;
            text-align: center;
        }

            .service div > a > i {
                float: none;
                font-size: 12px;
            }

        .service h2 {
            margin: 5px 0 10px;
            text-align: center;
        }

        .service p {
            text-align: center;
        }

        .parallax h3 {
            font-size: 22px;
        }

            .parallax h3 > i {
                font-size: 18px;
            }

        .business1 {
            position: static;
            float: left;
        }

        .mega-menu.left {
            left: 0;
            margin: 0;
            top: 35px;
            width: 300px;
            z-index: 9999;
        }

        .mega-menu.right {
            left: 0;
            margin: 0;
            top: 35px;
            width: 300px;
            z-index: 9999;
        }

        .mega-menu.center {
            left: 0;
            margin: 0;
            top: 35px;
            width: 300px;
            z-index: 9999;
        }

        .business1-top-bar > span {
            display: table;
            float: none;
            margin: 10px auto 0;
        }

        .business1-top-bar > ul {
            display: none;
        }

        .business1-top-bar > form {
            display: table;
            float: none;
            margin: 10px auto 0;
            position: static;
        }

        .business1-top-bar {
            padding-bottom: 10px;
        }

        #menu-sec {
            height: auto;
        }

        .block .container {
            padding: 0 15px;
            position: relative;
        }

        .service {
            margin-bottom: 30px;
        }

        .f-find-office {
            margin-top: 30px;
        }

        .f-recent-office {
            margin-top: 30px;
        }

            .f-recent-office > ul > li > a > i {
                width: 85%;
            }

        #whats-new > h1 {
            font-size: 35px;
        }

        .timer {
            float: left;
            width: 100%;
            margin-bottom: 30px;
        }

        .about-sec h3 {
            margin: 25px 0;
        }

        .register-form > .row > div > form {
            float: left;
            width: 100%;
        }

        .heading4 {
            float: left;
        }

        .award-timeline .award-timeline-box:before {
            display: none;
        }

        .award-timeline .award-timeline-box:after {
            display: none;
        }

        .error-page > h2 {
            font-size: 20px;
        }

        .error-page > h3 {
            font-size: 14px;
        }

        .business1 {
            position: static;
            float: left;
        }

        .our-clients {
            margin-bottom: 30px;
        }

        .w-top-faq ul li i {
            margin-bottom: 0;
        }

        .business1-menu > ul > li > ul > li > a {
            font-size: 12px;
        }

        .error-page > h1 {
            float: left;
            width: 100%;
        }

            .error-page > h1 > img {
                float: left;
                width: 100%;
            }

        .error-page {
            padding: 0 15px 130px;
        }

        .contact-sec > span {
            margin-bottom: 9px;
            margin-right: 0;
            margin-top: 0;
            width: 100%;
        }

        .contact-sec > p {
            margin: -10px 0 10px;
        }

        .submit {
            float: inherit;
            margin: 0 auto 30px;
        }
    }
@media (max-width: 676px) {
    #menu-sec > .container{
        padding:0px;
    }
    .log-in-sec .log-in-sec-a, .sticky .log-in-sec > a {
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: -0.5px;
        padding-left: 3px;
        padding-right: 3px;
    }
        .log-in-sec .log-in-sec-a i, .sticky .log-in-sec > a > i {
            font-size: 17px;
            margin-right: 0;
        }
}
    @media (max-width: 480px) {
        .drop-menu > .row {
            display: block;
            overflow-y: auto;
        }
        .drop-menu .drop{
            margin-left:10px;
        }
        .award-timeline-box > img {
            width: 35%;
            margin-top: 20px;
        }

        .block {
            padding-top: 40px;
        }

        .login-form {
            margin-left: -125px;
        }

            .login-form:before {
                left: 49%;
            }

        .business1 {
            position: static;
            float: left;
        }

        .business1-top-bar > span {
            display: table;
            float: none;
            margin: 10px auto 0;
        }

        .business1-top-bar > ul {
            display: none;
        }

        .business1-top-bar > form {
            display: table;
            float: none;
            margin: 10px auto 0;
            position: static;
        }

        .business1-top-bar {
            padding-bottom: 0px;
        }

        #menu-sec {
            height: auto;
        }

        .business1 {
            position: relative;
        }

        .f-recent-office > ul > li > a > i {
            width: 50%;
        }

        .our-clients > a {
            margin-right: 0;
            margin-top: 20px;
            width: 100%;
        }

        .error-page > h1 > img {
            float: left;
            width: 100%;
        }

        .error-page {
            padding: 0 15px;
        }

            .error-page > h2 {
                font-size: 16px;
            }

            .error-page > h3 {
                font-size: 13px;
            }

        .submit {
            float: inherit;
            margin: 0 auto 30px;
        }

        .contact-sec > span {
            margin-bottom: 10px;
            margin-top: 8px;
        }

        .meta-tags {
            width: 100%;
        }

        .register-form h3 {
            font-size: 15px;
        }

        .who-we-desc > h3 {
            font-size: 14px;
        }

        #whats-new > img {
            display: none;
        }

        .roles {
            font-size: 23px;
            height: 38px;
        }

        .heading3 > h2 {
            font-size: 13px;
            line-height: 24px;
        }

        .pagination > ul {
            float: left;
            width: 100%;
            margin-top: 50px;
        }

        .meta-tags > li > a {
            font-size: 11px;
            padding: 6px 3px;
        }

        .post-social > li > a {
            font-size: 11px;
            height: 25px;
            line-height: 23px;
            width: 25px;
        }

        .register-sec {
            background-repeat: no-repeat;
            background-size: cover;
        }

        .submit-form > p {
            width: 100%;
        }

        .error-page > form > input {
            width: 80%;
        }

        .error-page > form > i {
            float: right;
            text-align: center;
            width: 20%;
        }

        .error-page > form {
            width: 100%;
        }

        .error-page > .error-footer {
            float: left;
            position: relative;
        }

        .error-page > ul {
            margin: 15px 0;
            width: 100%;
        }

            .error-page > ul > li {
                margin: 0;
                width: 100%;
            }

                .error-page > ul > li > a {
                    margin-bottom: 10px;
                    text-align: center;
                    width: 100%;
                }

        .submit-form > input {
            padding: 10px 0;
            width: 100%;
        }

        .author-post > span {
            display: table;
            float: none;
            margin: 0 auto;
        }

        .author-post > a {
            text-align: center;
        }

        .author-post > p {
            text-align: center;
        }
    }
/* BACKGROUND COLOR */

.menu-sec > .container > ul > li > a:before,
.bottom-line ul > li > a:hover,
.pagination > a > i,
.pagination > ul > li > a:hover,
.pagination > ul > li > a.active,
.post-desc > a:hover,
.error-page > .error-footer,
.error-page > ul > li > a,
.business1-menu > ul > li > ul > li > ul > li:hover,
.login-form form > ul > li > a.register,
.submit-form > input,
.business1-menu > ul > li > ul > li:hover:before,
.menu-ctgry > ul > li:hover:before,
.price-table-sec:hover ul > li.price-head,
.price-table-sec .sign-up > a:hover,
.post-social > li > a:hover,
.meta-tags > li > a:hover,
.who-we-desc > a:hover,
.service > a:hover,
.about-sec a:hover,


.service:hover span,
.input-style.submit > input.submit,
#twitter-btn,
.who-we-desc > a,
.menu-news > ul > li > a > span,
.post-metas > ul > li > a,
.contact-sec > span > i,
.submit



{
	background-color:#4591ed;
}



/* FONT COLOR */
.menu-sec > .container > ul > li > a:hover,
.s-category-widget > ul > li > a:hover,
.s-category-widget > ul > li > a:hover > i,
.post-desc > h2 > a:hover,
.w-top-faq ul li:hover a,
.w-top-faq ul li:hover span,
.w-top-faq ul li:hover i,
.author-post > a > i,
.heading4 > h2 i,
.heading5 > h2 i,
.business1-menu > ul > li:hover  > a,
.log-in-sec > a,
.login-form form > ul > li > a,
.login-form form > ul > li > input,
.submit-form > p > i,
.menu-ctgry > ul > li:hover > a,
.menu-news > ul > li:hover > a > h3,
.menu-news > ul > li:hover > a > p,
.service h2 > a:hover,
.related-project > h3:hover > a,



.service span,
.service > div > div > a,
#whats-new > h1 > i,
.roles,
.w-top-faq > ul > li > span


{
    color: #4591ed;
}


/* BORDER COLOR */
.menu-sec > .container > ul > li > a:hover,
.price-features > i,
.heading4 > h2,
.heading5 > h2,
.heading6 > h2,
.business1-menu > ul > li:hover > a,
.business1-menu > ul > li > ul,
.who-we-desc > a:hover,
.about-sec a:hover,
.log-in-sec > a,
.login-form form > ul > li > a,
.login-form form > ul > li > input,
.post-social > li > a:hover,
.meta-tags > li > a:hover,
.service > a:hover,




.service span

{
    border-color: #4591ed;
}


/* OPACITY */


/* CUSTOM COLOR */
.business1-menu > ul > li > ul:before {
    border-bottom: 4px solid #4591ed;
}
