/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@import url(../font/Roboto/font.css?t=1577865128860);
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontawesome-alloy';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

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

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

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

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

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

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

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

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

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'fontawesome-alloy';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-caret-bottom-right:before {
  content: "\e016"; }

.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-fb-boolean:before {
  content: "\e008"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign-2:before {
  content: "\f055"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up-2:before {
  content: "\f164"; }

.icon-thumbs-down-2:before {
  content: "\f165"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-yen:before {
  content: "\f157"; }

.icon-renminbi:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file-2:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-db-joinxor:before {
  content: "\e006"; }

.icon-db-state:before {
  content: "\e009"; }

.icon-db-start:before {
  content: "\e00b"; }

.icon-db-end:before {
  content: "\e00a"; }

.icon-db-fork:before {
  content: "\e00c"; }

.icon-db-condition:before {
  content: "\e00e"; }

.icon-db-task:before {
  content: "\e00d"; }

.icon-db-join:before {
  content: "\e00f"; }

.icon-fb-button:before {
  content: "\e010"; }

.icon-fb-fieldset:before {
  content: "\e011"; }

.icon-fb-custom-field:before {
  content: "\e012"; }

.icon-fb-separator:before {
  content: "\e013"; }

.icon-fb-paragraph:before {
  content: "\e014"; }

.icon-fb-file-upload:before {
  content: "\e015"; }

.icon-fb-text:before {
  content: "\e000"; }

.icon-fb-text-box:before {
  content: "\e001"; }

.icon-fb-select:before {
  content: "\e002"; }

.icon-fb-radio:before {
  content: "\e003"; }

.icon-fb-number:before {
  content: "\e004"; }

.icon-fb-integer:before {
  content: "\e005"; }

.icon-fb-decimal:before {
  content: "\e007"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-cny:before {
  content: "\f158"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gear:before {
  content: "\f013"; }

.icon-gears:before {
  content: "\f085"; }

.icon-inr:before {
  content: "\f156"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-krw:before {
  content: "\f159"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-unchecked:before {
  content: "\f096"; }

.icon-usd:before {
  content: "\f155"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg"); }

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/* Variables.scss */
/* radius */
/* colors */
/* Font Weight */
/* breakpoints */
html,
body {
  font-family: 'Roboto Condensed', sans-serif !important; }

p {
  letter-spacing: 0.5px; }

:focus {
  outline: none; }

#page-content {
  padding: 0px 15px; }

#wrapper #content-wrapper {
  padding-top: 0; }

.mid-blue-text {
  color: #00cff7; }

.mid-grey-text {
  color: #aeaeae;
  font-weight: 500; }

.mid-dark-blue {
  color: #00cff7; }

.bg-gray {
  background-color: #f5f5f5;
  padding: 15px; }

.form-heading-section {
  color: #00cff7;
  font-weight: 600;
  border-left: 5px solid #00cff7;
  padding-left: 7px;
  margin-left: -15px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

.form-heading-section::after {
  content: "";
  width: 35px;
  display: inline-block;
  border: 2px solid #00cff7;
  height: 1px;
  vertical-align: middle;
  margin-left: 20px; }

.form-heading-section-typ2 {
  color: #00cff7;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  display: block; }

.form-heading-section-typ2::before {
  content: "";
  width: 35px;
  display: inline-block;
  border: 2px solid #00cff7;
  height: 1px;
  vertical-align: middle;
  margin-right: 20px; }

.btheader-merge-btn {
  text-align: right; }
  .btheader-merge-btn .form-heading-section-typ2 {
    display: inline-block; }
  .btheader-merge-btn .btn.btn-primary {
    display: inline-block;
    margin-right: -15px;
    margin-left: 15px;
    text-transform: uppercase; }

.adminnav .sidebar .dropdown:hover .dropdown-menu {
  display: none !important; }

/*Heading Style*/
.heading-style-primary {
  font-size: 18px;
  font-weight: 600;
  color: #00cff7; }

.heading-style-secondary {
  font-size: 14px;
  font-weight: 600;
  color: #00cff7;
  padding-bottom: 6px; }

.heading-style-toggle {
  border: 2px solid #00cff7;
  height: 2px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin-left: -15px;
  position: relative; }
  .heading-style-toggle .toggle-head-text {
    position: absolute;
    color: #00cff7;
    font-weight: 500;
    top: -15px;
    left: 10%;
    background: #F5F5F5;
    padding: 5px 15px; }
  .heading-style-toggle .btn.btn-primary {
    display: inline-block;
    top: -14px;
    position: absolute;
    right: -2px; }

.custom-shadow-gutter-space {
  padding: 10px; }

.custom-shadow-min-space {
  box-shadow: 1px 1px 12px 2px rgba(204, 204, 204, 0.35);
  padding: 5px 5px;
  position: relative;
  margin-bottom: 15px;
  min-height: 70px; }
  .custom-shadow-min-space small {
    display: block;
    margin-top: 10px;
    line-height: 1; }

.custom-shadow {
  box-shadow: 1px 1px 12px 2px rgba(204, 204, 204, 0.35);
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
  min-height: 70px; }

.custom-white-box {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px; }

.custom-close-btn {
  background-color: #00cff7;
  color: #fff;
  padding: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  cursor: pointer; }

/*custom-shadow*/
/*.tooltip.in*/
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #999999 !important;
  border-radius: 0; }

/**/
/**/
.right-corner-box {
  position: absolute;
  top: 0;
  right: 0;
  background: #00cff7;
  color: #fff;
  padding: 2px;
  min-width: 25px;
  text-align: center; }
  .right-corner-box:hover {
    color: #fff; }

/**/
/**/
/**/
.help-box-in {
  position: absolute;
  top: 10px;
  right: -30px;
  background-color: #4ea895;
  width: 35px;
  height: 30px;
  z-index: -1;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .help-box-in {
      top: 0px;
      right: 0px;
      z-index: 0;
      border-radius: 0px; } }
  .help-box-in i {
    position: absolute;
    margin-top: 8px;
    left: 35%;
    color: #fff; }

.no-gutter-spc {
  padding-left: 0px;
  padding-right: 0px; }

.dropdown.open .dropdown-menu {
  display: block !important; }

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

.form-spacing {
  padding: 0% 5%; }
  @media (max-width: 600px) {
    .form-spacing {
      padding: 0px 0px; } }

body .ui-tooltip {
  border-width: 0;
  background-color: #00a794;
  color: #fff;
  font-size: 12px;
  border-radius: 0; }

.form-section-box {
  clear: both; }

.form-section-box {
  border: 0px solid #ccc;
  margin-bottom: 20px; }

.multiselect.btn.btn-default {
  background: #fff;
  color: #00a794; }

.multiselect.btn {
  background: #fff;
  color: #00a794; }

.top-banner-heading {
  padding: 20px 20px; }
  .top-banner-heading h2 {
    font-size: 35px;
    color: #fff; }
  .top-banner-heading small {
    font-size: 16px;
    color: #fff; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.section-padding {
  margin: 0 auto; }

.section-top {
  margin-top: 0px;
  margin-bottom: 70px; }

.banner-slider .swiper-container {
  width: 100%;
  height: 100%; }
  .banner-slider .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .banner-slider .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    height: 5px;
    width: 20px;
    background: #dfd566;
    border: #dfd566 1px solid;
    opacity: 0.8;
    border-radius: 0; }
  .banner-slider .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f8e300;
    border: 0px; }
  .banner-slider .swiper-container .swiper-pagination-bullets {
    bottom: 30px;
    left: 0;
    width: 100%; }

.bgimage-min-size {
  min-height: 450px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .bgimage-min-size {
      background-position: 70% center; } }

.clearfix {
  clear: both; }

.section-spacing {
  padding: 0px 0px 100px 0px; }

.section-top-bottom {
  margin: 60px 0 60px 0; }

.sf-border-box {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px; }

.sf-border-small-box {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px; }

.sf-border-medium-box {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }

input[type=file] {
  display: block !important; }

.form-box-shadow {
  border-radius: 15px;
  padding: 25px 55px;
  box-shadow: 0 0 2px 2px #ccc;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .form-box-shadow {
      padding: 25px 40px; } }

.primary-color {
  color: #01c6f7;
  font-weight: 400 !important; }

.row.row-gutter {
  margin: 0; }

.bg-dotted-image {
  background-image: url(../images/dotimage.png);
  background-position: center; }

.section-common-spacing {
  padding: 100px 0px; }
  @media (max-width: 768px) {
    .section-common-spacing {
      padding: 80px 0px; } }
  @media (max-width: 480px) {
    .section-common-spacing {
      padding: 50px 0px; } }

.bg-gray {
  background-color: #f5f5f5; }

.bg-yellow {
  background-color: #ffe400; }
  .bg-yellow .bs-line .sec-head .sec-text {
    background: #ffe400; }

.primary-bx-shadow {
  box-shadow: 0 -1px 9px #ccc; }

.medium-text {
  font-size: 21px;
  text-align: center;
  margin: 15px 0px 25px; }

.fontwt400 {
  font-weight: 400; }

.floating-label .span-o {
  color: #ffc007; }

.range-slider-wrapper {
  width: 600px;
  height: auto;
  background-color: #eee;
  padding: 30px 30px 15px;
  margin: 0 auto; }
  .range-slider-wrapper.filters-expanded .slider {
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .range-slider-wrapper.filters-expanded .ui-slider-range {
    background-color: #ccc;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15); }

.advanced-filters {
  display: none; }

.toggle-filters {
  display: inline-block;
  padding: 15px 10px;
  margin-top: 15px;
  margin-left: 15px;
  cursor: pointer;
  background-color: #666;
  color: #eee;
  min-width: 162px;
  text-align: center;
  border-radius: 5px;
  transition: all .6s ease; }
  .toggle-filters:hover {
    background-color: #932222;
    color: #fff; }

.slider-heading {
  display: block;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 50px;
  margin-left: 15px; }

.slider {
  position: relative;
  width: 50%;
  height: 10px;
  margin-left: 15px;
  background-color: #666;
  margin-bottom: 25px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .slider .ui-slider-handle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none; }

.value {
  display: block;
  position: absolute;
  padding: 7px;
  background-color: #666;
  border-radius: 5px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 11px; }

.value::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #676f73;
  border-width: 5px;
  margin-left: -5px; }

.ui-state-focus,
.ui-state-hover {
  border-color: transparent !important; }

.bg-dark-blue {
  background: #0082e9; }

.bg-light-blue {
  background: #00d0f8; }

.bg-light-yellow {
  background: #f8e402; }

.bg-dark-yellow {
  background: #ffbe00; }

.bg-white {
  background: #f5f5f5; }

.bg-grey-white {
  background-color: #919191; }

.white-bg {
  background: #f5f5f5; }

.less-font {
  font-size: 18px !important;
  margin-top: 5px; }

.pad-bottom50 {
  padding-bottom: 50px; }

.opacity7 {
  opacity: 0.7; }

.opacity5 {
  opacity: 0.5; }

.bgimage-min-size-patch img {
  width: 500px;
  position: absolute;
  top: -140px;
  left: 10%; }
  @media (max-width: 768px) {
    .bgimage-min-size-patch img {
      left: 0%; } }

.faq-bgimage {
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bgimage-min-size-patch .banner-text {
  position: absolute;
  left: 15%;
  top: 40%;
  color: #0282e5;
  font-size: 27px;
  font-weight: 900;
  text-shadow: 2px 2px 20px #ccc; }
  @media (max-width: 1366px) {
    .bgimage-min-size-patch .banner-text {
      left: 17%; } }
  @media (max-width: 768px) {
    .bgimage-min-size-patch .banner-text {
      left: 14%; } }
  @media (max-width: 480px) {
    .bgimage-min-size-patch .banner-text {
      left: 4%;
      top: 80%;
      z-index: 1; } }

.mobile-banner-patch {
  display: none; }
  @media (max-width: 480px) {
    .mobile-banner-patch {
      width: 100%;
      display: block;
      height: 100px;
      position: absolute;
      bottom: 0;
      background: #ffbe00f2; } }

.pos-relative {
  position: relative; }

.portlet-content .portlet-title-text {
  display: none; }

.portlet-topper {
  display: none; }

select.form-control:not([multiple]):not([size]),
.form-control-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23149' d='M2 2L0 2h4zm0 2L0 2h4z'/%3e%3c/svg%3e") !important;
  background-size: 20px; }

.no-sub-head .bgimage-min-size-patch .banner-text {
  position: absolute;
  left: 15%;
  top: 40%;
  color: #0282e5;
  font-size: 27px;
  font-weight: 900;
  text-shadow: 2px 2px 20px #ccc; }
  @media (max-width: 1366px) {
    .no-sub-head .bgimage-min-size-patch .banner-text {
      left: 17%; } }
  @media (max-width: 768px) {
    .no-sub-head .bgimage-min-size-patch .banner-text {
      left: 14%; } }
  @media (max-width: 480px) {
    .no-sub-head .bgimage-min-size-patch .banner-text {
      left: 38%;
      top: 85%;
      z-index: 1; } }
  @media (max-width: 360px) {
    .no-sub-head .bgimage-min-size-patch .banner-text {
      left: 33%;
      top: 85%;
      z-index: 1; } }

.primary-small-box {
  width: 220px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 768px) {
    .primary-small-box {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .primary-small-box {
      width: 120px; } }
  .primary-small-box img {
    padding: 50px 40px; }
    @media (max-width: 480px) {
      .primary-small-box img {
        height: 120px;
        padding: 20px 20px; } }

.primary-small-content {
  width: 220px;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
  line-height: 25px; }
  @media (max-width: 480px) {
    .primary-small-content {
      width: 120px; } }

.width100 {
  width: 100%; }

.fw600 {
  font-weight: 600; }

.bg-white-op5 {
  background: rgba(245, 245, 245, 0.5); }

.custom-select-element .floating-label {
  position: relative;
  margin-bottom: 20px; }

.custom-select-element .select-float-label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  top: 5px;
  transition: .2s ease all;
  left: 15px;
  font-size: 17px;
  color: #999; }

.custom-select-element .floating-select:focus ~ .select-float-label,
.custom-select-element .floating-select:not([value=""]):valid ~ .select-float-label {
  top: -20px;
  font-size: 14px;
  opacity: 1;
  left: 0;
  color: #ffbe00 !important; }

.select-float-label .span-o {
  color: #ffc007; }

.floating-default-label {
  color: #ffbe00;
  font-size: 14px;
  opacity: 1;
  left: 0px; }

.sp-grabbing {
  cursor: url(/o/selfin-theme/images/closedhand.cur), move; }

.sp-grab {
  cursor: url(/o/selfin-theme/images/openhand.cur), move; }

/*Bootsrap*/
.switch-field {
  overflow: hidden; }
  @media (max-width: 480px) {
    .switch-field {
      margin-left: 35%; } }
  @media (max-width: 360px) {
    .switch-field {
      margin-left: 27%; } }

input[type="file"] {
  display: none; }

.file-upload {
  padding: 10px;
  background-color: #00a794;
  border-color: #00a794;
  color: #fff;
  border: none;
  border-radius: 0; }

.switch-title {
  margin-bottom: 6px; }

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.switch-field label {
  float: left; }

.switch-field label {
  display: inline-block;
  width: 80px;
  color: #57b6b6;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  padding: 4px 10px;
  border: 1px solid #57b6b6;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  @media (max-width: 1024px) {
    .switch-field label {
      width: 70px; } }
  @media (max-width: 768px) {
    .switch-field label {
      width: 75px; } }

.switch-field label:hover {
  cursor: pointer; }

.switch-field input:checked + label {
  background-color: #57b6b6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff; }

.switch-field label:first-of-type {
  border-radius: 15px 0 0 15px; }

.switch-field label:last-of-type {
  border-radius: 0 15px 15px 0; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 7px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.btn-link {
    color: #00cff7;
    background: transparent;
    border: none; }
  .btn.btn-condensed {
    min-width: auto; }
  .btn.btn-simple {
    border: 1px solid #999999;
    background: #ffffff;
    color: #999999; }
  .btn.btn-md {
    padding: 6px 10px; }
  .btn.btn-default {
    background: #00cff7;
    text-transform: capitalize;
    border-color: #00cff7;
    color: #ffffff;
    border: 1px solid #00cff7;
    position: relative;
    z-index: 1; }
    .btn.btn-default:hover {
      background: none; }
    .btn.btn-default:hover, .btn.btn-default.active {
      background: #ffffff;
      outline: none;
      color: #00cff7; }
    .btn.btn-default.active {
      background: #fff; }
    .btn.btn-default.typ-outline {
      background: #fff;
      border: 1px solid #2083d0;
      color: #2083d0;
      border-radius: 0 15px 15px 15px;
      font-size: 16px;
      padding: 8px 20px;
      font-weight: 600;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
      .btn.btn-default.typ-outline:hover {
        background: #2083d0;
        color: #ffffff; }
    .btn.btn-default.typ-rounded {
      border-radius: 10px;
      font-size: 13px;
      padding: 8px 20px;
      font-weight: 600;
      box-shadow: 1px 2px 5px 1px #ccc; }
    .btn.btn-default.typ-rounded-ex-left {
      border-radius: 0 15px 15px 15px;
      font-size: 16px;
      padding: 8px 50px;
      font-weight: 600;
      background-image: linear-gradient(to right, #0082e9, #00d0f8);
      box-shadow: 2px 1px 10px 1px #ccc; }
      .btn.btn-default.typ-rounded-ex-left:hover {
        background-image: none;
        background: #fff;
        color: #00cff7; }
      .btn.btn-default.typ-rounded-ex-left:focus {
        background-image: none;
        background: #fff;
        color: #00cff7; }
      .btn.btn-default.typ-rounded-ex-left.primary-black {
        background-image: linear-gradient(to right, #b7b5b5, #eee);
        border: none;
        color: #fff; }
        .btn.btn-default.typ-rounded-ex-left.primary-black:hover {
          color: #fff; }
        .btn.btn-default.typ-rounded-ex-left.primary-black:focus {
          color: #fff; }
    .btn.btn-default.disabled, .btn.btn-default[disabled],
    .btn.btn-default fieldset[disabled] {
      background: #d4d4d4;
      border: none;
      background-image: linear-gradient(#d4d4d4, #d4d4d4);
      color: #999999;
      cursor: not-allowed;
      opacity: .65;
      box-shadow: none; }
  .btn.btn-primary {
    background-color: #00cff7;
    border-color: #00cff7;
    color: #fff;
    border: none;
    border-radius: 0px; }
    .btn.btn-primary:focus {
      background-color: #00cff7;
      border-color: #00cff7;
      color: #fff; }
    .btn.btn-primary.typ-outline {
      background: #ffffff;
      border: 1px solid #00cff7;
      background: #fff;
      font-size: 14px;
      padding: 5px 20px 5px 20px;
      border-radius: 0 15px 15px 15px;
      color: #00d2f8;
      box-shadow: 0 0 1px #1d1d1d; }
      .btn.btn-primary.typ-outline.btn-shadow {
        border: 0px solid #00cff7;
        box-shadow: 0px 0px 5px #999999;
        border: 0 solid #0082e9;
        box-shadow: 0 0 5px #999;
        font-size: 16px;
        font-weight: 600;
        color: #0082e9; }
      .btn.btn-primary.typ-outline.btn-grey {
        border: 1px solid #999999;
        color: #999999; }
      .btn.btn-primary.typ-outline:hover {
        background: #00cff7;
        color: #ffffff; }
    .btn.btn-primary.typ-outline-plane {
      background: #ffffff;
      border-radius: 25px;
      padding: 6px 12px 6px 12px;
      font-weight: 600;
      min-width: 75px;
      color: #aeaeae;
      border: 1px solid #aeaeae; }
      @media (max-width: 768px) {
        .btn.btn-primary.typ-outline-plane {
          min-width: 55px;
          font-size: 12px; } }
      .btn.btn-primary.typ-outline-plane:hover {
        background: #00cff7;
        color: #ffffff; }
      .btn.btn-primary.typ-outline-plane:focus {
        background: #00cff7;
        color: #ffffff; }
      .btn.btn-primary.typ-outline-plane.active {
        background: #00cff7;
        color: #ffffff; }
    .btn.btn-primary.typ-rounded {
      border-radius: 25px; }
    .btn.btn-primary.typ-rounded-space {
      border-radius: 25px;
      padding: 6px 12px 6px 12px;
      font-weight: 600;
      min-width: 75px; }
      @media (max-width: 768px) {
        .btn.btn-primary.typ-rounded-space {
          min-width: 70px;
          font-size: 12px; } }
    .btn.btn-primary.typ-rounded-space-bl {
      border-radius: 25px;
      padding: 6px 12px 6px 12px;
      font-weight: 600;
      min-width: 75px; }
    .btn.btn-primary.disabled, .btn.btn-primary[disabled],
    .btn.btn-primary fieldset[disabled] {
      background: #d4d4d4;
      border: none;
      background-image: linear-gradient(#d4d4d4, #d4d4d4);
      color: #999999;
      cursor: not-allowed;
      opacity: .65;
      box-shadow: none; }
    .btn.btn-primary:hover {
      background-color: #00cff7;
      border-color: #00cff7;
      color: #fff; }
  .btn.btn-black {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff !important;
    color: #ffffff;
    border: 1px solid #57b6b6; }
    .btn.btn-black:focus {
      background-color: #000000; }
    .btn.btn-black:hover {
      background: rgba(0, 0, 0, 0.7); }
    .btn.btn-black.typ-rounded {
      border-radius: 25px; }
  .btn.btn-white {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border: 1px solid #57b6b6; }
    .btn.btn-white:focus {
      background-color: #555555; }
    .btn.btn-white:hover {
      background: rgba(245, 245, 245, 0.7); }

.visitor-page .form-horizontal .control-group {
  background: #fff;
  padding-bottom: 15px;
  margin: 15px 10px; }
  .visitor-page .form-horizontal .control-group .form-group {
    background: #fff;
    padding-bottom: 5px;
    margin: 0px; }

.visitor-page .form-horizontal .form-group {
  background: transparent;
  padding-bottom: 15px;
  margin: 15px 10px; }
  .visitor-page .form-horizontal .form-group .form-group {
    background: #fff;
    padding-bottom: 5px;
    margin: 0px; }
  .visitor-page .form-horizontal .form-group .mid-blue-text {
    color: #aeaeae !important;
    font-weight: 700; }
  .visitor-page .form-horizontal .form-group .form-control {
    padding: 5px 2px 5px 2px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    position: relative;
    box-shadow: none;
    height: auto;
    border-radius: 0px; }
    .visitor-page .form-horizontal .form-group .form-control:focus {
      border-color: #eeeeee;
      box-shadow: none; }
  .visitor-page .form-horizontal .form-group .control-label {
    text-align: left;
    font-size: 12px; }
  .visitor-page .form-horizontal .form-group input[type=file]::before {
    content: '';
    border-bottom: 0px solid #eee;
    background: #F5F5F5;
    color: #fff; }

.custom-form .applyafterclick-form {
  margin-bottom: 20px;
  font-size: 16px; }

.custom-form .form-horizontal .control-group,
.custom-form .form-inline .control-group {
  background: transparent;
  padding-bottom: 15px;
  margin: 15px 0px; }
  .custom-form .form-horizontal .control-group .form-group,
  .custom-form .form-inline .control-group .form-group {
    background: transparent;
    padding-bottom: 5px;
    margin: 0px; }

.custom-form .form-horizontal .form-group,
.custom-form .form-inline .form-group {
  background: transparent;
  padding-bottom: 15px;
  margin: 15px 0px; }
  .custom-form .form-horizontal .form-group.full-border-form textarea,
  .custom-form .form-inline .form-group.full-border-form textarea {
    border: 2px solid #ccc;
    border-radius: 5px; }
  .custom-form .form-horizontal .form-group.full-border-form .textarea-padding,
  .custom-form .form-inline .form-group.full-border-form .textarea-padding {
    padding: 5px !important; }
  .custom-form .form-horizontal .form-group .label-blue,
  .custom-form .form-inline .form-group .label-blue {
    color: #00cff7; }
  .custom-form .form-horizontal .form-group select.form-control,
  .custom-form .form-inline .form-group select.form-control {
    padding-left: 10px;
    font-size: 17px;
    color: #999; }
    @media (max-width: 320px) {
      .custom-form .form-horizontal .form-group select.form-control,
      .custom-form .form-inline .form-group select.form-control {
        font-size: 15px; } }
  .custom-form .form-horizontal .form-group .error,
  .custom-form .form-horizontal .form-group .has-error .help-block,
  .custom-form .form-inline .form-group .error,
  .custom-form .form-inline .form-group .has-error .help-block {
    margin-top: 5px;
    color: #f00;
    font-size: 12px;
    font-weight: 500; }
  .custom-form .form-horizontal .form-group .form-group,
  .custom-form .form-inline .form-group .form-group {
    background: transparent;
    padding-bottom: 5px;
    margin: 0px; }
  .custom-form .form-horizontal .form-group .mid-blue-text,
  .custom-form .form-inline .form-group .mid-blue-text {
    color: #aeaeae !important;
    font-weight: 700;
    padding-left: 15px; }
  .custom-form .form-horizontal .form-group .form-control,
  .custom-form .form-inline .form-group .form-control {
    background-color: transparent;
    padding: 5px 2px 5px 2px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    position: relative;
    box-shadow: none;
    height: auto;
    border-radius: 0px; }
    .custom-form .form-horizontal .form-group .form-control:focus,
    .custom-form .form-inline .form-group .form-control:focus {
      border-color: #eeeeee;
      box-shadow: none; }
  .custom-form .form-horizontal .form-group .control-label,
  .custom-form .form-inline .form-group .control-label {
    text-align: left;
    font-size: 12px;
    padding-top: 7px; }
  .custom-form .form-horizontal .form-group input[type=file],
  .custom-form .form-inline .form-group input[type=file] {
    border-bottom: 0px solid #eee; }

.custom-form .float-default .floating-label {
  position: absolute;
  pointer-events: none;
  top: 0;
  transition: .2s ease all;
  left: 15px;
  font-size: 17px;
  color: #999; }
  @media (max-width: 320px) {
    .custom-form .float-default .floating-label {
      font-size: 15px; } }

.custom-form .float-default input:focus ~ .floating-label,
.custom-form .float-default select:focus ~ .floating-label,
.custom-form .float-default input:not(:focus):valid ~ .floating-label {
  top: -20px;
  font-size: 14px;
  opacity: 1;
  left: 0px;
  color: #ffbe00; }
  .custom-form .float-default input:focus ~ .floating-label .label-blue,
  .custom-form .float-default select:focus ~ .floating-label .label-blue,
  .custom-form .float-default input:not(:focus):valid ~ .floating-label .label-blue {
    color: #00cff7; }

.custom-form .float-default textarea:focus ~ .floating-label,
.custom-form .float-default textarea:not(:focus):valid ~ .floating-label {
  top: -20px;
  font-size: 14px;
  opacity: 1;
  left: 0px;
  color: #ffbe00; }

.custom-form .form-control:focus {
  border-color: #eee;
  box-shadow: none; }

.form-horizontal .form-group {
  background: #fff;
  padding-bottom: 15px;
  margin: 15px 10px; }
  .form-horizontal .form-group .mid-blue-text {
    color: #aeaeae; }
  .form-horizontal .form-group .form-control {
    background-color: transparent;
    padding: 5px 2px 5px 2px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    position: relative;
    box-shadow: none;
    height: auto;
    border-radius: 0px; }
    .form-horizontal .form-group .form-control:focus {
      border-color: #eeeeee;
      box-shadow: none; }
  .form-horizontal .form-group .control-label {
    text-align: left;
    font-size: 12px;
    padding-top: 7px; }
  .form-horizontal .form-group input[type=file] {
    border-bottom: 0px solid #eee; }

.custom-igroup-typ {
  box-shadow: 1px 1px 6px 1px rgba(204, 204, 204, 0.3); }
  .custom-igroup-typ .form-control {
    border: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }
    .custom-igroup-typ .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #00cff7; }
    .custom-igroup-typ .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #00cff7; }
    .custom-igroup-typ .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #00cff7; }
    .custom-igroup-typ .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #00cff7; }
  .custom-igroup-typ .input-group-addon {
    background: transparent;
    border: none;
    color: #00cff7; }

.form-group {
  margin-bottom: 25px;
  position: relative; }
  .form-group .form-label {
    font-size: 12px;
    color: #eeeeee;
    position: absolute;
    left: 6px;
    top: 10px;
    pointer-events: none; }
  .form-group .form-control:focus ~ .form-label,
  .form-group .form-control:valid ~ .form-label {
    top: -10px;
    font-size: 11px; }
  .form-group .underline-input {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 100%;
    height: 1px;
    background: #f15a31;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
  .form-group .form-control:focus ~ .underline-input {
    right: 0; }
  .form-group .has-error .help-block {
    color: #ff0000 !important;
    padding-left: 5px; }

.form-wrap .cm-act-wrap .btn {
  margin-top: 5px; }

.rdio {
  position: relative; }
  .rdio input[type="radio"] {
    opacity: 0; }
  .rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important; }
    .rdio label:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 1px;
      left: 0;
      content: '';
      display: inline-block;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #00cff7;
      background: #ffffff; }
  .rdio input[type="radio"] {
    margin: 0px; }
    .rdio input[type="radio"]:disabled + label {
      color: #999999; }
      .rdio input[type="radio"]:disabled + label:before {
        border: 1px solid #999999;
        background-color: #999999;
        opacity: 0.5; }
    .rdio input[type="radio"]:checked + label::after {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      display: inline-block;
      font-size: 11px;
      width: 8px;
      height: 8px;
      background-color: #00cff7;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px; }

.rdio.radio-green {
  position: relative; }
  .rdio.radio-green input[type="radio"] {
    opacity: 0; }
  .rdio.radio-green label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important; }
    .rdio.radio-green label:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 1px;
      left: 0;
      content: '';
      display: inline-block;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #999999;
      background: #ffffff; }
  .rdio.radio-green input[type="radio"] {
    margin: 0px; }
    .rdio.radio-green input[type="radio"]:disabled + label {
      color: #999999; }
      .rdio.radio-green input[type="radio"]:disabled + label:before {
        border: 1px solid #999999;
        background-color: #999999;
        opacity: 0.5; }
    .rdio.radio-green input[type="radio"]:checked + label::after {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      display: inline-block;
      font-size: 11px;
      width: 8px;
      height: 8px;
      background-color: #57b6b6;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px; }

.rdio input[type="radio"]:checked + label:before {
  border-color: #00cff7; }

.rdio input[type="radio"]:checked + label:before {
  border-color: #00cff7; }

.rdio input[type="radio"]:checked + label::after {
  background-color: #00cff7; }

.rdio.radio-green input[type="radio"]:checked + label:before {
  border-color: #57b6b6; }

.rdio.radio-green input[type="radio"]:checked + label:before {
  border-color: #57b6b6; }

.rdio.radio-green input[type="radio"]:checked + label::after {
  background-color: #57b6b6; }

.custom-checkbox > [type="checkbox"],
.custom-checkbox label {
  /*margin-bottom:0px !important;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #57b6b6;
  background: #ffffff;
  border-radius: 0px; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
  font: normal normal normal 12px/1 'Glyphicons Halflings';
  content: '\e013';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 1.5px;
  color: #57b6b6;
  xtransition: all .2s; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1); }

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada; }

.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #57b6b6; }

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #57b6b6;
  cursor: not-allowed; }

.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #999999;
  cursor: not-allowed; }

.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #57b6b6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.custom-checkbox label:hover:before {
  border: 1px solid #57b6b6 !important; }

.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:hover:before {
  border: 1px solid #999999 !important; }

@media screen and (max-width: 768px) {
  .form-control {
    font-size: 13px;
    line-height: 15px; }
  .form-group {
    margin-bottom: 20px;
    position: relative; }
  .form-wrap .cm-act-wrap .btn {
    margin-top: 10px; } }

.form-banner h2 {
  color: #333; }

.form-banner h4 {
  color: #323232;
  margin-top: 10px !important; }

.form-group.full-border-form {
  margin: 15px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0) !important; }

.modal .modal-body {
  overflow-y: inherit;
  position: relative;
  padding: 15px; }

.custom-thanku-modal .modal-dialog {
  height: calc(100vh - 80px);
  display: flex;
  align-items: center; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-thanku-modal .close {
  font-size: 30px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  z-index: 9; }

.custom-thanku-modal .modal-body {
  text-align: center;
  font-size: 19px;
  color: #ffbe00;
  padding: 80px 20px; }

.custom-thanku-modal .float-default {
  text-align: left; }

.custom-thanku-modal .upload-btn-wrapper {
  text-align: left; }

/* bootstrap tab */
.tabs .nav-tabs {
  border: none;
  position: relative; }
  .tabs .nav-tabs li {
    display: inline-block;
    float: none;
    position: static; }
    .tabs .nav-tabs li a {
      font-size: 14px;
      text-transform: capitalize;
      border: none;
      color: #999999;
      position: relative;
      padding: 6px 11px;
      border-radius: 0px;
      cursor: pointer; }
      .tabs .nav-tabs li a:hover, .tabs .nav-tabs li a:active {
        background: transparent; }
    .tabs .nav-tabs li.active a,
    .tabs .nav-tabs li.active a:focus,
    .tabs .nav-tabs li.active a:hover, .tabs .nav-tabs li:hover a,
    .tabs .nav-tabs li:hover a:focus,
    .tabs .nav-tabs li:hover a:hover {
      background: transparent;
      border: none;
      color: #58595b; }
  .tabs .nav-tabs .magic-line {
    position: absolute;
    bottom: -2px;
    left: 11px;
    width: 20px !important;
    height: 2px;
    background: #999999; }

.tabs .tab-content {
  padding-top: 20px; }

.tabs.typ-btn .nav-tabs {
  margin-bottom: 40px;
  border: none; }
  .tabs.typ-btn .nav-tabs li {
    margin-right: 10px; }
    .tabs.typ-btn .nav-tabs li:last-child {
      margin-right: 0; }
    .tabs.typ-btn .nav-tabs li a {
      font-size: 18px;
      border: 1px solid #EEEEEE;
      color: #999999;
      border-radius: 25px;
      background: #ffffff;
      font-weight: 300;
      transition: transition(all 0.3s ease); }
      .tabs.typ-btn .nav-tabs li a:hover, .tabs.typ-btn .nav-tabs li a:active {
        font-weight: 400;
        color: #ffffff;
        background: #999999;
        border: 1px solid #EEEEEE; }
    .tabs.typ-btn .nav-tabs li.active a,
    .tabs.typ-btn .nav-tabs li.active a:focus,
    .tabs.typ-btn .nav-tabs li.active a:hover, .tabs.typ-btn .nav-tabs li:hover a,
    .tabs.typ-btn .nav-tabs li:hover a:focus,
    .tabs.typ-btn .nav-tabs li:hover a:hover {
      font-weight: 400;
      color: #ffffff;
      background: #999999;
      border: 1px solid #EEEEEE; }
      .tabs.typ-btn .nav-tabs li.active a:before,
      .tabs.typ-btn .nav-tabs li.active a:focus:before,
      .tabs.typ-btn .nav-tabs li.active a:hover:before, .tabs.typ-btn .nav-tabs li:hover a:before,
      .tabs.typ-btn .nav-tabs li:hover a:focus:before,
      .tabs.typ-btn .nav-tabs li:hover a:hover:before {
        content: none; }

.tabs.typ2 .nav-tabs {
  width: 310px;
  margin: 25px 5px 0;
  text-align: left; }
  .tabs.typ2 .nav-tabs li {
    width: 34%; }
    .tabs.typ2 .nav-tabs li.magic-line {
      width: 20px; }

@media screen and (max-width: 768px) {
  .tabs .nav-tabs {
    border: none;
    margin-left: 0; }
    .tabs .nav-tabs li {
      width: 32.33%; }
      .tabs .nav-tabs li a {
        font-size: 12px;
        padding: 6px 11px; }
      .tabs .nav-tabs li.active a,
      .tabs .nav-tabs li.active a:focus,
      .tabs .nav-tabs li.active a:hover, .tabs .nav-tabs li:hover a,
      .tabs .nav-tabs li:hover a:focus,
      .tabs .nav-tabs li:hover a:hover {
        background: transparent;
        border: none; }
        .tabs .nav-tabs li.active a:before,
        .tabs .nav-tabs li.active a:focus:before,
        .tabs .nav-tabs li.active a:hover:before, .tabs .nav-tabs li:hover a:before,
        .tabs .nav-tabs li:hover a:focus:before,
        .tabs .nav-tabs li:hover a:hover:before {
          left: 6px;
          bottom: 2px; }
  .tabs .tab-content {
    padding-top: 80px; } }

.fa {
  font-family: FontAwesome !important; }

.custom-collapse-typ {
  margin-top: 15px; }
  .custom-collapse-typ .glyphicon-plus:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2212";
    color: #fff;
    font-size: 18px;
    color: #ffe400; }
  .custom-collapse-typ .collapsed .glyphicon-plus:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\002b";
    color: #fff;
    font-size: 18px;
    color: #ffe400; }
  .custom-collapse-typ .panel-group .panel {
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
    .custom-collapse-typ .panel-group .panel label {
      font-weight: 500; }
  .custom-collapse-typ .panel-default {
    border-color: #F5F5F5; }
  .custom-collapse-typ .panel-default > .panel-heading {
    color: #fff;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
    .custom-collapse-typ .panel-default > .panel-heading.isOpen {
      background-color: #ffe400;
      border-color: #ffe400; }
      .custom-collapse-typ .panel-default > .panel-heading.isOpen .glyphicon-plus:before {
        color: #fff; }
      .custom-collapse-typ .panel-default > .panel-heading.isOpen .collapsed .glyphicon-plus:before {
        color: #fff; }
    @media (max-width: 480px) {
      .custom-collapse-typ .panel-default > .panel-heading {
        padding: 15px; } }
    .custom-collapse-typ .panel-default > .panel-heading .panel-title {
      font-size: 13px;
      position: relative; }
      .custom-collapse-typ .panel-default > .panel-heading .panel-title a {
        position: absolute;
        right: 0;
        top: 5px; }
      .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent {
        margin: 0px;
        display: inline-block;
        padding: 0; }
        .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .desig-name {
          font-size: 24px;
          width: 300px; }
          @media (max-width: 768px) {
            .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .desig-name {
              width: 100%;
              margin-bottom: 5px; } }
          @media (max-width: 480px) {
            .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .desig-name {
              font-size: 20px;
              width: auto;
              margin-bottom: 10px;
              width: 100%; } }
        .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .year-exp,
        .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .job-location {
          border-left: 1px solid #000;
          padding-left: 35px;
          line-height: 25px;
          font-size: 14px; }
          @media (max-width: 480px) {
            .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .year-exp,
            .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .job-location {
              padding-left: 15px; } }
          .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .year-exp img,
          .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .job-location img {
            margin-right: 5px;
            position: relative;
            top: 5px; }
        .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .user-status {
          position: relative;
          margin: 0px 15px;
          background: #427979;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          text-align: center;
          vertical-align: middle;
          padding: 7px 0px;
          font-size: 16px; }
          .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent .user-status .arrowststatus {
            position: absolute;
            background: #fff;
            color: #57b6b6;
            border-radius: 50%;
            font-size: 12px;
            padding: 1px;
            font-weight: 100;
            right: -5px;
            top: 5px;
            border: 1px solid #57b6b6; }
        .custom-collapse-typ .panel-default > .panel-heading .panel-title .panellistingcontent li {
          display: inline-block;
          margin: 0 15px; }
  .custom-collapse-typ .panel-body {
    border-top: 0px solid #ddd !important; }
    .custom-collapse-typ .panel-body .content-row {
      margin-bottom: 20px; }

.custom-collapse-typ2 .glyphicon-plus:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2212"; }

.custom-collapse-typ2 .collapsed .glyphicon-plus:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\002b"; }

.custom-collapse-typ2 .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px; }

.custom-collapse-typ2 .panel-default {
  border-color: #F5F5F5; }

.custom-collapse-typ2 .panel-default > .panel-heading {
  color: #fff;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 0;
  padding: 0; }
  .custom-collapse-typ2 .panel-default > .panel-heading .panel-title {
    font-size: 13px;
    position: relative; }
    .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .togglearrowposition {
      background: #F5F5F5;
      width: 35px; }
      .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .togglearrowposition:hover {
        color: #fff; }
      .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .togglearrowposition span {
        display: inline-block;
        position: absolute;
        background: #00cff7;
        width: 25px;
        height: 20px;
        text-align: center;
        top: 50%;
        margin-top: -10px;
        padding: 2px; }
    .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .panellistingcontent {
      margin: 0px;
      display: inline-block; }
      .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .panellistingcontent .user-status {
        position: relative;
        margin: 0px 15px;
        background: #427979;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        padding: 7px 0px;
        font-size: 16px; }
        .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .panellistingcontent .user-status .arrowststatus {
          position: absolute;
          background: #fff;
          color: #57b6b6;
          border-radius: 50%;
          font-size: 12px;
          padding: 1px;
          font-weight: 100;
          right: -5px;
          top: 5px;
          border: 1px solid #57b6b6; }
      .custom-collapse-typ2 .panel-default > .panel-heading .panel-title .panellistingcontent li {
        display: inline-block;
        margin: 0 15px; }

.custom-collapse-typ2 .panel-body {
  border-top-color: transparent !important;
  background: #F5F5F5; }
  .custom-collapse-typ2 .panel-body .content-row {
    margin-bottom: 20px; }

/*COMPONENTSS*/
.sf-header {
  top: 15px;
  position: fixed;
  height: 58px;
  padding: 0 20px;
  left: 0;
  right: 0;
  z-index: 500;
  color: #000;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transform: all 0.3s ease 0.4s;
  -ms-transform: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }
  .sf-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 350px;
    top: 0;
    bottom: 0;
    border: solid #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 5px 5px -5px #9d9898;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .sf-header.typ-sticky {
    top: 0; }
    .sf-header.typ-sticky::before {
      right: 0;
      border-style: solid;
      border-width: 58px 0px 0 0;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
  .sf-header .logo {
    float: left;
    padding: 3px 30px 3px 90px;
    position: relative;
    width: 280px; }
    .sf-header .logo img {
      height: 50px;
      width: auto; }
    @media (max-width: 1285px) {
      .sf-header .logo {
        width: 200px; } }
  .sf-header .nav-wrap {
    width: calc(100% - 390px);
    float: left; }
  .sf-header .main-nav .main-list {
    width: calc(100% - 280px); }
  .sf-header .main-nav .nav-list {
    text-align: center;
    position: relative;
    padding: 12px 0px;
    float: left; }
    .sf-header .main-nav .nav-list .item {
      display: inline-block;
      margin: 10px 20px;
      position: relative; }
      .sf-header .main-nav .nav-list .item .menu-link {
        color: #1d1d1d;
        font-weight: 600;
        background: transparent; }
  .sf-header .main-nav .user-nav {
    float: right; }
    .sf-header .main-nav .user-nav .list {
      text-align: center;
      position: relative;
      padding: 5px 0;
      float: left; }
      .sf-header .main-nav .user-nav .list .item {
        display: inline-block;
        margin: 0 20px;
        vertical-align: middle;
        position: relative; }
        .sf-header .main-nav .user-nav .list .item .nav-link {
          font-size: 12px;
          text-transform: uppercase;
          color: #ffffff;
          padding: 11px 5px;
          border: none;
          background: transparent;
          transition: all 0.2s ease-in-out;
          display: block;
          cursor: pointer; }
          .sf-header .main-nav .user-nav .list .item .nav-link .search-icon {
            color: #ffbe00;
            font-size: 26px;
            transition: all 0.2s ease-in-out;
            display: inline-block; }
          .sf-header .main-nav .user-nav .list .item .nav-link svg path {
            fill: #ffbe00; }

.hamburger-main {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
  background: #fff; }
  .hamburger-main .hamburger-menu {
    margin: 100px 0px 20px 0px; }
    @media (max-width: 480px) and (min-width: 320px) {
      .hamburger-main .hamburger-menu {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
        text-align: center; } }
    .hamburger-main .hamburger-menu .row {
      display: flex !important; }
      .hamburger-main .hamburger-menu .row .menu-head {
        margin-bottom: 40px; }
        .hamburger-main .hamburger-menu .row .menu-head .menu-title {
          font-size: 18px;
          margin-bottom: 22px;
          display: block;
          color: #0082e9; }
          .hamburger-main .hamburger-menu .row .menu-head .menu-title.contact-color {
            color: #ffbe00; }
        .hamburger-main .hamburger-menu .row .menu-head .menu-list .menu-link {
          font-size: 14px;
          text-transform: capitalize;
          color: #919191;
          padding: 5px 5px 5px 0;
          margin-bottom: 8px;
          display: block; }
          .hamburger-main .hamburger-menu .row .menu-head .menu-list .menu-link:hover {
            color: #1d1d1d;
            font-weight: 600; }
  .hamburger-main .close-hmg {
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 999;
    background: #0085e9;
    border-radius: 50%;
    padding: 10px; }
    .hamburger-main .close-hmg .close-btn {
      font-weight: 600;
      color: #fff;
      padding: 3px; }
      .hamburger-main .close-hmg .close-btn i {
        font-size: 25px; }

.header-applynow {
  border-radius: 0 15px 15px 15px;
  font-size: 16px;
  margin-left: 20px;
  padding: 5px 25px;
  font-weight: 600;
  background-image: linear-gradient(to right, #0082e9, #00d0f8);
  box-shadow: 2px 1px 10px 1px #ccc; }
  .header-applynow:focus {
    box-shadow: none !important; }

@media (max-width: 1280px) and (min-width: 1200px) {
  .sf-header .main-nav .main-list {
    width: calc(100% - 200px); }
  .sf-header .nav-wrap {
    width: calc(100% - 320px);
    float: left; } }

@media (max-width: 1024px) {
  .sf-header .nav-wrap {
    width: calc(100% - 220px);
    float: left; }
  .sf-header .main-nav .main-list {
    width: calc(100% - 190px); }
  .sf-header::before {
    right: 220px; }
  .sf-header .logo {
    padding: 3px 30px 3px 20px; } }

@media only screen and (max-width: 768px) {
  .sf-header::before {
    right: 0;
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .sf-header {
    top: 0;
    position: fixed;
    padding: 0;
    right: 0; }
  .sf-header .nav-wrap {
    position: absolute;
    right: 0; } }

.bs-footer .footer-bottom {
  background: #0d2746;
  padding: 100px 0 22px 0; }
  .bs-footer .footer-bottom .link-wrap {
    margin-bottom: 40px; }
    .bs-footer .footer-bottom .link-wrap .link-title {
      font-size: 20px;
      margin-bottom: 22px;
      color: #3d7fdd;
      display: block;
      cursor: pointer; }
      .bs-footer .footer-bottom .link-wrap .link-title.contact-color {
        color: #f7cd01; }
    .bs-footer .footer-bottom .link-wrap .link {
      font-size: 14px;
      text-transform: capitalize;
      color: #ddd;
      padding: 5px 5px 5px 0;
      margin-bottom: 8px;
      display: block; }
    .bs-footer .footer-bottom .link-wrap .contact-wrap .office-head {
      font-size: 13px;
      text-transform: capitalize;
      color: #ddd;
      padding: 5px 5px 5px 0;
      margin-bottom: 8px;
      display: block; }
    .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc {
      display: block;
      overflow: hidden;
      margin-bottom: 20px; }
      .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc i {
        color: #fff; }
      .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc .detail-wrap {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px; }
        .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc .detail-wrap .info-wrap {
          margin-bottom: 15px; }
          .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc .detail-wrap .info-wrap .info {
            display: block;
            margin-bottom: 5px;
            line-height: 15px;
            font-size: 13px;
            text-transform: capitalize;
            color: #ddd;
            margin-left: 5px; }
        .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc .detail-wrap .contact-links {
          font-size: 13px;
          margin-bottom: 20px;
          color: #ddd;
          font-weight: 500;
          line-height: 20px; }
        .bs-footer .footer-bottom .link-wrap .contact-wrap .footer-desc .detail-wrap .other-loc {
          font-size: 13px;
          padding-top: 10px;
          color: #3d7fdd;
          font-weight: 500;
          line-height: 20px; }
  .bs-footer .footer-bottom .other-info {
    position: relative; }
    .bs-footer .footer-bottom .other-info .last-wrap {
      display: inline-block;
      vertical-align: middle; }
      .bs-footer .footer-bottom .other-info .last-wrap .follow-us {
        font-size: 16px;
        color: #f7cd01;
        margin-right: 15px; }
      .bs-footer .footer-bottom .other-info .last-wrap .copyright {
        font-size: 11px;
        color: #f7cd01;
        margin-left: 20px; }
        @media (max-width: 480px) and (min-width: 320px) {
          .bs-footer .footer-bottom .other-info .last-wrap .copyright {
            margin-left: 0px; } }
      .bs-footer .footer-bottom .other-info .last-wrap .img {
        margin-left: 30px; }
      .bs-footer .footer-bottom .other-info .last-wrap a {
        margin-right: 10px; }
        .bs-footer .footer-bottom .other-info .last-wrap a i {
          font-size: 18px; }
    .bs-footer .footer-bottom .other-info.fl-right {
      float: right;
      margin-top: 16px; }
      .bs-footer .footer-bottom .other-info.fl-right .linked-in {
        font-size: 18px;
        color: #3d7fdd; }
    .bs-footer .footer-bottom .other-info.fl-left {
      float: left; }
  .bs-footer .footer-bottom hr {
    width: 100%;
    background: #fff;
    opacity: 0.3; }

@media (max-width: 768px) {
  .bs-footer .footer-bottom {
    padding: 50px 0 22px 0; } }

.banner-slider .bgimage-min-size-home img {
  position: absolute;
  top: -46%;
  left: 0;
  z-index: 100; }
  @media (max-width: 1024px) {
    .banner-slider .bgimage-min-size-home img {
      width: 62%; } }
  @media (max-width: 768px) {
    .banner-slider .bgimage-min-size-home img {
      width: 75%; } }

.banner-slider .bgimage-min-size-home .banner-subheading {
  left: 10%;
  top: 34%;
  z-index: 102;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 42px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
  @media (max-width: 1024px) {
    .banner-slider .bgimage-min-size-home .banner-subheading {
      left: 8%;
      top: 30%; } }

.banner-slider .bgimage-min-size-home .banner-heading {
  left: 10%;
  top: 50%;
  color: #0282e5;
  font-size: 40px;
  font-weight: 900;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  z-index: 102; }
  @media (max-width: 1024px) {
    .banner-slider .bgimage-min-size-home .banner-heading {
      left: 8%;
      top: 48%;
      font-size: 30px; } }

.banner-slider .bgimage-min-size-home .banner-btn {
  left: 26%;
  top: 62%;
  z-index: 102; }
  .banner-slider .bgimage-min-size-home .banner-btn .applybtn-home {
    font-size: 25px; }
    @media (max-widtj: 1024px) {
      .banner-slider .bgimage-min-size-home .banner-btn .applybtn-home {
        font-size: 18px; } }

.mobile-home-patch {
  display: none; }

.custom-banner-content {
  position: absolute; }

.custom-banner-content img {
  width: 90%;
  position: relative;
  left: 5%; }

.custom-banner-content .contentdiv {
  position: absolute;
  top: 40%;
  left: 15%;
  text-align: left; }

.custom-banner-content .banner-subheading {
  z-index: 102;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 42px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.125); }

.custom-banner-content .banner-heading {
  color: #0282e5;
  font-size: 40px;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
  z-index: 102;
  margin: 15px 0px 25px; }

.custom-banner-content .applybtn-home {
  font-size: 25px !important;
  float: right; }

.who-we-main .who-we-box {
  position: relative;
  height: 300px;
  width: 350px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
  @media (max-width: 480px) {
    .who-we-main .who-we-box {
      height: 200px;
      width: 370px; } }
  @media (max-width: 375px) {
    .who-we-main .who-we-box {
      width: 270px; } }
  .who-we-main .who-we-box .box-img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

.who-we-main .who-we-para {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
  padding: 0 0 0 50px; }

@media (max-width: 480px) {
  .who-we-main .comp-padding {
    margin-top: 25px; } }

.mission-list {
  text-align: center; }
  .mission-list .mission-item {
    display: inline-block;
    padding: 0 25px; }
    .mission-list .mission-item .mission-box-padding {
      padding-top: 20px;
      padding-bottom: 40px; }
      .mission-list .mission-item .mission-box-padding .mission-box {
        background: #fff;
        position: relative;
        height: 350px;
        width: 300px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
        .mission-list .mission-item .mission-box-padding .mission-box .innner-mis-box {
          position: absolute;
          height: 115px;
          width: 95px;
          right: 50%;
          top: 0;
          margin-right: -50px;
          background: #cdf5fd; }
          .mission-list .mission-item .mission-box-padding .mission-box .innner-mis-box .mission-icon-bg {
            margin: 0;
            position: absolute;
            width: 60px;
            height: 66px;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%); }
        .mission-list .mission-item .mission-box-padding .mission-box .inner-para {
          position: absolute;
          top: 40%;
          padding: 10px 10px 10px 15px;
          text-align: left;
          line-height: 22px;
          letter-spacing: 1px;
          font-weight: 300;
          font-size: 16px; }
          .mission-list .mission-item .mission-box-padding .mission-box .inner-para span {
            color: #ffbe00; }

.avail-list {
  text-align: center; }
  .avail-list .avail-item {
    display: inline-block;
    padding: 0 20px; }
    .avail-list .avail-item .avail-box-padding {
      padding-top: 20px;
      padding-bottom: 40px; }
      .avail-list .avail-item .avail-box-padding .avail-box {
        background: #fff;
        position: relative;
        height: 500px;
        width: 300px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
        @media (max-width: 1024px) {
          .avail-list .avail-item .avail-box-padding .avail-box {
            width: 280px; } }
        .avail-list .avail-item .avail-box-padding .avail-box .avail-para {
          position: absolute;
          bottom: 0;
          padding: 10px 20px 10px 10px;
          text-align: left; }
          .avail-list .avail-item .avail-box-padding .avail-box .avail-para .ul-heading {
            margin-left: 10px;
            font-size: 18px;
            font-weight: 600;
            line-height: 22px; }
          .avail-list .avail-item .avail-box-padding .avail-box .avail-para .avail-inner-list {
            list-style: none;
            margin-top: 10px;
            margin-left: 30px; }
            .avail-list .avail-item .avail-box-padding .avail-box .avail-para .avail-inner-list .avail-point {
              font-size: 14px;
              line-height: 18px;
              margin-bottom: 10px;
              color: #1d1d1d; }
              .avail-list .avail-item .avail-box-padding .avail-box .avail-para .avail-inner-list .avail-point::before {
                content: "\2022";
                color: #51cff7;
                display: inline-block;
                position: absolute;
                margin-left: -26px;
                font-size: 3em; }
            .avail-list .avail-item .avail-box-padding .avail-box .avail-para .avail-inner-list .avail-inner-ul {
              list-style: none;
              margin-left: 15px; }
              .avail-list .avail-item .avail-box-padding .avail-box .avail-para .avail-inner-list .avail-inner-ul .avail-inner-li {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 0px;
                color: #1d1d1d; }
                .avail-list .avail-item .avail-box-padding .avail-box .avail-para .avail-inner-list .avail-inner-ul .avail-inner-li::before {
                  content: "\2022";
                  color: #51cff7;
                  display: inline-block;
                  position: absolute;
                  margin-left: -18px;
                  font-size: 2em; }
        .avail-list .avail-item .avail-box-padding .avail-box .avail-img {
          position: absolute;
          top: 10%;
          left: 50%;
          width: 200px;
          height: 200px;
          margin-left: -105px;
          z-index: 5; }
          @media (max-width: 480px) {
            .avail-list .avail-item .avail-box-padding .avail-box .avail-img {
              margin-left: -90px; } }
        .avail-list .avail-item .avail-box-padding .avail-box .avail-main {
          position: absolute;
          right: 10px;
          top: 10px;
          color: #b1d8f9;
          z-index: 10; }
          .avail-list .avail-item .avail-box-padding .avail-box .avail-main .steps-num {
            font-size: 50px;
            font-weight: 600;
            display: table; }
          .avail-list .avail-item .avail-box-padding .avail-box .avail-main .avail-step {
            font-size: 16px;
            margin-top: -5px;
            display: table; }

.meeting-box {
  background: #f5f5f5;
  margin: 50px auto;
  box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  -moz-box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  -webkit-box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .meeting-box {
      margin: 30px auto; } }
  .meeting-box .need-loan {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 50px 0; }
    .meeting-box .need-loan.thank-u-msg {
      font-size: 30px;
      text-align: center;
      line-height: 40px;
      align-content: center;
      vertical-align: middle;
      padding-top: 15%;
      color: #ffbe00;
      text-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px; }
  .meeting-box .option-list {
    text-align: center;
    padding: 65px 30px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .meeting-box .option-list {
        padding: 65px 10px; } }
    .meeting-box .option-list .list-ul {
      padding: 0;
      display: flex;
      display: -webkit-flex;
      justify-content: center; }
      @media (max-width: 480px) {
        .meeting-box .option-list .list-ul {
          overflow-x: auto;
          overflow-y: hidden;
          flex-direction: row;
          justify-content: end; } }
      .meeting-box .option-list .list-ul .list-item {
        display: inline-block;
        padding: 0 10px;
        flex-direction: row;
        width: 20%; }
        @media (max-width: 768px) {
          .meeting-box .option-list .list-ul .list-item {
            width: 40%;
            padding: 0 15px; } }
        @media (max-width: 480px) {
          .meeting-box .option-list .list-ul .list-item {
            width: 50%;
            padding: 0 25px; } }
        .meeting-box .option-list .list-ul .list-item .item-box {
          background: #fff;
          position: relative;
          height: 130px;
          width: 120px;
          margin-bottom: 15px;
          margin: 0 auto; }
          @media (max-width: 768px) {
            .meeting-box .option-list .list-ul .list-item .item-box {
              width: 110px; } }
          .meeting-box .option-list .list-ul .list-item .item-box .meeting-icon {
            margin: 0;
            position: absolute;
            width: 70px;
            height: 70px;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%); }
        .meeting-box .option-list .list-ul .list-item .meeting-other {
          width: 100%;
          background: #dee2e6;
          border-radius: 5px;
          padding: 8px;
          font-size: 16px;
          color: #1d1d1d;
          text-align: center;
          border: none;
          box-shadow: 0 0 3px rgba(184, 174, 174, 0.6);
          -moz-box-shadow: 0 0 3px rgba(184, 174, 174, 0.6);
          -webkit-box-shadow: 0 0 3px rgba(184, 174, 174, 0.6);
          -o-box-shadow: 0 0 3px rgba(184, 174, 174, 0.6); }
        .meeting-box .option-list .list-ul .list-item input {
          margin-top: 10px; }
        .meeting-box .option-list .list-ul .list-item .form-group .option-txt {
          margin-top: 15px;
          line-height: 18px;
          font-size: 16px; }
    .meeting-box .option-list .question {
      background: #f5f5f5; }
      .meeting-box .option-list .question .form-group .input-container {
        position: relative; }
        .meeting-box .option-list .question .form-group .input-container i {
          position: absolute;
          left: 0px;
          font-size: 35px;
          width: 55px;
          color: #fff;
          border-radius: 5px;
          background: #0082e9;
          padding: 9px;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
      .meeting-box .option-list .question .form-group input[type=text] {
        padding: 10px 0 10px 70px;
        height: 52px; }
      .meeting-box .option-list .question .form-group .help-block {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px; }
    .meeting-box .option-list .form-group-bottom {
      margin-bottom: 180px; }
      .meeting-box .option-list .form-group-bottom input {
        padding: 25px 0px 25px 20px; }

.continue-main {
  position: relative; }
  .continue-main .next-prev-btn {
    float: right;
    margin-top: 20px;
    position: absolute;
    right: 0; }
    @media (max-width: 480px) {
      .continue-main .next-prev-btn {
        right: -10; } }
    .continue-main .next-prev-btn .form-group {
      display: inline-block; }
      .continue-main .next-prev-btn .form-group button {
        background: none;
        border: 3px solid #919191;
        border-radius: 50%;
        background: 0 0;
        margin-left: 20px;
        padding: 10px; }
        @media (max-width: 480px) {
          .continue-main .next-prev-btn .form-group button {
            margin-left: 15px;
            padding: 8px; } }
        .continue-main .next-prev-btn .form-group button i {
          font-size: 20px;
          color: #919191;
          padding: 5px 4px;
          margin-left: 0; }

.continue-txt {
  font-size: 20px;
  color: #ce5050;
  text-align: center;
  margin: 20px 0 20px 0; }

.faq-tabs {
  margin-bottom: 50px; }
  .faq-tabs .nav-tabs {
    text-align: center;
    display: flex; }
    @media (max-width: 480px) {
      .faq-tabs .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap; } }
    .faq-tabs .nav-tabs li {
      cursor: pointer;
      line-height: 18px;
      position: relative;
      flex-direction: row;
      width: 20%; }
      @media (max-width: 480px) {
        .faq-tabs .nav-tabs li {
          width: auto; } }
      .faq-tabs .nav-tabs li.active {
        border-bottom: 3px solid #00d2f8; }
        .faq-tabs .nav-tabs li.active a {
          color: #00d2f8;
          background: none;
          border: none; }
      .faq-tabs .nav-tabs li:hover {
        background: transparent; }
      .faq-tabs .nav-tabs li a {
        color: #919191;
        font-weight: 400;
        font-size: 25px; }
        @media (max-width: 768px) {
          .faq-tabs .nav-tabs li a {
            font-size: 20px;
            padding: 5px 5px 5px 0px; } }
        @media (max-width: 480px) {
          .faq-tabs .nav-tabs li a {
            font-size: 20px;
            width: 150px;
            padding: 10px 5px 15px 0px; } }
        .faq-tabs .nav-tabs li a.active {
          background: transparent;
          border: none; }
        .faq-tabs .nav-tabs li a:hover {
          background: transparent; }

.faq-tabs .nav-tabs > li.active > a,
.faq-tabs .nav-tabs > li.active > a:focus,
.faq-tabs .nav-tabs > li.active > a:hover {
  background: transparent;
  border: none;
  color: #00d2f8;
  font-weight: 500;
  box-shadow: none; }

.faq-tabs .tab-content {
  margin: 30px; }
  @media (max-width: 480px) {
    .faq-tabs .tab-content {
      margin: 25px 0 50px 0; } }

.tab-content .tab-pane .panel-group .panel {
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  border-left: 5px solid #51cff7;
  border-radius: 0;
  border-top: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
  .tab-content .tab-pane .panel-group .panel .panel-heading {
    padding: 15px 30px;
    background-color: transparent;
    font-size: 16px; }
    .tab-content .tab-pane .panel-group .panel .panel-heading a {
      color: #1d1d1d;
      font-size: 20px; }
      @media (max-width: 768px) {
        .tab-content .tab-pane .panel-group .panel .panel-heading a {
          font-size: 18px;
          line-height: 20px; } }
  .tab-content .tab-pane .panel-group .panel .panel-collapse .panel-body {
    border-top: none;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px; }
    .tab-content .tab-pane .panel-group .panel .panel-collapse .panel-body ul {
      margin-top: 5px;
      margin-bottom: 10px; }
      .tab-content .tab-pane .panel-group .panel .panel-collapse .panel-body ul li {
        margin-left: 30px;
        margin-bottom: 5px; }
        .tab-content .tab-pane .panel-group .panel .panel-collapse .panel-body ul li::before {
          content: "\2022";
          color: #51cff7;
          display: inline-block;
          position: absolute;
          margin-left: -18px;
          font-size: 2em; }

.panel > .panel-heading > span > :before {
  float: right !important;
  content: "-";
  padding-right: 4px;
  font-size: 30px;
  line-height: 20px;
  color: #00d0f8;
  font-weight: 900; }

.panel > .panel-heading > span > .collapsed:before {
  float: right !important;
  content: "+";
  padding-right: 0px;
  font-size: 30px;
  line-height: 20px;
  color: #00d0f8;
  font-weight: 900; }

.panel > .panel-heading:hover,
.panel > .panel-heading:active,
.panel > .panel-heading:focus {
  text-decoration: none; }

.bg-grade {
  background-image: linear-gradient(-90deg, #cdf5fd, #fdfbdb); }

.bg-stories {
  background: #4082e8; }

.bg-mission {
  background: rgba(0, 130, 233, 0.2); }

.bg-avail {
  background: #f8e402; }

.bg-white {
  background: #f5f5f5; }

.avail-list .avail-item:nth-child(2) .avail-box-padding .avail-box {
  top: 60%;
  display: inline-block; }

#home-slider .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 60px; }
  @media (max-width: 768px) {
    #home-slider .sp-buttons {
      bottom: 18%; } }

#home-slider .sp-button {
  width: 30px;
  height: 7px;
  margin: 4px;
  border-radius: 0;
  border: none;
  background: #ffbe00; }

#home-slider .sp-selected-button {
  background: #ffe400; }

#customer-stories .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 12%;
  right: 32%; }

#customer-stories .sp-button {
  width: 18px;
  height: 4px;
  border: none;
  opacity: 0.5;
  background: #fff;
  border-radius: 0; }

#customer-stories .sp-selected-button {
  opacity: 1 !important; }

#customer-stories .sp-arrows {
  width: 100%;
  left: 0;
  top: 85%;
  margin-top: -15px; }

#customer-stories .sp-arrow {
  width: 25px;
  right: 20%;
  padding: 18px;
  left: auto;
  display: block !important;
  border: 3px solid #fff;
  border-radius: 50%; }

#customer-stories .sp-previous-arrow {
  margin-right: 65px; }

#customer-stories .img-border img {
  border: 20px solid #fff;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  box-shadow: 0px 0px 10px rgba(29, 29, 29, 0.5); }

#customer-stories .sp-arrow:before {
  left: 40%;
  top: 8px;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(135deg, 0deg); }

#customer-stories .sp-next-arrow:after,
#customer-stories .sp-next-arrow:before,
#customer-stories .sp-previous-arrow:after,
#customer-stories .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 28%;
  background-color: #FFF; }

#customer-stories .sp-arrow:after {
  left: 40%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-135deg, 0deg); }

.bg-stories .stori-content {
  text-align: center;
  color: #fff;
  padding: 20px 0px 0 0; }
  .bg-stories .stori-content img {
    margin: 0 auto; }
  .bg-stories .stori-content .inner-txt {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300; }
    .bg-stories .stori-content .inner-txt.person-name {
      font-size: 25px;
      font-weight: 900; }
  .bg-stories .stori-content .last-para {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: .5px;
    margin-top: 28px;
    font-weight: 300; }

.bg-stories .sec-head:before {
  border-top: 1px solid #fff !important; }

.bg-stories .sec-head:after {
  border-top: 1px solid #fff !important; }

@media (max-width: 480px) {
  .loan-for-main {
    margin-bottom: 30px; } }

.loan-for-main .tabs .nav-tabs {
  margin-bottom: 20px;
  padding: 0;
  display: block;
  margin: 0 auto; }
  .loan-for-main .tabs .nav-tabs li {
    width: auto; }
    .loan-for-main .tabs .nav-tabs li a {
      font-size: 16px;
      padding: 10px 0px 3px 0px;
      margin-right: 25px;
      position: relative; }
      @media (max-width: 768px) {
        .loan-for-main .tabs .nav-tabs li a {
          width: 180px;
          margin-right: 0;
          text-align: center;
          line-height: 20px;
          box-shadow: none !important;
          border-radius: none !important; } }

.loan-for-main .tabs.load-tabs {
  text-align: center; }
  .loan-for-main .tabs.load-tabs .load-nav {
    display: table; }
    @media (max-width: 768px) {
      .loan-for-main .tabs.load-tabs .load-nav {
        display: flex;
        height: 65px;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        flex-flow: row; } }
    .loan-for-main .tabs.load-tabs .load-nav li {
      text-align: left;
      float: none;
      display: inline-block; }
      .loan-for-main .tabs.load-tabs .load-nav li.active a {
        border-bottom: 2px solid #00d0f8;
        color: #0082e9;
        font-weight: 600; }
      .loan-for-main .tabs.load-tabs .load-nav li a {
        color: #1d1d1d; }
        .loan-for-main .tabs.load-tabs .load-nav li a:hover {
          color: #0082e9;
          border-bottom: 2px solid #00d0f8; }

.loan-for-main .tabs .tab-content {
  text-align: center;
  position: relative;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .loan-for-main .tabs .tab-content {
      padding-top: 0; } }

.loan-for-main .sp-arrow {
  padding: 18px;
  width: 14px;
  right: 0;
  left: auto;
  cursor: pointer;
  display: block !important;
  border-radius: 50%;
  border: 3px solid #0082e9; }

.loan-for-main .sp-arrow i {
  font-size: 30px;
  color: #fff; }

.loan-for-main .sp-arrows {
  bottom: 30%;
  top: unset; }

.loan-for-main .sp-horizontal .sp-arrows {
  left: -10%; }

.loan-for-main .sp-selected-button {
  background-color: #fff;
  opacity: 1; }

.loan-for-main .sp-previous-arrow {
  margin-right: 60px; }

.loan-for-main .sp-arrow:after {
  left: 45%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-135deg, 0deg); }

.loan-for-main .sp-arrow:before {
  left: 45%;
  top: 10px;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(135deg, 0deg); }

.loan-for-main .sp-next-arrow:after,
.loan-for-main .sp-next-arrow:before,
.loan-for-main .sp-previous-arrow:after,
.loan-for-main .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 22%;
  background-color: #0082e9; }

.loanfor-box {
  background: #fff;
  margin: 75px 100px;
  box-shadow: 0 0 5px rgba(184, 174, 174, 0.6);
  -moz-box-shadow: 0 0 5px rgba(184, 174, 174, 0.6);
  /* -webkit-box-shadow: 0 0 5px rgba(184,174,174,0.6); */
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.2);
  position: relative;
  min-height: 350px; }
  @media (max-width: 1024px) {
    .loanfor-box {
      margin: 75px 20px; } }
  @media (max-width: 900px) {
    .loanfor-box {
      margin: 48px -40px; } }
  @media (max-width: 768px) {
    .loanfor-box {
      margin: 48px 0px; } }
  @media (max-width: 480px) {
    .loanfor-box {
      min-height: 460px;
      margin: 12px 60px 0px 60px; } }
  .loanfor-box .loanfor-options {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(20%, -50%);
    -ms-transform: translate(0%, -50%); }
    .loanfor-box .loanfor-options .loanfor-head {
      font-size: 30px;
      font-weight: 800;
      color: #0082e9;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
      margin-bottom: 40px;
      line-height: 35px; }
      @media (max-width: 768px) {
        .loanfor-box .loanfor-options .loanfor-head {
          font-size: 24px;
          line-height: 26px; } }
    .loanfor-box .loanfor-options .applynow-btn {
      font-size: 20px; }
  .loanfor-box .loanfor-imgbox {
    left: 4%;
    top: -14%;
    position: absolute;
    height: 450px;
    width: 370px;
    box-shadow: 0 0 5px rgba(184, 174, 174, 0.6);
    -moz-box-shadow: 0 0 5px rgba(184, 174, 174, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(184, 174, 174, 0.6); }
    @media (max-width: 768px) {
      .loanfor-box .loanfor-imgbox {
        left: 2%;
        height: 435px;
        width: 330px; } }
    .loanfor-box .loanfor-imgbox.loanfor-img {
      background-image: url("/images/Group 407.png");
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat; }
    .loanfor-box .loanfor-imgbox.loanfor-border-box {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.2);
      border: 10px solid #f5f5f5; }

.loanfor-box .swiper-button-next,
.loanfor-box .swiper-button-prev {
  position: absolute;
  top: 80%;
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  margin-right: 50px;
  margin-top: 10px;
  background-image: none; }

.loanfor-box .circ-btn {
  border: 3px solid #0282e7;
  border-radius: 50%;
  background: 0 0;
  margin-left: 18px;
  padding: 10px 20px; }

.loanfor-box .circ-btn i {
  font-size: 18px;
  margin-left: -7px;
  color: #0282e7; }

.loanfor-box .swiper-button-prev {
  margin-right: 115px; }

.range-slider-home {
  margin-top: 40px;
  margin-bottom: 35px; }

.range-slider-home .irs--flat .irs-handle {
  top: 8px;
  width: 20px;
  height: 50px;
  background-color: #0082e9;
  border: 2px solid #fff;
  border-radius: 7px; }

.range-slider-home .irs-from,
.range-slider-home .irs-to {
  position: absolute;
  display: block;
  top: -20px !important;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-single {
  position: absolute;
  display: block;
  top: -20px !important;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.range-slider-home .irs--flat .irs-from,
.range-slider-home .irs--flat .irs-to,
.range-slider-home .irs--flat .irs-single {
  color: #0082e9;
  font-size: 20px;
  line-height: 1.333;
  padding: 1px 5px;
  background: transparent;
  /* background-color: #ed5565; */
  border-radius: 4px; }

.range-slider-home .irs--flat .irs-min,
.range-slider-home .irs--flat .irs-max {
  top: 50px;
  padding: 1px 3px;
  color: #999;
  font-size: 20px;
  line-height: 1.333;
  text-shadow: none;
  background: transparent;
  border-radius: 4px; }

.range-slider-home .irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #0082e9;
  border: 8px solid #0082e9; }

.range-slider-home .irs--flat .irs-line {
  top: 25px;
  height: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #0082e9; }

.range-slider-home .irs--flat {
  height: 80px; }

.range-slider-home .irs--flat .irs-handle > i:first-child {
  display: none; }

.bg-stories .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10%;
  left: 25%;
  width: unset; }

.bg-stories .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #fff;
  display: inline-block;
  border-radius: 0;
  opacity: .2; }

.bg-stories .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

.bg-stories .swiper-button-next,
.bg-stories .swiper-button-prev {
  color: #fff; }

.bg-stories .swiper-wrapper {
  padding-bottom: 40px; }

.bg-stories .swiper-button-next,
.bg-stories .swiper-button-prev {
  position: absolute;
  top: 90%;
  width: 27px;
  right: 0;
  left: auto;
  margin-right: 80px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background: none; }

.bg-stories .swiper-button-prev {
  margin-right: 130px; }

.bg-stories .swiper-button-next i,
.bg-stories .swiper-button-prev i {
  font-size: 30px;
  color: #fff; }

@media (max-width: 2560px) and (min-width: 1921px) {
  .banner-slider .bgimage-min-size-home img {
    width: 55%;
    position: absolute;
    top: -30%;
    left: 0;
    z-index: 100; }
  .banner-slider .bgimage-min-size-home .banner-subheading {
    position: absolute;
    left: 12%;
    top: 40%;
    z-index: 102;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 42px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
  .banner-slider .bgimage-min-size-home .banner-heading {
    position: absolute;
    left: 12%;
    top: 50%;
    color: #0282e5;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
    z-index: 102; }
  .banner-slider .bgimage-min-size-home .banner-btn {
    position: absolute;
    left: 20%;
    top: 58%;
    z-index: 102; } }

@media (max-width: 1920px) and (min-width: 1365px) {
  .banner-slider .bgimage-min-size-home .banner-btn {
    left: 16%;
    top: 42%; }
  .banner-slider .bgimage-min-size-home img {
    left: 0;
    top: -18%; }
  .banner-slider .bgimage-min-size-home .banner-heading {
    left: 10%;
    top: 35%; }
  .banner-slider .bgimage-min-size-home .banner-subheading {
    left: 10%;
    top: 27%; } }

@media (max-width: 1366) and (max-width: 1022) {
  .banner-slider .bgimage-min-size-home .banner-subheading {
    top: 30%; }
  .banner-slider .bgimage-min-size-home .banner-heading {
    top: 46%; }
  .banner-slider .bgimage-min-size-home .banner-btn {
    top: 60%; }
  .banner-slider .bgimage-min-size-home img {
    top: -55%; } }

@media only screen and (max-width: 1024px) {
  .loan-for-slider .swiper-container .loanfor-box .loanfor-options {
    transform: translate(30%, -50%); }
  .avail-list .avail-item {
    padding: 0 10px; }
  .custom-banner-content img {
    width: 65%; }
  .custom-banner-content .banner-subheading {
    font-size: 22px;
    line-height: 28px; }
  .custom-banner-content .applybtn-home {
    font-size: 15px !important;
    float: right; }
  .custom-banner-content .banner-heading {
    font-size: 30px; }
  .banner-slider .bgimage-min-size-home img {
    width: 62%;
    top: -42%; }
  #customer-stories .sp-buttons {
    bottom: 8%;
    right: 28%; }
  #customer-stories .sp-arrows {
    top: 90%; }
  .banner-slider .bgimage-min-size-home .banner-subheading {
    font-size: 22px;
    line-height: 24px; }
  .banner-slider .bgimage-min-size-home .banner-btn .applybtn-home {
    font-size: 20px; } }

@media only screen and (max-width: 991px) {
  .mobile-home-patch {
    width: 100%;
    display: block;
    height: 190px;
    position: absolute;
    bottom: 0;
    background: #ffbe00f2; }
  .custom-banner-content {
    display: none; }
  .contentdiv {
    position: relative;
    top: 20px;
    margin-left: 50px; }
  .banner-slider .bgimage-min-size-home .banner-heading {
    font-size: 30px;
    margin: 10px 0 20px 0; }
  .avail-list {
    text-align: center;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden; }
  .avail-list .avail-item .avail-box-padding .avail-box {
    height: 450px;
    width: 375px; }
  .avail-list .avail-item:nth-child(1) {
    animation-delay: 200ms; }
  .avail-list .avail-item:nth-child(2) {
    animation-delay: 400ms; }
  .avail-list .avail-item:nth-child(3) {
    animation-delay: 600ms; }
  .bg-stories .stori-content .last-para {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .5px; } }

@media only screen and (max-width: 768px) {
  .banner-slider .bgimage-min-size-home .banner-subheading {
    font-size: 22px;
    left: 12%;
    top: 34%;
    line-height: 28px; }
  .loan-for-slider .swiper-container .loanfor-box .loanfor-options {
    transform: translate(25%, -50%); }
  .banner-slider .bgimage-min-size-home .banner-heading {
    font-size: 25px; }
  .banner-slider .bgimage-min-size-home .banner-btn .applybtn-home {
    font-size: 16px; }
  .loan-for-slider .swiper-container .loanfor-box .loanfor-options {
    transform: translate(12%, -50%); }
  .loan-for-slider .swiper-container .loanfor-box .loanfor-imgbox {
    height: 350px;
    width: 300px;
    top: -18%; }
  .loan-for-slider .swiper-container .loanfor-box {
    margin: 75px 15px;
    min-height: 250px; }
  .loan-for-slider .swiper-container .loanfor-box .loanfor-imgbox.loanfor-img {
    background-size: 145%;
    background-position: center; }
  .loanfor-box .swiper-button-next,
  .loanfor-box .swiper-button-prev {
    position: absolute;
    top: 70%;
    right: 0px;
    left: auto;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    margin-right: 65px;
    margin-top: 18px;
    background-image: none; }
  .loanfor-box .swiper-button-prev {
    margin-right: 110px; }
  .loanfor-box .circ-btn {
    padding: 7px 15px; }
  .loanfor-box .circ-btn i {
    font-size: 15px;
    margin-left: -5px; }
  #home-slider .sp-button {
    width: 20px;
    height: 5px; }
  .meeting-box .option-list .list-item {
    display: inline-block;
    padding: 0 30px; }
  .bg-stories .stori-content {
    padding: 50px 0px 0px 0px; }
  .bg-stories .swiper-button-prev {
    margin-right: 90px; }
  .bg-stories .swiper-button-next,
  .bg-stories .swiper-button-prev {
    top: 94%; }
  #customer-stories .sp-buttons {
    right: 25%; }
  .who-we-main .who-we-para {
    padding: 0 20px 0 10px;
    font-size: 16px; }
  #customer-stories .img-border img {
    max-width: 330px; } }

@media (max-width: 767px) {
  .faq-tabs .nav-tabs > li.active > a,
  .faq-tabs .nav-tabs > li.active > a:focus,
  .faq-tabs .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
    color: #00d2f8;
    font-weight: 500;
    box-shadow: none; }
  #home-slider {
    top: 58px; }
  .meeting-box .option-list .question .form-group input[type=radio] {
    padding: 0px;
    width: 20px;
    height: 20px; } }

@media (max-width: 480px) {
  .meeting-box .option-list .question .form-group input[type=text] {
    width: 100%; }
  .meeting-box .option-list .list-ul .list-item .form-group .option-txt {
    min-height: 40px; }
  .meeting-box .continue-main .next-prev-btn .form-group button i {
    font-size: 15px; }
  .banner-slider .bgimage-min-size-home .banner-heading {
    font-size: 24px; }
  .banner-slider .bgimage-min-size-home .banner-subheading {
    font-size: 18px;
    line-height: 22px; }
  .loanfor-box .loanfor-imgbox {
    left: 0%;
    height: 310px;
    width: 100%;
    top: 2%; }
  .loanfor-box .loanfor-imgbox.loanfor-img {
    background-size: 110%;
    background-position: center; }
  .loanfor-box .loanfor-options {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 84%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
  .loanfor-box .loanfor-imgbox.loanfor-border-box {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    border: 10px solid #fff; }
  .loanfor-box .loanfor-options .loanfor-head {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 25px; }
  .loanfor-box .loanfor-options .applynow-btn {
    font-size: 13px; }
  .loanfor-box .loanfor-options .loanfor-head {
    margin-top: 25px; }
  .meeting-box {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 30px 15px 50px 15px; }
  .mission-list {
    display: flex;
    flex-direction: row;
    overflow-x: auto; }
  #customer-stories .img-border img {
    max-width: 230px; }
  #customer-stories .img-border img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px; }
  .bg-stories .stori-content {
    padding: 30px 20px 0px 20px; }
  #customer-stories .sp-buttons {
    right: 0; }
  .img-border {
    position: relative;
    left: 26%; } }

@media (max-width: 425px) {
  .avail-list .avail-item .avail-box-padding .avail-box {
    width: 320px; }
  .meeting-box .option-list .list-ul .list-item {
    padding: 0 20px; } }

@media (max-width: 375px) {
  .loanfor-box {
    margin: 12px 30px 0px 30px;
    min-height: 440px; }
  .avail-list .avail-item .avail-box-padding .avail-box {
    width: 290px;
    height: 475px; }
  .loanfor-box .loanfor-imgbox.loanfor-img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
  .meeting-box .option-list .list-ul .list-item .item-box {
    height: 125px;
    width: 100px; }
  .avail-list .avail-item .avail-box-padding .avail-box .avail-img {
    width: 160px;
    height: 155px;
    margin-left: -80px; }
  .meeting-box .option-list .list-ul .list-item .item-box .meeting-icon {
    width: 60px;
    height: 60px; }
  .continue-main .next-prev-btn {
    float: right;
    margin-top: 20px;
    position: absolute;
    right: -5px; }
  .meeting-box .option-list .list-ul .list-item {
    padding: 0 15px; }
  .img-border {
    left: 20%; }
  .heading2 {
    font-size: 20px;
    line-height: 24px; }
  .faq-tabs .nav-tabs li a {
    font-size: 16px; }
  .tab-content .tab-pane .panel-group .panel .panel-collapse .panel-body {
    font-size: 14px; }
  .tab-content .tab-pane .panel-group .panel .panel-heading a {
    font-size: 16px; } }

@media (max-width: 320px) {
  .loanfor-box .loanfor-imgbox.loanfor-img {
    background-size: 120%;
    background-position: center; }
  .avail-list .avail-item .avail-box-padding .avail-box {
    width: 250px; }
  .avail-list .avail-item .avail-box-padding .avail-box .avail-img {
    width: 140px;
    height: 200px; }
  .avail-list .avail-item .avail-box-padding .avail-box .avail-main .steps-num {
    font-size: 35px; }
  .who-we-main .who-we-box .box-img {
    max-width: 220px; } }

.ui-widget-header .ui-icon {
  background-image: url(/o/selfin-theme/images/calender-ui-icons.png); }

.lyt-career-team-dream {
  padding: 0px 50px;
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  padding-top: 50px; }
  @media (max-width: 768px) {
    .lyt-career-team-dream {
      padding: 0px 0px; } }
  .lyt-career-team-dream .team-dream-box {
    background-color: #f2fdff;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.6); }
    .lyt-career-team-dream .team-dream-box .media .media-object {
      width: 40px; }
    .lyt-career-team-dream .team-dream-box .media .media-body {
      font-size: 16px;
      margin-left: 10px;
      font-weight: 500;
      line-height: 18px; }

.career-apply-now .apply-image-section {
  background: transparent;
  display: block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 1;
  position: relative; }

.career-apply-now .hr-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .career-apply-now .hr-heading {
      position: absolute;
      top: -30px;
      left: 30%; } }
  @media (max-width: 480px) {
    .career-apply-now .hr-heading {
      position: relative;
      top: 0px;
      left: 0px;
      text-align: center; } }

.career-apply-now .apply-now-image {
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  -moz-box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  -webkit-box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  -o-box-shadow: 0 0 30px rgba(184, 174, 174, 0.6);
  background: #fff; }
  @media (max-width: 480px) {
    .career-apply-now .apply-now-image {
      padding: 0;
      margin-bottom: 20px;
      box-shadow: 0 0 0px rgba(184, 174, 174, 0.6);
      -moz-box-shadow: 0 0 0px rgba(184, 174, 174, 0.6);
      -webkit-box-shadow: 0 0 0px rgba(184, 174, 174, 0.6);
      -o-box-shadow: 0 0 0px rgba(184, 174, 174, 0.6);
      background: transparent;
      text-align: center; } }
  .career-apply-now .apply-now-image img {
    width: 100%; }
    @media (max-width: 480px) {
      .career-apply-now .apply-now-image img {
        width: 250px;
        height: 250px;
        border: 10px solid #fff; } }

.career-apply-now .apply-now-user-content {
  padding-left: 50px;
  position: relative; }
  @media (max-width: 768px) {
    .career-apply-now .apply-now-user-content {
      padding-left: 10px; } }
  @media (max-width: 480px) {
    .career-apply-now .apply-now-user-content {
      width: 250px;
      margin: 0 auto; } }

.career-apply-now .apply-now-heading-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }

.career-apply-now .apply-now-desig {
  font-size: 18px; }

.career-apply-now .apply-now-social {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 30px; }
  @media (max-width: 768px) {
    .career-apply-now .apply-now-social {
      position: relative;
      top: 10px;
      right: 0px; } }

.career-apply-now .apply-form-section {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 1px 5px 2px #ccc;
  padding-left: 90px;
  position: relative;
  width: 100%;
  left: -80px;
  top: 70px; }
  @media (max-width: 1024px) {
    .career-apply-now .apply-form-section {
      top: 55px; } }
  @media (max-width: 768px) {
    .career-apply-now .apply-form-section {
      background: #f5f5f5;
      padding: 15px;
      border-radius: 15px;
      box-shadow: 0 1px 5px 2px #ccc;
      padding-left: 15px;
      position: relative;
      width: 100%;
      left: 0;
      top: 0; } }
  @media (max-width: 480px) {
    .career-apply-now .apply-form-section {
      margin-top: 25px;
      padding: 20px; } }
  .career-apply-now .apply-form-section .applynowheading {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600; }
  .career-apply-now .apply-form-section .upload-cv-text {
    position: absolute;
    margin-top: 50px;
    text-align: center;
    width: 100%;
    left: 0px;
    font-size: 14px; }
    .career-apply-now .apply-form-section .upload-cv-text .careers-link {
      font-size: 16px; }
    @media (max-width: 480px) {
      .career-apply-now .apply-form-section .upload-cv-text {
        position: relative;
        margin-top: 21px;
        text-align: center;
        line-height: 22px;
        width: 100%;
        left: 0; } }

.joinusat-section {
  margin: 0 auto;
  max-width: 66%; }
  @media (max-width: 768px) {
    .joinusat-section {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 480px) {
    .joinusat-section {
      padding: 15px; } }
  .joinusat-section .join-us-select-option {
    border: 2px solid #0d7ed8;
    border-radius: 0px 15px 15px 15px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 5px 2px rgba(204, 204, 204, 0.34);
    padding: 5px; }
    @media (max-width: 480px) {
      .joinusat-section .join-us-select-option {
        padding: 15px; } }
    .joinusat-section .join-us-select-option label {
      font-size: 25px;
      font-weight: 400;
      margin: 0 20px; }
    .joinusat-section .join-us-select-option .form-inline .form-group {
      background: 0 0;
      padding-bottom: 0px;
      margin: 15px 0; }
      @media (max-width: 480px) {
        .joinusat-section .join-us-select-option .form-inline .form-group {
          width: 100%;
          margin-top: 10px; } }
      .joinusat-section .join-us-select-option .form-inline .form-group .form-control {
        background-color: transparent;
        padding: 5px 2px 5px 2px;
        border: none;
        border-bottom: 2px solid #85bad3;
        font-weight: 400;
        color: #999;
        position: relative;
        box-shadow: none;
        height: auto;
        width: 250px;
        font-size: 16px;
        border-radius: 0; }
        @media (max-width: 480px) {
          .joinusat-section .join-us-select-option .form-inline .form-group .form-control {
            width: 100%;
            margin-top: 15px; } }

.job-profile-content {
  padding: 0px 15px; }
  .job-profile-content .heading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px; }
  .job-profile-content .sub-heading {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 5px; }
  .job-profile-content .description {
    font-size: 17px;
    height: 100px;
    overflow: auto;
    margin-bottom: 25px;
    font-weight: 100;
    line-height: 18px; }
  .job-profile-content .description::-webkit-scrollbar {
    width: 3px; }
  .job-profile-content .description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .job-profile-content .description::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

.afterclickapply {
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0px 0px 2px 2px #ccc;
  margin-bottom: 70px; }

@media (max-width: 480px) {
  .column-reverse {
    flex-direction: column-reverse;
    order: -1; } }

@media (max-width: 768px) {
  .upload-btn-wrapper {
    width: 200px; } }

@media (max-width: 480px) {
  .upload-btn-wrapper {
    width: auto; } }

.upload-btn-wrapper .lable {
  color: #919191; }

.upload-btn-wrapper .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.upload-btn-wrapper .inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-image: linear-gradient(to right, #0082e9, #00d0f8);
  display: inline-block; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #fff;
  color: #0082de; }

#hiringList {
  margin-top: 25px; }

.applynowheading strong {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 600; }

#jobHiringList .icon-minus:before {
  color: #fff; }

.drop-query {
  padding: 0px 50px; }
  @media (max-width: 768px) {
    .drop-query {
      padding: 0px 0px; } }
  .drop-query .drop-query-heading {
    font-size: 20px;
    text-shadow: 2px 2px 20px #ccc;
    margin-bottom: 10px;
    line-height: 20px; }

.contact-main-map {
  position: relative; }

.contact-details-main {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 2px #ccc;
  position: relative; }
  .contact-details-main .verline {
    position: absolute;
    left: 50%; }
  @media (max-width: 480px) {
    .contact-details-main {
      margin-top: 0px; } }
  .contact-details-main .contact-detail-wrapper {
    text-align: center;
    padding-bottom: 35px;
    margin: 10px 0px;
    margin: 10px 0px; }
    .contact-details-main .contact-detail-wrapper img {
      margin: 15px 0px; }
    .contact-details-main .contact-detail-wrapper .contact-details {
      font-size: 17px;
      margin-bottom: 10px;
      font-weight: 300;
      line-height: 20px; }
    .contact-details-main .contact-detail-wrapper.margin-mail {
      margin-top: 24px; }
  .contact-details-main .right-border {
    border-right: 1px solid #ccc;
    height: calc(100% - 30px); }
  .contact-details-main .bottom-border:after {
    content: "";
    background-image: -webkit-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    height: 1px; }

.contact-heading {
  font-size: 30px;
  color: #000;
  margin: 15px 0px; }
  @media (max-width: 768px) {
    .contact-heading {
      font-size: 22px; } }

.white-text {
  color: #fff; }

.location-selector {
  width: 450px;
  height: 350px;
  background: #0182e8;
  border-radius: 0px 15px 15px;
  padding: 30px 50px;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 1; }
  @media (max-width: 768px) {
    .location-selector {
      width: 350px; } }
  @media (max-width: 480px) {
    .location-selector {
      width: auto;
      height: auto;
      background: #0182e8;
      border-radius: 0;
      padding: 35px 25px;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      margin: 0px; } }
  .location-selector select.form-control {
    color: #fff !important; }
    .location-selector select.form-control option {
      background-color: #ccc !important; }
  .location-selector .location-lists-wrapper {
    max-height: 160px;
    overflow-y: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .location-selector .location-lists-wrapper::-webkit-scrollbar {
      width: 5px; }
    .location-selector .location-lists-wrapper::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .location-selector .location-lists-wrapper::-webkit-scrollbar-thumb {
      background: #ccc; }
    .location-selector .location-lists-wrapper::-webkit-scrollbar-thumb:hover {
      background: #555; }

.location-lists {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  position: relative; }
  .location-lists.black-text {
    color: #000; }
  .location-lists img {
    position: absolute;
    top: 5px; }
  .location-lists .address {
    margin-left: 38px;
    margin-bottom: 15px;
    line-height: 35px; }
    @media (max-width: 768px) {
      .location-lists .address {
        font-size: 18px; } }

.register-address-section .gutter-space {
  padding: 0px; }

.register-address-section .reg-address {
  background: #ffbe00;
  height: 300px;
  padding: 60px 50px 80px 190px; }
  @media (max-width: 1024px) {
    .register-address-section .reg-address {
      padding: 60px 50px 80px 100px; } }
  @media (max-width: 768px) {
    .register-address-section .reg-address {
      padding: 60px 50px 80px 60px; } }
  @media (max-width: 480px) {
    .register-address-section .reg-address {
      height: auto;
      padding: 40px 50px 50px 50px; } }
  .register-address-section .reg-address .address {
    font-size: 24px; }
    @media (max-width: 480px) {
      .register-address-section .reg-address .address {
        font-size: 20px; } }

.register-address-section .reg-map {
  height: 300px; }

.drop-query-form.custom-form textarea ~ .floating-label {
  top: 10px; }

.drop-query-form .form-horizontal textarea {
  border: 1px solid #707070 !important;
  border-radius: 5px !important; }

.drop-query-form .form-horizontal select.form-control {
  padding-left: 15px !important;
  font-size: 17px !important;
  color: #999 !important; }

@media (max-width: 480px) {
  .contact-details-main .contact-detail-wrapper .contact-details {
    font-size: 15px; } }

@media (max-width: 320px) {
  .contact-details-main .contact-detail-wrapper .contact-details {
    font-size: 13px; } }

.mission-vision {
  margin-bottom: 25px; }
  .mission-vision .mvo-details-text {
    font-size: 20px;
    margin: 15px 0px;
    line-height: 25px; }
  @media (max-width: 480px) {
    .mission-vision {
      font-size: 16px; } }
  .mission-vision .mvo-box {
    border: 2px solid #00cff7;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    height: 300px;
    box-shadow: 1px 1px 15px rgba(204, 204, 204, 0.65);
    margin: 15px;
    background: #fff; }
    @media (max-width: 768px) {
      .mission-vision .mvo-box {
        margin: 15px 0px; } }
    @media (max-width: 480px) {
      .mission-vision .mvo-box {
        width: 100%;
        margin: 0px;
        margin-bottom: 15px; } }
    .mission-vision .mvo-box .mvo-heading {
      position: relative;
      top: -15px;
      width: 150px;
      left: 50%;
      margin-left: -75px;
      text-align: center;
      background: #00cff7;
      padding: 15px;
      border-radius: 0px 0px 10px 10px;
      color: #fff;
      font-size: 22px; }
    .mission-vision .mvo-box .mvo-img {
      margin: 30px 0px;
      max-height: 80px; }
    .mission-vision .mvo-box .mvo-desc {
      font-size: 18px;
      line-height: 22px; }

.key-fact-listing {
  padding: 0px 100px; }
  @media (max-width: 768px) {
    .key-fact-listing {
      padding: 0px 50px; } }
  @media (max-width: 480px) {
    .key-fact-listing {
      padding: 0px 10px; } }
  .key-fact-listing ul li {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .key-fact-listing ul li {
        font-size: 18px; } }
    .key-fact-listing ul li:before {
      content: "\2022";
      color: #51cff7;
      display: inline-block;
      position: absolute;
      margin-left: -26px;
      font-size: 40px;
      line-height: 25px; }
    .key-fact-listing ul li span {
      color: #fabe0e; }

.leadership-team .heading {
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .leadership-team .heading {
      font-size: 24px; } }

.team-list-wrapper .team-member {
  background-color: transparent;
  width: auto;
  height: 400px;
  padding: 0px; }
  @media (max-width: 768px) {
    .team-list-wrapper .team-member {
      margin: 10px 25px; } }

.team-list-wrapper .team-member-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
  .team-list-wrapper .team-member-inner .front {
    padding: 15px; }

.team-list-wrapper .team-member:hover .team-member-inner {
  padding: 0px; }

.team-list-wrapper .back {
  background-color: #00cff7;
  color: #000;
  border-radius: 0px 15px 15px;
  padding: 30px 30px;
  text-align: left; }
  .team-list-wrapper .back ul {
    height: 260px;
    overflow: auto; }
    .team-list-wrapper .back ul li {
      list-style-type: none;
      margin-bottom: 15px;
      line-height: 20px;
      position: relative;
      margin-left: 15px; }
      .team-list-wrapper .back ul li:before {
        content: "";
        color: #000;
        background: #000;
        width: 8px;
        height: 8px;
        position: absolute;
        border-radius: 50%;
        left: -15px;
        top: 4px; }
  .team-list-wrapper .back .team-social-icon {
    position: absolute;
    bottom: 15px;
    right: 15px; }

.team-list-wrapper .team-member {
  box-shadow: 0px -1px 9px #ccc;
  margin: 0px 20px;
  border-radius: 0px 15px 15px; }
  @media (max-width: 480px) {
    .team-list-wrapper .team-member {
      margin: 10px 25px; } }
  @media (max-width: 375px) {
    .team-list-wrapper .team-member {
      margin: 10px 25px; } }
  @media (max-width: 320px) {
    .team-list-wrapper .team-member {
      margin: 10px 10px; } }
  .team-list-wrapper .team-member .team-image img {
    width: 100%;
    height: 300px; }
    @media (max-width: 768px) {
      .team-list-wrapper .team-member .team-image img {
        height: 300px; } }
  .team-list-wrapper .team-member .team-details {
    background: #4cddfa;
    margin-top: 15px;
    border-radius: 0px 0px 15px 15px;
    padding: 10px;
    text-align: right; }
    .team-list-wrapper .team-member .team-details .name {
      color: #000;
      font-size: 17px; }
    .team-list-wrapper .team-member .team-details .designation {
      color: #fff;
      font-size: 11px;
      margin-top: 5px; }

.our-team-section .col-lg-2.col-md-6 {
  max-width: 33%; }
  @media (max-width: 768px) {
    .our-team-section .col-lg-2.col-md-6 {
      max-width: 33%;
      text-align: center; } }
  @media (max-width: 480px) {
    .our-team-section .col-lg-2.col-md-6 {
      max-width: 50%;
      text-align: center; } }

.our-team-section .our-team {
  background-color: #fff;
  width: 150px;
  height: 150px;
  display: inline-block;
  perspective: 1000px;
  padding: 0;
  box-shadow: 0 -1px 9px #ccc;
  border-radius: 50%;
  margin: 30px 0px; }
  @media (max-width: 480px) {
    .our-team-section .our-team {
      width: 150px;
      height: 150px; } }
  @media (max-width: 320px) {
    .our-team-section .our-team {
      width: 130px;
      height: 130px; } }

.our-team-section .our-team-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
  .our-team-section .our-team-inner .front {
    padding: 0px; }

.our-team-section .our-team:hover .our-team-inner {
  padding: 0px; }

.our-team-section .back {
  background-color: #fff;
  color: #000;
  border-radius: 0px 15px 15px;
  padding: 35px 15px;
  text-align: left;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center; }
  @media (max-width: 480px) {
    .our-team-section .back {
      width: 150px;
      height: 150px; } }
  .our-team-section .back .team-member-overview {
    font-size: 20px; }
    @media (max-width: 480px) {
      .our-team-section .back .team-member-overview {
        font-size: 14px; } }

.our-team-section .our-team .team-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #fff; }
  @media (max-width: 480px) {
    .our-team-section .our-team .team-image img {
      width: 150px;
      height: 150px; } }
  @media (max-width: 320px) {
    .our-team-section .our-team .team-image img {
      width: 130px;
      height: 130px; } }

.our-team-section .our-team .team-details {
  background: #4cddfa;
  margin-top: 15px;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
  text-align: right; }
  .our-team-section .our-team .team-details .name {
    color: #000;
    font-size: 17px; }
  .our-team-section .our-team .team-details .designation {
    color: #fff;
    font-size: 10px;
    margin-top: 5px; }

.our-customer {
  margin-bottom: 100px;
  /* All images from pexels.com */ }
  .our-customer .section3 {
    width: 330px;
    margin: 0 auto; }
    @media (max-width: 320px) {
      .our-customer .section3 {
        width: 300px; } }
  .our-customer .pyramid {
    padding: 50px 25px 50px;
    height: 330px; }
    @media (max-width: 768px) {
      .our-customer .pyramid {
        padding: 50px 15px 50px; } }
    @media (max-width: 480px) {
      .our-customer .pyramid {
        padding: 50px 75px 50px; } }
    @media (max-width: 455px) {
      .our-customer .pyramid {
        padding: 50px 65px 50px; } }
    @media (max-width: 425px) {
      .our-customer .pyramid {
        padding: 50px 50px 50px; } }
    @media (max-width: 420px) {
      .our-customer .pyramid {
        padding: 50px 45px 50px; } }
    @media (max-width: 375px) {
      .our-customer .pyramid {
        padding: 30px 25px 50px; } }
    @media (max-width: 320px) {
      .our-customer .pyramid {
        padding: 30px 5px 50px; } }
  .our-customer .zone {
    text-align: center;
    margin: 0 auto;
    background-blend-mode: lighten;
    cursor: pointer;
    color: #222;
    animation: down 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    transition: background-color 0.5s;
    color: #fff !important;
    font-size: 12px; }
    .our-customer .zone span {
      font-size: 16px;
      font-weight: 900; }
  .our-customer .zone:hover {
    color: white;
    text-shadow: 1px 1px 2px #000; }
  .our-customer .zone:nth-child(1) {
    background: #ffbe00;
    background-size: cover;
    width: 30%;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 30%, 100% 100%, 0 100%);
    animation-delay: 2s;
    color: #fff;
    padding: 65px 0px 5px; }
  .our-customer .zone:nth-child(2) {
    background: #ffe400;
    background-size: cover;
    width: 55%;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
    clip-path: polygon(30% -52%, 70% -52%, 100% 100%, 0 100%);
    animation-delay: 1.5s;
    padding: 20px 0px 10px; }
  .our-customer .zone:nth-child(3) {
    background: #00cff7;
    background-size: cover;
    width: 75%;
    -webkit-clip-path: polygon(16.5% 0, 83% 0, 100% 100%, 0 100%);
    clip-path: polygon(17.5% -52%, 82.5% -52%, 100% 100%, 0 100%);
    animation-delay: 1s;
    padding: 20px 0px 10px; }
  .our-customer .zone:nth-child(4) {
    background: #0182e8;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    clip-path: polygon(12.5% -15%, 87.5% -15%, 100% 100%, 0 100%);
    animation-delay: .5s;
    padding: 20px 0px 10px; }
  .our-customer .economy-box {
    border: 2px solid #00cff7;
    padding: 5px;
    margin: 15px 0px;
    height: 140px; }
    .our-customer .economy-box .eco-count {
      font-size: 22px;
      font-weight: 900;
      margin: 5px 0px; }
    .our-customer .economy-box .eco-detail {
      font-size: 14px;
      margin-top: 16px; }
    .our-customer .economy-box .suptext {
      font-size: 14px;
      font-weight: 400; }
  .our-customer .economy {
    margin: 0px 25px; }
    @media (max-width: 375px) {
      .our-customer .economy {
        margin: 0px 0px; } }

.chart-section .medium-text {
  margin: 15px 50px 25px; }

@media (max-width: 768px) {
  .chart-section {
    margin: 15px 20px 25px; } }

@media (max-width: 480px) {
  .chart-section {
    margin: 15px 10px 25px; } }

.histogramchart-sec {
  padding: 20px;
  margin: 15px 30px 20px;
  height: 400px; }
  @media (max-width: 768px) {
    .histogramchart-sec {
      margin: 0px; } }
  @media (max-width: 480px) {
    .histogramchart-sec {
      margin: 0px;
      height: auto; } }

.piechart-sec {
  padding: 30px 20px 50px;
  margin: 15px 30px 20px;
  height: 400px; }
  @media (max-width: 768px) {
    .piechart-sec {
      margin: 0px; } }
  @media (max-width: 480px) {
    .piechart-sec {
      margin: 0px;
      height: auto; } }
  .piechart-sec .custom-pie-ctart {
    background: #0182e8;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .piechart-sec .custom-pie-ctart {
        width: 290px;
        height: 290px; } }
    @media (max-width: 480px) {
      .piechart-sec .custom-pie-ctart {
        width: 280px;
        height: 280px; } }
    @media (max-width: 320px) {
      .piechart-sec .custom-pie-ctart {
        width: 220px;
        height: 220px; } }
    .piechart-sec .custom-pie-ctart .chart-value {
      text-align: left;
      width: 200px;
      position: absolute;
      top: 15%;
      left: 50%;
      margin-left: -100px;
      color: #fff;
      text-shadow: 3px 3px 1px rgba(84, 82, 82, 0.6);
      font-size: 15px; }
      @media (max-width: 320px) {
        .piechart-sec .custom-pie-ctart .chart-value {
          font-size: 13px;
          margin-left: -75px; } }
      .piechart-sec .custom-pie-ctart .chart-value strong {
        font-size: 20px;
        font-weight: 900; }
    .piechart-sec .custom-pie-ctart .inner-value {
      background: #ffe400;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -100px; }
      @media (max-width: 480px) {
        .piechart-sec .custom-pie-ctart .inner-value {
          width: 180px;
          height: 180px;
          margin-left: -90px; } }
      @media (max-width: 320px) {
        .piechart-sec .custom-pie-ctart .inner-value {
          width: 150px;
          height: 150px;
          margin-left: -75px; } }
      .piechart-sec .custom-pie-ctart .inner-value .chart-value {
        text-align: left;
        width: 160px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -80px;
        margin-top: -25px;
        color: #000;
        font-size: 15px;
        text-shadow: none; }
        @media (max-width: 320px) {
          .piechart-sec .custom-pie-ctart .inner-value .chart-value {
            text-align: left;
            width: 160px;
            height: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -70px;
            margin-top: -25px;
            color: #000;
            font-size: 13px;
            text-shadow: none; } }
        .piechart-sec .custom-pie-ctart .inner-value .chart-value strong {
          font-size: 20px;
          font-weight: 900; }

#micro-business .sp-buttons {
  position: absolute;
  margin-top: 15px; }
  #micro-business .sp-buttons .sp-button {
    width: 25px;
    height: 3px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: #ccc; }
  #micro-business .sp-buttons .sp-selected-button {
    background-color: #555; }

#micro-business img.sp-image {
  width: 100% !important;
  margin: 0px !important;
  border: 10px solid #fff !important; }

.team-list-wrapper .back ul::-webkit-scrollbar {
  width: 3px; }

.team-list-wrapper .back ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.team-list-wrapper .back ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.our-customer .zone:nth-child(1) {
  background: transparent;
  background-size: cover;
  width: 30%;
  -webkit-clip-path: none;
  clip-path: none;
  animation-delay: 2s;
  color: #fff;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  border-bottom: 70px solid #ffbe00;
  position: relative; }
  @media (max-width: 320px) {
    .our-customer .zone:nth-child(1) {
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-bottom: 60px solid #ffbe00; } }

.our-customer .zone:nth-child(1) p {
  position: absolute;
  left: -28px;
  top: 25px; }
  @media (max-width: 768px) {
    .our-customer .zone:nth-child(1) p {
      padding: 15px 0px;
      font-size: 11px;
      left: -25px;
      top: 10px; } }
  @media (max-width: 320px) {
    .our-customer .zone:nth-child(1) p {
      position: absolute;
      left: -19px;
      top: 12px;
      font-size: 8px;
      margin: 0 auto; } }

@media (max-width: 320px) {
  .our-customer .zone span {
    font-size: 14px;
    font-weight: 900; } }

.our-customer .zone:nth-child(2) {
  background: transparent;
  background-size: cover;
  width: 55%;
  -webkit-clip-path: none;
  clip-path: none;
  animation-delay: 1.5s;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 60px solid #ffe400;
  position: relative;
  margin-top: -30px; }

.our-customer .zone:nth-child(2) p {
  padding: 20px 0px;
  line-height: 15px; }

.our-customer .zone:nth-child(3) {
  background: transparent;
  background-size: cover;
  -webkit-clip-path: none;
  clip-path: none;
  animation-delay: 1s;
  padding: 0;
  width: 80%;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 60px solid #00cff7;
  position: relative; }

.our-customer .zone:nth-child(3) p {
  padding: 10px 0px;
  line-height: 20px; }

.our-customer .zone:nth-child(4) {
  background: transparent;
  background-size: cover;
  -webkit-clip-path: none;
  clip-path: none;
  animation-delay: .5s;
  padding: 0;
  width: 100%;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 60px solid #0182e8;
  position: relative; }

.our-customer .zone:nth-child(4) p {
  padding: 10px 0px;
  line-height: 20px; }

.graphite-column-container .graphite-column:last-child {
  background: #00cff7 !important; }

.histogramchart-sec {
  padding: 20px 50px; }

@media (max-width: 768px) {
  .histogramchart-sec {
    padding: 5px 0px; } }

@media (max-width: 480px) {
  .histogramchart-sec {
    padding: 35px 50px; } }

@media (max-width: 375px) {
  .histogramchart-sec {
    padding: 35px 20px; } }

@media (max-width: 320px) {
  .histogramchart-sec {
    padding: 35px 00px; } }

.pyramid .zone {
  animation: fadeIn 1s ease-in both; }

.pyramid .zone:nth-child(1) {
  animation-delay: 0.6s; }

.pyramid .zone:nth-child(2) {
  animation-delay: 1s; }

.pyramid .zone:nth-child(3) {
  animation-delay: 1.5s; }

.pyramid .zone:nth-child(4) {
  animation-delay: 2s; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

#policies .main-data {
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px #ccc;
  padding: 15px; }
  @media (max-width: 480px) and (min-width: 320px) {
    #policies .main-data {
      margin-top: 4%; } }
  #policies .main-data .tab-content {
    margin: 0px; }

#policies ul li {
  list-style-type: disc;
  line-height: 20px;
  font-size: 16px; }

#policies .tabs-right {
  text-align: center;
  display: block; }
  #policies .tabs-right li {
    list-style-type: none; }
  #policies .tabs-right > li {
    margin-left: -1px;
    border-bottom: 1px solid #ffbe00; }
    #policies .tabs-right > li > a {
      border-radius: 0 4px 4px 0;
      margin-right: 0;
      color: #000; }
      @media (max-width: 480px) and (min-width: 320px) {
        #policies .tabs-right > li > a {
          font-size: 14px; } }
      #policies .tabs-right > li > a:hover {
        background-color: transparent;
        border-color: transparent; }

#policies strong {
  font-weight: 600; }

#policies li.active a {
  border-radius: 0 15px 15px 15px !important;
  font-size: 16px;
  padding: 0px;
  font-weight: 600;
  background-image: linear-gradient(to right, #ffbe00, #ffbe00);
  box-shadow: 2px 1px 10px 1px #ccc;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  margin: 10px; }
  @media (max-width: 480px) and (min-width: 320px) {
    #policies li.active a {
      font-size: 14px; } }

#policies .points {
  margin-left: 5%; }
  #policies .points li {
    font-size: 14px;
    list-style: none; }

#policies .tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px; }

#policies .tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px; }

#policies .tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border: transparent;
  border-left-color: transparent;
  color: #fff;
  background-color: transparent; }

#policies p {
  line-height: 20px;
  font-size: 14px; }

.points li:before {
  content: "\2022";
  color: #51cff7;
  display: inline-block;
  position: absolute;
  margin-left: -26px;
  font-size: 30px;
  line-height: 25px; }

@media (max-width: 480px) and (min-width: 320px) {
  .desktop {
    display: none; }
  .mobile {
    display: block !important; } }

@media (max-width: 480px) {
  .flex-center {
    overflow-x: scroll;
    flex-wrap: nowrap; } }

.section-spacing-prods {
  padding: 0 0 60px 0;
  background-color: #f5f5f5; }

.prods-body {
  background: #f3f3f3; }

@media (max-width: 480px) {
  .prods-banner .bgimage-min-size-patch img {
    display: none; } }

.prods-banner .bgimage-min-size-patch .banner-text {
  position: absolute;
  left: 14%;
  top: 35%;
  color: #0282e5;
  font-size: 30px;
  font-weight: 900;
  text-shadow: 2px 2px 20px #ccc; }
  @media (max-width: 1366px) {
    .prods-banner .bgimage-min-size-patch .banner-text {
      left: 17%; } }
  @media (max-width: 1024px) {
    .prods-banner .bgimage-min-size-patch .banner-text {
      top: 33%; } }
  @media (max-width: 768px) {
    .prods-banner .bgimage-min-size-patch .banner-text {
      left: 14%;
      top: 36%; } }
  @media (max-width: 480px) {
    .prods-banner .bgimage-min-size-patch .banner-text {
      left: 4%;
      top: 80%;
      z-index: 1; } }

.prods-banner .bgimage-min-size-patch .para {
  position: absolute;
  top: 45%;
  left: 14%;
  font-weight: 600;
  font-size: 20px; }
  @media (max-width: 1366px) {
    .prods-banner .bgimage-min-size-patch .para {
      left: 17%; } }
  @media (max-width: 1024px) {
    .prods-banner .bgimage-min-size-patch .para {
      top: 42%; } }
  @media (max-width: 768px) {
    .prods-banner .bgimage-min-size-patch .para {
      left: 14%;
      top: 46%; } }
  @media (max-width: 480px) {
    .prods-banner .bgimage-min-size-patch .para {
      left: 4%;
      top: 87%;
      z-index: 1; } }
  @media (max-width: 360px) {
    .prods-banner .bgimage-min-size-patch .para {
      top: 88%; } }

.prods-banner .bgimage-min-size {
  background-image: url("../images/products/products-banner.jpg"); }

.prod-sub-head {
  text-align: center;
  font-size: 20px;
  margin-top: 11px; }

.our-products .business-name {
  border-radius: 0 20px 20px 20px;
  border: 1px solid #ffe511;
  background: #ffe511;
  padding: 15px 5px;
  width: 64%;
  position: absolute;
  right: 35px;
  bottom: 65px;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 1024px) {
    .our-products .business-name {
      right: 0px; } }
  @media (max-width: 768px) {
    .our-products .business-name {
      padding: 10px 5px;
      width: 65%;
      position: absolute;
      right: 12px;
      bottom: 54px;
      font-size: 12px;
      padding: 15px 5px; } }
  @media (max-width: 480px) {
    .our-products .business-name {
      width: 70%;
      position: absolute;
      right: 0px;
      bottom: 65px;
      font-size: 16px; } }
  @media (max-width: 360px) {
    .our-products .business-name {
      width: 75%;
      right: 0px;
      bottom: 70px; } }

.our-products .eligibility {
  padding: 0px 50px; }
  @media (max-width: 768px) {
    .our-products .eligibility {
      padding: 0; } }
  @media (max-width: 480px) {
    .our-products .eligibility {
      padding: 0;
      display: flex;
      overflow: scroll;
      flex-wrap: nowrap; } }
  .our-products .eligibility .center-img {
    border-radius: 0 20px 20px 20px;
    height: 300px;
    background: #fff;
    border: 2px solid #009aff;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125); }
    @media (max-width: 768px) {
      .our-products .eligibility .center-img {
        height: 220px; } }
    @media (max-width: 480px) {
      .our-products .eligibility .center-img {
        width: 200px; } }
    @media (max-width: 320px) {
      .our-products .eligibility .center-img {
        width: 200px;
        height: 245px; } }
    .our-products .eligibility .center-img img {
      margin: 50px;
      height: 115px; }
      @media (max-width: 768px) {
        .our-products .eligibility .center-img img {
          margin: 25px 5px 25px 5px;
          height: 100px;
          width: 100px; } }
      @media (max-width: 480px) {
        .our-products .eligibility .center-img img {
          width: 150px;
          height: 115px; } }
    .our-products .eligibility .center-img .img-txt {
      font-size: 22px;
      text-align: left;
      padding: 0 30px; }
      @media (max-width: 1024px) {
        .our-products .eligibility .center-img .img-txt {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .our-products .eligibility .center-img .img-txt {
          font-size: 16px;
          padding: 8px; } }
      @media (max-width: 360px) {
        .our-products .eligibility .center-img .img-txt {
          font-size: 13px;
          padding: 18px 25px; } }

.our-products .bs-line .sec-head .sec-text {
  background: #f5f5f5; }
  @media (max-width: 480px) {
    .our-products .bs-line .sec-head .sec-text {
      font-size: 16px; } }
  @media (max-width: 360px) {
    .our-products .bs-line .sec-head .sec-text {
      font-size: 12px; } }

.our-products .img-block {
  border-radius: 0 20px 20px 20px;
  width: 310px;
  height: 305px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  background: #fff;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .our-products .img-block {
      width: 285px;
      height: 280px; } }
  @media (max-width: 768px) {
    .our-products .img-block {
      width: 210px;
      height: 210px; } }
  @media (max-width: 480px) {
    .our-products .img-block {
      width: 285px;
      height: 280px; } }
  .our-products .img-block img {
    border-radius: 10px;
    margin: 10px; }
    @media (max-width: 1024px) {
      .our-products .img-block img {
        width: 265px; } }
    @media (max-width: 768px) {
      .our-products .img-block img {
        width: 190px;
        height: 190px; } }
    @media (max-width: 480px) {
      .our-products .img-block img {
        width: 265px;
        height: auto; } }

.our-products .req-btn {
  justify-content: center; }
  .our-products .req-btn .req-apply {
    box-shadow: none;
    border-radius: 0 20px 20px 20px;
    font-size: 18px;
    border-radius: 0 20px 20px 20px; }
    @media (max-width: 360px) {
      .our-products .req-btn .req-apply {
        font-size: 12px;
        padding: 5px 30px;
        font-weight: 600;
        background-image: linear-gradient(to right, #0897f7, #00ccf7);
        margin-bottom: 10px; } }

.prods-loans {
  background-image: url("../images/products/Group 2364.jpg");
  min-height: 450px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 480px) {
    .prods-loans {
      min-height: 300px; } }
  @media (max-width: 360px) {
    .prods-loans {
      background-size: cover; } }
  @media (max-width: 480px) {
    .prods-loans .desktop {
      display: none; } }
  .prods-loans .mobile {
    display: none; }
    @media (max-width: 480px) {
      .prods-loans .mobile {
        display: block; } }
  .prods-loans h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .prods-loans h3 {
        font-size: 28px; } }
    @media (max-width: 480px) {
      .prods-loans h3 {
        font-size: 22px; } }
    @media (max-width: 360px) {
      .prods-loans h3 {
        font-size: 18px; } }
  .prods-loans p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    height: 60px; }
    @media (max-width: 768px) {
      .prods-loans p {
        font-size: 18px;
        height: 42px; } }
    @media (max-width: 480px) {
      .prods-loans p {
        font-size: 16px;
        height: 30px; } }
    @media (max-width: 360px) {
      .prods-loans p {
        font-size: 14px;
        height: 25px; } }
  .prods-loans .loans-list {
    padding: 0; }
    @media (max-width: 768px) {
      .prods-loans .loans-list {
        padding: 0; } }
    @media (max-width: 480px) {
      .prods-loans .loans-list {
        padding: 6px 30px; } }
    .prods-loans .loans-list .loan-type {
      padding: 0 25px; }
      @media (max-width: 480px) {
        .prods-loans .loans-list .loan-type {
          padding: 0;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .prods-loans .loans-list .loan-type .list-btn {
          text-align: center; } }
    .prods-loans .loans-list .list-apply {
      box-shadow: none;
      border-radius: 0 20px 20px 20px;
      font-size: 18px;
      margin-top: 20px; }
      @media (max-width: 360px) {
        .prods-loans .loans-list .list-apply {
          font-size: 12px;
          padding: 5px 30px;
          font-weight: 600;
          background-image: linear-gradient(to right, #0897f7, #00ccf7);
          margin-bottom: 10px; } }
    .prods-loans .loans-list ul {
      padding: 0; }
      @media (max-width: 768px) {
        .prods-loans .loans-list ul {
          margin-top: 25px; } }
      @media (max-width: 480px) {
        .prods-loans .loans-list ul {
          margin-top: 15px; } }
      .prods-loans .loans-list ul li {
        color: #fff;
        font-size: 18px;
        display: flex;
        margin: 15px 0; }
        @media (max-width: 768px) {
          .prods-loans .loans-list ul li {
            margin: 10px 0; } }
        @media (max-width: 480px) {
          .prods-loans .loans-list ul li {
            margin: 7px 0; } }
        @media (max-width: 360px) {
          .prods-loans .loans-list ul li {
            font-size: 12px; } }
        .prods-loans .loans-list ul li .list-circles {
          width: 8px;
          height: 8px;
          margin: 5px 20px;
          margin-left: 0;
          border-radius: 50%;
          background: #009aff; }
    @media (max-width: 480px) {
      .prods-loans .loans-list .btn.btn-default.typ-rounded-ex-left {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 0; } }
  .prods-loans .bs-banner {
    height: 130px; }
    @media (max-width: 768px) {
      .prods-loans .bs-banner {
        height: 100px; } }
    @media (max-width: 480px) {
      .prods-loans .bs-banner {
        height: 60px; } }
    @media (max-width: 480px) {
      .prods-loans .bs-banner .bs-sec {
        padding: 30px 0 15px 0; } }
    .prods-loans .bs-banner .bs-line {
      text-align: center;
      position: relative; }
      .prods-loans .bs-banner .bs-line .sec-head {
        display: inline-block;
        font-size: 24px;
        font-weight: 600;
        color: #000; }
        .prods-loans .bs-banner .bs-line .sec-head.sec-head2 {
          font-size: 20px;
          font-weight: 500; }
        .prods-loans .bs-banner .bs-line .sec-head::before {
          left: 0;
          margin-right: 10px; }
        .prods-loans .bs-banner .bs-line .sec-head::after {
          right: 0;
          margin-left: 10px; }
        .prods-loans .bs-banner .bs-line .sec-head::before, .prods-loans .bs-banner .bs-line .sec-head::after {
          content: "";
          position: absolute;
          height: 5px;
          border-top: 1px solid #fff;
          top: 0;
          width: 28%; }
          @media (max-width: 1024px) {
            .prods-loans .bs-banner .bs-line .sec-head::before, .prods-loans .bs-banner .bs-line .sec-head::after {
              width: 30%; } }
          @media (max-width: 768px) {
            .prods-loans .bs-banner .bs-line .sec-head::before, .prods-loans .bs-banner .bs-line .sec-head::after {
              width: 24%; } }
          @media (max-width: 480px) {
            .prods-loans .bs-banner .bs-line .sec-head::before, .prods-loans .bs-banner .bs-line .sec-head::after {
              width: 18%; } }
          @media (max-width: 360px) {
            .prods-loans .bs-banner .bs-line .sec-head::before, .prods-loans .bs-banner .bs-line .sec-head::after {
              width: 12%; } }
        .prods-loans .bs-banner .bs-line .sec-head .sec-text {
          font-size: 20px;
          font-weight: 600;
          display: inline-block;
          position: relative;
          top: -14px;
          z-index: 1;
          padding: 0px 10px;
          background: transparent;
          color: #fff; }
          @media (max-width: 768px) {
            .prods-loans .bs-banner .bs-line .sec-head .sec-text {
              font-size: 18px; } }
          @media (max-width: 480px) {
            .prods-loans .bs-banner .bs-line .sec-head .sec-text {
              font-size: 14px; } }
  .prods-loans .fa-caret-right {
    transition: all .4s ease; }
  .prods-loans .active .fa-caret-right {
    transform: rotate(90deg); }
  .prods-loans .panel-group {
    padding-bottom: 25px; }
    .prods-loans .panel-group .panel {
      margin-bottom: -1px;
      background: transparent;
      border: 2px solid #fff;
      padding: 10px; }
  .prods-loans .panel-heading {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.125); }
  .prods-loans .panel-title a {
    text-decoration: none; }
  .prods-loans .active .panel-heading {
    background-color: transparent;
    border-bottom: 0; }
  .prods-loans .active .panel-body {
    border: 0 !important; }

.doc-block {
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .doc-block {
      display: block; } }
  .doc-block h6 {
    font-weight: 800;
    font-size: 18px; }
    @media (max-width: 768px) {
      .doc-block h6 {
        font-weight: 800;
        font-size: 12px; } }
    @media (max-width: 480px) {
      .doc-block h6 {
        font-weight: 800;
        font-size: 12px; } }
  .doc-block .req-doc {
    position: relative;
    right: 9px;
    width: 207px;
    height: 270px;
    margin: 25px 0;
    border-radius: 0 20px 20px 0;
    padding-left: 25px;
    padding-top: 18px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2; }
    @media (max-width: 1024px) {
      .doc-block .req-doc {
        height: 230px;
        margin: 20px 0;
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px; } }
    @media (max-width: 768px) {
      .doc-block .req-doc {
        height: 185px;
        width: 185px;
        margin: 15px 0;
        border-radius: 0 20px 20px 0;
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -2; } }
    @media (max-width: 480px) {
      .doc-block .req-doc {
        width: 250px;
        margin: 0 auto;
        padding-left: 24px;
        border-radius: 0;
        padding-top: 26px;
        padding-right: 10px;
        padding-bottom: 10px;
        height: auto;
        top: -15px;
        left: 0;
        border-radius: 0 0 20px 20px; } }
    @media (max-width: 360px) {
      .doc-block .req-doc {
        width: 180px;
        margin: 0 auto;
        padding-left: 24px;
        border-radius: 0;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 10px;
        height: auto;
        top: -10px;
        left: 0;
        border-radius: 0 0 20px 20px; } }
  .doc-block .req-doc2 {
    width: 200px;
    height: 250px;
    margin: 25px 0;
    background: linear-gradient(-45deg, #0082e9, #fff);
    border-radius: 0 20px 20px 0;
    padding-left: 20px;
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .doc-block .req-doc2 {
        height: 230px; } }
  .doc-block .req-doc3 {
    width: 200px;
    height: 250px;
    margin: 25px 0;
    background: linear-gradient(-45deg, #ffe400, #fff);
    border-radius: 0 20px 20px 0;
    padding-left: 20px;
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .doc-block .req-doc3 {
        height: 230px; } }
  .doc-block .req-doc4 {
    width: 200px;
    height: 250px;
    margin: 25px 0;
    background: linear-gradient(-45deg, #ffbe00, #fff);
    border-radius: 0 20px 20px 0;
    padding-left: 20px;
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .doc-block .req-doc4 {
        height: 230px; } }
  .doc-block .check-list ul {
    padding: 0;
    margin-top: 10px; }
    @media (max-width: 1024px) {
      .doc-block .check-list ul {
        margin-top: 5px; } }
    @media (max-width: 480px) {
      .doc-block .check-list ul {
        padding: 0;
        margin-top: 5px; } }
    .doc-block .check-list ul li {
      padding: 5px 0;
      font-size: 14px; }
      @media (max-width: 1024px) {
        .doc-block .check-list ul li {
          padding: 3px 0; } }
      @media (max-width: 768px) {
        .doc-block .check-list ul li {
          font-size: 12px;
          padding: 2px 0; } }
      @media (max-width: 480px) {
        .doc-block .check-list ul li {
          padding: 2px 0; } }
      @media (max-width: 360px) {
        .doc-block .check-list ul li {
          padding: 2px 0;
          font-size: 10px; } }
      .doc-block .check-list ul li .list-note {
        font-size: 11px;
        font-weight: normal; }
        @media (max-width: 768px) {
          .doc-block .check-list ul li .list-note {
            font-size: 10px; } }
        @media (max-width: 360px) {
          .doc-block .check-list ul li .list-note {
            font-size: 8px; } }

.prod-checklist {
  flex-wrap: nowrap;
  overflow: scroll; }

.doc-block .img-block {
  border-radius: 0 20px 20px 20px;
  width: 310px;
  height: 305px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  background: #fff;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .doc-block .img-block {
      width: 285px;
      height: 260px; } }
  @media (max-width: 768px) {
    .doc-block .img-block {
      width: 255px;
      height: 210px; } }
  @media (max-width: 480px) {
    .doc-block .img-block {
      width: 285px;
      height: 280px;
      margin: 0 auto; } }
  @media (max-width: 414px) {
    .doc-block .img-block {
      width: 220px;
      height: 220px; } }
  .doc-block .img-block img {
    border-radius: 10px;
    margin: 10px; }
    @media (max-width: 1024px) {
      .doc-block .img-block img {
        width: 245px; } }
    @media (max-width: 768px) {
      .doc-block .img-block img {
        width: 170px;
        height: 190px; } }
    @media (max-width: 480px) {
      .doc-block .img-block img {
        width: 265px;
        height: auto; } }
    @media (max-width: 414px) {
      .doc-block .img-block img {
        width: 200px;
        height: auto;
        min-width: 200px; } }
    @media (max-width: 360px) {
      .doc-block .img-block img {
        width: 186px;
        height: 198px; } }
    @media (max-width: 320px) {
      .doc-block .img-block img {
        width: 160px;
        height: 180px; } }

.panel-heading.isOpen .icon-plus {
  display: none; }

.panel-heading.isOpen .icon-minus {
  display: inline; }

.panel-heading .icon-plus {
  display: inline; }

.panel-heading .icon-minus {
  display: none; }

#faq .heading {
  background-color: #51cff7;
  padding: 10px 15px;
  font-size: 25px;
  border-radius: 12px;
  width: 30%;
  color: #fff;
  z-index: 1; }
  @media (max-width: 768px) {
    #faq .heading {
      width: 45%; } }
  @media (max-width: 480px) and (min-width: 320px) {
    #faq .heading {
      background-color: #51cff7;
      padding: 10px 15px;
      font-size: 18px;
      border-radius: 12px;
      width: auto;
      color: #fff;
      z-index: 1;
      text-align: center; } }
  #faq .heading .plus-icon {
    float: right;
    color: #51cff7;
    font-size: 20px; }
  #faq .heading .tab-pane {
    padding: 30px 75px;
    border-left: 2px solid #51cff7;
    margin-left: 32px; }

#faq .panel-body {
  font-size: 14px;
  font-weight: 300; }
  #faq .panel-body p {
    line-height: 20px; }

#faq .tab-content .tab-pane .panel-group .panel .panel-heading a {
  color: #1d1d1d;
  font-size: 16px;
  cursor: pointer; }

@media (max-width: 1024px) and (min-width: 320px) {
  #faq .tab-content {
    margin: 0px; } }

#register .form-box-shadow {
  background-color: #fff;
  background-image: url(/o/selfin-theme/images/login/login-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  padding: 45px 55px 15px;
  box-shadow: 0px 0px 17px 2px rgba(187, 187, 187, 0.75); }
  @media (max-width: 768px) and (min-width: 320px) {
    #register .form-box-shadow {
      padding: 45px 0px 15px; } }

#register h3 {
  color: #ffbe00;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px; }

#register .sub-txt {
  font-size: 16px;
  color: #4d4f5c;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px; }

#register .drop-query {
  transform: translate(0%, 50%); }

#register .login-pin {
  transform: translate(0%, 35%); }

#register .form-horizontal {
  padding: 10px 55px; }
  @media (max-width: 480px) and (min-width: 320px) {
    #register .form-horizontal {
      padding: 10px 30px; } }

#register .resend {
  text-align: right; }
  #register .resend a {
    color: #00d0f8; }

#register .forgot a {
  color: #00d0f8; }

#register .thank-box {
  height: 250px;
  padding: 50px 55px; }

#se-pre-con {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#se-pre-con img {
  position: absolute;
  width: 10%;
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  margin-right: -22px;
  margin-top: 4px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.hideLoader {
  -webkit-transition: all 1s linear ease-out-in;
  -moz-transition: all 1s linear ease-out-in;
  -o-transition: all 1s linear ease-out-in;
  transition: all 1s linear ease-out-in;
  top: -100% !important;
  opacity: 0;
  display: none; }

#register .custom-form .form-horizontal .form-group .form-control,
.custom-form .form-inline .form-group .form-control {
  border-bottom: 2px solid #fece00; }

#register .custom-form .float-default .floating-label {
  left: 0px; }

#register .custom-form .float-default input:focus ~ .floating-label,
.custom-form .float-default input:not(:focus):valid ~ .floating-label {
  color: #ffbe00; }

.login-bg {
  background-image: url(/o/selfin-theme/images/login/login.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  height: 100%; }

.red-meg .meg {
  color: #ff0808;
  font-size: 12px; }

.partner-main {
  margin: 0 auto;
  padding: 50px 0; }
  .partner-main .partner-head {
    font-size: 20px;
    margin: 0 15px 35px; }
    @media (max-width: 480px) {
      .partner-main .partner-head {
        font-size: 18px;
        margin: 0px 0 18px 20px;
        line-height: 22px; } }
  .partner-main .partner-ul {
    text-align: center; }
    @media (max-width: 480px) {
      .partner-main .partner-ul {
        display: flex;
        flex-direction: row;
        overflow-x: auto; } }
    .partner-main .partner-ul .partner-li {
      display: inline-block; }
      .partner-main .partner-ul .partner-li .partner-box {
        border: 2px solid #00cff7;
        padding: 15px;
        text-align: center;
        position: relative;
        height: 310px;
        width: 280px;
        box-shadow: 1px 1px 15px rgba(204, 204, 204, 0.65);
        margin: 10px;
        background: #fff; }
        @media (max-width: 320px) {
          .partner-main .partner-ul .partner-li .partner-box {
            height: 290px;
            width: 260px; } }
        .partner-main .partner-ul .partner-li .partner-box .partner-img {
          margin: 0 auto; }
          .partner-main .partner-ul .partner-li .partner-box .partner-img img {
            max-width: 120px; }
            @media (max-width: 320px) {
              .partner-main .partner-ul .partner-li .partner-box .partner-img img {
                max-width: 80px; } }
        .partner-main .partner-ul .partner-li .partner-box .partner-tophead {
          font-size: 20px;
          color: #1d1d1d;
          font-weight: 600;
          margin: 20px 0 20px 0; }
        .partner-main .partner-ul .partner-li .partner-box .partner-desc {
          font-size: 18px;
          text-align: left;
          font-weight: 300;
          position: absolute;
          width: 245px;
          line-height: 22px; }

.partner-list-main {
  display: flex;
  min-height: 480px;
  height: 480px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .partner-list-main {
      display: flex;
      min-height: unset;
      height: unset;
      flex-flow: wrap;
      flex-direction: column;
      overflow: hidden; } }
  .partner-list-main .partner-list {
    width: 50%;
    padding: 25px;
    position: relative; }
    @media (max-width: 480px) {
      .partner-list-main .partner-list {
        width: 100%;
        min-height: 450px; } }
    .partner-list-main .partner-list .partnerlist-head {
      font-size: 30px;
      color: #1d1d1d;
      font-weight: 600;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 480px) {
        .partner-list-main .partner-list .partnerlist-head {
          font-size: 25px; } }
    .partner-list-main .partner-list .list-main {
      margin: 20px; }
      .partner-list-main .partner-list .list-main .list-document {
        display: inline-block; }
        .partner-list-main .partner-list .list-main .list-document .partner-icon {
          display: inline-block;
          width: 45px;
          height: 40px;
          vertical-align: middle; }
          @media (max-width: 768px) {
            .partner-list-main .partner-list .list-main .list-document .partner-icon {
              height: 48px; } }
        .partner-list-main .partner-list .list-main .list-document .partner-title {
          margin-left: 10px;
          font-size: 20px;
          color: #1d1d1d;
          font-weight: 600;
          display: inline-block; }
          @media (max-width: 768px) {
            .partner-list-main .partner-list .list-main .list-document .partner-title {
              font-size: 16px;
              width: 200px; } }
          @media (max-width: 480px) {
            .partner-list-main .partner-list .list-main .list-document .partner-title {
              font-size: 15px;
              width: unset; } }

.center-parter-list {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.read-more-btn {
  position: absolute;
  bottom: 5px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%); }

.partners-img-main {
  text-align: center;
  margin: 50px 0 20px 0; }
  @media (max-width: 480px) {
    .partners-img-main {
      margin: 0px 0 20px 0; } }
  .partners-img-main .partner-item {
    display: inline-block;
    padding: 0 25px; }
    .partners-img-main .partner-item .partner-box-padding {
      margin-bottom: 30px; }
      @media (max-width: 320px) {
        .partners-img-main .partner-item .partner-box-padding {
          margin-bottom: 22px; } }
      .partners-img-main .partner-item .partner-box-padding .partnerimg-box {
        margin: 0 auto; }
        @media (max-width: 480px) {
          .partners-img-main .partner-item .partner-box-padding .partnerimg-box img {
            max-width: 160px; } }
        @media (max-width: 425px) {
          .partners-img-main .partner-item .partner-box-padding .partnerimg-box img {
            max-width: 110px; } }
        @media (max-width: 320px) {
          .partners-img-main .partner-item .partner-box-padding .partnerimg-box img {
            max-width: 92px; } }

#partners-slider .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  right: 35%; }

#partners-slider .sp-button {
  width: 18px;
  height: 4px;
  border: none;
  opacity: 0.5;
  background: #919191;
  border-radius: 0; }

#partners-slider .sp-selected-button {
  opacity: 1 !important; }

#partners-slider .sp-arrows {
  width: 100%;
  left: 5%;
  top: 95%;
  bottom: 25px;
  margin-top: -15px; }

#partners-slider .sp-arrow {
  width: 25px;
  right: 15%;
  padding: 18px;
  left: auto;
  display: block !important;
  border: 3px solid #919191;
  border-radius: 50%; }

#partners-slider .sp-previous-arrow {
  margin-right: 65px; }

#partners-slider .img-border img {
  border: 20px solid #919191;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 0px 10px rgba(29, 29, 29, 0.5); }

#partners-slider .sp-arrow:before {
  left: 40%;
  top: 8px;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(135deg, 0deg); }

#partners-slider .sp-next-arrow:after,
#partners-slider .sp-next-arrow:before,
#partners-slider .sp-previous-arrow:after,
#partners-slider .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 28%;
  background-color: #919191; }

#partners-slider .sp-arrow:after {
  left: 40%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-135deg, 0deg); }

.be-ourpartner-form {
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  padding: 20px 40px 20px 40px;
  box-shadow: 1px 1px 15px rgba(204, 204, 204, 0.65);
  width: 85%;
  position: relative; }
  @media (max-width: 480px) {
    .be-ourpartner-form {
      padding: 20px 20px 20px 20px; } }
  .be-ourpartner-form .be-partnerheading {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 600; }
  .be-ourpartner-form .partner-submit-btn {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .be-ourpartner-form .partner-submit-btn {
        margin-top: 0px; } }

.text-area-css .form-control {
  color: #00d2f8 !important; }

.be-ourpartner-form:before {
  background-image: url("/images/background-dots.png"); }

.be-ourpartner-form:after {
  background-image: url("/images/background-dots.png"); }

.be-ourpartner-form:before,
.be-ourpartner-form:after {
  content: '';
  /* you have to define that to make the pseudo elements work */
  position: absolute;
  top: 0; }

@media (max-width: 480px) {
  #partners-slider .sp-buttons {
    right: 0; } }

@media (max-width: 320px) {
  #partners-slider .sp-buttons {
    right: 0;
    bottom: -15px; } }

@media (max-width: 375px) {
  .partner-list-main .partner-list .list-main .list-document .partner-title {
    font-size: 15px;
    width: 220px; } }

.partner-sec-1 .investor {
  margin: 50px 0px; }
  @media (max-width: 480px) {
    .partner-sec-1 .investor {
      margin: 20px 0px; } }
  .partner-sec-1 .investor .front img {
    margin: 0 auto; }
  .partner-sec-1 .investor .front .leftbox {
    border-radius: 20px;
    padding: 100px 35px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-items: center; }
    @media (max-width: 480px) {
      .partner-sec-1 .investor .front .leftbox {
        height: 380px; } }
  .partner-sec-1 .investor .front .rightbox {
    padding: 100px 35px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-items: center; }
    @media (max-width: 480px) {
      .partner-sec-1 .investor .front .rightbox {
        height: 380px; } }
  .partner-sec-1 .investor .back p {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 25px; }
    @media (max-width: 768px) {
      .partner-sec-1 .investor .back p {
        height: 250px;
        overflow: auto; } }
  .partner-sec-1 .investor .back .btn {
    display: inline-block;
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 768px) {
      .partner-sec-1 .investor .back .btn {
        margin-top: 20px; } }
  .partner-sec-1 .investor .back .leftbox {
    border-radius: 20px;
    padding: 100px 35px;
    height: 480px; }
    @media (max-width: 768px) {
      .partner-sec-1 .investor .back .leftbox {
        padding: 50px 35px; } }
    @media (max-width: 480px) {
      .partner-sec-1 .investor .back .leftbox {
        height: 380px; } }
  .partner-sec-1 .investor .back .rightbox {
    padding: 100px 35px;
    height: 480px; }
    @media (max-width: 768px) {
      .partner-sec-1 .investor .back .rightbox {
        padding: 50px 35px; } }
    @media (max-width: 480px) {
      .partner-sec-1 .investor .back .rightbox {
        height: 380px; } }

.partner-sec-2 .primary-small-box {
  width: 220px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .partner-sec-2 .primary-small-box {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .partner-sec-2 .primary-small-box {
      width: 120px; } }
  .partner-sec-2 .primary-small-box img {
    padding: 50px 40px; }
    @media (max-width: 480px) {
      .partner-sec-2 .primary-small-box img {
        height: 120px;
        padding: 20px 20px; } }

.partner-sec-2 .primary-small-content {
  width: 220px;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 20px;
  text-align: center; }
  @media (max-width: 480px) {
    .partner-sec-2 .primary-small-content {
      width: 120px; } }

.media-tabs {
  margin-top: 60px; }
  .media-tabs .nav-tabs {
    text-align: center;
    display: flex;
    justify-content: center; }
    .media-tabs .nav-tabs li {
      cursor: pointer;
      line-height: 18px;
      position: relative;
      flex-direction: row;
      margin-left: 30px;
      width: 25%; }
      @media (max-width: 768px) {
        .media-tabs .nav-tabs li {
          width: 30%; } }
      @media (max-width: 768px) {
        .media-tabs .nav-tabs li {
          width: 40%; } }
      .media-tabs .nav-tabs li.active {
        border-bottom: 3px solid #00d2f8; }
        .media-tabs .nav-tabs li.active a {
          background: none;
          border: none;
          color: #00d2f8;
          font-weight: 500;
          box-shadow: none; }
          .media-tabs .nav-tabs li.active a:hover {
            background: none;
            color: #00d2f8; }
          .media-tabs .nav-tabs li.active a:focus {
            background: none; }
      .media-tabs .nav-tabs li:hover {
        background: none;
        border-bottom: 3px solid #00d2f8; }
      .media-tabs .nav-tabs li a {
        color: #919191;
        font-size: 22px; }
        .media-tabs .nav-tabs li a:hover {
          background: none;
          color: #00d2f8; }
  .media-tabs .tab-content .tab-pane .media-tabpane {
    margin-top: 50px; }
    .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
      height: 230px;
      text-align: center; }
      @media (max-width: 768px) {
        .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx {
          height: 270px; } }
      @media (max-width: 480px) {
        .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx {
          height: 185px;
          margin-bottom: 10px; } }
      .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx .mediatop-info {
        padding: 20px; }
        .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx .mediatop-info .date-comp {
          font-size: 14px; }
        .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx .mediatop-info .mediatab-desc {
          text-align: left;
          font-size: 16px;
          margin: 20px 0px 15px 0;
          line-height: 20px; }
        .media-tabs .tab-content .tab-pane .media-tabpane .media-tabbpx .mediatop-info .read-more-btn {
          background: #fff;
          font-size: 14px;
          padding: 5px 20px 5px 20px;
          color: #00d2f8; }

#media-tab1 .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 22%;
  right: 35%; }

#media-tab1 .sp-button {
  width: 18px;
  height: 4px;
  border: none;
  opacity: 0.5;
  background: #919191;
  border-radius: 0; }

#media-tab1 .sp-arrows {
  width: 100%;
  left: 5%;
  top: 75%;
  bottom: 25px;
  margin-top: -15px; }

#media-tab1 .sp-arrow {
  width: 25px;
  right: 15%;
  padding: 18px;
  left: auto;
  display: block !important;
  border: 3px solid #919191;
  border-radius: 50%; }

#media-tab1 .sp-previous-arrow {
  margin-right: 65px; }

#media-tab1 .img-border img {
  border: 20px solid #919191;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 0px 10px rgba(29, 29, 29, 0.5); }

#media-tab1 .sp-arrow:before {
  left: 40%;
  top: 8px;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(135deg, 0deg); }

#media-tab1 .sp-next-arrow:after,
#media-tab1 .sp-next-arrow:before,
#media-tab1 .sp-previous-arrow:after,
#media-tab1 .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 28%;
  background-color: #919191; }

#media-tab1 .sp-arrow:after {
  left: 40%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-135deg, 0deg); }

#media-tab2 .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 22%;
  right: 35%; }

#media-tab2 .sp-button {
  width: 18px;
  height: 4px;
  border: none;
  opacity: 0.5;
  background: #919191;
  border-radius: 0; }

#media-tab2 .sp-arrows {
  width: 100%;
  left: 5%;
  top: 75%;
  bottom: 25px;
  margin-top: -15px; }

#media-tab2 .sp-arrow {
  width: 25px;
  right: 15%;
  padding: 18px;
  left: auto;
  display: block !important;
  border: 3px solid #919191;
  border-radius: 50%; }

#media-tab2 .sp-previous-arrow {
  margin-right: 65px; }

#media-tab2 .img-border img {
  border: 20px solid #919191;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 0px 10px rgba(29, 29, 29, 0.5); }

#media-tab2 .sp-arrow:before {
  left: 40%;
  top: 8px;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(135deg, 0deg); }

#media-tab2 .sp-next-arrow:after,
#media-tab2 .sp-next-arrow:before,
#media-tab2 .sp-previous-arrow:after,
#media-tab2 .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 28%;
  background-color: #919191; }

#media-tab2 .sp-arrow:after {
  left: 40%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-135deg, 0deg); }

.media-enq-head {
  font-size: 28px;
  font-weight: 500;
  margin: 10px 10px; }
  @media (max-width: 768px) {
    .media-enq-head {
      font-size: 26px; } }

.media-small-box {
  width: 220px;
  margin: 0 auto;
  text-align: center; }
  .media-small-box .media-page-box {
    height: 218px;
    position: relative; }
    .media-small-box .media-page-box .factsheet-padding {
      padding: 50px 40px; }
    .media-small-box .media-page-box img {
      padding: 0; }
    .media-small-box .media-page-box .followus-icons {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%); }
      .media-small-box .media-page-box .followus-icons a img {
        padding: 0; }
      .media-small-box .media-page-box .followus-icons .links-margin {
        margin-left: 25px; }
  .media-small-box .media-small-content {
    width: 220px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 25px; }

.bs-banner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.bs-sec {
  padding: 80px 0px 40px 0; }

.bs-line {
  text-align: center;
  position: relative; }
  .bs-line .primary-sec {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 15px 0px; }
    @media (max-width: 480px) {
      .bs-line .primary-sec {
        font-size: 24px; } }

.sec-head {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #000; }
  .sec-head.sec-head2 {
    font-size: 20px;
    font-weight: 500; }
  .sec-head::before {
    left: 0;
    margin-right: 10px; }
  .sec-head::after {
    right: 0;
    margin-left: 10px; }
  .sec-head::before, .sec-head::after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #1d1d1d;
    top: 0;
    opacity: 0.2;
    width: 100%; }
  .sec-head .sec-text {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1d;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    top: -12px;
    background: #fff;
    z-index: 1;
    padding: 0px 30px; }

.heading2 {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: 2px;
  padding-bottom: 10px; }
  @media (max-width: 480px) {
    .heading2 {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 375px) {
    .heading2 {
      font-size: 20px;
      line-height: 22px; } }

/* element.scss */
.swiper-container {
  z-index: 0; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important; }

button:focus, button:active {
  outline: none !important; }

ul, li {
  list-style: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.portlet-decorate .portlet-content {
  border-width: 0px; }

.portlet-layout.row {
  margin-left: 0px;
  margin-right: 0px; }
  .portlet-layout.row .col-md-12 {
    padding: 0px; }

.container-fluid {
  padding-right: 0px;
  padding-left: 0px; }

@media only screen and (min-width: 768px) {
  #wrapper {
    padding-top: 0em; }
  .has-control-menu #wrapper {
    margin-top: 0px !important;
    padding-top: 0px !important; }
  .portlet-content,
  .portlet-minimized .portlet-content-container {
    padding: 0px 0px 0px 0px; }
  .portlet-title-text {
    display: none; } }

/*# sourceMappingURL=main.css.map */