@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|Roboto+Condensed:400,300,700,700italic|Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic,700italic);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&amp;family=Roboto&amp;display=swap");
@import url("animate.min.css");
@import url("../plugins/fontawesome-5.2.0/css/all.css");
@import url("../plugins/bootstrap-daterangepicker/daterangepicker.css");
@import url("fontello.css");
@import url("fileinput.min.css");
@import url("../plugins/flag-icon-css-master/css/flag-icon.css");
:root{--primary-blue: #013396; --accent-red: #a40503; --light-gray: #f8f9fa; --sidebar-width: 280px;}
 
html:not([theme="dark"]) {
  --border-color: #ddd;
  --border-color-dark: #e1e1e1
; }

html[theme="dark"] {
  --text-color: #fff;
  --text-color-meta: #AAAAAA;
  --text-color-meta-dark: #717171;
  --text-color-darker: #222;
  --text-color-darkest: #000;
  --text-color-hover: #999999;
  --text-color-mute: #9a9a9a;
  --text-color-light: hsla(0, 0%, 87%, 0.8);
  --text-color-lighter: hsla(0, 0%, 73%, 0.8);
  --link-color: #ebebeb;
  --link-hover-color: #fff;
  --error-color: rgb(240, 50, 50);
  --background: #262626;
  --background-secondery: #1c1c1c;
  --background--darker: #121212;
  --background--darkest: #040404;
  --background--lighter: #3e3e3e;
  --nav-bg: #262626;
  --nav-border: #424242;
  --panel-bg: #1c1c1c;
  --border-color-light: #ddd;
  --logo-color: #ffffff;
  --logo-color-dark: #000000;
  --panel-header-bg: #1d1d1d;
  --panel-box-bg: #1c1c1c;
  --border-color: rgba(255,255,255,0.1);
  --border-color-20: rgba(255,255,255,0.2);
  --border-color-30: rgba(255,255,255,0.3);
  --content-box-shadow: 0 1px 1px rgba(180, 180, 180, 0.1);
  --border-color-dark: rgba(255,255,255,0.2);
  --menu-link-color: var(--text-color-light);
  --menu-hover-bg: var(--background--lighter);
  --search-input-bg:#ff;
  --footer-bg: var(--background);
  --input-bg: var(--background--darker);
  --input-color: var(--text-color);
  --input-border-color: var(--border-color);
  --category-sidebar-bg: var(--background-secondery);
  --sidebar-title-color: var(--text-color-light);
  --category-list-color: var(--text-color-mute);
  --category-list-item-hover:var(--background--lighter);
  --tab-box-bg: var(--background--lighter);
  --tab-box-active-bg: var(--background-secondery);
  --tab-box-active-border: var(--border-color);
  --brand-success: #208e4e;
  --brand-info: #d7b426;
  --brand-warning: #aa8a0a;
  --brand-primary: #0d5d4d; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

*,
*::before,
*::after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #EEEEEE; }
  @media (max-width: 767px) {
    body {
      font-size: 0.75rem; } }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  list-style-type: none; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #16A085;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
     -moz-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
       -o-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
          transition: all 0.2s linear 0s, letter-spacing 0s linear 0s; }
  a:focus, a:hover {
    color: #fff;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.title-1 {
  display: block;
  width: 100%;
  clear: both; }
  
  /*new css ravi sharma start*/
  
  .marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: marquee 25s linear infinite;
}

/* Pause on hover */
.marquee:hover .marquee-inner {
    animation-play-state: paused;
}
.marquee-inner{
    animation: marquee 25s linear infinite reverse;
}
.marquee-inner img {
    height: 80px; /* Change as needed */
    flex-shrink: 0;
    border-radius: 8px;
    transition: transform .3s ease;
}

.marquee-inner img:hover {
    transform: scale(1.08);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-10% - 15px));
    }
}
   .cat_showcase_home {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.showcase_cat_pop_b {
    min-width: 40px; /* Adjust according to your design */
    flex-shrink: 0;
}
.showcase_cat_pop_b {
  
    width: 13.66%!important;
    
}
.main-container .cat_showcase_home {
   background: none;  
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
   margin: 10px 0 10px;
     border: none;
    border-top: 0;
}
.showcase_cat_pop_b {
    position: relative;
    width: 16.66%;
    padding: 12px;
    border-right: none;
    border-bottom: none;
}
  /*new css ravi sharma end*/

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
       -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {color: #464a4c; background-color: #fff; border-color: #013396; outline: none; box-shadow: none;}
  .form-control::-webkit-input-placeholder {
    
    opacity: 1; }
  .form-control::placeholder {
    
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.section-ev::after {
  display: block;
  content: "";
  clear: both; }

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }


ul, menu, dir, li, ol {
  list-style-type: none; }

a {
      color: #16A085;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
     -moz-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
       -o-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
          transition: all 0.2s linear 0s, letter-spacing 0s linear 0s; }
  a:focus, a:hover, a:active {
    outline: none;
    text-decoration: none;
    color:#a50101; }

* {
  outline: 0; }
  *:hover, *:focus {
    outline: 0; }

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

ul li {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

p {
  padding: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

button {
  cursor: pointer; }

.section-ev::after {
  display: block;
  content: "";
  clear: both; }

/* Helper class */
.uppercase {
  text-transform: uppercase; }

.relative {
  position: relative; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: 0; }

.width100, .w100 {
  width: 100%; }

.hw100 {
  height: 100%;
  width: 100%; }

.dtable {
  display: table; }

.dtable-cell {
  display: table-cell;
  vertical-align: middle; }

hr.small {
  background-color: #000;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 44px; }

.text-hr {
  margin-bottom: 60px !important;
  margin-top: 0 !important; }

.mt15 {
  margin-top: 15px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt5 {
  margin-top: 5px; }

.mb15 {
  margin-bottom: 15px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb5 {
  margin-bottom: 5px; }

.color-white {
  color: #fff; }

.color-danger {
  color: #E74C3C; }

.color-success {
  color: #2ECC71; }

.color-info {
  color: #e4cb65; }

.color-danger {
  color: #E74C3C; }

.link-color {
  color: #369; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 10px; }

.mb25 {
  margin-bottom: 10px; }

.mb30 {
  margin-bottom: 10px; }

.mb40 {
  margin-bottom: 10px; }

.mb50 {
  margin-bottom: 10px; }

.mb60 {
  margin-bottom: 10px; }

.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */
.pace .pace-progress {
  background: #16A085;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

/* CSS ANIMATION   */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
     animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s; }

.coming-soon-page .landing-intro {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
     animation-delay: 0.35s;
  -webkit-animation-duration: .35s;
  -moz-animation-duration: .35s;
  -o-animation-duration: .35s;
     animation-duration: .35s; }

.delay-1 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
     animation-delay: 0.35s; }

.delay-2 {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -o-animation-delay: .7s;
     animation-delay: .7s; }

.delay-3 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
     animation-delay: 1.1s; }

.delay-4 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
     animation-delay: 1.5s; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 0.85rem;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }
  .btn.btn-wide {
    padding-left: 40px;
    padding-right: 40px; }
  .btn.btn-more {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    font-size: 0.75rem; }
  .btn.btn-line {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    font-size: 0.65rem;
    background: none;
    border-radius: 0; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #16A085;
  border-color: #16A085; }
  .btn-primary:hover {
    color: #fff;
    background-color: #107360;
    border-color: #0f6a58; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #16A085;
    border-color: #16A085; }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .btn-primary.active:focus,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #107360;
    background-image: none;
    border-color: #0f6a58; }
  .btn-primary:not([href]):not([tabindex]):not(.btn-line) {
    color: #fff; }
    .btn-primary:not([href]):not([tabindex]):not(.btn-line):hover {
      color: #fff; }
  .btn-primary.btn-gradient {
    color: #fff;
    background: -webkit-linear-gradient(292deg, #16A085 44%, #16A085 85%);
    background: -moz- oldlinear-gradient(292deg, #16A085 44%, #16A085 85%);
    background: -o-linear-gradient(292deg, #16A085 44%, #16A085 85%);
    background: linear-gradient(158deg, #16A085 44%, #16A085 85%);
    border-color: #16A085;
    -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
            transition: all 0.25s linear; }
    .btn-primary.btn-gradient:hover {
      color: #fff;
      border-color: #0f6a58;
      opacity: 0.9;
      text-indent: -1px; }
    .btn-primary.btn-gradient:focus, .btn-primary.btn-gradient.focus {
      box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5); }
    .btn-primary.btn-gradient.disabled, .btn-primary.btn-gradient:disabled {
      background-color: #16A085;
      border-color: #16A085; }
    .btn-primary.btn-gradient:active, .btn-primary.btn-gradient:active:focus, .btn-primary.btn-gradient.active, .btn-primary.btn-gradient.active:focus,
    .show > .btn-primary.btn-gradient.dropdown-toggle {
      color: #fff;
      background-color: #107360;
      background-image: none;
      border-color: #0f6a58; }

.btn-secondary, .btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover, .btn-default:hover {
    color: #292b2c;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus, .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled, .btn-default.disabled, .btn-default:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary.active, .btn-secondary.active:focus,
  .show > .btn-secondary.dropdown-toggle, .btn-default:active, .btn-default:active:focus, .btn-default.active, .btn-default.active:focus,
  .show > .btn-default.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad; }

.btn-info {
  color: #fff;
  background-color: #e4cb65;
  border-color: #e4cb65; }
  .btn-info:hover {
    color: #fff;
    background-color: #dcbc3a;
    border-color: #dbb931; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(228, 203, 101, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #e4cb65;
    border-color: #e4cb65; }
  .btn-info:active, .btn-info:active:focus, .btn-info.active, .btn-info.active:focus,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #dcbc3a;
    background-image: none;
    border-color: #dbb931; }

.btn-success {
  color: #fff;
  background-color: #2ECC71;
  border-color: #2ECC71; }
  .btn-success:hover {
    color: #fff;
    background-color: #25a25a;
    border-color: #239a55; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #2ECC71;
    border-color: #2ECC71; }
  .btn-success:active, .btn-success:active:focus, .btn-success.active, .btn-success.active:focus,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #25a25a;
    background-image: none;
    border-color: #239a55; }
  .btn-success:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-success:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #013b99;
border-color: #013b99;
    
}
  
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #F1C40F;
    border-color: #F1C40F; }
  .btn-warning:active, .btn-warning:active:focus, .btn-warning.active, .btn-warning.active:focus,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c29d0b;
    background-image: none;
    border-color: #b8960b; }
  .btn-warning:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-warning:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger:active, .btn-danger:active:focus, .btn-danger.active, .btn-danger.active:focus,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }
  .btn-danger:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-danger:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-outline-primary {
  color: #16A085;
  background-image: none;
  background-color: transparent;
  border-color: #16A085; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #16A085;
    border-color: #16A085; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #16A085;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #16A085;
    border-color: #16A085; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #e4cb65;
  background-image: none;
  background-color: transparent;
  border-color: #e4cb65; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #e4cb65;
    border-color: #e4cb65; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(228, 203, 101, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #e4cb65;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #e4cb65;
    border-color: #e4cb65; }

.btn-outline-success {
  color: #2ECC71;
  background-image: none;
  background-color: transparent;
  border-color: #2ECC71; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #2ECC71;
    border-color: #2ECC71; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2ECC71;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2ECC71;
    border-color: #2ECC71; }

.btn-outline-warning {
  color: #F1C40F;
  background-image: none;
  background-color: transparent;
  border-color: #F1C40F; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #F1C40F;
    border-color: #F1C40F; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F1C40F;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #F1C40F;
    border-color: #F1C40F; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

html[theme="dark"] .btn-success {
  color: #fff;
  background-color: #208e4e;
  border-color: #208e4e; }
  html[theme="dark"] .btn-success:hover {
    color: #fff;
    background-color: #176437;
    border-color: #155c33; }
  html[theme="dark"] .btn-success:focus, html[theme="dark"] .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(32, 142, 78, 0.5); }
  html[theme="dark"] .btn-success.disabled, html[theme="dark"] .btn-success:disabled {
    background-color: #208e4e;
    border-color: #208e4e; }
  html[theme="dark"] .btn-success:active, html[theme="dark"] .btn-success:active:focus, html[theme="dark"] .btn-success.active, html[theme="dark"] .btn-success.active:focus,
  .show > html[theme="dark"] .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #176437;
    background-image: none;
    border-color: #155c33; }
  html[theme="dark"] .btn-success:not([href]):not([tabindex]) {
    color: #fff; }
    html[theme="dark"] .btn-success:not([href]):not([tabindex]):hover {
      color: #fff; }

html[theme="dark"] .btn-primary {
  color: #fff;
  background-color: #0d5d4d;
  border-color: #0d5d4d; }
  html[theme="dark"] .btn-primary:hover {
    color: #fff;
    background-color: #073028;
    border-color: #052720; }
  html[theme="dark"] .btn-primary:focus, html[theme="dark"] .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(13, 93, 77, 0.5); }
  html[theme="dark"] .btn-primary.disabled, html[theme="dark"] .btn-primary:disabled {
    background-color: #0d5d4d;
    border-color: #0d5d4d; }
  html[theme="dark"] .btn-primary:active, html[theme="dark"] .btn-primary:active:focus, html[theme="dark"] .btn-primary.active, html[theme="dark"] .btn-primary.active:focus,
  .show > html[theme="dark"] .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #073028;
    background-image: none;
    border-color: #052720; }
  html[theme="dark"] .btn-primary.btn-gradient {
    background: -webkit-linear-gradient(292deg, #0d5d4d 35%, #208e4e 85%);
    background: -moz- oldlinear-gradient(292deg, #0d5d4d 35%, #208e4e 85%);
    background: -o-linear-gradient(292deg, #0d5d4d 35%, #208e4e 85%);
    background: linear-gradient(158deg, #0d5d4d 35%, #208e4e 85%); }

html[theme="dark"] .btn-info {
  color: #fff;
  background-color: #d7b426;
  border-color: #d7b426; }
  html[theme="dark"] .btn-info:hover {
    color: #fff;
    background-color: #ab901e;
    border-color: #a3881d; }
  html[theme="dark"] .btn-info:focus, html[theme="dark"] .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(215, 180, 38, 0.5); }
  html[theme="dark"] .btn-info.disabled, html[theme="dark"] .btn-info:disabled {
    background-color: #d7b426;
    border-color: #d7b426; }
  html[theme="dark"] .btn-info:active, html[theme="dark"] .btn-info:active:focus, html[theme="dark"] .btn-info.active, html[theme="dark"] .btn-info.active:focus,
  .show > html[theme="dark"] .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #ab901e;
    background-image: none;
    border-color: #a3881d; }

html[theme="dark"] .btn-warning {
  color: #fff;
  background-color: #aa8a0a;
  border-color: #aa8a0a; }
  html[theme="dark"] .btn-warning:hover {
    color: #fff;
    background-color: #796307;
    border-color: #705b07; }
  html[theme="dark"] .btn-warning:focus, html[theme="dark"] .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(170, 138, 10, 0.5); }
  html[theme="dark"] .btn-warning.disabled, html[theme="dark"] .btn-warning:disabled {
    background-color: #aa8a0a;
    border-color: #aa8a0a; }
  html[theme="dark"] .btn-warning:active, html[theme="dark"] .btn-warning:active:focus, html[theme="dark"] .btn-warning.active, html[theme="dark"] .btn-warning.active:focus,
  .show > html[theme="dark"] .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #796307;
    background-image: none;
    border-color: #705b07; }

html[theme="dark"] .btn-danger {
  color: #fff;
  background-color: #b52b27;
  border-color: #b52b27; }
  html[theme="dark"] .btn-danger:hover {
    color: #fff;
    background-color: #8b211e;
    border-color: #821f1c; }
  html[theme="dark"] .btn-danger:focus, html[theme="dark"] .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(181, 43, 39, 0.5); }
  html[theme="dark"] .btn-danger.disabled, html[theme="dark"] .btn-danger:disabled {
    background-color: #b52b27;
    border-color: #b52b27; }
  html[theme="dark"] .btn-danger:active, html[theme="dark"] .btn-danger:active:focus, html[theme="dark"] .btn-danger.active, html[theme="dark"] .btn-danger.active:focus,
  .show > html[theme="dark"] .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8b211e;
    background-image: none;
    border-color: #821f1c; }

.btn-link {
  font-weight: normal;
  color: #16A085;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #0d5d4d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 10px 18px;
  font-size: 1rem;
  border-radius: 8px; }

.btn-sm {
  padding: 4px 8px;
  font-size: 0.65rem;
  border-radius: 4px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-post {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  .btn-post.btn-lg {
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px; }

.btn-primary-dark {
  color: #fff;
  background-color: #107360; }
  .btn-primary-dark:focus, .btn-primary-dark.focus {
    color: #fff;
    background-color: #138a72;
    border-color: #12856f; }
  .btn-primary-dark:hover {
    color: #fff;
    background-color: #138a72;
    border-color: #12856f; }
  .btn-primary-dark:active, .btn-primary-dark.active,
  .open > .btn-primary-dark.dropdown-toggle {
    color: #fff;
    background-color: #138a72;
    border-color: #12856f; }
    .btn-primary-dark:active:hover, .btn-primary-dark:active:focus, .btn-primary-dark:active.focus, .btn-primary-dark.active:hover, .btn-primary-dark.active:focus, .btn-primary-dark.active.focus,
    .open > .btn-primary-dark.dropdown-toggle:hover,
    .open > .btn-primary-dark.dropdown-toggle:focus,
    .open > .btn-primary-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: #138a72;
      border-color: #12856f; }
  .btn-primary-dark:active, .btn-primary-dark.active,
  .open > .btn-primary-dark.dropdown-toggle {
    background-image: none; }
  .btn-primary-dark.disabled:hover, .btn-primary-dark.disabled:focus, .btn-primary-dark.disabled.focus, .btn-primary-dark[disabled]:hover, .btn-primary-dark[disabled]:focus, .btn-primary-dark[disabled].focus,
  fieldset[disabled] .btn-primary-dark:hover,
  fieldset[disabled] .btn-primary-dark:focus,
  fieldset[disabled] .btn-primary-dark.focus {
    background-color: #138a72;
    border-color: #138a72; }

.btn-thin {
  border: 1px solid #BDC3C7;
  color: #BDC3C7;
  background: none; }

.fb_button, .btn-fb {
  color: #fff;
  background-color: #2d4373; }
  .fb_button:focus, .fb_button.focus, .btn-fb:focus, .btn-fb.focus {
    color: #fff;
    background-color: #344e86;
    border-color: #324c82; }
  .fb_button:hover, .btn-fb:hover {
    color: #fff;
    background-color: #344e86;
    border-color: #324c82; }
  .fb_button:active, .fb_button.active,
  .open > .fb_button.dropdown-toggle, .btn-fb:active, .btn-fb.active,
  .open > .btn-fb.dropdown-toggle {
    color: #fff;
    background-color: #344e86;
    border-color: #324c82; }
    .fb_button:active:hover, .fb_button:active:focus, .fb_button:active.focus, .fb_button.active:hover, .fb_button.active:focus, .fb_button.active.focus,
    .open > .fb_button.dropdown-toggle:hover,
    .open > .fb_button.dropdown-toggle:focus,
    .open > .fb_button.dropdown-toggle.focus, .btn-fb:active:hover, .btn-fb:active:focus, .btn-fb:active.focus, .btn-fb.active:hover, .btn-fb.active:focus, .btn-fb.active.focus,
    .open > .btn-fb.dropdown-toggle:hover,
    .open > .btn-fb.dropdown-toggle:focus,
    .open > .btn-fb.dropdown-toggle.focus {
      color: #fff;
      background-color: #344e86;
      border-color: #324c82; }
  .fb_button:active, .fb_button.active,
  .open > .fb_button.dropdown-toggle, .btn-fb:active, .btn-fb.active,
  .open > .btn-fb.dropdown-toggle {
    background-image: none; }
  .fb_button.disabled:hover, .fb_button.disabled:focus, .fb_button.disabled.focus, .fb_button[disabled]:hover, .fb_button[disabled]:focus, .fb_button[disabled].focus,
  fieldset[disabled] .fb_button:hover,
  fieldset[disabled] .fb_button:focus,
  fieldset[disabled] .fb_button.focus, .btn-fb.disabled:hover, .btn-fb.disabled:focus, .btn-fb.disabled.focus, .btn-fb[disabled]:hover, .btn-fb[disabled]:focus, .btn-fb[disabled].focus,
  fieldset[disabled] .btn-fb:hover,
  fieldset[disabled] .btn-fb:focus,
  fieldset[disabled] .btn-fb.focus {
    background-color: #344e86;
    border-color: #344e86; }

.btn-tw {
  color: #fff;
  background-color: #0087ba; }
  .btn-tw:focus, .btn-tw.focus {
    color: #fff;
    background-color: #0099d4;
    border-color: #0096ce; }
  .btn-tw:hover {
    color: #fff;
    background-color: #0099d4;
    border-color: #0096ce; }
  .btn-tw:active, .btn-tw.active,
  .open > .btn-tw.dropdown-toggle {
    color: #fff;
    background-color: #0099d4;
    border-color: #0096ce; }
    .btn-tw:active:hover, .btn-tw:active:focus, .btn-tw:active.focus, .btn-tw.active:hover, .btn-tw.active:focus, .btn-tw.active.focus,
    .open > .btn-tw.dropdown-toggle:hover,
    .open > .btn-tw.dropdown-toggle:focus,
    .open > .btn-tw.dropdown-toggle.focus {
      color: #fff;
      background-color: #0099d4;
      border-color: #0096ce; }
  .btn-tw:active, .btn-tw.active,
  .open > .btn-tw.dropdown-toggle {
    background-image: none; }
  .btn-tw.disabled:hover, .btn-tw.disabled:focus, .btn-tw.disabled.focus, .btn-tw[disabled]:hover, .btn-tw[disabled]:focus, .btn-tw[disabled].focus,
  fieldset[disabled] .btn-tw:hover,
  fieldset[disabled] .btn-tw:focus,
  fieldset[disabled] .btn-tw.focus {
    background-color: #0099d4;
    border-color: #0099d4; }

.btn-border {
  color: #ffffff; }

.btn-border-thin {
  margin-bottom: 5px;
  padding: 3px 4px;
  border: 1px solid #ddd; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #16A085; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #16A085; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #16A085; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 160, 133, 0.5); }

/* =============================================================== */
/* TYPOGRAPHY
/* =============================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 30px;
  line-height: 35px; }

h2 {
  font-size: 24px;
  line-height: 28px; }

h3 {
  font-size: 20px;
  line-height: 24px; }

h4 {
  font-size: 17px;
  line-height: 20px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 20px; }

@media (max-width: 979px) {
  h1 {
    font-size: 24px;
    line-height: 26px; }
  h2 {
    font-size: 20px;
    line-height: 24px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  h4 {
    font-size: 16px;
    line-height: 18px; }
  h5 {
    font-size: 14px;
    line-height: 20px; }
  h6 {
    font-size: 12px;
    line-height: 20px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 24px; }
  h2 {
    font-size: 18px;
    line-height: 24px; }
  h3 {
    font-size: 16px;
    line-height: 18px; }
  h4 {
    font-size: 14px;
    line-height: 18px; }
  h5 {
    font-size: 12px;
    line-height: 16px; }
  h6 {
    font-size: 10px;
    line-height: 14px; } }

.title-2 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left; }
  .title-2 span {
    font-weight: lighter; }

.page-sidebar .inner-box {
  padding: 20px; }
  .page-sidebar .inner-box .title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 -20px 20px;
    padding: 0 20px 15px;
    font-weight: 500; }

.title-5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #e6e6e6;
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-transform: uppercase;
  text-align: left; }

.title-6 {
  font-size: 4rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .title-6 {
      font-size: 3rem; } }
  .title-6-sub {
    padding: 0 0 5px 0;
    color: #fcfcfc;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 0.5rem; }
    @media (max-width: 767px) {
      .title-6-sub {
        font-size: 12px; } }
    .title-6-sub.top {
      padding-bottom: 10px;
      margin-bottom: 0; }

label {
  font-weight: 500; }

.card .card-header .card-title {
  margin-bottom: 0;
  padding-bottom: 0; }
  .card .card-header .card-title a {
    display: block; }

.panel-group .card + .card {
  margin-top: 10px; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: none;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
.navbar{padding: 6px 35px;}
.navbar-identity .dropdown{margin: 0 !important;}
.navbar-identity button.dropdown-toggle{width: 40px !important; height: 40px !important; border: 0px !important; padding: 0 !important;margin-right: 12px;}
.navbar-identity .menu_span{width: 100%; display: block; background: #a40503; border-radius: 0 3px 5px 0; margin-bottom: 7px; height: 2px;}
.navbar-identity .menu_span1{width: 85%;transition:all .2s linear;}
.navbar-identity .menu_span2{width: 63%;transition:all .2s linear;}
.navbar-identity .menu_span3{width: 100%;transition:all .2s linear;}
.navbar-identity .dropdown:hover .menu_span1{width: 63%;}
.navbar-identity .dropdown:hover .menu_span2{width: 100%;}
.navbar-identity .dropdown:hover .menu_span3{width: 85%;}

.sticky {position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);z-index: 1000;}

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
}
  .dropdown-menu.dropdown-line {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px); }
    .dropdown-menu.dropdown-line.has-form .dropdown-item {
      font-size: 13px;
      padding: 8px 12px; }
      .dropdown-menu.dropdown-line.has-form .dropdown-item .custom-control {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center; }
      .dropdown-menu.dropdown-line.has-form .dropdown-item a {
        font-size: 13px;
        padding: 8px 12px; }
    .dropdown-menu.dropdown-line > a {
      font-size: 13px; }

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #16A085; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    background-color: transparent; }

/* ================================================================== */
/* CUSTOMIZE NAVBAR
/* ================================================================== */
.logo, .logo-title {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #16A085; }
  @media (max-width: 991px) {
    .logo, .logo-title {
      font-size: 20px; }
      .logo .ln-shadow-logo, .logo-title .ln-shadow-logo {
        height: 42px;
        line-height: 44px;
        width: 42px; } }
  @media (max-width: 479px) {
    .logo, .logo-title {
      font-size: 18px; } }

.intro h1, .intro-title {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  -webkit-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  html[dir="rtl"] body .intro h1, .intro html[dir="rtl"] body h1, html[dir="rtl"] body .intro-title {
    font-family: 'Cairo', sans-serif;
    line-height: 1.4; }

.search-row .search-col .form-control, .search-row button.btn-search {
  border-radius: 0;
  border: 0;
  height: 48px;
  margin-bottom: 0; }

.ln-shadow-logo {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 48px;
  line-height: 46px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 48px;
  margin-top: 0;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }
  @media (max-width: 479px) {
    .ln-shadow-logo {
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      width: 40px;
      margin-top: -8px; } }

.logo span {
  font-weight: lighter; }

.logo-title .logo-icon {
  margin-right: 4px; }

@media (min-width: 992px) {
  .logo-title {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    line-height: normal; } }

@media (max-width: 767px) {
  .logo-title {
    display: inline-block; } }

.logo-title span {
  font-weight: lighter; }

@media (max-width: 479px) {
  .logo-title {
    height: auto; } }

.navbar-header img {
  max-height: 90px; }

.navbar-site.navbar {
  -webkit-transition: all 0.25s ease-out 0s;
     -moz-transition: all 0.25s ease-out 0s;
       -o-transition: all 0.25s ease-out 0s;
          transition: all 0.25s ease-out 0s;
  margin-top: 0;
  z-index: 100; }
  .navbar-site.navbar.stuck {
    margin-top: -80px; }
    @media (max-width: 767px) {
      .navbar-site.navbar.stuck {
        margin-top: 0; } }
  .navbar-site.navbar .navbar-nav > li.postadd a.nav-link {
    color: #fff; }
    .navbar-site.navbar .navbar-nav > li.postadd a.nav-link:focus, .navbar-site.navbar .navbar-nav > li.postadd a.nav-link:hover {
      color: #fff; }
  .navbar-site.navbar .navbar-header {
    min-height: 80px;
    border-bottom: solid 1px var(--border-color); }
  .navbar-site.navbar .navbar-nav.navbar-left {
    margin-top: 0; }
  .navbar-site.navbar .navbar-nav.navbar-right .dropdown .icon-down-open-big.fa {
    display: inline-block; }
  .navbar-site.navbar .dropdown .down-open-big {
    display: inline; }
  .navbar-site.navbar .dropdown.lang-menu {
    margin-top: 10px;
    margin-bottom: 10px; }
    .navbar-site.navbar .dropdown.lang-menu .btn {
      width: 100%; }
  @media (max-width: 767px) {
    .navbar-site.navbar {
      background: #fff;
      border-radius: 0;
      height: auto;
      margin-bottom: 0 !important;
      padding: 0; }
      .navbar-site.navbar > .container {
        display: block;
        -webkit-justify-content: safe !important;
           -moz-box-pack: safe !important;
                justify-content: safe !important; }
      .navbar-site.navbar .navbar-collapse {
        padding: 15px; }
      .navbar-site.navbar .navbar-identity {
        display: block;
        height: 80px;
        padding: 0 15px;
        border-bottom: solid 1px #ddd; }
        .navbar-site.navbar .navbar-identity .btn, .navbar-site.navbar .navbar-identity .navbar-toggler {
          margin-top: 18px;
          padding: 0 10px;
          height: 40px; }
      .navbar-site.navbar .nav > li, .navbar-site.navbar .nav > .nav-item {
        padding: 3px 0; }
        .navbar-site.navbar .nav > li a:not(.btn), .navbar-site.navbar .nav > .nav-item a:not(.btn) {
          color: #333; }
        .navbar-site.navbar .nav > li .dropdown-menu > li, .navbar-site.navbar .nav > .nav-item .dropdown-menu > li {
          font-size: 13px; }
          .navbar-site.navbar .nav > li .dropdown-menu > li.active, .navbar-site.navbar .nav > .nav-item .dropdown-menu > li.active {
            background: #eeeeee;
            font-weight: bold;
            color: #2a3744; }
      .navbar-site.navbar button.flag-menu {
        display: inline-block;
        float: right;
        position: relative;
        margin-right: 10px; }
        .navbar-site.navbar button.flag-menu .flag-menu .flag-icon {
          width: 22px;
          height: 16px; } }
  @media (max-width: 479px) {
    .navbar-site.navbar .navbar-identity {
      height: 75px; }
      .navbar-site.navbar .navbar-identity .btn, .navbar-site.navbar .navbar-identity .navbar-toggler {
        margin-top: 13px; }
      .navbar-site.navbar .navbar-identity .logo-title {
        padding-top: 22px; } }


  .logo {
    line-height: normal; }
  .header {
    height: auto;
    background: #fff; }
  .navbar-site {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    background: #fff;
    border-radius: 0;
    border-bottom: solid 1px var(--border-color); }
  .navbar.navbar-site .navbar-nav > li, .navbar.navbar-light .navbar-nav > li {
    margin-top: 10px;
    margin-bottom: 10px; }
    .navbar.navbar-site .navbar-nav > li > a:not(.btn), .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn), .navbar.navbar-light .navbar-nav > li > a:not(.btn), .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn) {
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      color: #333;
      font-size: 15px;
      height: 40px;
      line-height: 1;
      padding: 12px 10px; }
      .navbar.navbar-site .navbar-nav > li > a:not(.btn):hover, .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn):hover, .navbar.navbar-light .navbar-nav > li > a:not(.btn):hover, .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn):hover {
        color: #000; }
    .navbar.navbar-site .navbar-nav > li.postadd, .navbar.navbar-light .navbar-nav > li.postadd {
      padding-left: 15px;
      margin-left: 5px;
      border-left: solid 1px var(--border-color); }
      .navbar.navbar-site .navbar-nav > li.postadd:hover, .navbar.navbar-light .navbar-nav > li.postadd:hover {
        background: none; }
      .navbar.navbar-site .navbar-nav > li.postadd a, .navbar.navbar-light .navbar-nav > li.postadd a {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        height: 35px;
        line-height: normal;
        padding: 10px 0;
        text-transform: uppercase; }
    .navbar.navbar-site .navbar-nav > li.lang-menu, .navbar.navbar-light .navbar-nav > li.lang-menu {
      margin-left: 5px;
      font-size: 12px;
      height: 40px;
      line-height: normal; }
      .navbar.navbar-site .navbar-nav > li.lang-menu .btn, .navbar.navbar-light .navbar-nav > li.lang-menu .btn {
        height: 40px;
        line-height: normal;
        padding: 12px;
        font-size: 12px;
        font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
      .navbar.navbar-site .navbar-nav > li.lang-menu .caret, .navbar.navbar-light .navbar-nav > li.lang-menu .caret {
        margin-left: 3px; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-success:focus, .navbar.navbar-site .navbar-nav > li .btn-postx.btn-success.focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-success:focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-success.focus {
      background-color: #25a25a;
      border-color: #176437; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-success:hover, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-success:hover {
      background-color: #25a25a;
      border-color: #176437; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-danger:focus, .navbar.navbar-site .navbar-nav > li .btn-postx.btn-danger.focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-danger:focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-danger.focus {
      background-color: #c9302c;
      border-color: #8b211e; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-danger:hover, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-danger:hover {
      background-color: #c9302c;
      border-color: #8b211e; }
  .navbar.navbar-site .navbar-nav .show > a, .navbar.navbar-light .navbar-nav .show > a {
    background: none; }
    .navbar.navbar-site .navbar-nav .show > a:hover, .navbar.navbar-light .navbar-nav .show > a:hover {
      background: none; }
    .navbar.navbar-site .navbar-nav .show > a:focus, .navbar.navbar-light .navbar-nav .show > a:focus {
      background: none; }
  .navbar.navbar-bodered .logo {
    height: auto; }
  .navbar.navbar-bodered .logo-title {
    padding-top: 4px; }
  .navbar.navbar-bodered .navbar-brand {
    padding-bottom: 0;
    padding-right: 4px;
    display: block; }
    .navbar.navbar-bodered .navbar-brand:after {
      height: 100%;
      width: 1px;
      background: #ddd;
      content: '';
      position: absolute;
      top: 0;
      margin-left: 20px; }
  .navbar.navbar-bodered .navbar-nav > li {
    margin-top: 0;
    margin-bottom: 0;
    padding: 11px 0;
    height: auto;
    border-right: solid 1px #ddd; }
    .navbar.navbar-bodered .navbar-nav > li:last-child {
      border-right: 0; }
    .navbar.navbar-bodered .navbar-nav > li.postadd {
      border-left: 0; }
      .navbar.navbar-bodered .navbar-nav > li.postadd a {
        height: auto; }
    .navbar.navbar-bodered .navbar-nav > li:hover {
      background: #efefef; }
    .navbar.navbar-bodered .navbar-nav > li > a {
      height: auto;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.5px;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      font-size: 13px;
      padding: 15px 15px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar.navbar-bodered .navbar-nav > li > a {
        font-size: 11px;
        padding: 12px 10px !important; } }

@media (min-width: 768px) {
      .navbar.navbar-bodered .navbar-nav > li > a.nav-link:not(.btn) {
        height: auto; } }

@media (min-width: 768px) and (max-width: 767px) {
  .navbar.navbar-bodered .user-menu .dropdown-menu-right {
    margin-top: 0; } }

@media (min-width: 768px) {
  .lang-menu .dropdown-menu .flag-icon {
    margin-right: 5px; }
  li .user-menu {
    padding: 0;
    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s; }
    li .user-menu li a {
      font-size: 11px;
      letter-spacing: 0.55px;
      clear: both;
      display: block;
      font-weight: 400;
      line-height: 1.42857;
      padding: 5px 10px;
      text-transform: inherit;
      white-space: nowrap; }
    li .user-menu li i {
      margin-right: 5px;
      color: #999999;
      font-size: 120%;
      -webkit-transition: all 0.2s linear 0s;
         -moz-transition: all 0.2s linear 0s;
           -o-transition: all 0.2s linear 0s;
              transition: all 0.2s linear 0s; }
    li .user-menu li:hover i {
      color: #2a3744; }
  li.show .user-menu {
    padding: 0; }
  li .dropdown-menu.user-menu > .active > a {
    background: #eeeeee;
    font-weight: bold;
    color: #2a3744; }
  li.dropdown-item.active, li.dropdown-item:active {
    background: #eeeeee;
    font-weight: bold;
    color: #2a3744; }
  .nav > li.active {
    background: none; }
  .nav > li > a:not(.btn):hover {
    background: none; }
  .nav > li > a:not(.btn):focus {
    background: none; }
  .nav > li:hover > a:not(.btn) {
    background: none; }
  .navbar-default .navbar-nav > .open > a:not(.btn) {
    background: none; }
    .navbar-default .navbar-nav > .open > a:not(.btn):hover {
      background: none; }
    .navbar-default .navbar-nav > .open > a:not(.btn):focus {
      background: none; }
  .dropdown-menu > li {
    padding: 4px 8px; }
    .dropdown-menu > li a {
      color: #333; }
  .dropdown-menu.user-menu > .active {
    background: #eeeeee;
    font-weight: bold;
    color: #2a3744; }
  .dropdown-menu.user-menu > .active > a:focus {
    background: #eeeeee;
    font-weight: bold;
    color: #2a3744; } }

@media (min-width: 768px) and (max-width: 992px) {
  .logo {
    height: auto; } }

.dropdown.no-arrow > a:after {
  display: none !important; }

/* LANGUAGE */
.flag-menu .flag-icon {
  width: 24px;
  height: 18px; }

.navbar-nav .flag-menu a {
  padding: 8px 10px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.modalHasList .flag-icon {
  margin-bottom: 4px;
  margin-right: 5px; }

@media (max-width: 767px) {
  .modalHasList .cat-list {
    padding-left: 2px;
    padding-right: 2px; }
  .navbar-nav .flag-menu a {
    font-size: 12px;
    padding-left: 15px; }
  .flag-menu .flag-icon {
    width: 20px;
    height: 14px; } }

/* =============================================================== */
/* FOOTER
/* =============================================================== */
.footer {
  background: #fff;
  border-top: solid 1px var(--border-color);
  padding: 30px 0;
  font-size: 12px;
  color: #4e575d;
  letter-spacing: 0.5px; }

@media (max-width: 767px) {
  .footer ul {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%; }
    .footer ul:last-child {
      margin-top: 20px; } }

.footer-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 18px 40px;
  color: #d1d1d1;
  background: #013b99;
    position:relative;
    z-index: 0;
    
}

@media only screen and (max-width: 767px) {
  .footer-content {
    padding: 5px 0 5px; }
  .footer-title {
    margin-bottom: 0;
    margin-top: 15px; }
  .app-icon {
    margin: 0 0 10px;
    display: block; }
  .search-trigger {
    color: #333; }
  .paymanet-method-logo img {
    display: inline-block;
    height: 20px;
    margin: 0 2px; } }

.footer-title {
  color: #ffffff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;font-size: 17px; font-weight: 400; margin-top: 21px; padding-bottom: 8px; text-transform: uppercase; background: #00000014; border: 1px dashed #fff;line-height: 0; padding: 16px 10px; margin-bottom: 14px;}
  @media (max-width: 767px) {
    .footer-title {
      margin-bottom: 0;
      margin-top: 15px; } }

.footer_add_links{color: #fff; font-size: 16px; font-weight: 400; margin:0 5px 9px; display: block; padding: 0; line-height: 1.3;}
.footer_add_links i{}

.footer-logo {
  padding-top: 10%; }
  .footer-logo a {
    display: block; }

.copy-info {display: block; font-size: 15px; margin-top: 7px; padding-left: 0; color: #fff;}

.paymanet-method-logo {width: 100%; margin: 15px 0 0 0; padding: 0 0; display: flex ; justify-content: center; align-items: center;}
  
  .paymanet-method-logo img {border: 1px solid #a71d27; border-radius: 9px; background: #fff;}
    
  @media (max-width: 767px) {
    .paymanet-method-logo {
      padding: 15px 0; }
      .paymanet-method-logo img {
        height: 24px;
        margin-bottom: 5px; } }

.footer-nav-inline li a {
  color: #333;
  font-size: 16px; }
.footer-nav-inline.social-list-color li{color: #fff; display: inline-block; padding: 7px 0px 1px 6px;}
.footer-nav-inline.social-list-color li a {color: #fff; font-size: 14px; width: 35px; display: inline-block; text-align: center; padding: 7px 6px; background: #000; border: 1px solid #000;}

.footer-nav-inline.social-list-color li a:hover{padding: 7px 6px; background: transparent; border: 1px solid #fff;}

/*.icon-color.fb {*/
/*  background: #3b5998; }*/

/*.icon-color.tw {*/
/*  background: #55acee; }*/

/*.icon-color.gp {*/
/*  background: #dd4b39; }*/

/*.icon-color.lin {*/
/*  background: #007bb5; }*/

/*.icon-color.pin {*/
/*  background: #cb2027; }*/

.app-icon {
  display: block;
  max-width: 100%; }

.hero-subscribe {
  margin-top: 30px; }
  .hero-subscribe #newsletter-signup .form-control {
    height: 36px;
    border-radius: 0; }
  .hero-subscribe #newsletter-signup .btn {
    border-radius: 0;
    background: #3a3a3a; }

.footer-nav li a {
  border-left: solid 1px var(--border-color);
  padding: 0;
  color: #eaeaea;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 5px 0;
    border-radius: 4px; }
  .footer-nav li a:first-child {
    border-left: 0; }
  .footer-nav li a:hover {
    background: #000;
    padding: 5px 9px;}

.footer-address li {
  line-height: 14px;
  list-style: outside none none;
  margin-bottom: 5px; }

.isios.product-story {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: top center !important; }



/* ================================================================== */
/* HOME CONTENT START
/* ================================================================== */
.inner-box.has-ad, .page-content .inner-box.has-aff {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  margin-bottom: 30px;
  padding: 5px; }

.intro {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  .intro.has-map {
    min-height: 250px;
    height: 250px; }
  .intro .container {
    max-width: 800px; }
  .intro p {
    color: #e8eced;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.content-search {
  display: block;
  clear: both;
  padding: 30px 0 0; }
  .content-search button {
    height: 44px; }
  .content-search input.form-control {
    height: 44px; }

.search-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  border-radius: 24px; }
  .search-row .search-col {
    padding: 0;
    position: relative; }
    .search-row .search-col .form-control {
      box-shadow: none !important; }
      @media (min-width: 576px) {
        .search-row .search-col .form-control {
          border-radius: 0 !important; } }
    @media (min-width: 576px) {
      .search-row .search-col:first-child .form-control {
        border-radius: 24px 0 0 24px !important; } }
  .search-row .btn-search {
    border-radius: 0 24px 24px 0 !important; }
  @media (min-width: 576px) {
    .search-row .search-col:first-child .search-col-inner {
      border-radius: 24px 0 0 24px !important; } }
  .search-row .search-col .search-col-inner {
    position: relative;
    background: #fff; }
    @media (max-width: 767px) {
      .search-row .search-col .search-col-inner {
        border-radius: 24px !important; } }
    .search-row .search-col .search-col-inner .icon-append {
      position: absolute;
      left: 12px; }
    .search-row .search-col .search-col-inner .search-col-input {
      display: block;
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px);
      margin-left: 32px; }

.locinput {
  border-right: solid 1px var(--border-color) !important; }

.icon-append {
  color: #949494;
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 11px; }

@media (max-width: 767px) {
  .locinput {
    border-right: none !important;
    border-bottom: solid 1px var(--border-color) !important; }
  .intro h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 34px; }
  .intro p {
    color: #e8eced;
    font-size: 16px;
    line-height: normal; } }

.autocomplete-suggestions {
  background: #fff;
  max-height: 30px;
  overflow-y: auto;
  border: solid 1px var(--border-color);
  border-radius: 0 0 7px 7px; }
  .autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 15px 10px 30px;
    position: relative; }
    .autocomplete-suggestions .autocomplete-suggestion:after {
      color: #949494;
      content: "\e80d";
      font-family: fontello;
      font-style: normal;
      font-weight: normal;
      left: 6px;
      margin: 0 0 0 10px;
      position: absolute;
      text-decoration: none;
      top: 10px; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: #eeeeee;
      color: #222222;
      cursor: pointer;
      display: block;
      font-size: 13px; }

/* side bar */
.main-container {min-height: -webkit-calc(100% - 162px); min-height: -moz-calc(100% - 162px); min-height: calc(100% - 162px); padding: 0px 40px;}

.inner-box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  margin-bottom: 30px;
  padding: 20px 15px; }
  .inner-box.ads-details-wrapper {
    width: 100%;
    clear: both; }
  .inner-box.add {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
    margin-bottom: 30px;
    padding: 5px; }
    .inner-box.add img {
      width: 100%; }

.nav-pills .name {
  display: inline-block; }

/* cat listing */
.cat-list h3, .title-3 {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.cat-list {
  display: block;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: left; }
  .cat-list li {
    list-style: none; }
  .cat-list ul li {
    text-align: left;
    list-style: none; }
  .cat-list h3 {
    color: #16A085;
    position: relative; }
    .cat-list h3 a {
      position: relative; }
    .cat-list h3 .count {
      clear: both;
      color: #636c72;
      display: block;
      font-size: 12px;
      font-weight: normal;
      line-height: 1;
      padding: 3px 0;
      text-align: left;
      vertical-align: baseline;
      white-space: nowrap; }
  .cat-list.arrow {
    margin-bottom: 0; }
    .cat-list.arrow li {
      background: url(../../images/arrow-right.png) no-repeat scroll left center rgba(0, 0, 0, 0);
      border-bottom: 1px dotted #ddd;
      padding: 5px 14px; }
      .cat-list.arrow li:last-child {
        border-bottom: 0; }
  .cat-list ul li a {
    border-radius: 2px;
    font-style: normal;
    -webkit-transition: all 0.1s ease 0s;
       -moz-transition: all 0.1s ease 0s;
         -o-transition: all 0.1s ease 0s;
            transition: all 0.1s ease 0s;
    font-size: 12px; }
    .cat-list ul li a:hover {
      text-decoration: underline; }
  .cat-list li a {
    border-radius: 2px;
    font-style: normal;
    -webkit-transition: all 0.1s ease 0s;
       -moz-transition: all 0.1s ease 0s;
         -o-transition: all 0.1s ease 0s;
            transition: all 0.1s ease 0s;
    font-size: 12px;
    color: #4e575d; }
    .cat-list li a:hover {
      text-decoration: underline;
      color: #345676; }
  .cat-list.border li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 15px; }
    .cat-list.border li.active {
      background-color: #ececec; }
      .cat-list.border li.active a {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        color: #626262; }
    .cat-list.border li:hover {
      background-color: #ececec; }
    .cat-list.border li:last-child {
      border-bottom: 0; }

.cat-title a {
  display: inline-block;
  padding-left: 56px;
  padding-top: 0;
  position: relative; }

.cat-title i {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px); }

@media (max-width: 767px) {
  .cat-title {
    font-size: 14px; } }

.item-carousel a {
  display: block; }

.item-carousel .item {
  width: 128px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center; }

.item-carousel .item-carousel-thumb {
  width: 100%;
  height: 96px;
  display: block;
  overflow: hidden;
  border: solid 1px var(--border-color);
  margin-bottom: 7px; }
  .item-carousel .item-carousel-thumb img {
    max-width: 100%;
    padding: 1px;
    min-height: 100%; }

.item-carousel .item-name {
  clear: both;
  display: block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  min-height: 30px; }

.item-carousel .price {
  clear: both;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 7px; }

.item-carousel-thumb {
  max-width: 100%; }

.carousel-nav {
  font-size: 18px; }

.page-content .inner-box {
  overflow: auto;
  padding: 20px; }
  /*.page-content .inner-box .title-2 {*/
  /*  line-height: 1;*/
  /*  margin: 5px -20px 25px;*/
  /*  padding: 0 20px 20px; }*/

.inner-box.category-content {
  padding-bottom: 0; }

.cat-list-border h3 {
  border-bottom: solid 1px var(--border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative; }

.page-info {
  width: 100%;
  min-height: 94px;
  color: #fff;
  padding: 60px 0; }
  .page-info.hasOverly {
    padding: 0; }
    .page-info.hasOverly > div {
      background: rgba(0, 0, 0, 0.4);
      padding: 60px 0; }
  .page-info i {
    color: #fff;
    font-size: 40px;
    display: block; }
  .page-info h3 {
    padding: 0;
    margin-top: 15px;
    text-transform: uppercase; }

.iconbox-wrap {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  height: auto;
  min-height: 40px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%; }

.iconbox {
  display: table-row; }
  .iconbox h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 0; }

.iconbox-wrap-icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .iconbox-wrap-icon .icon {
    height: 60px !important;
    line-height: 60px !important;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle !important;
    width: 60px !important;
    color: #f4cc30; }

.iconbox-wrap-content {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle; }

.iconbox-wrap-text {
  color: #aaa;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .iconbox-wrap-icon {
    display: block;
    float: left;
    max-width: 80px; }
  .iconbox-wrap-content {
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; } }

.page-bottom-info {
  color: #fff;
  background: -webkit-linear-gradient(292deg, #16A085 44%, #2ECC71 85%) no-repeat 0 0 #16A085;
  background: -moz- oldlinear-gradient(292deg, #16A085 44%, #2ECC71 85%) no-repeat 0 0 #16A085;
  background: -o-linear-gradient(292deg, #16A085 44%, #2ECC71 85%) no-repeat 0 0 #16A085;
  background: linear-gradient(158deg, #16A085 44%, #2ECC71 85%) no-repeat 0 0 #16A085; }

.page-bottom-info-inner {
  background-size: cover;
  padding: 75px 0; }

.page-bottom-info-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .page-bottom-info-content h1 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative; }

.color50 {
  opacity: 0.5; }

@media (max-width: 991px) {
  .page-bottom-info-content {
    max-width: 96%; } }

/* HOME v2 */
.row-featured {
  overflow: hidden;
  margin-right: -25px; }
  .row-featured .box-title h2 {
    padding-left: 16px; }

.no-bg {
  box-shadow: none;
  background: none;
  border-radius: 0; }

.content-box {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  overflow: hidden;
  margin-bottom: 30px; }
 
.content-box.top_content-box{margin-top:-100px;z-index:99999;}
  
  
  .content-box.no-bg {
    box-shadow: none;
    background: none;
    border-radius: 0; }

.content-box-map {
  margin: 30px 0; }
  @media (max-width: 767px) {
    .content-box-map {
      margin: 0 0 30px; } }

.row-featured-category {
  margin-bottom: -1px; }

.f-category {
  border: solid 1px var(--border-color);
  margin-top: -1px;
  border-left: 0;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  display: block; }
  .f-category a {
    display: block; }
  .f-category img {
    display: block;
    height: 90px;
    margin: 0 auto;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s; }
  .f-category:hover img {
    -webkit-transform: scale(1) translateY(-3px);
       -moz-transform: scale(1) translateY(-3px);
         -o-transform: scale(1) translateY(-3px);
            transform: scale(1) translateY(-3px);
    opacity: .9; }
  .f-category:hover h6 {
    -webkit-transform: scale(1.1) translateY(2px);
       -moz-transform: scale(1.1) translateY(2px);
         -o-transform: scale(1.1) translateY(2px);
            transform: scale(1.1) translateY(2px); }
  .f-category h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    padding-bottom: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    color: #292b2c; }
    .f-category h6 a {
      color: #292b2c; }
    .f-category h6 .count {
      color: #9a9a9a;
      font-size: 12px; }

.box-title {
  border-bottom: solid 1px var(--border-color);
  text-align: left; }
  .box-title h2 {
    padding: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block; }
    .box-title h2 span {
      font-weight: lighter; }

.sell-your-item {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.54px;
  padding: 15px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-transform: uppercase;
  top: 5px; }
  @media (max-width: 767px) {
    .sell-your-item {
      font-size: 11px;
      padding: 2px 7px;
      right: 1px;
      top: 17px; } }

.featured-list-slider .item {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .featured-list-slider .item .price {
    color: #888; }
  .featured-list-slider .item > a {
    display: block;
    padding: 30px;
    border: solid 1px transparent; }
    .featured-list-slider .item > a:hover {
      background: #f5f5f5;
      border: solid 1px var(--border-color);
      border-radius: 7px; }
  .featured-list-slider .item .item-name {
    display: block;
    line-height: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 34px;
    margin: 10px 0;
    padding-bottom: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s; }
  .featured-list-slider .item:hover img {
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px); }
  .featured-list-slider .item:hover .item-name {
    -webkit-transform: scale(1) translateY(2px);
       -moz-transform: scale(1) translateY(2px);
         -o-transform: scale(1) translateY(2px);
            transform: scale(1) translateY(2px); }
  .featured-list-slider .item a img {
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
       -moz-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
         -o-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
            transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s; }

.featured-list-slider .owl-item {
  overflow: hidden; }

.featured-list-slider span {
  display: block; }

.featured-list-slider .item-carousel-thumb {
  display: block;
  margin-bottom: 10px;
  max-width: 100%; }

.featured-list-row {
  clear: both;
  max-width: 90%;
  float: none;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /*rtl:ignore*/
  direction: ltr; }

@media (max-width: 575px) {
  div.f-category {
    width: 50%; }
  .f-category img {
    height: 60px; } }

.nav-narrow-svg a {
  width: 100px;
  height: 100px; }
  .nav-narrow-svg a.next::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
       -moz-transform: translateX(-50%) rotate(135deg);
         -o-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  .nav-narrow-svg a.next .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
       -moz-transform: translateX(-50%) rotate(135deg);
         -o-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  .nav-narrow-svg a.next .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
         -o-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .nav-narrow-svg a.next:hover::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
       -moz-transform: translateX(-50%) rotate(125deg);
         -o-transform: translateX(-50%) rotate(125deg);
            transform: translateX(-50%) rotate(125deg); }
  .nav-narrow-svg a.next:hover .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
       -moz-transform: translateX(-50%) rotate(125deg);
         -o-transform: translateX(-50%) rotate(125deg);
            transform: translateX(-50%) rotate(125deg); }
  .nav-narrow-svg a.next:hover .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
       -moz-transform: translateX(-50%) rotate(55deg);
         -o-transform: translateX(-50%) rotate(55deg);
            transform: translateX(-50%) rotate(55deg); }
  .nav-narrow-svg a.next:hover::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
       -moz-transform: translateX(-50%) rotate(55deg);
         -o-transform: translateX(-50%) rotate(55deg);
            transform: translateX(-50%) rotate(55deg); }
  .nav-narrow-svg a.next::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
         -o-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .nav-narrow-svg a:hover .nav-icon-wrap::before {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-125deg);
       -moz-transform: translateX(-50%) rotate(-125deg);
         -o-transform: translateX(-50%) rotate(-125deg);
            transform: translateX(-50%) rotate(-125deg); }
  .nav-narrow-svg a:hover .nav-icon-wrap::after {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-55deg);
       -moz-transform: translateX(-50%) rotate(-55deg);
         -o-transform: translateX(-50%) rotate(-55deg);
            transform: translateX(-50%) rotate(-55deg); }
  .nav-narrow-svg a:hover::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
       -moz-transform: translateX(-50%) rotate(-125deg);
         -o-transform: translateX(-50%) rotate(-125deg);
            transform: translateX(-50%) rotate(-125deg); }
  .nav-narrow-svg a:hover::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
       -moz-transform: translateX(-50%) rotate(-55deg);
         -o-transform: translateX(-50%) rotate(-55deg);
            transform: translateX(-50%) rotate(-55deg); }

.nav-narrow-svg .nav-icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.nav-narrow-svg a::before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #777;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
     -moz-transform: translateX(-50%) rotate(-135deg);
       -o-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.nav-narrow-svg a::after {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #777;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
     -moz-transform: translateX(-50%) rotate(-45deg);
       -o-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0; }

.nav-narrow-svg .nav-icon-wrap::before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 0;
  background: #ffffff;
  content: '';
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
     -moz-transform: translateX(-50%) rotate(-135deg);
       -o-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.nav-narrow-svg .nav-icon-wrap::after {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50%;
  height: 0;
  background: #777;
  background: #ffffff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
     -moz-transform: translateX(-50%) rotate(-45deg);
       -o-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0; }

.nav-narrow-svg.has-white-bg .nav-icon-wrap::before {
  z-index: 100;
  height: 0;
  background: #cccccc;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s; }

.nav-narrow-svg.has-white-bg .nav-icon-wrap::after {
  z-index: 100;
  height: 0;
  background: #cccccc;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s; }

.nav-narrow-svg.has-white-bg a {
  width: 40px;
  height: 40px; }

@media (max-width: 767px) {
  .nav-narrow-svg a {
    width: 30px;
    height: 30px; }
  .nav-narrow-svg.has-white-bg a {
    width: 30px;
    height: 30px; }
  .title-2 {
    font-size: 16px;
    text-align: left; }
  .col-thin-right {
    padding-left: 15px;
    padding-right: 15px; }
  .col-thin-left {
    padding-left: 15px;
    padding-right: 15px; }
  nav.slider-nav a.prev {
    left: -15px; }
  nav.slider-nav a.next {
    right: -15px; }
  .tab-lite .nav-tabs > li > a {
    padding: 15px 10px;
    font-size: 14px; }
  .row-featured-category .sell-your-item {
    top: 15px; }
  .box-title h2 {
    font-size: 16px; } }

.tab-inner {
  padding: 30px;
  display: block;
  width: 100%; }

nav.slider-nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 90;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  nav.slider-nav a svg {
    display: block;
    margin: 0 auto;
    padding: 0; }
  nav.slider-nav a.prev {
    left: -45px; }
    @media (max-width: 575px) {
      nav.slider-nav a.prev {
        left: -15px; } }
  nav.slider-nav a.next {
    right: -45px; }
    @media (max-width: 575px) {
      nav.slider-nav a.next {
        right: -15px; } }

.tab-lite .nav-tabs > li {
  float: left; }
  .tab-lite .nav-tabs > li > a {
    border-radius: 0 !important;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    color: #292b2c;
    text-transform: uppercase;
    border: 0 none !important;
    border-bottom: solid 1px var(--border-color) !important; }
    @media (max-width: 767px) {
      .tab-lite .nav-tabs > li > a {
        font-size: 12px;
        padding: 15px 10px; } }
  .tab-lite .nav-tabs > li.active > a {
    background: #f7f7f7; }
    .tab-lite .nav-tabs > li.active > a:focus {
      background: #f7f7f7; }
    .tab-lite .nav-tabs > li.active > a:hover {
      background: #f7f7f7; }

.dummy-aff-img {
  display: block; }
  .dummy-aff-img img {
    width: 100%; }

.dropdown-menu .flag-icon {
  margin-right: 5px; }

.modal-title {
  text-align: left; }

.nice-select {
  text-align: left !important; }
  .nice-select .option {
    text-align: left; }
  .nice-select:after {
    right: 12px;
    left: auto; }

/* =============================================================== */
/* CATEGORY INTRO
/* =============================================================== */
.search-row-wrapper {
  background-position: center;
  background-size: cover;
  height: auto;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  width: 100%; }
  .search-row-wrapper .inner {
    padding: 50px 0; }
  .search-row-wrapper.events .inner {
    background: rgba(0, 0, 0, 0.45); }
  .search-row-wrapper .btn-primary {
    line-height: 22px; }

@media screen and (min-width: 1024px) {
  /* FIXED IE OVERFLOW ISSUE */
  .search-row-wrapper {
    height: 140px;
    display: block; } }

/* =============================================================== */
/* CATEGORY LIST
/* =============================================================== */
.mobile-filter-bar .dropdown-menu > li {
  padding: 0 18px;
  line-height: 28px; }
  .mobile-filter-bar .dropdown-menu > li a {
    font-size: 11px;
    color: #333; }

.col-thin-left {
  padding-left: 10px; }

.col-thin-right {
  padding-right: 10px; }

.category-list-wrapper {
  background: #fff;
  clear: both;
  height: auto;
  width: 100%; }

.item-list {
  border-bottom: solid 1px var(--border-color);
  clear: both;
  padding: 15px;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -moz-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
       transition: background 0.25s ease-in;
  -webkit-transition: background 0.25s ease-in; }
  .item-list .row {
    margin: 0; }

.category-list.make-grid .item-list .row {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%; }
  .category-list.make-grid .item-list .row > div {
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important; }
  .category-list.make-grid .item-list .row .price-box {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    justify-self: flex-end; }

.item-list:hover {
  background: #F6F6F5; }

.category-list:not(.make-compact):not(.make-grid) .item-list:last-child {
  border-bottom: none; }

.category-list {
  background: #fff;
  border-radius: 7px;
  display: block;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  overflow: hidden; }
  .category-list.event-category-list {
    background: none;
    border-radius: 0;
    box-shadow: none; }
    .category-list.event-category-list .category-list-wrapper {
      margin-top: 30px;
      background: none;
      overflow: inherit;
      width: auto;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
      @media (max-width: 767px) {
        .category-list.event-category-list .category-list-wrapper {
          margin-top: 20px; } }

.add-image {
  position: relative; }

.photo-count {
  border: 0 none;
    font-size: 12px;
    opacity: 1;
    padding: 0 3px;
    position: absolute;
    right: 11px;
    border-radius: 3px;
    bottom: 10px;}
.photo-count img{max-width: 70px;}
.add-image a {
  display: block; }

.add-image a img {
  width: 100%; }

.add-title {
  padding-bottom: 7px;
  font-weight: bold; }
.add-title a{color: #013b99;}
.add-title:hover a{color: #b00101;}
.ads-details h4, .ads-details .job-title {
  font-weight: bold; }

.info-row {
  display: block;
  clear: both;
  font-size: 12px;
  color: #9a9a9a; }

.business-ads {
  background: none repeat scroll 0 0 #dfdfdf;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  line-height: 18px;
  padding: 3px;
  text-align: center;
  width: 25px; }

.item-list .btn-danger.make-favorite {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
.make-favorite{background: #013b99; color: #fff; border-radius: 50%; padding: 6px 6px 6px 8px;}
.item-list:hover .make-favorite{padding: 6px 11px; border-radius: 6px;}
.category-list:not(.make-compact):not(.make-grid) .item-list .item-price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem; }

.item-list .make-favorite span {
  width: 0;
  font-size: 0;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }

.item-list:hover .make-favorite span {
  width: auto;
  font-size: 12px; }

.price-box {
  padding: 0; }

@media (max-width: 991px) {
  .item-list .make-favorite {
    padding: 3px 5px; } }

@media (max-width: 767px) {
  .price-box {
    clear: both;
    display: block;
    height: auto;
    padding: 10px 15px 0;
    text-align: left !important;
    width: 100%; }
  .make-list .item-list {
    text-align: left; }
  .item-list .ads-details {
    padding: 10px 0 0; }
  .make-compact .item-list .make-favorite {
    float: left;
    margin-left: 10px; } }

/* List View Grid View Comact View */
.make-compact .item-list .photobox, .make-compact .item-list .info-row .category {
  display: none; }

.make-compact .item-list .add-title {
  float: left;
  clear: left;
  height: 19px;
  overflow: hidden;
  padding-bottom: 7px;
  width: 60%; }

.make-compact .item-list .info-row {
  display: block;
  float: left;
  clear: none;
  font-size: 12px;
  width: 40%; }

.make-compact .item-list h2.item-price {
  line-height: 20px; }

@media (max-width: 1199px) {
  .make-compact .item-list .add-title, .make-compact .item-list .info-row {
    width: 100%; }
  .ads-details {
    padding: 0; } }

.category-list.make-compact .item-list .item-price {
  float: left;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0; }

.category-list.make-compact .item-list .make-favorite span {
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  width: 0; }

.category-list.make-list .item-list, .category-list.make-compact .item-list {
  height: auto !important; }

.category-list.make-grid .item-list {
  width: 25%;
  float: left;
  clear: none;
  border-right: solid 1px var(--border-color); }
  @media (max-width: 767px) {
    .category-list.make-grid .item-list {
      width: 50%; } }
  .category-list.make-grid .item-list .make-favorite {
    margin-bottom: 5px; }

/* LIST */
/* GRID */
.make-grid .category-list-wrapper .item-list:nth-child(4n+4) {
  border-right: none; }

@media (max-width: 991px) {
  .make-grid .item-list {
    width: 33.33%; }
  .make-grid .category-list-wrapper .item-list:nth-child(4n+4) {
    border-right: solid 1px var(--border-color); }
  .make-grid .category-list-wrapper .item-list:nth-child(3n+3) {
    border-right: none; } }

@media (max-width: 778px) {
  .make-grid .item-list {
    width: 33.33%; } }

@media (max-width: 540px) {
  .make-grid .item-list {
    width: 50%;
    border-right: solid 1px var(--border-color) !important; }
  .make-grid .category-list-wrapper .item-list:nth-child(2n+2) {
    border-right: none !important; } }

@media (max-width: 360px) {
  .make-grid .item-list {
    width: 100%;
    border-right: none; } }

.make-grid .item-list .photobox, .make-grid .item-list .add-desc-box, .make-grid .item-list .price-box {
  width: 100%;
  clear: both;
  display: block !important;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
  max-width: 100%; }

.make-grid .item-list .add-desc-box {
  padding: 10px 0; }

.make-grid .item-list .price-box {
  text-align: left;
  padding-left: 0;
  padding-right: 0; }

.add-desc-box .ads-details .info-row a{color:#b00202;}

/* pagination */
.pagination-bar {
  margin-top: 35px;
  display: block; }

.pagination-bar .pagination {
  margin-top: 0; }

.pagination-bar .pagination li a {
  color: #9a9a9a;
  border-color: #cfcfcf; }

.pagination-bar .pagination li a:hover {
  color: #000000; }

.pagination-bar .pagination li:last-child a {
  color: #414141; }

.pagination-bar .pagination li.active a {
  background-color: #f8f8f8;
  color: #000000;
  border-color: #cfcfcf;
  cursor: default;
  font-weight: bold; }

/* post-promo  */
.post-promo {
  margin-top: 15px; }

.post-promo h2 {
  padding-bottom: 10px; }

/* Ribbons  */
.cornerRibbons {box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    top: 8px;
    right: 0;
    padding:1px 10px 0px 17px;
    overflow: hidden;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    -webkit-transition: all 0.3sease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3sease 0s;
    display: inline;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 16% 50%, 0% 0%);}
  .cornerRibbons a {
    color: #fff;
    display: block;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
  .cornerRibbons.topAds {
    background: #16A085; }
  .cornerRibbons.urgentAds {
    background: #a2020b; }
  .cornerRibbons.featuredAds a {
    background: #e4cb65;
    color: #fff; }

.make-grid .item-list .cornerRibbons {
  left: -30%;
  top: 7%; }

.make-compact .item-list .cornerRibbons {
  left: -15%;
  text-indent: -99999px;
  top: 18%; }

@media (max-width: 991px) {
  .cornerRibbons {
    left: -10%;
    top: 19%;
    width: 170px;
    z-index: 2; }
  .cornerRibbons {
    font-size: 11px; }
  .make-compact .item-list .cornerRibbons {
    left: -20%; } }

@media (max-width: 767px) {
  .cornerRibbons {
    left: -36px;
    top: 24px;
    width: 160px; }
  .make-grid .item-list .cornerRibbons {
    left: -36px;
    top: 24px; }
  .cornerRibbons {
    font-size: 11px; }
  .make-compact .item-list .cornerRibbons {
    left: -100px; } }

/*************** TAB BOX ***************/
.tab-box {
  background: #f8f8f8;
  position: relative; }

.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {
  border-radius: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 0;
  font-size: 13px; }

.nav-tabs.add-tabs > li:hover > a {
  background: #EDEDED; }

.nav-tabs.add-tabs > li.active > a {
  border-left: solid 1px var(--border-color);
  border-right: solid 1px var(--border-color);
  border-top: 1px solid #e6e6e6;
  background: #fff; }
  .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:active, .nav-tabs.add-tabs > li.active > a:focus {
    border-bottom: solid 1px #fff; }

@media (max-width: 991px) {
  .nav-tabs .badge {
    font-size: 11px; } }

@media (max-width: 767px) {
  .nav-tabs.add-tabs > li > a {
    font-size: 12px; }
  .nav-tabs .badge {
    display: none; }
  .select-sort-by .selecter-options {
    font-size: 11px !important; } }

.nav-tabs.add-tabs > li:first-child > a {
  border-left: 1px solid transparent; }

/* tab filter */
.tab-filter {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .tab-filter {
      display: none; } }

.listing-filter {
  border-bottom: solid 1px var(--border-color);
  padding: 15px; }
  .listing-filter.listing-filter-event {
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    .listing-filter.listing-filter-event .pull-left.col-6 {
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
    .listing-filter.listing-filter-event .btn-group.col {
      max-width: 125px; }
    .listing-filter.listing-filter-event .breadcrumb-list {
      -webkit-align-self: center;
              align-self: center; }
    .listing-filter.listing-filter-event .btn.btn-line {
      line-height: normal; }
    .listing-filter.listing-filter-event .dropdown-menu .dropdown-item {
      font-size: .65rem; }

.breadcrumb-list {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0; }

.breadcrumb-list a.current {
  color: #000;
  font-weight: bold;
  margin-right: 5px; }

.dropdown-menu-modal {
  width: 100%;
  max-width: 400px; }

.listing-view-action span {
  color: #888;
  cursor: pointer; }

.listing-view-action span.active {
  color: #000; }

/* Customize bootstrap-select plugin */
.tab-filter .select-sort-by {
  margin-right: 15px;
  margin-top: 10px;
  min-width: 150px !important; }
  @media (max-width: 575px) {
    .tab-filter .select-sort-by {
      display: none !important; } }

.tab-filter .selecter.bottom .selecter-options {
  bottom: auto !important;
  top: auto; }

.select-sort-by .selecter-selected {
  font-size: 12px;
  padding: 4.5px 15px; }

.tab-filter .selecter-item {
  padding: 8px 15px;
  font-size: 12px; }

/*************** Save Search ****************/
.save-search-bar {
  border-top: solid 1px var(--border-color); }

.save-search-bar:hover {
  background: #EDEDED; }

.save-search-bar a:focus {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset; }

.save-search-bar a {
  display: block;
  font-weight: 500;
  padding: 10px 0; }

/* =============================================================== */
/* CATEGORY SIDEBAR
/* =============================================================== */
.list-filter {
  width: 100%;
  display: block;
  clear: both; }
  .list-filter .form-inline {
    width: 100%; }
  .list-filter .count {
    color: #9a9a9a;
    font-size: 90%; }
  .list-filter ul li {
    list-style: none; }
    .list-filter ul li a {
      border-radius: 5px;
      display: block;
      padding: 3px 15px 3px 5px;
      position: relative;
      color: #4e575d;
      font-size: 13px; }
  .list-filter ul ul {
    padding-left: 15px; }

@media (max-width: 991px) {
  .hidden-md {
    display: none !important; }
  .list-filter ul ul {
    padding-left: 10px; }
  .list-filter ul li a {
    padding-right: 0; }
  .list-filter .form-inline > div {
    margin-top: 10px; } }

.categories-list .list-title:first-child {
  margin-top: 0 !important; }

.categories-list .form-inline.row {
  margin-left: 0;
  margin-right: 0; }

.page-sidebar .list-filter:first-child .list-title {
  margin-top: 0 !important; }

.nav-filter a.active {
  background-color: #eaeaea;
  color: #333; }

.list-title {
  color: #222;
  font-size: 18px;
  border-bottom: solid 1px var(--border-color);
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase; }
  .list-title a {
    color: #222;
    font-size: 18px; }
  .list-title:before {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 7px;
    bottom: -14px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    content: " ";
    display: block;
    left: 34px;
    position: absolute;
    z-index: 2; }
  .list-title:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    content: " ";
    display: block;
    left: 35px;
    position: absolute;
    z-index: 2; }
  .list-title.gray:before {
    border-color: transparent transparent transparent; }

.list-filter form.form-inline {
  -webkit-flex-flow: row;
          flex-flow: row;
  margin-top: 5px; }
  .list-filter form.form-inline .form-group {
    margin-bottom: 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .list-filter form.form-inline .form-group .form-control {
        width: 100%; } }

.list-filter ul li p.maxlist-more a {
  border-radius: 5px;
  display: block;
  font-size: 12px;
  padding: 2px 25px 2px 20px;
  position: relative;
  color: #369; }

.list-filter .maxlist-more a {
  padding-left: 5px;
  font-weight: 500; }

/* Price Range */
.form-inline .form-control {
  max-width: 100%; }

.list li {
  list-style: none; }

ul.list-link li a, ul.list-link li {
  color: #4e575d;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  padding: 3px 0;
  -webkit-transition: all 0.1s ease 0s;
     -moz-transition: all 0.1s ease 0s;
       -o-transition: all 0.1s ease 0s;
          transition: all 0.1s ease 0s; }

ul.list-link li a:hover, .ul.list-link li a:hover {
  text-decoration: underline;
  color: #345676; }

ul.list-link li a.active {
  color: #345676;
  font-weight: bold; }

hr.thin {
  margin-bottom: 10px;
  margin-top: 10px; }

/* PROPERTY LIST */
.property-list .add-title {
  padding-bottom: 5px; }

.property-list .item-price {
  padding-bottom: 7px; }

.property-list .info-row {
  line-height: normal; }

.make-compact .property-list .item-list .info-row {
  width: 100%; }

.make-compact .property-list .item-list .btn-border-thin {
  display: none; }

.make-compact .property-list .item-list .item-price {
  float: none;
  font-size: 16px;
  margin-bottom: 5px; }

.property-list .item-list .carousel-control {
  text-shadow: none; }

.property-list .add-image a img {
  border-radius: 0;
  padding: 0;
  width: 100%; }

.make-compact .property-list .add-title {
  float: left;
  clear: left;
  overflow: hidden;
  padding-bottom: 7px;
  width: 100%;
  display: block;
  height: auto; }

@media (max-width: 575px) {
  .property-list .btn-border-thin {
    float: right;
    margin-left: 5px; }
  .property-list .price-box {
    margin-top: 6px; } }

.prop-info {
  display: block;
  width: 100%;
  clear: both;
  padding: 15px 0 0; }
  .prop-info span.title {
    font-size: 16px;
    font-weight: 600;
    color: #222; }
  .prop-info span.text {
    font-size: 12px;
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif; }

.prop-info-block {
  border-right: 1px solid #ccc;
  color: #666;
  display: table-cell;
  margin: 0;
  min-height: 20px;
  padding: 0 10px 5px;
  float: left;
  text-align: center;
  width: 30%; }
  @media (max-width: 575px) {
    .prop-info-block {
      width: 33.33%; } }
  .prop-info-block:last-child {
    border-right: 0; }
  .prop-info-block span {
    display: block;
    line-height: 1.2; }

.make-grid .property-list .item-list .item-price {
  font-size: 16px;
  line-height: normal; }

.make-grid .prop-info-block {
  border-right: 0;
  color: #666;
  display: inline;
  margin: 0;
  min-height: 0;
  padding: 0;
  text-align: left;
  width: 100%; }
  .make-grid .prop-info-block span {
    display: inline; }

.make-grid .prop-info span.title {
  font-size: 14px; }
  .make-grid .prop-info span.title .prop-info span.text {
    display: inline; }

@media (max-width: 767px) {
  #properites-image-slide .carousel-item img {
    display: block;
    width: 100%; } }

.carousel-control .icon-next::before {
  content: ''; }

.carousel-control .icon-prev.icon-left-open-big:before {
  content: '\e83b'; }

.carousel-control .icon-next.icon-right-open-big:before {
  content: '\e83c'; }

@media all and (max-width: 779px) {
  .make-list .property-list .prop-info-block {
    float: left; } }

@media all and (max-width: 480px) {
  .auto-heading {
    display: block;
    padding-right: 0; }
  .auto-price {
    display: block;
    padding: 5px 0 10px;
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
    width: 100%; }
  .property-list .price-box .tooltip {
    display: none !important; } }

@media all and (max-width: 990px) {
  .prop-info {
    padding-top: 10px; }
    .prop-info span.title {
      font-size: 14px; }
    .prop-info span.text {
      font-size: 11px; } }

.make-compact .prop-info {
  display: none; }

.product-view-thumb-wrapper .bx-wrapper .bx-controls-direction a {
  height: auto;
  margin-top: -25px; }

.nice-select {
  border-radius: 6px; }
  .nice-select .list {
    max-height: 250px;
    overflow-y: auto;
    width: 100%; }
  .nice-select.form-control {
    font-size: 13px;
    margin: 0;
    padding: 8.5px 15px;
    line-height: 20px;
    height: 40px; }
  .nice-select .option {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    text-decoration: none;
    text-overflow: ellipsis; }
    .nice-select .option.selected {
      background: #eeeeee; }

.select-sort-by.selectpicker {
  font-size: 12px;
  padding: 7px 10px;
  height: 30px;
  line-height: normal;
  border: 1px solid #cccccc;
  display: block; }

.select-sort-by .list .option {
  font-size: 12px;
  line-height: 34px;
  min-height: 34px; }

.save-search-bar {
  display: block;
  width: 100%; }

.bx-wrapper .bx-controls-direction a {
  z-index: 90 !important; }

.tab-content .cat-list-row {
  margin: 0; }
  .tab-content .cat-list-row.active {
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }

@media (min-width: 300px) and (max-width: 768px) {
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .info-row {
    font-size: 11px; }
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-2.photobox {
    width: 30%; }
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .add-desc-box {
    width: 50%; }
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box {
    width: 20%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 0; }
    .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box > * {
      margin-bottom: 5px; }
    .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box .make-favorite span {
      width: auto;
      font-size: 10px; }
    .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box .item-price {
      padding: 0;
      margin-left: 0;
      font-size: .95rem; } }

.sidebar-modern-inner {
  background: #fff;
  border: solid 1px var(--border-color);
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1); }
  .sidebar-modern-inner .block-title {
    padding: 15px 15px;
    border-bottom: solid 1px var(--border-color);
    position: relative; }
    .sidebar-modern-inner .block-title.has-arrow {
      margin-bottom: 5px; }
      .sidebar-modern-inner .block-title.has-arrow:before {
        border-color: #ddd transparent transparent;
        border-style: solid;
        border-width: 7px;
        bottom: -14px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        content: " ";
        display: block;
        left: 34px;
        position: absolute;
        z-index: 2; }
      .sidebar-modern-inner .block-title.has-arrow:after {
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 6px;
        bottom: -12px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        content: " ";
        display: block;
        left: 35px;
        position: absolute;
        z-index: 2; }
      .sidebar-modern-inner .block-title.has-arrow.gray:before {
        border-color: transparent transparent transparent; }
    .sidebar-modern-inner .block-title.sidebar-header h5 {
      line-height: 30px; }
    .sidebar-modern-inner .block-title h5 {
      margin: 0;
      padding: 0;
      font-weight: bold;
      color: #292b2c;
      font-size: 16px;
      text-transform: uppercase; }
      .sidebar-modern-inner .block-title h5 a {
        color: #292b2c; }
  .sidebar-modern-inner .block-content {
    padding: 15px 15px; }
  .sidebar-modern-inner .list-filter ul li a {
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
    .sidebar-modern-inner .list-filter ul li a:hover {
      font-weight: bold; }
      .sidebar-modern-inner .list-filter ul li a:hover .title {
        font-weight: bold; }

/* =============================================================== */
/* ADS DETAILS
/* =============================================================== */
.seller-info {
  padding: 5px; }

.item-slider {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }

.bx-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }

.bx-wrapper .bx-prev {
  background: none !important; }

.bx-wrapper .bx-next {
  background: none !important; }

.bx-wrapper:hover .bx-controls-direction a:after {
  opacity: 1; }

#bx-pager {
  text-align: center; }

.thumb-item-link {
  border-bottom: 4px solid #ccc;
  display: inline-block;
  float: none;
  height: 70px;
  margin: 0 2px;
  outline: medium none;
  overflow: hidden;
  position: relative;
  width: 100px; }
  .thumb-item-link img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    opacity: 0.7;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
       -moz-transition: opacity 0.15s ease-in-out 0s;
         -o-transition: opacity 0.15s ease-in-out 0s;
            transition: opacity 0.15s ease-in-out 0s; }
  .thumb-item-link:focus {
    box-shadow: 0 0 2px #369;
    outline: none; }
  .thumb-item-link.active {
    border-bottom: 4px solid #369; }
    .thumb-item-link.active img {
      opacity: 1; }
  .thumb-item-link:hover img {
    opacity: 1; }

@media (max-width: 640px) {
  .thumb-item-link {
    height: 48px;
    width: 64px; }
  .item-slider .bx-wrapper {
    margin-bottom: 10px; } }

.ads-details-wrapper > h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.ads-details-wrapper .info-row {
  border-top: solid 1px var(--border-color);
  margin-bottom: 15px;
  padding-top: 10px; }

.ads-details-wrapper.inner-box {
  padding-bottom: 0; }

.ads-details-wrapper .content-footer {
  margin-left: -20px;
  margin-right: -20px; }

.ads-details-info ul {
  margin-bottom: 20px; }

.ads-details-info ol {
  margin-bottom: 20px; }

.ads-details-info h4 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info .h4 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info h5 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info h6 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info .h6 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info h1 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info .h1 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info .h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info .h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.h5 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.pricetag {
  background: #0094af;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 20px;
  min-width: 100px;
  padding: 5px 15px;
  position: absolute;
  right: -10px;
  text-align: center;
  font-weight: bold;
  top: 10%;
  z-index: 90; }
  .pricetag:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    right: 0;
    border-top: 10px solid #007286;
    border-right: 10px solid transparent; }

@media (max-width: 479px) {
  .pricetag {
    font-size: 18px;
    line-height: 28px;
    min-width: 90px;
    top: 140px; }
  .breadcrumb {
    float: none !important;
    text-align: center !important;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin: 0 auto;
    padding: 0 !important;
    font-size: 11px;
    margin-bottom: 0 !important; }
  nav[aria-label="breadcrumb"] {
    float: none !important;
    text-align: center !important;
    width: 100%; }
  .backtolist {
    float: none !important;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px; } }

h1.pricetag span {
  float: right; }

h1.trtri span {
  float: right; }

.list-dot {
  margin-left: 30px; }
  .list-dot > li {
    list-style: disc; }

.list-circle {
  margin-left: 30px; }
  .list-circle > li {
    list-style: circle; }

.card-details {
  border: solid 1px var(--border-color);
  background: #f8f8f8;
  position: relative; }

.content-footer {
  background: #f8f8f8;
  position: relative;
  padding: 10px;
  border-top: solid 1px var(--border-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset; }
  .content-footer.expand {
    margin-left: -20px;
    margin-right: -20px; }
  .content-footer .btn {
    margin-right: 8px; }

.card-footer {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset; }

@media (max-width: 360px) {
  .content-footer .btn {
    margin-bottom: 4px; } }

.text-count {
  color: #9a9a9a;
  font-size: 12px; }

.modal {
  z-index: 1100; }
  .modal .close {
    border: none; }

.modal-title {
  padding-bottom: 0; }

.modal-header {
  border-bottom: solid 1px var(--border-color);
  font-weight: bold;
  background: #f8f8f8;
  border-top: solid 1px var(--border-color);
  padding: 8px;
  position: relative; }

.breadcrumb {
  background: none;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 8px;
  padding: 8px 0; }

.backtolist {
  padding: 8px 0; }

.page-sidebar-right {
  padding-left: 10px; }

.user-info h3 {
  padding-bottom: 5px; }

.user-info p {
  margin-bottom: 0; }

.user-ads-action {
  margin-top: 15px; }

@media (max-width: 767px) {
  .user-ads-action .btn:first-child {
    margin-bottom: 5px; } }

.card-header {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

.sidebar-card {
  margin-bottom: 20px; }
  .sidebar-card .card-header {
    background: #f8f8f8;
    position: relative;
    border-bottom: solid 1px var(--border-color);
    font-size: 1rem;
    line-height: 22px; }

.card-contact-seller .card-body {
  padding: 10px; }

.bx-controls-direction a:after {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
  content: "nexts";
  font-family: fontello;
  font-size: 200%;
  line-height: 1.3;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
     -moz-transition: all 0.15s ease-in-out 0s;
       -o-transition: all 0.15s ease-in-out 0s;
          transition: all 0.15s ease-in-out 0s; }

.bx-controls-direction a:hover:after {
  background: rgba(0, 0, 0, 0.6); }

.bx-controls-direction a.bx-next:after {
  content: '\e83c';
  right: 0; }

.bx-controls-direction a.bx-prev:after {
  content: '\e83b';
  left: 0; }

.item-slider .bx-wrapper {
  /*rtl:ignore*/
  direction: ltr;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none; }
  .item-slider .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    border-radius: 3px; }

.bltri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.tltri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.trtri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.list-border > li {
  border-top: 1px solid #ebebeb;
  line-height: 36px;
  position: relative; }
  .list-border > li:first-child {
    border: none; }

.list-check > li {
  margin-bottom: 3px;
  padding-left: 18px;
  position: relative; }
  .list-check > li:after {
    position: absolute;
    font-family: fontello;
    content: '\e80d';
    left: 0;
    top: 0; }

.list-number > li {
  list-style: decimal; }
  .list-number > li > ul > li {
    list-style: decimal; }

.ads-action {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
  .ads-action li i {
    width: 20px; }

.label.adlistingtype {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.8px;
  vertical-align: middle; }

/* Ads details 2 */
.img-slider-box {
  position: relative;
  width: 100%;
  display: block; }

.slider-left {
  width: 80%;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px); }

@media screen and (max-width: 480px) {
  .slider-left {
    width: 80%;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px); }
  .ads-img-v2 #bx-pager {
    width: 70px; } }

.ads-img-v2 #bx-pager {
  position: absolute;
  right: 0;
  width: 100px;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .ads-img-v2 #bx-pager .thumb-item-link {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 2px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: auto; }
  .ads-img-v2 #bx-pager .scroller-setup .scroller-content {
    padding: 5px; }

.scroller-active .scroller-content {
  padding: 5px; }

/* CAR ADS DETAILS */
.key-features {
  margin-left: 0;
  margin-top: -5px; }
  .key-features .media {
    border-right: medium none;
    padding: 6px 0;
    margin-top: 0; }
    .key-features .media:first-child {
      margin-top: 0; }
    .key-features .media i {
      font-size: 28px; }
  .key-features .media-object {
    float: left;
    margin-right: 10px; }
  .key-features .media-heading {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0; }
  .key-features .data-type {
    color: #999;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; }

.auto-heading {
  position: relative;
  display: block;
  padding-right: 130px;
  font-family: Roboto, sans-serif;
  font-weight: 700; }
  @media (max-width: 767px) {
    .auto-heading {
      padding-right: 10px; } }

.auto-price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  color: #ff9113; }
  @media (max-width: 767px) {
    .auto-price {
      position: relative;
      right: 0;
      top: 0;
      float: left !important;
      display: block;
      width: 100%;
      clear: both;
      margin-top: 5px;
      margin-bottom: 10px; } }

.one-img {
  margin-bottom: 25px; }

.company-logo-thumb img {
  max-width: 100%; }

label.error {
  color: #e74c3c;
  font-size: 90%; }

.locationModal a.form-control {
  display: block;
  line-height: 36px;
  padding-left: 40px;
  text-align: left; }
  .locationModal a.form-control .icon-append {
    top: 6px; }

.card-user-info .block-cell {
  margin-bottom: 0;
  border-width: 0 0 1px 0; }

.card-user-info .grid-col {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  margin-bottom: 15px;
  font-size: 13px; }
  .card-user-info .grid-col .col {
    padding: 0;
    color: #636c72; }
    .card-user-info .grid-col .col.from i {
      color: #292b2c;
      width: 15px;
      text-align: center; }
    .card-user-info .grid-col .col.from span {
      margin-left: 10px; }
    .card-user-info .grid-col .col.to {
      text-align: right; }

.card-user-info .ev-action > .btn:last-child {
  margin-bottom: 0; }

.form-post-ads .form-group.row {
  margin-bottom: 12px; }

.form-post-ads .checkbox {
  margin-top: 4px; }
  .form-post-ads .checkbox label {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0; }
    .form-post-ads .checkbox label small {
      line-height: 14px;
      margin-left: 4px; }

/*.panel-intro {*/
/*  padding: 40px 0 25px; }*/
  .panel-intro h2 {
    padding: 0; }

.login-box-btm {
  margin-top: 20px;
  margin-bottom: 20px; }

.input-icon {
  position: relative; }
  .input-icon input {
    padding-left: 45px; }
  .input-icon i {
    font-size: 16px;
    left: 6px;
    line-height: 22px;
    position: absolute;
    top: 9px; }

.promo-text-box {
  padding: 15px 20px; }
  .promo-text-box h3 {
    margin-top: 10px;
    padding-bottom: 15px; }

.icon-color-1 {
  color: #ff9113; }

.icon-color-2 {
  color: #e6c840; }

.icon-color-3 {
  color: #74c29b; }

div.login-box {
  float: none;
  clear: both; }
  div.login-box .panel-body {
    padding-left: 20px;
    padding-right: 20px; }
  div.login-box .panel-footer p {
    margin-top: 10px; }
  div.login-box .panel-footer label {
    font-weight: normal; }

.login-box .input-icon i {
  color: #555;
  opacity: 0.6;
  border-right: 1px solid #ccc;
  padding-right: 5px; }

/* =============================================================== */
/* POST ADS
/* =============================================================== */
.content-subheading {
  border-bottom: solid 1px var(--border-color);
  border-top: solid 1px var(--border-color);
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin: 30px -20px;
  padding: 13px 20px; }

.visible-lg-block {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847; }

.alert-lg {
  font-size: 22px; }

.pgray p {
  color: #666;
  font-size: 14px; }

.alert.pgray p {
  padding-left: 25px; }

/* =============================================================== */
/* USER DASHBOARD
/* =============================================================== */
.userImg {
  border: solid 1px var(--border-color);
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  width: 64px; }

.header-data {
  margin-top: 10px;
  text-align: right; }
  .header-data p {
    margin-bottom: 0; }

.hdata {
  display: inline-block;
  margin-right: 15px;
  width: 85px; }
  .hdata i {
    border-radius: 50px;
    box-shadow: 0 0 1px #777 inset;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
  .hdata a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 3px;
    text-align: left; }
  .hdata em {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: left; }

.mcol-left {
  float: left;
  width: 48%; }

.mcol-right {
  float: right;
  width: 48%; }

/* =============================================================== */
/* USER PANEL || ACCOUNT
/* =============================================================== */
.panel-title {
  padding-bottom: 0; }

.userPicinput {
  display: inline-block;
  float: left;
  margin-top: 30px; }

.userPic {
  display: inline-block; }

.datepickerInput {
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  color: #666666;
  padding: 7px 12px; }

.welcome-msg {
  margin-bottom: 30px; }

.collapse-box {
  margin-bottom: 0px; }
  .collapse-box .badge {
    background-color: #e3e3e3 !important;
    color: #666  !important;
    font-weight: normal; }

.collapse-title {
  border-top: 1px solid #e6e6e6;
  color: #2a3744;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase; }
  .collapse-title > a i {
    -webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  .collapse-title > a[aria-expanded="false"] i {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }

.no-border {
  border: none; }

.statusbar {
  margin-bottom: 35px; }
  .statusbar p {
    margin-bottom: 0; }

.add-manage-table {
  font-weight: normal; }

.table-action {
  display: block;
  margin-bottom: 15px; }

.table-search .searchpan {
  padding-right: 0; }

.table-search .control-label {
  line-height: 16px;
  padding-right: 0; }

.clear-filter {
  font-size: 11px; }

.price-td {
  font-size: 16px; }

.delete-search-result {
  color: #555;
  cursor: pointer;
  font-size: 22px;
  font-weight: lighter;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  right: 3px; }
  .delete-search-result:hover {
    color: #000; }

.user-panel-sidebar ul {
  padding: 0; }
  .user-panel-sidebar ul li {
    list-style: none; }
    .user-panel-sidebar ul li a {
      background: #ffffff;
      display: block;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      color: #2a3744;
      font-size: 12px;
      height: auto;
      letter-spacing: 0.5px;
      line-height: 26px;
      padding: 5px 10px;
      margin-bottom: 1px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 6px; }
      .user-panel-sidebar ul li a:hover {
        background-color: #2a3744;
        color: #ffffff; }
      .user-panel-sidebar ul li a:active {
        background-color: #2a3744;
        color: #ffffff; }
      .user-panel-sidebar ul li a.active {
        background-color: #2a3744;
        color: #ffffff; }
    .user-panel-sidebar ul li.active a {
      background-color: #2a3744;
      color: #ffffff; }

li.divider {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-top: 10px; }

.accountContent h3 {
  border-bottom: 1px solid #e6e6e6;
  color: #2a3744;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.25px;
  margin-top: 0;
  padding-bottom: 15px; }

.litedver-ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .litedver-ul li:last-child {
    border-bottom: none; }

.searchpan input#filter {
  font-size: 12px;
  height: 30px; }

table.add-manage-table > tbody > tr > td {
  vertical-align: middle; }

table.add-manage-table > tbody > tr > th {
  vertical-align: middle; }

.add-img-td img {
  max-width: 100px; }

.action-td .btn {
  clear: both; }

td.ads-details-td {
  white-space: inherit !important;
  min-width: 160px; }

.list-group-unstyle .list-group-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: solid 1px var(--border-color); }
  .list-group-unstyle .list-group-item.active, .list-group-unstyle .list-group-item:hover {
    background: #f5f5f5;
    color: #000;
    font-weight: bold;
    border-bottom: solid 1px var(--border-color); }
    .list-group-unstyle .list-group-item.active a, .list-group-unstyle .list-group-item:hover a {
      color: #000; }

.button-wrap .btn-social {
  width: 48%;
  display: inline-block;
  padding: 8px 10px;
  line-height: 15px;
  border: 1px solid #eeeeee;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase; }
  .button-wrap .btn-social:first-child {
    margin-right: 1%; }
  .button-wrap .btn-social:last-child {
    margin-left: 1%; }
  .button-wrap .btn-social i {
    font-size: 28px;
    float: left;
    margin: 3px 30px 0 0; }
  .button-wrap .btn-social.btn-fbk {
    color: #3b5998;
    border-color: #3b5998;
    border-radius: 6px; }
    .button-wrap .btn-social.btn-fbk:hover {
      color: #263961;
      border-color: #263961; }
  .button-wrap .btn-social.btn-ggl {
    border-radius: 6px;
    color: #dd4b39;
    border-color: #dd4b39; }
    .button-wrap .btn-social.btn-ggl:hover {
      color: #ac2d1e;
      border-color: #ac2d1e; }

.or-divider {
  border-bottom: solid 1px var(--border-color);
  margin: 15px 0 25px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0; }
  .or-divider span {
    padding: 0 7px;
    background: #ffffff;
    font-size: 14px;
    color: #636c72;
    margin-bottom: -11px; }

.card-body .form-group {
  margin-bottom: 16px; }

/* =============================================================== */
/* ABOUT US
/* =============================================================== */
.inner-page {
  padding-top: 60px; }

.about-intro {
  width: 100%;
  height: 100%;
  position: relative; }

.social-list {
  margin-top: 20px; }
  .social-list a {
    margin-right: 10px;
    display: inline-block; }

.title-1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  width: 100%;
  clear: both; }

.has-lead-para {
  font-size: 16px;
  font-weight: 300; }
  .has-lead-para p {
    font-size: 16px;
    font-weight: 300; }

.about-parallax-bottom {
  background: url(../../images/bg3.jpg) center center fixed;
  background-size: cover;
  padding: 80px 0;
  display: block;
  clear: both; }

.parallaxbox * {
  color: #fff; }

.parallaxbox p {
  color: #e8eced;
  font-size: 13px;
  font-weight: unset;
  line-height: 18px; }

.icon-box-wrap {
  margin-bottom: 20px; }

.ln-shadow-box {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 64px;
  height: 80px;
  line-height: 77px;
  overflow: hidden;
  text-align: center; }

.ln-shadow-radius {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 77px;
  overflow: hidden;
  text-align: center;
  width: 80px; }

.title-4 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }

.faq-panel .panel-title {
  font-weight: 600; }
  .faq-panel .panel-title a::after {
    font-weight: normal;
    color: inherit;
    content: "\f107";
    float: right;
    font-family: FontAwesome;
    font-size: 20px; }
  .faq-panel .panel-title a.collapsed::after {
    content: "\f106"; }

.faq-panel .card-header {
  padding: 20px 25px; }

.white-box {
  padding: 10px;
  background: #fff;
  border-radius: 3px; }

.address p {
  margin-bottom: 0; }

.panel-group .panel + .panel {
  margin-top: 10px; }

/* =============================================================== */
/* CONTACT
/* =============================================================== */
.intro-inner {
  width: 100%;
  clear: both;
  height: 350px;
  overflow: hidden; }

.social-list {
  margin-top: 20px; }
  .social-list a {
    margin-right: 10px;
    display: inline-block; }

.address p {
  margin-bottom: 0; }

.contact_info .list-title:before, .contact-form .list-title:before {
  border-color: #ddd transparent transparent; }

.contact_info .list-title:after, .contact-form .list-title:after {
  border-color: #EEEEEE transparent transparent; }

.contact-form .form-horizontal {
  display: block;
  margin-top: 20px; }

.contact-info .address {
  margin-top: 20px; }

.blog-post-img {
  overflow: hidden;
  position: relative; }
  .blog-post-img img {
    width: 100%;
    height: auto; }
  .blog-post-img figure {
    margin-bottom: 0; }

.blog-post-content {
  padding-bottom: 30px; }
  .blog-post-content .blog-post-bottom {
    border-top: medium none;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0; }

.blog-post-content-desc {
  clear: both;
  margin-top: -1px;
  padding: 30px 0 0;
  position: relative;
  text-align: left; }
  .blog-post-content-desc .blog-post-content {
    padding-left: 40px;
    padding-right: 40px; }
  .blog-post-content-desc h2 {
    font-size: 30px;
    text-transform: none;
    line-height: 32px; }
  .blog-post-content-desc p {
    color: #4e575d;
    font-size: 14px; }

.blog-post-meta {
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .blog-post-meta a {
    color: #9a9a9a; }

.blog-post-bottom {
  border-top: solid 1px var(--border-color);
  margin-top: 20px; }

.blog-article-text {
  color: #4e575d; }
  .blog-article-text ul {
    margin-bottom: 30px; }
  .blog-article-text ol {
    margin-bottom: 30px; }

.image {
  margin: 0 0 15px 0; }

.share-this-post {
  display: block;
  margin: 10px 30px;
  padding: 10px 0; }
  .share-this-post li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 10px; }
    .share-this-post li a {
      color: #999;
      cursor: pointer; }
      .share-this-post li a i {
        -webkit-transition: all 0.2s ease;
           -moz-transition: all 0.2s ease;
             -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
        font-size: 16px;
        line-height: 1.3em;
        margin-right: 6px;
        color: #999; }
      .share-this-post li a:hover {
        color: #333; }
        .share-this-post li a:hover i {
          color: #333; }

.blog-post-footer {
  background: #f7f7f7;
  border-top: solid 1px var(--border-color);
  clear: both; }
  .blog-post-footer .inner {
    padding: 0 40px 40px;
    display: block; }
  .blog-post-footer .list-title::after {
    border-color: #f7f7f7 transparent transparent; }

.blogs-comments-area {
  padding-top: 20px; }

.blogs-comment-list ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.blogs-comment-list > li {
  border-bottom: solid 1px var(--border-color);
  margin: 0 0 25px; }
  .blogs-comment-list > li > ul {
    padding: 0 0 0 120px; }
    .blogs-comment-list > li > ul li {
      border-bottom: solid 1px var(--border-color);
      margin: 0 0 25px; }

.blogs-comment-list li:last-child {
  border-bottom: 0; }

.blogs-comment-wrapper {
  display: table;
  margin: 0;
  width: 100%; }

.blogs-comment-avatar {
  display: table-cell;
  text-align: inherit;
  vertical-align: top;
  width: 90px; }
  .blogs-comment-avatar img {
    border: solid 1px var(--border-color);
    border-radius: 50%;
    padding: 0;
    width: 70px; }

.blogs-comment-details {
  display: table-cell;
  padding: 0 0 0 30px;
  position: relative;
  vertical-align: top; }

.blogs-comment-description {
  margin-bottom: 20px; }

.blogs-comment-name {
  color: #4a4a4a;
  font-weight: 600;
  margin: 0 0 15px; }

.blogs-comment-date {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 8px; }

.blogs-comment-reply {
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 767px) {
  .inner-box-content .img-responsive {
    width: 100%; }
  .blog-post-content-desc .blog-post-content {
    padding-left: 20px;
    padding-right: 20px; }
  .blog-post-content-desc p {
    font-size: 13px; }
  .blog-post-content-desc h2 {
    font-size: 26px;
    line-height: 32px; }
  .blog-post-meta {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px var(--border-color);
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .blogs-comment-details {
    padding: 0 0 0 5px; }
  .blogs-comment-avatar {
    width: 70px; }
    .blogs-comment-avatar img {
      width: 90%; }
  .share-this-post {
    display: block;
    margin: 10px;
    padding: 10px 0; }
    .share-this-post li {
      font-size: 11px; }
  .intro-title {
    font-size: 28px;
    line-height: 32px; }
  .list-dot > li {
    list-style: inside none disc; }
  .blogs-comment-list > li > ul {
    padding: 0 0 0 50px; }
  .search-row .search-col .btn {
    border-radius: 3px 3px !important; }
  .search-row .search-col:first-child .form-control {
    border-radius: 3px 3px; }
  .search-col .form-control {
    border-radius: 3px 3px !important; }
  .intro h1 {
    font-size: 28px;
    line-height: 32px; }
  .intro-inner h2 {
    font-size: 14px;
    font-weight: 300;
    max-width: 70%; } }

@media screen and (max-width: 460px) {
  .blogs-comment-avatar {
    width: 50px; }
  .blogs-comment-date {
    display: block;
    margin: 0; }
  .blog-post-content-desc h2 {
    font-size: 20px;
    line-height: 26px; } }

@media screen and (max-width: 360px) {
  .blogs-comment-avatar {
    width: 50px;
    display: block; }
  .blogs-comment-details {
    display: block;
    padding: 0 0 0 5px; }
  .blogs-comment-list > li > ul {
    padding: 0 0 0 25px; }
  .blog-post-content-desc p {
    font-size: 12px; } }

.blog-post-item .inner-box {
  padding: 0; }

.blogRight .categories-list {
  margin-bottom: 15px; }

.blog-popular-content .item-list {
  -webkit-transition: background 0.2s ease 0s;
     -moz-transition: background 0.2s ease 0s;
       -o-transition: background 0.2s ease 0s;
          transition: background 0.2s ease 0s; }
  .blog-popular-content .item-list:last-child {
    border-bottom: 0; }
  .blog-popular-content .item-list:hover {
    background: #f7f7f7;
    border-radius: 3px; }

.intro-inner h2 {
  color: #ddd;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  margin: 20px auto;
  max-width: 400px;
  text-align: center; }

@media (min-width: 768px) {
  #subscribe .btn-search {
    min-width: 180px; } }

.jobs-intro {
  height: 450px; }

.resume-up {
  margin-top: 15px;
  color: #e8eced;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .resume-up a {
    color: #e8eced; }
    .resume-up a:hover {
      opacity: .8; }

.company-title {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #636c72;
  font-size: 12px; }
  .company-title a {
    color: #636c72; }

.job-title {
  margin-bottom: 5px;
  padding-bottom: 0; }
  .job-title a:hover {
    text-decoration: underline; }

.jobs-desc {
  color: #4e575d; }

.job-actions {
  clear: both;
  display: block;
  margin-top: 5px; }

.jobs-s-tag {
  background: #f1f1f1;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  margin-left: 5px; }
  .jobs-s-tag:hover {
    background: #eee; }
  .jobs-s-tag:first-child {
    margin-left: 0; }
  .jobs-s-tag:after {
    display: inline-block;
    font-family: fontello;
    content: '\e80e';
    margin-left: 5px; }

.company-logo-thumb {
  display: block; }

.mobile-filter-bar {
  border: solid 1px var(--border-color);
  height: 44px;
  line-height: 44px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  border-top: none; }
  .mobile-filter-bar > ul > li {
    border-right: solid 1px var(--border-color);
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase; }
    .mobile-filter-bar > ul > li:first-child {
      padding-left: 0; }

@media (min-width: 768px) {
  .mobile-filter-sidebar {
    left: 0 !important; }
  .mobile-filter-bar {
    display: none; }
  .closeFilter {
    display: none; } }

@media (max-width: 767px) {
  .jobs-s-tag {
    margin-bottom: 4px; }
  .hide-xs {
    display: none; }
  .btn-block-sm {
    display: block;
    width: 100%; }
  .closeFilter {
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 30px;
    z-index: 2147483647; }
  .menu-overly-mask {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    z-index: 1100; }
    .menu-overly-mask.is-visible {
      cursor: pointer;
      opacity: 0.5;
      visibility: visible;
      -webkit-backface-visibility: visible;
         -moz-backface-visibility: visible;
              backface-visibility: visible; }
  .mobile-filter-sidebar .inner-box {
    margin-bottom: 0;
    border-radius: 0 !important; }
  .page-sidebar.mobile-filter-sidebar {
    height: 100%;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1110;
    left: -251px; } }

.sInfo .company-logo-thumb {
  float: left;
  display: inline-block; }
  .sInfo .company-logo-thumb img {
    width: 140px; }

.sInfo .seller-info * {
  margin-bottom: 0;
  padding-bottom: 0; }

.overly-action {
  background-color: rgba(13, 44, 59, 0.7);
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 5px 20px;
  position: absolute;
  left: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
  -webkit-transition: all 0.25s linear 0s;
     -moz-transition: all 0.25s linear 0s;
       -o-transition: all 0.25s linear 0s;
          transition: all 0.25s linear 0s;
  visibility: hidden;
  width: auto;
  z-index: 10; }
  .overly-action a {
    color: #fff; }

.img-box {
  position: relative;
  display: block; }
  .img-box:hover .overly-action {
    color: #fff;
    opacity: 1;
    visibility: visible;
    background-color: rgba(13, 44, 59, 0.9); }

@media only screen and (max-width: 400px) {
  .sInfo .company-logo-thumb {
    float: none;
    display: block;
    width: 100%; }
    .sInfo .company-logo-thumb img {
      width: auto;
      max-width: 80%; } }

.hasOverly > div {
  background: rgba(0, 0, 0, 0.4); }

.row-featured-company .f-category h6 {
  color: #777;
  font-size: 12px;
  text-transform: none; }
  .row-featured-company .f-category h6 .company-name {
    color: #369; }

.filter-content label {
  padding-left: 5px; }

.jobs-details-info ul {
  margin-left: 20px; }
  .jobs-details-info ul li {
    list-style: outside disc;
    margin-left: 14px; }

.job-summery ul li {
  margin-bottom: 10px; }

.cInfo-right > div:first-child {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .category-content .form-horizontal .control-label {
    margin-bottom: 0;
    text-align: right; } }

.intro-modern {
  height: 600px;
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .intro-modern {
      height: auto;
      padding: 80px 0; } }
  .intro-modern .inner {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 3;
    position: relative; }
    @media (max-width: 767px) {
      .intro-modern .inner .search-col {
        margin-bottom: 15px; }
        .intro-modern .inner .search-col:last-child {
          margin-bottom: 0; } }
  .intro-modern .btn {
    text-shadow: none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px; }

.blue-overlay {
  background: #9c00ff;
  background: -webkit-linear-gradient(left, #9c00ff 0%, #03ffcd 100%);
  background: -moz- oldlinear-gradient(left, #9c00ff 0%, #03ffcd 100%);
  background: -o-linear-gradient(left, #9c00ff 0%, #03ffcd 100%);
  background: linear-gradient(to right, #9c00ff 0%, #03ffcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c00ff', endColorstr='#03ffcd', GradientType=1);
  opacity: .7; }

.layer-bg {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bg-slider-wrapper {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0f0f0f; }
  .bg-slider-wrapper .bg-item {
    height: 100%;
    background-size: cover; }
  .bg-slider-wrapper .bx-wrapper, .bg-slider-wrapper .bx-viewport {
    height: 100% !important;
    width: 100%;
    box-shadow: 0 !important;
    border: none !important;
    background: none !important; }
  .bg-slider-wrapper .bg-slider {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
    height: 100% !important; }

.section-ev {
  padding: 60px 0 0;
  display: inline-block;
  width: 100%; }
  .section-ev.event-listing {
    padding-bottom: 60px; }
  .section-ev.event-category {
    border-top: solid 1px var(--border-color);
    padding-top: 10px;
    padding-bottom: 30px; }
  @media (max-width: 767px) {
    .section-ev {
      padding-top: 30px; } }

.event-item-col {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .event-item-col {
      margin-bottom: 20px; } }

.card-event {
  overflow: hidden; }
  @media (max-width: 767px) {
    .event-featured .card-event {
      margin-bottom: 15px; } }
  .card-event h4 {
    font-size: 18px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0;
    overflow: hidden;
    white-space: normal;
    padding: 0; }
  .card-event .event-badges {
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transition: all 0.3s ease 0.1s;
       -moz-transition: all 0.3s ease 0.1s;
         -o-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s; }
    .card-event .event-badges .badge {
      font-weight: lighter;
      letter-spacing: 0.3px;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      padding: 3px 6px;
      border-radius: 2px; }
      .card-event .event-badges .badge.price-tag {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
        padding: 3px 6px;
        line-height: 1; }
        .card-event .event-badges .badge.price-tag.big {
          font-size: 12px;
          font-weight: 600;
          background: #f3f3f3;
          line-height: 1;
          color: #000;
          font-family: "Roboto", Helvetica, Arial, sans-serif;
          padding: 6px 14px;
          text-transform: uppercase;
          letter-spacing: 1px;
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1); }
  .card-event .event-pop-link {
    visibility: hidden;
    display: block;
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.25s ease 0.15s;
       -moz-transition: all 0.25s ease 0.15s;
         -o-transition: all 0.25s ease 0.15s;
            transition: all 0.25s ease 0.15s;
    color: #fff; }
  .card-event .img {
    position: relative; }
    .card-event .img.has-background {
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
  .card-event:not(.featured) {
    height: 100%; }
    .card-event:not(.featured) .card-title {
      min-height: 48px;
      line-height: 24px; }
      @media (max-width: 767px) {
        .card-event:not(.featured) .card-title {
          font-size: 14px;
          line-height: 1.4;
          min-height: 10px; } }
      .card-event:not(.featured) .card-title::first-letter {
        text-transform: uppercase; }
      .card-event:not(.featured) .card-title a {
        color: #292b2c; }
  .card-event.info-overlay .event-pop-info {
    z-index: 3;
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-70%);
       -moz-transform: translateY(-70%);
         -o-transform: translateY(-70%);
            transform: translateY(-70%);
    -webkit-transition: all 0.3s ease 0.15s;
       -moz-transition: all 0.3s ease 0.15s;
         -o-transition: all 0.3s ease 0.15s;
            transition: all 0.3s ease 0.15s;
    width: 100%; }
    .card-event.info-overlay .event-pop-info .price {
      font-size: 1.4rem;
      font-weight: bold; }
    .card-event.info-overlay .event-pop-info p {
      display: block;
      margin-bottom: 5px; }
    .card-event.info-overlay .event-pop-info .time {
      font-size: 12px;
      font-weight: 300;
      opacity: .7; }
  .card-event.info-overlay:hover .event-pop-link, .card-event.info-overlay.overlay-visible .event-pop-link {
    visibility: visible !important;
    opacity: 1;
    display: block; }
    .card-event.info-overlay:hover .event-pop-link .event-pop-info, .card-event.info-overlay.overlay-visible .event-pop-link .event-pop-info {
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .card-event.info-overlay:hover .event-badges, .card-event.info-overlay.overlay-visible .event-badges {
    top: 15px;
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important; }
  .card-event.info-overlay:not(.featured):hover .pop-info .event-badges {
    visibility: hidden !important;
    opacity: 0 !important; }
  .card-event.info-overlay.card-category .event-pop-link {
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.35); }
  .card-event.info-overlay.card-category .ec-title {
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
    font-size: 1.3rem;
    line-height: normal;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .card-event.info-overlay.card-category .ec-title {
        font-size: .9rem;
        line-height: normal; } }
  .card-event.info-overlay.card-category:hover .ec-title {
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .card-event.info-overlay.card-category:hover .ec-title {
        font-size: 1.2rem; } }
  .card-event.info-overlay.card-category:hover .event-pop-link {
    background-color: rgba(0, 0, 0, 0.45); }
  .card-event.featured .event-badges {
    opacity: 0; }
  .card-event.featured .card-img-top {
    position: relative;
    z-index: 1; }
  .card-event.featured .card-body {
    padding: 20px 15px; }
    @media (max-width: 767px) {
      .card-event.featured .card-body {
        padding: 10px 15px; } }
    .card-event.featured .card-body h4 {
      font-size: 16px;
      line-height: 20px;
      padding: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .card-event.featured .card-body h4 {
          min-height: 40px; } }
      @media (max-width: 575px) {
        .card-event.featured .card-body h4 {
          font-size: 13px;
          line-height: 1.4; } }
      .card-event.featured .card-body h4 a {
        color: #292b2c; }
  .card-event .card-event-info {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis; }
    .card-event .card-event-info .event-location a {
      color: #999999; }
    .card-event .card-event-info p {
      margin-bottom: 5px;
      padding: 0; }
  .card-event .card-footer {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset;
    background-color: rgba(0, 0, 0, 0.01); }
    .card-event .card-footer .left {
      font-size: 12px;
      color: #999999; }
      .card-event .card-footer .left a {
        color: #464a4c;
        font-weight: 600; }
    .card-event .card-footer .social-link a {
      display: inline-block;
      margin-left: 10px;
      font-size: 16px;
      color: #464a4c;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
      .card-event .card-footer .social-link a:hover {
        color: #999999;
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05); }

.event-category-list:not(.has-list-view) .card-event .card-body .card-footer, .event-category-list:not(.has-list-view) .card-event .card-body .badge.price-tag {
  display: none; }

.event-category-list .card-event .event-pop-info {
  font-size: 12px; }
  .event-category-list .card-event .event-pop-info p {
    margin-bottom: 3px; }
  .event-category-list .card-event .event-pop-info .price {
    font-size: 1rem; }

.has-list-view .event-item-col {
  width: 100%;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%; }
  .has-list-view .event-item-col .card-event {
    height: auto;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row; }
    @media (max-width: 767px) {
      .has-list-view .event-item-col .card-event > .card-footer, .has-list-view .event-item-col .card-event .badge.price-tag {
        display: none; }
      .has-list-view .event-item-col .card-event .event-pop-info > p {
        font-size: .95rem; }
      .has-list-view .event-item-col .card-event .card-body .card-title {
        padding-right: 45px; }
      .has-list-view .event-item-col .card-event .card-body .badge.price-tag {
        display: block;
        position: absolute;
        top: 20px;
        right: 12px;
        font-size: .85rem; }
      .has-list-view .event-item-col .card-event .card-body .card-footer {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between;
        padding: 0;
        margin-top: 5px; } }
    @media (min-width: 0) and (max-width: 500px) {
      .has-list-view .event-item-col .card-event .card-title {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .has-list-view .event-item-col .card-event .card-body > p {
        font-size: 0.75rem; } }
    .has-list-view .event-item-col .card-event .img.has-background {
      max-width: 30%; }
      @media (min-width: 0) and (max-width: 500px) {
        .has-list-view .event-item-col .card-event .img.has-background {
          max-width: 35%; } }
    .has-list-view .event-item-col .card-event .card-footer {
      border: 0;
      box-shadow: none;
      background: none; }
      .has-list-view .event-item-col .card-event .card-footer .left {
        float: right;
        margin-bottom: 10px; }

.event-rating {
  margin-top: 5px; }
  .event-rating .star .fa {
    font-size: 85%; }
  .event-rating .review-count {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: .7; }

.section-header {
  padding: 40px 0 35px; }
  .section-header .title {
    font-size: 1.5rem;
    line-height: 1.1;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold; }
    @media (max-width: 991px) {
      .section-header .title {
        font-size: 1.3rem; } }
    @media (max-width: 991px) {
      .section-header .title {
        font-size: 1.1rem; } }
    @media (max-width: 767px) {
      .section-header .title {
        font-size: 1.3rem; } }
  @media (max-width: 767px) {
    .section-header {
      padding: 30px 0 30px; } }

.event-filters-wrapper .row {
  margin: 0; }
  @media (max-width: 767px) {
    .event-filters-wrapper .row {
      margin-left: -5px;
      margin-right: -5px; } }
  .event-filters-wrapper .row > div {
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 767px) {
      .event-filters-wrapper .row > div.btn-group {
        margin-bottom: 10px; } }

.align-center {
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.listing-title-holder {
  border-top: solid 2px #ddd; }

@media (max-width: 767px) {
  .event-title-holder {
    margin-bottom: 20px; } }

.ev-share {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
  padding: 60px 0 0;
  background: -webkit-linear-gradient(top, transparent 36%, rgba(0, 0, 0, 0.9) 100%);
  background: -moz- oldlinear-gradient(top, transparent 36%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, transparent 36%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 36%, rgba(0, 0, 0, 0.9) 100%); }
  .ev-share .social-links {
    float: right;
    padding: 20px; }
    .ev-share .social-links a {
      color: #fff;
      font-size: 1rem;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: .8; }
      .ev-share .social-links a:hover {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 1; }
    .ev-share .social-links .share-text {
      text-transform: uppercase;
      letter-spacing: 0;
      opacity: 0;
      -webkit-transition: all 0.25s ease-in-out;
         -moz-transition: all 0.25s ease-in-out;
           -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out;
      font-size: 12px;
      color: #a8b2b9; }

.ev-image {
  display: block;
  position: relative; }
  .ev-image img {
    width: 100%;
    border-radius: 3px 3px 0 0; }
  .ev-image:hover .share-text {
    opacity: 1;
    letter-spacing: 2px; }

.event-details-title {
  padding: 30px;
  background: #fff;
  border-bottom: solid 1px var(--border-color); }
  @media (max-width: 767px) {
    .event-details-title {
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      height: auto;
      clear: both;
      padding-bottom: 10px; } }
  .event-details-title .title {
    position: relative;
    display: block;
    padding-right: 130px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .event-details-title .title {
        padding-right: 0; } }

.ads-details-wrapper.event {
  padding: 30px 30px 15px;
  border-radius: 0 0 7px 7px; }

.block-cell {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 15px;
  position: relative;
  width: 100%;
  border: solid 1px var(--border-color);
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .block-cell .title {
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #999999;
    font-size: 13px;
    padding: 0;
    line-height: normal; }
  .block-cell .name {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    line-height: normal; }
  .block-cell .rating {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #2ECC71;
    color: #2ECC71;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 2px; }
  .block-cell .cell-media {
    width: 60px; }
    .block-cell .cell-media img {
      width: 100%;
      border-radius: 6px; }
  .block-cell .cell-content {
    padding-left: 20px; }

.ev-info-details {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  .ev-info-details .ev-icon {
    vertical-align: top;
    margin: 5px 15px 0 0;
    font-size: 18px;
    color: #636c72; }
  .ev-info-details .ev-details {
    margin: 2px auto 0;
    overflow: hidden;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
    color: #636c72; }

.ev-action {
  border-top: solid 1px var(--border-color);
  padding: 20px; }
  .ev-action .btn {
    margin-bottom: 10px; }
  .ev-action p {
    margin-bottom: 0;
    padding-bottom: 0; }

.seller-profile-img {
  float: left;
  width: 100px;
  margin-right: 15px; }

.seller-social-list .share-this-post {
  margin: 10px 0; }

.dl-horizontal dt {
  clear: left;
  color: #777;
  float: left;
  font-weight: normal;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
  word-wrap: normal;
  margin-top: 5px; }

.dl-horizontal dd {
  margin-top: 5px; }

@media (min-width: 768px) and (max-width: 990px) {
  .list-user-list li {
    width: 50%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 500px) {
  .list-user-list li {
    width: 50%;
    margin-bottom: 10px; } }

.list-user-list li {
  float: left;
  display: inline-block;
  width: 33.33%;
  margin-bottom: 10px; }
  .list-user-list li img {
    max-height: 60px;
    max-width: 60px;
    display: block;
    margin: 0 auto; }
    .list-user-list li img.img-circle {
      border-radius: 6px; }

img {
  max-width: 100%; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.float-right, .pull-right {
  float: right; }

.float-left, .pull-left {
  float: left; }

.d-inline-b {
  display: inline-block; }

@media (max-width: 767px) {
  .btn-block-sm {
    display: block !important;
    width: 100%; } }

@media (max-width: 991px) {
  .btn-block-md {
    display: block !important;
    width: 100%; } }

.hidden, .hide {
  display: none; }
  @media (max-width: 991px) {
    .hidden-md, .hide-md {
      display: none !important; } }
  @media (max-width: 991px) {
    .hidden-sm, .hide-sm {
      display: none !important; } }
  @media (max-width: 991px) {
    .hidden-xs, .hide-xs {
      display: none !important; } }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-default {
    background-color: #777; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px; }
  .panel-body {
    padding: 15px; }
  .panel-details {
    border: solid 1px #ddd;
    background: #f8f8f8;
    position: relative;
    font-size: 13px; }
    .panel-details ul li {
      margin-bottom: 3px;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
      .panel-details ul li strong {
        font-weight: bolder;
        text-transform: uppercase;
        margin-right: 3px; }

@media (min-width: 577px) and (max-width: 980px) {
  .container {
    max-width: 100%; } }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-repeat: repeat-x; }
    .carousel-control.left:hover {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-repeat: repeat-x; }
  .carousel-control.right {
    left: auto;
    right: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x; }
    .carousel-control.right:hover {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    text-decoration: none; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.tooltip-inner {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important; }

#wrapper {
  -webkit-transition: padding 0.2s ease;
     -moz-transition: padding 0.2s ease;
       -o-transition: padding 0.2s ease;
          transition: padding 0.2s ease; }

.locations-list.list-filter .float-right {
  float: right; }

.cat-pag {
  display: inline-block; }

/* TERMS & CONDITION */
.container-content {
  display: block;
  clear: both; }

ul.list-number {
  margin-left: 30px; }
  ul.list-number li {
    list-style: unset none decimal; }

.themeControll {
  background: #2d3e50;
  height: auto;
  width: 170px;
  position: fixed;
  left: 0;
  padding: 20px 0 0;
  top: 100px;
  z-index: 999999;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
     -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
       -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
          transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99); }
  .themeControll.active {
    display: block;
    -webkit-transform: translateX(-170px);
       -moz-transform: translateX(-170px);
         -o-transform: translateX(-170px);
            transform: translateX(-170px);
    -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
       -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
         -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
            transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99); }
  .themeControll h3 > a {
    color: white;
    font-size: 14px; }
  .themeControll .linkinner a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    clear: both;
    color: #fff;
    display: block;
    font-size: 13px;
    height: auto;
    line-height: 16px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-left: 10px;
    text-transform: capitalize;
    width: auto;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
  .themeControll .nicescroll-cursors {
    background-color: rgba(255, 255, 255, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important; }

.tbtn {
  background: #2d3e50;
  color: #fff !important;
  font-size: 30px;
  height: auto;
  padding: 10px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  cursor: pointer; }

.linkinner {
  display: block;
  height: 400px;
  margin-top: 15px;
  overflow-y: auto;
  padding-bottom: 15px;
  padding-right: 10px; }

.linkScroll .scroller-bar {
  width: 17px;
  background: #1d2e40 !important;
  border-color: #1d2e40 !important; }

.linkScroll .scroller-track {
  background: #1d2e40 !important;
  border-color: #1d2e40 !important; }

@media (max-width: 780px) {
  .themeControll {
    display: none; } }

.card-elements hr {
  margin: 30px 0; }

.card-elements h3 {
  text-transform: uppercase;
  font-weight: bold; }

table.checkboxtable td, table.checkboxtable th {
  border-top: solid 1px #ddd; }

@media (min-width: 768px) {
  .form-horizontal .col-form-label {
    text-align: right; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 767px) {
  .mobile-only {
    display: block; } }

@media (min-width: 768px) {
  .mobile-only-inline {
    display: none !important; } }

@media (max-width: 767px) {
  .mobile-only-inline {
    display: inline-block; } }

.message-list .list-group-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }
  .message-list .list-group-item:hover {
    box-shadow: inset 1px 0 0 #dfdfdf, inset 1px 0 0 #dfdfdf, 0 0px 1px 0 rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.1); }
  .message-list .list-group-item .form-check {
    padding-left: 0;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    justify-items: center;
    -webkit-align-self: center;
            align-self: center; }
    .message-list .list-group-item .form-check .custom-control {
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
  .message-list .list-group-item .list-box-user {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 12%; }
    .message-list .list-group-item .list-box-user img {
      border: solid 1px var(--border-color);
      padding: 2px;
      border-radius: 2px; }
    .message-list .list-group-item .list-box-user .name {
      font-size: 11px;
      font-weight: 500;
      margin-top: 2px;
      text-overflow: ellipsis;
      width: 110%;
      white-space: nowrap;
      overflow: hidden; }
      .message-list .list-group-item .list-box-user .name i {
        font-size: 10px;
        margin-right: 3px; }
        .message-list .list-group-item .list-box-user .name i.online {
          color: #2ECC71; }
        .message-list .list-group-item .list-box-user .name i.offline {
          color: #636c72; }
  .message-list .list-group-item .list-box-content {
    width: 75%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-font-smoothing: antialiased; }
    .message-list .list-group-item .list-box-content .title {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #292b2c;
      font-size: .875rem;
      letter-spacing: .2px;
      text-overflow: ellipsis;
      width: 95%;
      white-space: nowrap;
      overflow: hidden; }
    .message-list .list-group-item .list-box-content .message-text {
      color: #292b2c;
      font-size: 12px;
      max-width: 80%;
      font-weight: bold; }
    .message-list .list-group-item .list-box-content .time {
      font-size: 11px;
      color: #636c72;
      margin-top: 5px; }
  .message-list .list-group-item .list-box-action {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
            justify-content: space-evenly; }
    .message-list .list-group-item .list-box-action a {
      color: #292b2c; }
      .message-list .list-group-item .list-box-action a:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1); }
  .message-list .list-group-item.seen .list-box-content .title {
    font-weight: normal; }
  .message-list .list-group-item.seen .list-box-content .message-text {
    font-weight: normal; }

.inbox-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }
  @media (max-width: 767px) {
    .inbox-nav {
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
              flex-direction: row;
      margin-bottom: 15px;
      border: solid 1px var(--border-color); } }
  .inbox-nav li.active, .inbox-nav li:hover {
    background: #f5f5f5; }
    .inbox-nav li.active a, .inbox-nav li:hover a {
      font-weight: bold; }
  .inbox-nav li a {
    color: #292b2c;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
    .inbox-nav li a .badge {
      color: #636c72;
      font-weight: normal; }

.message-tool-bar-right .count-message {
  margin-right: 10px; }

@media (min-width: 768px) {
  .chat-row {
    border-left: solid 1px var(--border-color); } }

.user-bar-top {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.user-top-comp {
  width: 100%; }
  .user-top-comp > div {
    width: 100%; }

.user-top {
  max-width: 80%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-self: flex-end;
          align-self: flex-end; }
  @media (max-width: 767px) {
    .user-top {
      max-width: 60%; } }
  .user-top p {
    margin: 0;
    padding: 0; }

.message-chat-history {
  display: block;
  max-height: 400px;
  overflow-y: auto; }

.chat-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 15px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: left; }
  .chat-item .chat-item-content {
    max-width: 55%; }
  .chat-item .msg-img {
    margin-bottom: 3px; }
    .chat-item .msg-img img {
      max-width: 100%;
      width: 100%;
      border-radius: 1.3em;
      border: solid 1px #f1f0f0; }
  .chat-item .time-and-date {
    display: block;
    font-size: 10px;
    margin: 8px 0 0 12px;
    color: #636c72; }
  .chat-item .msg {
    color: black;
    margin: 1px 0;
    clear: left;
    border: 1.3em;
    word-wrap: break-word;
    padding: 6px 12px;
    border-radius: 1.3em 1.3em 1.3em .3em; }
    .chat-item .msg p {
      margin: 0;
      padding-bottom: 0; }
  .chat-item .object-user-img {
    -webkit-align-self: flex-end;
            align-self: flex-end; }
    .chat-item .object-user-img img {
      max-height: 60px;
      max-width: 60px;
      border: solid 1px var(--border-color);
      border-radius: 50%;
      overflow: hidden;
      display: block;
      padding: 0; }
  .chat-item.object-user {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row; }
    .chat-item.object-user .chat-item-content {
      margin-left: 10px; }
    .chat-item.object-user .msg {
      background-color: #f1f0f0; }
  .chat-item.object-me {
    text-align: right;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse; }
    .chat-item.object-me .msg {
      clear: right;
      display: inline-block;
      border-radius: 1.3em 1.3em .3em 1.3em;
      background: #2ECC71;
      color: #fff; }

.type-message {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 15px; }
  .type-message .type-form {
    width: 100%;
    position: relative;
    border-top: solid 1px var(--border-color); }
    .type-message .type-form .form-control {
      width: 100%;
      border: 0 !important;
      box-shadow: none !important; }
    .type-message .type-form .button-wrap {
      position: absolute;
      right: 0;
      top: 0; }
      .type-message .type-form .button-wrap .btn {
        border: 0 !important;
        box-shadow: none !important; }

.message-compose .type-form {
  border: none !important; }

.message-compose textarea {
  height: 300px;
  border: solid 1px var(--border-color) !important; }

.type-form-footer {
  padding-top: 10px; }
  .type-form-footer .btn {
    margin-right: 5px; }

@media (max-width: 991px) {
  .list-title a {
    font-size: 16px; } }

@media (max-width: 979px) {
  .intro {
    height: 300px; }
  .inner-box {
    padding: 20px 10px; }
  .user-panel-sidebar ul li a {
    padding: 5px 4px;
    font-size: 11px; } }

@media (min-width: 768px) {
  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    text-indent: -9999px;
    opacity: 0; } }

@media (max-width: 767px) {
  .country-map {
    margin: 15px 0; }
  .intro {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px; }
    .intro.has-map {
      height: auto;
      padding-bottom: 40px;
      padding-top: 40px; }
    .intro.jobs-intro {
      padding-top: 0;
      padding-bottom: 0;
      height: auto; }
    .intro .col-sm-4 {
      margin-bottom: 15px; }
  h1 {
    font-size: 24px;
    line-height: 25px; }
  h2 {
    font-size: 20px;
    line-height: 24px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  h4 {
    font-size: 16px;
    line-height: 18px; }
  .hidden-xs {
    display: none !important;
    visibility: hidden !important; }
  .text-center-xs {
    text-align: center; }
  .table-action {
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 0; }
  .search-row-wrapper .col-md-3 {
    margin-bottom: 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: 100%; }
  .search-row-wrapper .selecter {
    max-width: 100%; }
  .cat-list {
    margin-bottom: 15px; }
    .cat-list ul {
      display: none; }
  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: 0;
    opacity: 1;
    cursor: pointer; }
  .xs-gap {
    margin-bottom: 15px; }
  .icon-down-open-big {
    display: inherit;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
    .icon-down-open-big.active-panel {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
  .hasOverly > div {
    padding-bottom: 40px;
    padding-top: 40px; }
  .navbar-default .navbar-nav > li > a.btn-post {
    color: #fff; } }

@media (max-width: 580px) {
  .hdata {
    display: inline-block;
    margin-right: 4px;
    width: 80px; }
  .useradmin {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .page-content .table-bordered {
    border-top: solid 1px var(--border-color); } }

@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-6 {
    width: 50%; }
  .text-center-xxs {
    text-align: center; }
  .text-center-480 {
    text-align: center; }
  .userImg {
    width: 54px; }
  .table-action {
    text-align: center; }
  .table-search {
    margin-top: 10px;
    padding: 0;
    width: 100%; }
  .header-data {
    border-top: solid 1px var(--border-color);
    margin-top: 10px;
    padding-top: 10px; }
  .tab-filter .select-sort-by {
    margin-right: 10px;
    margin-top: 9px;
    min-width: 115px !important; }
  .tab-filter .selecter-item {
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px; }
  .tab-filter .selecter-selected:after {
    right: 4px; }
  .select-sort-by .selecter-selected {
    font-size: 11px;
    padding: 4.5px 8px; } }

@media (max-width: 320px) {
  .hdata {
    display: inline-block;
    margin-right: 2px;
    width: 70px; }
    .hdata i {
      border-radius: 50px;
      box-shadow: 0 0 1px #777 inset;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      width: 30px; }
  .container {
    min-width: 300px; }
  body {
    min-width: 300px; }
  html {
    min-width: 300px; }
  .navbar .container {
    padding-left: 5px; } }

@media (max-width: 300px) {
  .container {
    width: 300px; }
  body {
    width: 300px; }
  html {
    width: 300px; } }

@media only screen and (max-width: 400px) {
  .tab-filter {
    width: 100px;
    right: 5px; }
    .tab-filter .select-sort-by {
      min-width: 80px !important;
      width: 100% !important; }
  .nav-tabs.add-tabs > li > a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px; }
  .select-sort-by .selecter-selected {
    font-size: 9px; } }

.navbar-site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }

@media (min-width: 768px) {
  .navbar-demo .nav-demo {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .navbar-demo .nav-demo li a.btn-secondary.nav-link {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 767px) {
  .navbar-demo .navbar-toggle {
    margin-top: 20px; } }

.demo-intro .intro-title {
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: lighter;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  html[dir="rtl"] body .demo-intro .intro-title, .demo-intro html[dir="rtl"] body .intro-title {
    font-family: 'Cairo', sans-serif;
    line-height: 1.4; }

.demo-intro {
  min-height: 350px;
  position: relative;
  text-align: center;
  height: 90vh;
  padding: 0 !important; }
  @media (max-width: 575px) {
    .demo-intro .intro-title {
      font-size: 28px; } }
  .demo-intro p.sub {
    max-width: 600px;
    display: inline-block;
    margin: 0 auto; }
  .demo-intro .dtable {
    z-index: 2; }
  @media (min-width: 0) and (max-width: 768px) {
    .demo-intro .container {
      padding: 50px; } }

.gradient-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: .65;
  right: 0;
  z-index: 0;
  background: #30E8BF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF8235, #30E8BF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(left, #FF8235, #30E8BF);
  background: -moz- oldlinear-gradient(left, #FF8235, #30E8BF);
  background: -o-linear-gradient(left, #FF8235, #30E8BF);
  background: linear-gradient(to right, #FF8235, #30E8BF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.btn-round {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 30px;
  background: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  border: white 1px solid;
  z-index: 5;
  border-radius: 100px; }

.btn-box {
  margin-top: 40px; }
  .btn-box .btn {
    margin: 5px; }

.section.demo {
  padding: 120px 0;
  background: #fff; }
  @media (min-width: 0) and (max-width: 768px) {
    .section.demo {
      padding: 60px 0; } }

.demo-featured {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 60px; }
  .demo-featured h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase; }
  @media (min-width: 0) and (max-width: 767px) {
    .demo-featured {
      margin-top: 10px;
      margin-bottom: 30px; }
      .demo-featured h4 {
        font-size: 14px;
        letter-spacing: 0.0px; } }
  .demo-featured a {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    max-width: 90%;
    padding: 30px;
    margin: 0 auto;
    max-height: 382px; }
    .demo-featured a img {
      max-width: 100%;
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease; }
    .demo-featured a:hover img {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.3); }
    @media (min-width: 0) and (max-width: 767px) {
      .demo-featured a {
        height: 210px;
        overflow: hidden;
        padding: 0; } }

.demo-section-footer {
  margin-top: 40px;
  text-align: center;
  width: 100%; }
  .demo-section-footer .btn-round {
    border-color: #ccc; }
    .demo-section-footer .btn-round:hover {
      border-color: transparent; }

#featured-rtl {
  border-top: solid 1px #dddddd; }

@-webkit-keyframes bg {
  0% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../images/demo/bg/dark.jpg); } }

@-moz-keyframes bg {
  0% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../images/demo/bg/dark.jpg); } }

@-o-keyframes bg {
  0% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../images/demo/bg/dark.jpg); } }

@keyframes bg {
  0% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../images/demo/bg/dark.jpg); } }

@-webkit-keyframes bg-2 {
  0% {
    background-image: url(../../images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../images/demo/bg/white.jpg); } }

@-moz-keyframes bg-2 {
  0% {
    background-image: url(../../images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../images/demo/bg/white.jpg); } }

@-o-keyframes bg-2 {
  0% {
    background-image: url(../../images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../images/demo/bg/white.jpg); } }

@keyframes bg-2 {
  0% {
    background-image: url(../../images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../images/demo/bg/white.jpg); } }

.section-dark-mode {
  height: auto;
  background: #000;
  padding: 80px 0;
  background-color: #000000;
  background-image: -webkit-linear-gradient(135deg, #000000 0%, #414141 74%);
  background-image: -moz- oldlinear-gradient(135deg, #000000 0%, #414141 74%);
  background-image: -o-linear-gradient(135deg, #000000 0%, #414141 74%);
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%); }
  .section-dark-mode h1 {
    color: white; }
  .section-dark-mode .text-hr {
    background: white; }
  .section-dark-mode .section-bg {
    height: auto;
    width: 800px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .section-dark-mode .section-bg {
        max-width: 80%; } }
  .section-dark-mode .left, .section-dark-mode .right {
    height: 100%;
    width: 50%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 38%;
    -webkit-animation-duration: 4s;
       -moz-animation-duration: 4s;
         -o-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .section-dark-mode .left {
    -webkit-animation-name: bg;
       -moz-animation-name: bg;
         -o-animation-name: bg;
            animation-name: bg; }
  .section-dark-mode .right {
    -webkit-animation-name: bg-2;
       -moz-animation-name: bg-2;
         -o-animation-name: bg-2;
            animation-name: bg-2; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 6px; }

.rounded-top {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

.rounded-right {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.rounded-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.rounded-left {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.margin-top-bottom--xs {
  margin-top: 8px;
  margin-bottom: 8px; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.bg-faded {
  background-color: #d5d5d5; }

.bg-primary {
  background-color: #16A085 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #107360 !important; }

.bg-success {
  background-color: #2ECC71 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #25a25a !important; }

.bg-info {
  background-color: #e4cb65 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #dcbc3a !important; }

.bg-warning {
  background-color: #F1C40F !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #c29d0b !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #34495E !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #22303d !important; }

.shape {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 42px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 42px; }

.logo:hover .ln-shadow-logo {
  -webkit-transition: text-shadow 0.25s ease;
     -moz-transition: text-shadow 0.25s ease;
       -o-transition: text-shadow 0.25s ease;
          transition: text-shadow 0.25s ease;
  background-color: #16A085;
  text-shadow: 0px 0px #107360, 1px 1px #107360, 2px 2px #107360, 3px 3px #107360, 4px 4px #107360, 5px 5px #107360, 6px 6px #107360, 7px 7px #107360, 8px 8px #107360, 9px 9px #107360, 10px 10px #107360, 11px 11px #107360, 12px 12px #107360, 13px 13px #107360, 14px 14px #107360, 15px 15px #107360, 16px 16px #107360, 17px 17px #107360, 18px 18px #107360, 19px 19px #107360, 20px 20px #107360, 21px 21px #107360, 22px 22px #107360, 23px 23px #107360, 24px 24px #107360, 25px 25px #107360, 26px 26px #107360, 27px 27px #107360, 28px 28px #107360, 29px 29px #107360, 30px 30px #107360, 31px 31px #107360, 32px 32px #107360, 33px 33px #107360, 34px 34px #107360, 35px 35px #107360, 36px 36px #107360, 37px 37px #107360, 38px 38px #107360, 39px 39px #107360, 40px 40px #107360, 41px 41px #107360, 42px 42px #107360, 43px 43px #107360, 44px 44px #107360, 45px 45px #107360, 46px 46px #107360, 47px 47px #107360, 48px 48px #107360, 49px 49px #107360, 50px 50px #107360, 51px 51px #107360, 52px 52px #107360, 53px 53px #107360, 54px 54px #107360, 55px 55px #107360, 56px 56px #107360, 57px 57px #107360, 58px 58px #107360, 59px 59px #107360, 60px 60px #107360, 61px 61px #107360, 62px 62px #107360, 63px 63px #107360, 64px 64px #107360, 65px 65px #107360, 66px 66px #107360, 67px 67px #107360, 68px 68px #107360, 69px 69px #107360, 70px 70px #107360, 71px 71px #107360, 72px 72px #107360, 73px 73px #107360, 74px 74px #107360, 75px 75px #107360, 76px 76px #107360, 77px 77px #107360, 78px 78px #107360, 79px 79px #107360, 80px 80px #107360, 81px 81px #107360, 82px 82px #107360, 83px 83px #107360, 84px 84px #107360, 85px 85px #107360, 86px 86px #107360, 87px 87px #107360, 88px 88px #107360, 89px 89px #107360, 90px 90px #107360, 91px 91px #107360, 92px 92px #107360, 93px 93px #107360, 94px 94px #107360, 95px 95px #107360, 96px 96px #107360, 97px 97px #107360, 98px 98px #107360, 99px 99px #107360, 100px 100px #107360, 101px 101px #107360, 102px 102px #107360, 103px 103px #107360, 104px 104px #107360, 105px 105px #107360, 106px 106px #107360, 107px 107px #107360, 108px 108px #107360, 109px 109px #107360, 110px 110px #107360, 111px 111px #107360, 112px 112px #107360, 113px 113px #107360, 114px 114px #107360, 115px 115px #107360, 116px 116px #107360, 117px 117px #107360, 118px 118px #107360, 119px 119px #107360, 120px 120px #107360, 121px 121px #107360, 122px 122px #107360, 123px 123px #107360, 124px 124px #107360, 125px 125px #107360, 126px 126px #107360, 127px 127px #107360, 128px 128px #107360, 129px 129px #107360, 130px 130px #107360, 131px 131px #107360, 132px 132px #107360, 133px 133px #107360, 134px 134px #107360, 135px 135px #107360, 136px 136px #107360, 137px 137px #107360, 138px 138px #107360, 139px 139px #107360, 140px 140px #107360, 141px 141px #107360, 142px 142px #107360, 143px 143px #107360, 144px 144px #107360, 145px 145px #107360, 146px 146px #107360, 147px 147px #107360, 148px 148px #107360, 149px 149px #107360, 150px 150px #107360, 151px 151px #107360, 152px 152px #107360, 153px 153px #107360, 154px 154px #107360, 155px 155px #107360, 156px 156px #107360, 157px 157px #107360, 158px 158px #107360, 159px 159px #107360, 160px 160px #107360, 161px 161px #107360, 162px 162px #107360, 163px 163px #107360, 164px 164px #107360, 165px 165px #107360, 166px 166px #107360, 167px 167px #107360, 168px 168px #107360, 169px 169px #107360, 170px 170px #107360, 171px 171px #107360, 172px 172px #107360, 173px 173px #107360, 174px 174px #107360, 175px 175px #107360, 176px 176px #107360, 177px 177px #107360, 178px 178px #107360, 179px 179px #107360, 180px 180px #107360, 181px 181px #107360, 182px 182px #107360, 183px 183px #107360, 184px 184px #107360, 185px 185px #107360, 186px 186px #107360, 187px 187px #107360, 188px 188px #107360, 189px 189px #107360, 190px 190px #107360, 191px 191px #107360, 192px 192px #107360, 193px 193px #107360, 194px 194px #107360, 195px 195px #107360, 196px 196px #107360, 197px 197px #107360, 198px 198px #107360, 199px 199px #107360, 200px 200px #107360; }

.ln-shadow {
  background-color: #16A085;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  color: #fff;
  display: inline-block;
  font-size: 26px;
  height: 48px;
  line-height: 46px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 48px;
  text-shadow: 0px 0px #138a72, 1px 1px #138a72, 2px 2px #138a72, 3px 3px #138a72, 4px 4px #138a72, 5px 5px #138a72, 6px 6px #138a72, 7px 7px #138a72, 8px 8px #138a72, 9px 9px #138a72, 10px 10px #138a72, 11px 11px #138a72, 12px 12px #138a72, 13px 13px #138a72, 14px 14px #138a72, 15px 15px #138a72, 16px 16px #138a72, 17px 17px #138a72, 18px 18px #138a72, 19px 19px #138a72, 20px 20px #138a72, 21px 21px #138a72, 22px 22px #138a72, 23px 23px #138a72, 24px 24px #138a72, 25px 25px #138a72, 26px 26px #138a72, 27px 27px #138a72, 28px 28px #138a72, 29px 29px #138a72, 30px 30px #138a72, 31px 31px #138a72, 32px 32px #138a72, 33px 33px #138a72, 34px 34px #138a72, 35px 35px #138a72, 36px 36px #138a72, 37px 37px #138a72, 38px 38px #138a72, 39px 39px #138a72, 40px 40px #138a72, 41px 41px #138a72, 42px 42px #138a72, 43px 43px #138a72, 44px 44px #138a72, 45px 45px #138a72, 46px 46px #138a72, 47px 47px #138a72, 48px 48px #138a72, 49px 49px #138a72, 50px 50px #138a72, 51px 51px #138a72, 52px 52px #138a72, 53px 53px #138a72, 54px 54px #138a72, 55px 55px #138a72, 56px 56px #138a72, 57px 57px #138a72, 58px 58px #138a72, 59px 59px #138a72, 60px 60px #138a72, 61px 61px #138a72, 62px 62px #138a72, 63px 63px #138a72, 64px 64px #138a72, 65px 65px #138a72, 66px 66px #138a72, 67px 67px #138a72, 68px 68px #138a72, 69px 69px #138a72, 70px 70px #138a72, 71px 71px #138a72, 72px 72px #138a72, 73px 73px #138a72, 74px 74px #138a72, 75px 75px #138a72, 76px 76px #138a72, 77px 77px #138a72, 78px 78px #138a72, 79px 79px #138a72, 80px 80px #138a72, 81px 81px #138a72, 82px 82px #138a72, 83px 83px #138a72, 84px 84px #138a72, 85px 85px #138a72, 86px 86px #138a72, 87px 87px #138a72, 88px 88px #138a72, 89px 89px #138a72, 90px 90px #138a72, 91px 91px #138a72, 92px 92px #138a72, 93px 93px #138a72, 94px 94px #138a72, 95px 95px #138a72, 96px 96px #138a72, 97px 97px #138a72, 98px 98px #138a72, 99px 99px #138a72, 100px 100px #138a72, 101px 101px #138a72, 102px 102px #138a72, 103px 103px #138a72, 104px 104px #138a72, 105px 105px #138a72, 106px 106px #138a72, 107px 107px #138a72, 108px 108px #138a72, 109px 109px #138a72, 110px 110px #138a72, 111px 111px #138a72, 112px 112px #138a72, 113px 113px #138a72, 114px 114px #138a72, 115px 115px #138a72, 116px 116px #138a72, 117px 117px #138a72, 118px 118px #138a72, 119px 119px #138a72, 120px 120px #138a72, 121px 121px #138a72, 122px 122px #138a72, 123px 123px #138a72, 124px 124px #138a72, 125px 125px #138a72, 126px 126px #138a72, 127px 127px #138a72, 128px 128px #138a72, 129px 129px #138a72, 130px 130px #138a72, 131px 131px #138a72, 132px 132px #138a72, 133px 133px #138a72, 134px 134px #138a72, 135px 135px #138a72, 136px 136px #138a72, 137px 137px #138a72, 138px 138px #138a72, 139px 139px #138a72, 140px 140px #138a72, 141px 141px #138a72, 142px 142px #138a72, 143px 143px #138a72, 144px 144px #138a72, 145px 145px #138a72, 146px 146px #138a72, 147px 147px #138a72, 148px 148px #138a72, 149px 149px #138a72, 150px 150px #138a72, 151px 151px #138a72, 152px 152px #138a72, 153px 153px #138a72, 154px 154px #138a72, 155px 155px #138a72, 156px 156px #138a72, 157px 157px #138a72, 158px 158px #138a72, 159px 159px #138a72, 160px 160px #138a72, 161px 161px #138a72, 162px 162px #138a72, 163px 163px #138a72, 164px 164px #138a72, 165px 165px #138a72, 166px 166px #138a72, 167px 167px #138a72, 168px 168px #138a72, 169px 169px #138a72, 170px 170px #138a72, 171px 171px #138a72, 172px 172px #138a72, 173px 173px #138a72, 174px 174px #138a72, 175px 175px #138a72, 176px 176px #138a72, 177px 177px #138a72, 178px 178px #138a72, 179px 179px #138a72, 180px 180px #138a72, 181px 181px #138a72, 182px 182px #138a72, 183px 183px #138a72, 184px 184px #138a72, 185px 185px #138a72, 186px 186px #138a72, 187px 187px #138a72, 188px 188px #138a72, 189px 189px #138a72, 190px 190px #138a72, 191px 191px #138a72, 192px 192px #138a72, 193px 193px #138a72, 194px 194px #138a72, 195px 195px #138a72, 196px 196px #138a72, 197px 197px #138a72, 198px 198px #138a72, 199px 199px #138a72, 200px 200px #138a72; }
  .ln-shadow.small {
    font-size: 70%;
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .ln-shadow.circle {
    border-radius: 50%; }

.shape-0, .ln-shadow-logo {
  background-color: #16A085;
  text-shadow: 0px 0px #138a72, 1px 1px #138a72, 2px 2px #138a72, 3px 3px #138a72, 4px 4px #138a72, 5px 5px #138a72, 6px 6px #138a72, 7px 7px #138a72, 8px 8px #138a72, 9px 9px #138a72, 10px 10px #138a72, 11px 11px #138a72, 12px 12px #138a72, 13px 13px #138a72, 14px 14px #138a72, 15px 15px #138a72, 16px 16px #138a72, 17px 17px #138a72, 18px 18px #138a72, 19px 19px #138a72, 20px 20px #138a72, 21px 21px #138a72, 22px 22px #138a72, 23px 23px #138a72, 24px 24px #138a72, 25px 25px #138a72, 26px 26px #138a72, 27px 27px #138a72, 28px 28px #138a72, 29px 29px #138a72, 30px 30px #138a72, 31px 31px #138a72, 32px 32px #138a72, 33px 33px #138a72, 34px 34px #138a72, 35px 35px #138a72, 36px 36px #138a72, 37px 37px #138a72, 38px 38px #138a72, 39px 39px #138a72, 40px 40px #138a72, 41px 41px #138a72, 42px 42px #138a72, 43px 43px #138a72, 44px 44px #138a72, 45px 45px #138a72, 46px 46px #138a72, 47px 47px #138a72, 48px 48px #138a72, 49px 49px #138a72, 50px 50px #138a72, 51px 51px #138a72, 52px 52px #138a72, 53px 53px #138a72, 54px 54px #138a72, 55px 55px #138a72, 56px 56px #138a72, 57px 57px #138a72, 58px 58px #138a72, 59px 59px #138a72, 60px 60px #138a72, 61px 61px #138a72, 62px 62px #138a72, 63px 63px #138a72, 64px 64px #138a72, 65px 65px #138a72, 66px 66px #138a72, 67px 67px #138a72, 68px 68px #138a72, 69px 69px #138a72, 70px 70px #138a72, 71px 71px #138a72, 72px 72px #138a72, 73px 73px #138a72, 74px 74px #138a72, 75px 75px #138a72, 76px 76px #138a72, 77px 77px #138a72, 78px 78px #138a72, 79px 79px #138a72, 80px 80px #138a72, 81px 81px #138a72, 82px 82px #138a72, 83px 83px #138a72, 84px 84px #138a72, 85px 85px #138a72, 86px 86px #138a72, 87px 87px #138a72, 88px 88px #138a72, 89px 89px #138a72, 90px 90px #138a72, 91px 91px #138a72, 92px 92px #138a72, 93px 93px #138a72, 94px 94px #138a72, 95px 95px #138a72, 96px 96px #138a72, 97px 97px #138a72, 98px 98px #138a72, 99px 99px #138a72, 100px 100px #138a72, 101px 101px #138a72, 102px 102px #138a72, 103px 103px #138a72, 104px 104px #138a72, 105px 105px #138a72, 106px 106px #138a72, 107px 107px #138a72, 108px 108px #138a72, 109px 109px #138a72, 110px 110px #138a72, 111px 111px #138a72, 112px 112px #138a72, 113px 113px #138a72, 114px 114px #138a72, 115px 115px #138a72, 116px 116px #138a72, 117px 117px #138a72, 118px 118px #138a72, 119px 119px #138a72, 120px 120px #138a72, 121px 121px #138a72, 122px 122px #138a72, 123px 123px #138a72, 124px 124px #138a72, 125px 125px #138a72, 126px 126px #138a72, 127px 127px #138a72, 128px 128px #138a72, 129px 129px #138a72, 130px 130px #138a72, 131px 131px #138a72, 132px 132px #138a72, 133px 133px #138a72, 134px 134px #138a72, 135px 135px #138a72, 136px 136px #138a72, 137px 137px #138a72, 138px 138px #138a72, 139px 139px #138a72, 140px 140px #138a72, 141px 141px #138a72, 142px 142px #138a72, 143px 143px #138a72, 144px 144px #138a72, 145px 145px #138a72, 146px 146px #138a72, 147px 147px #138a72, 148px 148px #138a72, 149px 149px #138a72, 150px 150px #138a72, 151px 151px #138a72, 152px 152px #138a72, 153px 153px #138a72, 154px 154px #138a72, 155px 155px #138a72, 156px 156px #138a72, 157px 157px #138a72, 158px 158px #138a72, 159px 159px #138a72, 160px 160px #138a72, 161px 161px #138a72, 162px 162px #138a72, 163px 163px #138a72, 164px 164px #138a72, 165px 165px #138a72, 166px 166px #138a72, 167px 167px #138a72, 168px 168px #138a72, 169px 169px #138a72, 170px 170px #138a72, 171px 171px #138a72, 172px 172px #138a72, 173px 173px #138a72, 174px 174px #138a72, 175px 175px #138a72, 176px 176px #138a72, 177px 177px #138a72, 178px 178px #138a72, 179px 179px #138a72, 180px 180px #138a72, 181px 181px #138a72, 182px 182px #138a72, 183px 183px #138a72, 184px 184px #138a72, 185px 185px #138a72, 186px 186px #138a72, 187px 187px #138a72, 188px 188px #138a72, 189px 189px #138a72, 190px 190px #138a72, 191px 191px #138a72, 192px 192px #138a72, 193px 193px #138a72, 194px 194px #138a72, 195px 195px #138a72, 196px 196px #138a72, 197px 197px #138a72, 198px 198px #138a72, 199px 199px #138a72, 200px 200px #138a72; }

.shape-1 {
  background-color: #2ECC71;
  text-shadow: 0px 0px #29b765, 1px 1px #29b765, 2px 2px #29b765, 3px 3px #29b765, 4px 4px #29b765, 5px 5px #29b765, 6px 6px #29b765, 7px 7px #29b765, 8px 8px #29b765, 9px 9px #29b765, 10px 10px #29b765, 11px 11px #29b765, 12px 12px #29b765, 13px 13px #29b765, 14px 14px #29b765, 15px 15px #29b765, 16px 16px #29b765, 17px 17px #29b765, 18px 18px #29b765, 19px 19px #29b765, 20px 20px #29b765, 21px 21px #29b765, 22px 22px #29b765, 23px 23px #29b765, 24px 24px #29b765, 25px 25px #29b765, 26px 26px #29b765, 27px 27px #29b765, 28px 28px #29b765, 29px 29px #29b765, 30px 30px #29b765, 31px 31px #29b765, 32px 32px #29b765, 33px 33px #29b765, 34px 34px #29b765, 35px 35px #29b765, 36px 36px #29b765, 37px 37px #29b765, 38px 38px #29b765, 39px 39px #29b765, 40px 40px #29b765, 41px 41px #29b765, 42px 42px #29b765, 43px 43px #29b765, 44px 44px #29b765, 45px 45px #29b765, 46px 46px #29b765, 47px 47px #29b765, 48px 48px #29b765, 49px 49px #29b765, 50px 50px #29b765, 51px 51px #29b765, 52px 52px #29b765, 53px 53px #29b765, 54px 54px #29b765, 55px 55px #29b765, 56px 56px #29b765, 57px 57px #29b765, 58px 58px #29b765, 59px 59px #29b765, 60px 60px #29b765, 61px 61px #29b765, 62px 62px #29b765, 63px 63px #29b765, 64px 64px #29b765, 65px 65px #29b765, 66px 66px #29b765, 67px 67px #29b765, 68px 68px #29b765, 69px 69px #29b765, 70px 70px #29b765, 71px 71px #29b765, 72px 72px #29b765, 73px 73px #29b765, 74px 74px #29b765, 75px 75px #29b765, 76px 76px #29b765, 77px 77px #29b765, 78px 78px #29b765, 79px 79px #29b765, 80px 80px #29b765, 81px 81px #29b765, 82px 82px #29b765, 83px 83px #29b765, 84px 84px #29b765, 85px 85px #29b765, 86px 86px #29b765, 87px 87px #29b765, 88px 88px #29b765, 89px 89px #29b765, 90px 90px #29b765, 91px 91px #29b765, 92px 92px #29b765, 93px 93px #29b765, 94px 94px #29b765, 95px 95px #29b765, 96px 96px #29b765, 97px 97px #29b765, 98px 98px #29b765, 99px 99px #29b765, 100px 100px #29b765, 101px 101px #29b765, 102px 102px #29b765, 103px 103px #29b765, 104px 104px #29b765, 105px 105px #29b765, 106px 106px #29b765, 107px 107px #29b765, 108px 108px #29b765, 109px 109px #29b765, 110px 110px #29b765, 111px 111px #29b765, 112px 112px #29b765, 113px 113px #29b765, 114px 114px #29b765, 115px 115px #29b765, 116px 116px #29b765, 117px 117px #29b765, 118px 118px #29b765, 119px 119px #29b765, 120px 120px #29b765, 121px 121px #29b765, 122px 122px #29b765, 123px 123px #29b765, 124px 124px #29b765, 125px 125px #29b765, 126px 126px #29b765, 127px 127px #29b765, 128px 128px #29b765, 129px 129px #29b765, 130px 130px #29b765, 131px 131px #29b765, 132px 132px #29b765, 133px 133px #29b765, 134px 134px #29b765, 135px 135px #29b765, 136px 136px #29b765, 137px 137px #29b765, 138px 138px #29b765, 139px 139px #29b765, 140px 140px #29b765, 141px 141px #29b765, 142px 142px #29b765, 143px 143px #29b765, 144px 144px #29b765, 145px 145px #29b765, 146px 146px #29b765, 147px 147px #29b765, 148px 148px #29b765, 149px 149px #29b765, 150px 150px #29b765, 151px 151px #29b765, 152px 152px #29b765, 153px 153px #29b765, 154px 154px #29b765, 155px 155px #29b765, 156px 156px #29b765, 157px 157px #29b765, 158px 158px #29b765, 159px 159px #29b765, 160px 160px #29b765, 161px 161px #29b765, 162px 162px #29b765, 163px 163px #29b765, 164px 164px #29b765, 165px 165px #29b765, 166px 166px #29b765, 167px 167px #29b765, 168px 168px #29b765, 169px 169px #29b765, 170px 170px #29b765, 171px 171px #29b765, 172px 172px #29b765, 173px 173px #29b765, 174px 174px #29b765, 175px 175px #29b765, 176px 176px #29b765, 177px 177px #29b765, 178px 178px #29b765, 179px 179px #29b765, 180px 180px #29b765, 181px 181px #29b765, 182px 182px #29b765, 183px 183px #29b765, 184px 184px #29b765, 185px 185px #29b765, 186px 186px #29b765, 187px 187px #29b765, 188px 188px #29b765, 189px 189px #29b765, 190px 190px #29b765, 191px 191px #29b765, 192px 192px #29b765, 193px 193px #29b765, 194px 194px #29b765, 195px 195px #29b765, 196px 196px #29b765, 197px 197px #29b765, 198px 198px #29b765, 199px 199px #29b765, 200px 200px #29b765; }

.shape-2 {
  background-color: #d9534f;
  text-shadow: 0px 0px #d43f3a, 1px 1px #d43f3a, 2px 2px #d43f3a, 3px 3px #d43f3a, 4px 4px #d43f3a, 5px 5px #d43f3a, 6px 6px #d43f3a, 7px 7px #d43f3a, 8px 8px #d43f3a, 9px 9px #d43f3a, 10px 10px #d43f3a, 11px 11px #d43f3a, 12px 12px #d43f3a, 13px 13px #d43f3a, 14px 14px #d43f3a, 15px 15px #d43f3a, 16px 16px #d43f3a, 17px 17px #d43f3a, 18px 18px #d43f3a, 19px 19px #d43f3a, 20px 20px #d43f3a, 21px 21px #d43f3a, 22px 22px #d43f3a, 23px 23px #d43f3a, 24px 24px #d43f3a, 25px 25px #d43f3a, 26px 26px #d43f3a, 27px 27px #d43f3a, 28px 28px #d43f3a, 29px 29px #d43f3a, 30px 30px #d43f3a, 31px 31px #d43f3a, 32px 32px #d43f3a, 33px 33px #d43f3a, 34px 34px #d43f3a, 35px 35px #d43f3a, 36px 36px #d43f3a, 37px 37px #d43f3a, 38px 38px #d43f3a, 39px 39px #d43f3a, 40px 40px #d43f3a, 41px 41px #d43f3a, 42px 42px #d43f3a, 43px 43px #d43f3a, 44px 44px #d43f3a, 45px 45px #d43f3a, 46px 46px #d43f3a, 47px 47px #d43f3a, 48px 48px #d43f3a, 49px 49px #d43f3a, 50px 50px #d43f3a, 51px 51px #d43f3a, 52px 52px #d43f3a, 53px 53px #d43f3a, 54px 54px #d43f3a, 55px 55px #d43f3a, 56px 56px #d43f3a, 57px 57px #d43f3a, 58px 58px #d43f3a, 59px 59px #d43f3a, 60px 60px #d43f3a, 61px 61px #d43f3a, 62px 62px #d43f3a, 63px 63px #d43f3a, 64px 64px #d43f3a, 65px 65px #d43f3a, 66px 66px #d43f3a, 67px 67px #d43f3a, 68px 68px #d43f3a, 69px 69px #d43f3a, 70px 70px #d43f3a, 71px 71px #d43f3a, 72px 72px #d43f3a, 73px 73px #d43f3a, 74px 74px #d43f3a, 75px 75px #d43f3a, 76px 76px #d43f3a, 77px 77px #d43f3a, 78px 78px #d43f3a, 79px 79px #d43f3a, 80px 80px #d43f3a, 81px 81px #d43f3a, 82px 82px #d43f3a, 83px 83px #d43f3a, 84px 84px #d43f3a, 85px 85px #d43f3a, 86px 86px #d43f3a, 87px 87px #d43f3a, 88px 88px #d43f3a, 89px 89px #d43f3a, 90px 90px #d43f3a, 91px 91px #d43f3a, 92px 92px #d43f3a, 93px 93px #d43f3a, 94px 94px #d43f3a, 95px 95px #d43f3a, 96px 96px #d43f3a, 97px 97px #d43f3a, 98px 98px #d43f3a, 99px 99px #d43f3a, 100px 100px #d43f3a, 101px 101px #d43f3a, 102px 102px #d43f3a, 103px 103px #d43f3a, 104px 104px #d43f3a, 105px 105px #d43f3a, 106px 106px #d43f3a, 107px 107px #d43f3a, 108px 108px #d43f3a, 109px 109px #d43f3a, 110px 110px #d43f3a, 111px 111px #d43f3a, 112px 112px #d43f3a, 113px 113px #d43f3a, 114px 114px #d43f3a, 115px 115px #d43f3a, 116px 116px #d43f3a, 117px 117px #d43f3a, 118px 118px #d43f3a, 119px 119px #d43f3a, 120px 120px #d43f3a, 121px 121px #d43f3a, 122px 122px #d43f3a, 123px 123px #d43f3a, 124px 124px #d43f3a, 125px 125px #d43f3a, 126px 126px #d43f3a, 127px 127px #d43f3a, 128px 128px #d43f3a, 129px 129px #d43f3a, 130px 130px #d43f3a, 131px 131px #d43f3a, 132px 132px #d43f3a, 133px 133px #d43f3a, 134px 134px #d43f3a, 135px 135px #d43f3a, 136px 136px #d43f3a, 137px 137px #d43f3a, 138px 138px #d43f3a, 139px 139px #d43f3a, 140px 140px #d43f3a, 141px 141px #d43f3a, 142px 142px #d43f3a, 143px 143px #d43f3a, 144px 144px #d43f3a, 145px 145px #d43f3a, 146px 146px #d43f3a, 147px 147px #d43f3a, 148px 148px #d43f3a, 149px 149px #d43f3a, 150px 150px #d43f3a, 151px 151px #d43f3a, 152px 152px #d43f3a, 153px 153px #d43f3a, 154px 154px #d43f3a, 155px 155px #d43f3a, 156px 156px #d43f3a, 157px 157px #d43f3a, 158px 158px #d43f3a, 159px 159px #d43f3a, 160px 160px #d43f3a, 161px 161px #d43f3a, 162px 162px #d43f3a, 163px 163px #d43f3a, 164px 164px #d43f3a, 165px 165px #d43f3a, 166px 166px #d43f3a, 167px 167px #d43f3a, 168px 168px #d43f3a, 169px 169px #d43f3a, 170px 170px #d43f3a, 171px 171px #d43f3a, 172px 172px #d43f3a, 173px 173px #d43f3a, 174px 174px #d43f3a, 175px 175px #d43f3a, 176px 176px #d43f3a, 177px 177px #d43f3a, 178px 178px #d43f3a, 179px 179px #d43f3a, 180px 180px #d43f3a, 181px 181px #d43f3a, 182px 182px #d43f3a, 183px 183px #d43f3a, 184px 184px #d43f3a, 185px 185px #d43f3a, 186px 186px #d43f3a, 187px 187px #d43f3a, 188px 188px #d43f3a, 189px 189px #d43f3a, 190px 190px #d43f3a, 191px 191px #d43f3a, 192px 192px #d43f3a, 193px 193px #d43f3a, 194px 194px #d43f3a, 195px 195px #d43f3a, 196px 196px #d43f3a, 197px 197px #d43f3a, 198px 198px #d43f3a, 199px 199px #d43f3a, 200px 200px #d43f3a; }

.shape-3 {
  background-color: #e4cb65;
  text-shadow: 0px 0px #e0c44f, 1px 1px #e0c44f, 2px 2px #e0c44f, 3px 3px #e0c44f, 4px 4px #e0c44f, 5px 5px #e0c44f, 6px 6px #e0c44f, 7px 7px #e0c44f, 8px 8px #e0c44f, 9px 9px #e0c44f, 10px 10px #e0c44f, 11px 11px #e0c44f, 12px 12px #e0c44f, 13px 13px #e0c44f, 14px 14px #e0c44f, 15px 15px #e0c44f, 16px 16px #e0c44f, 17px 17px #e0c44f, 18px 18px #e0c44f, 19px 19px #e0c44f, 20px 20px #e0c44f, 21px 21px #e0c44f, 22px 22px #e0c44f, 23px 23px #e0c44f, 24px 24px #e0c44f, 25px 25px #e0c44f, 26px 26px #e0c44f, 27px 27px #e0c44f, 28px 28px #e0c44f, 29px 29px #e0c44f, 30px 30px #e0c44f, 31px 31px #e0c44f, 32px 32px #e0c44f, 33px 33px #e0c44f, 34px 34px #e0c44f, 35px 35px #e0c44f, 36px 36px #e0c44f, 37px 37px #e0c44f, 38px 38px #e0c44f, 39px 39px #e0c44f, 40px 40px #e0c44f, 41px 41px #e0c44f, 42px 42px #e0c44f, 43px 43px #e0c44f, 44px 44px #e0c44f, 45px 45px #e0c44f, 46px 46px #e0c44f, 47px 47px #e0c44f, 48px 48px #e0c44f, 49px 49px #e0c44f, 50px 50px #e0c44f, 51px 51px #e0c44f, 52px 52px #e0c44f, 53px 53px #e0c44f, 54px 54px #e0c44f, 55px 55px #e0c44f, 56px 56px #e0c44f, 57px 57px #e0c44f, 58px 58px #e0c44f, 59px 59px #e0c44f, 60px 60px #e0c44f, 61px 61px #e0c44f, 62px 62px #e0c44f, 63px 63px #e0c44f, 64px 64px #e0c44f, 65px 65px #e0c44f, 66px 66px #e0c44f, 67px 67px #e0c44f, 68px 68px #e0c44f, 69px 69px #e0c44f, 70px 70px #e0c44f, 71px 71px #e0c44f, 72px 72px #e0c44f, 73px 73px #e0c44f, 74px 74px #e0c44f, 75px 75px #e0c44f, 76px 76px #e0c44f, 77px 77px #e0c44f, 78px 78px #e0c44f, 79px 79px #e0c44f, 80px 80px #e0c44f, 81px 81px #e0c44f, 82px 82px #e0c44f, 83px 83px #e0c44f, 84px 84px #e0c44f, 85px 85px #e0c44f, 86px 86px #e0c44f, 87px 87px #e0c44f, 88px 88px #e0c44f, 89px 89px #e0c44f, 90px 90px #e0c44f, 91px 91px #e0c44f, 92px 92px #e0c44f, 93px 93px #e0c44f, 94px 94px #e0c44f, 95px 95px #e0c44f, 96px 96px #e0c44f, 97px 97px #e0c44f, 98px 98px #e0c44f, 99px 99px #e0c44f, 100px 100px #e0c44f, 101px 101px #e0c44f, 102px 102px #e0c44f, 103px 103px #e0c44f, 104px 104px #e0c44f, 105px 105px #e0c44f, 106px 106px #e0c44f, 107px 107px #e0c44f, 108px 108px #e0c44f, 109px 109px #e0c44f, 110px 110px #e0c44f, 111px 111px #e0c44f, 112px 112px #e0c44f, 113px 113px #e0c44f, 114px 114px #e0c44f, 115px 115px #e0c44f, 116px 116px #e0c44f, 117px 117px #e0c44f, 118px 118px #e0c44f, 119px 119px #e0c44f, 120px 120px #e0c44f, 121px 121px #e0c44f, 122px 122px #e0c44f, 123px 123px #e0c44f, 124px 124px #e0c44f, 125px 125px #e0c44f, 126px 126px #e0c44f, 127px 127px #e0c44f, 128px 128px #e0c44f, 129px 129px #e0c44f, 130px 130px #e0c44f, 131px 131px #e0c44f, 132px 132px #e0c44f, 133px 133px #e0c44f, 134px 134px #e0c44f, 135px 135px #e0c44f, 136px 136px #e0c44f, 137px 137px #e0c44f, 138px 138px #e0c44f, 139px 139px #e0c44f, 140px 140px #e0c44f, 141px 141px #e0c44f, 142px 142px #e0c44f, 143px 143px #e0c44f, 144px 144px #e0c44f, 145px 145px #e0c44f, 146px 146px #e0c44f, 147px 147px #e0c44f, 148px 148px #e0c44f, 149px 149px #e0c44f, 150px 150px #e0c44f, 151px 151px #e0c44f, 152px 152px #e0c44f, 153px 153px #e0c44f, 154px 154px #e0c44f, 155px 155px #e0c44f, 156px 156px #e0c44f, 157px 157px #e0c44f, 158px 158px #e0c44f, 159px 159px #e0c44f, 160px 160px #e0c44f, 161px 161px #e0c44f, 162px 162px #e0c44f, 163px 163px #e0c44f, 164px 164px #e0c44f, 165px 165px #e0c44f, 166px 166px #e0c44f, 167px 167px #e0c44f, 168px 168px #e0c44f, 169px 169px #e0c44f, 170px 170px #e0c44f, 171px 171px #e0c44f, 172px 172px #e0c44f, 173px 173px #e0c44f, 174px 174px #e0c44f, 175px 175px #e0c44f, 176px 176px #e0c44f, 177px 177px #e0c44f, 178px 178px #e0c44f, 179px 179px #e0c44f, 180px 180px #e0c44f, 181px 181px #e0c44f, 182px 182px #e0c44f, 183px 183px #e0c44f, 184px 184px #e0c44f, 185px 185px #e0c44f, 186px 186px #e0c44f, 187px 187px #e0c44f, 188px 188px #e0c44f, 189px 189px #e0c44f, 190px 190px #e0c44f, 191px 191px #e0c44f, 192px 192px #e0c44f, 193px 193px #e0c44f, 194px 194px #e0c44f, 195px 195px #e0c44f, 196px 196px #e0c44f, 197px 197px #e0c44f, 198px 198px #e0c44f, 199px 199px #e0c44f, 200px 200px #e0c44f; }

.shape-4 {
  background-color: #F1C40F;
  text-shadow: 0px 0px #dab10d, 1px 1px #dab10d, 2px 2px #dab10d, 3px 3px #dab10d, 4px 4px #dab10d, 5px 5px #dab10d, 6px 6px #dab10d, 7px 7px #dab10d, 8px 8px #dab10d, 9px 9px #dab10d, 10px 10px #dab10d, 11px 11px #dab10d, 12px 12px #dab10d, 13px 13px #dab10d, 14px 14px #dab10d, 15px 15px #dab10d, 16px 16px #dab10d, 17px 17px #dab10d, 18px 18px #dab10d, 19px 19px #dab10d, 20px 20px #dab10d, 21px 21px #dab10d, 22px 22px #dab10d, 23px 23px #dab10d, 24px 24px #dab10d, 25px 25px #dab10d, 26px 26px #dab10d, 27px 27px #dab10d, 28px 28px #dab10d, 29px 29px #dab10d, 30px 30px #dab10d, 31px 31px #dab10d, 32px 32px #dab10d, 33px 33px #dab10d, 34px 34px #dab10d, 35px 35px #dab10d, 36px 36px #dab10d, 37px 37px #dab10d, 38px 38px #dab10d, 39px 39px #dab10d, 40px 40px #dab10d, 41px 41px #dab10d, 42px 42px #dab10d, 43px 43px #dab10d, 44px 44px #dab10d, 45px 45px #dab10d, 46px 46px #dab10d, 47px 47px #dab10d, 48px 48px #dab10d, 49px 49px #dab10d, 50px 50px #dab10d, 51px 51px #dab10d, 52px 52px #dab10d, 53px 53px #dab10d, 54px 54px #dab10d, 55px 55px #dab10d, 56px 56px #dab10d, 57px 57px #dab10d, 58px 58px #dab10d, 59px 59px #dab10d, 60px 60px #dab10d, 61px 61px #dab10d, 62px 62px #dab10d, 63px 63px #dab10d, 64px 64px #dab10d, 65px 65px #dab10d, 66px 66px #dab10d, 67px 67px #dab10d, 68px 68px #dab10d, 69px 69px #dab10d, 70px 70px #dab10d, 71px 71px #dab10d, 72px 72px #dab10d, 73px 73px #dab10d, 74px 74px #dab10d, 75px 75px #dab10d, 76px 76px #dab10d, 77px 77px #dab10d, 78px 78px #dab10d, 79px 79px #dab10d, 80px 80px #dab10d, 81px 81px #dab10d, 82px 82px #dab10d, 83px 83px #dab10d, 84px 84px #dab10d, 85px 85px #dab10d, 86px 86px #dab10d, 87px 87px #dab10d, 88px 88px #dab10d, 89px 89px #dab10d, 90px 90px #dab10d, 91px 91px #dab10d, 92px 92px #dab10d, 93px 93px #dab10d, 94px 94px #dab10d, 95px 95px #dab10d, 96px 96px #dab10d, 97px 97px #dab10d, 98px 98px #dab10d, 99px 99px #dab10d, 100px 100px #dab10d, 101px 101px #dab10d, 102px 102px #dab10d, 103px 103px #dab10d, 104px 104px #dab10d, 105px 105px #dab10d, 106px 106px #dab10d, 107px 107px #dab10d, 108px 108px #dab10d, 109px 109px #dab10d, 110px 110px #dab10d, 111px 111px #dab10d, 112px 112px #dab10d, 113px 113px #dab10d, 114px 114px #dab10d, 115px 115px #dab10d, 116px 116px #dab10d, 117px 117px #dab10d, 118px 118px #dab10d, 119px 119px #dab10d, 120px 120px #dab10d, 121px 121px #dab10d, 122px 122px #dab10d, 123px 123px #dab10d, 124px 124px #dab10d, 125px 125px #dab10d, 126px 126px #dab10d, 127px 127px #dab10d, 128px 128px #dab10d, 129px 129px #dab10d, 130px 130px #dab10d, 131px 131px #dab10d, 132px 132px #dab10d, 133px 133px #dab10d, 134px 134px #dab10d, 135px 135px #dab10d, 136px 136px #dab10d, 137px 137px #dab10d, 138px 138px #dab10d, 139px 139px #dab10d, 140px 140px #dab10d, 141px 141px #dab10d, 142px 142px #dab10d, 143px 143px #dab10d, 144px 144px #dab10d, 145px 145px #dab10d, 146px 146px #dab10d, 147px 147px #dab10d, 148px 148px #dab10d, 149px 149px #dab10d, 150px 150px #dab10d, 151px 151px #dab10d, 152px 152px #dab10d, 153px 153px #dab10d, 154px 154px #dab10d, 155px 155px #dab10d, 156px 156px #dab10d, 157px 157px #dab10d, 158px 158px #dab10d, 159px 159px #dab10d, 160px 160px #dab10d, 161px 161px #dab10d, 162px 162px #dab10d, 163px 163px #dab10d, 164px 164px #dab10d, 165px 165px #dab10d, 166px 166px #dab10d, 167px 167px #dab10d, 168px 168px #dab10d, 169px 169px #dab10d, 170px 170px #dab10d, 171px 171px #dab10d, 172px 172px #dab10d, 173px 173px #dab10d, 174px 174px #dab10d, 175px 175px #dab10d, 176px 176px #dab10d, 177px 177px #dab10d, 178px 178px #dab10d, 179px 179px #dab10d, 180px 180px #dab10d, 181px 181px #dab10d, 182px 182px #dab10d, 183px 183px #dab10d, 184px 184px #dab10d, 185px 185px #dab10d, 186px 186px #dab10d, 187px 187px #dab10d, 188px 188px #dab10d, 189px 189px #dab10d, 190px 190px #dab10d, 191px 191px #dab10d, 192px 192px #dab10d, 193px 193px #dab10d, 194px 194px #dab10d, 195px 195px #dab10d, 196px 196px #dab10d, 197px 197px #dab10d, 198px 198px #dab10d, 199px 199px #dab10d, 200px 200px #dab10d; }

.shape-5 {
  background-color: #d9534f;
  text-shadow: 0px 0px #d43f3a, 1px 1px #d43f3a, 2px 2px #d43f3a, 3px 3px #d43f3a, 4px 4px #d43f3a, 5px 5px #d43f3a, 6px 6px #d43f3a, 7px 7px #d43f3a, 8px 8px #d43f3a, 9px 9px #d43f3a, 10px 10px #d43f3a, 11px 11px #d43f3a, 12px 12px #d43f3a, 13px 13px #d43f3a, 14px 14px #d43f3a, 15px 15px #d43f3a, 16px 16px #d43f3a, 17px 17px #d43f3a, 18px 18px #d43f3a, 19px 19px #d43f3a, 20px 20px #d43f3a, 21px 21px #d43f3a, 22px 22px #d43f3a, 23px 23px #d43f3a, 24px 24px #d43f3a, 25px 25px #d43f3a, 26px 26px #d43f3a, 27px 27px #d43f3a, 28px 28px #d43f3a, 29px 29px #d43f3a, 30px 30px #d43f3a, 31px 31px #d43f3a, 32px 32px #d43f3a, 33px 33px #d43f3a, 34px 34px #d43f3a, 35px 35px #d43f3a, 36px 36px #d43f3a, 37px 37px #d43f3a, 38px 38px #d43f3a, 39px 39px #d43f3a, 40px 40px #d43f3a, 41px 41px #d43f3a, 42px 42px #d43f3a, 43px 43px #d43f3a, 44px 44px #d43f3a, 45px 45px #d43f3a, 46px 46px #d43f3a, 47px 47px #d43f3a, 48px 48px #d43f3a, 49px 49px #d43f3a, 50px 50px #d43f3a, 51px 51px #d43f3a, 52px 52px #d43f3a, 53px 53px #d43f3a, 54px 54px #d43f3a, 55px 55px #d43f3a, 56px 56px #d43f3a, 57px 57px #d43f3a, 58px 58px #d43f3a, 59px 59px #d43f3a, 60px 60px #d43f3a, 61px 61px #d43f3a, 62px 62px #d43f3a, 63px 63px #d43f3a, 64px 64px #d43f3a, 65px 65px #d43f3a, 66px 66px #d43f3a, 67px 67px #d43f3a, 68px 68px #d43f3a, 69px 69px #d43f3a, 70px 70px #d43f3a, 71px 71px #d43f3a, 72px 72px #d43f3a, 73px 73px #d43f3a, 74px 74px #d43f3a, 75px 75px #d43f3a, 76px 76px #d43f3a, 77px 77px #d43f3a, 78px 78px #d43f3a, 79px 79px #d43f3a, 80px 80px #d43f3a, 81px 81px #d43f3a, 82px 82px #d43f3a, 83px 83px #d43f3a, 84px 84px #d43f3a, 85px 85px #d43f3a, 86px 86px #d43f3a, 87px 87px #d43f3a, 88px 88px #d43f3a, 89px 89px #d43f3a, 90px 90px #d43f3a, 91px 91px #d43f3a, 92px 92px #d43f3a, 93px 93px #d43f3a, 94px 94px #d43f3a, 95px 95px #d43f3a, 96px 96px #d43f3a, 97px 97px #d43f3a, 98px 98px #d43f3a, 99px 99px #d43f3a, 100px 100px #d43f3a, 101px 101px #d43f3a, 102px 102px #d43f3a, 103px 103px #d43f3a, 104px 104px #d43f3a, 105px 105px #d43f3a, 106px 106px #d43f3a, 107px 107px #d43f3a, 108px 108px #d43f3a, 109px 109px #d43f3a, 110px 110px #d43f3a, 111px 111px #d43f3a, 112px 112px #d43f3a, 113px 113px #d43f3a, 114px 114px #d43f3a, 115px 115px #d43f3a, 116px 116px #d43f3a, 117px 117px #d43f3a, 118px 118px #d43f3a, 119px 119px #d43f3a, 120px 120px #d43f3a, 121px 121px #d43f3a, 122px 122px #d43f3a, 123px 123px #d43f3a, 124px 124px #d43f3a, 125px 125px #d43f3a, 126px 126px #d43f3a, 127px 127px #d43f3a, 128px 128px #d43f3a, 129px 129px #d43f3a, 130px 130px #d43f3a, 131px 131px #d43f3a, 132px 132px #d43f3a, 133px 133px #d43f3a, 134px 134px #d43f3a, 135px 135px #d43f3a, 136px 136px #d43f3a, 137px 137px #d43f3a, 138px 138px #d43f3a, 139px 139px #d43f3a, 140px 140px #d43f3a, 141px 141px #d43f3a, 142px 142px #d43f3a, 143px 143px #d43f3a, 144px 144px #d43f3a, 145px 145px #d43f3a, 146px 146px #d43f3a, 147px 147px #d43f3a, 148px 148px #d43f3a, 149px 149px #d43f3a, 150px 150px #d43f3a, 151px 151px #d43f3a, 152px 152px #d43f3a, 153px 153px #d43f3a, 154px 154px #d43f3a, 155px 155px #d43f3a, 156px 156px #d43f3a, 157px 157px #d43f3a, 158px 158px #d43f3a, 159px 159px #d43f3a, 160px 160px #d43f3a, 161px 161px #d43f3a, 162px 162px #d43f3a, 163px 163px #d43f3a, 164px 164px #d43f3a, 165px 165px #d43f3a, 166px 166px #d43f3a, 167px 167px #d43f3a, 168px 168px #d43f3a, 169px 169px #d43f3a, 170px 170px #d43f3a, 171px 171px #d43f3a, 172px 172px #d43f3a, 173px 173px #d43f3a, 174px 174px #d43f3a, 175px 175px #d43f3a, 176px 176px #d43f3a, 177px 177px #d43f3a, 178px 178px #d43f3a, 179px 179px #d43f3a, 180px 180px #d43f3a, 181px 181px #d43f3a, 182px 182px #d43f3a, 183px 183px #d43f3a, 184px 184px #d43f3a, 185px 185px #d43f3a, 186px 186px #d43f3a, 187px 187px #d43f3a, 188px 188px #d43f3a, 189px 189px #d43f3a, 190px 190px #d43f3a, 191px 191px #d43f3a, 192px 192px #d43f3a, 193px 193px #d43f3a, 194px 194px #d43f3a, 195px 195px #d43f3a, 196px 196px #d43f3a, 197px 197px #d43f3a, 198px 198px #d43f3a, 199px 199px #d43f3a, 200px 200px #d43f3a; }

.shape-6 {
  background-color: #34495E;
  text-shadow: 0px 0px #2b3c4e, 1px 1px #2b3c4e, 2px 2px #2b3c4e, 3px 3px #2b3c4e, 4px 4px #2b3c4e, 5px 5px #2b3c4e, 6px 6px #2b3c4e, 7px 7px #2b3c4e, 8px 8px #2b3c4e, 9px 9px #2b3c4e, 10px 10px #2b3c4e, 11px 11px #2b3c4e, 12px 12px #2b3c4e, 13px 13px #2b3c4e, 14px 14px #2b3c4e, 15px 15px #2b3c4e, 16px 16px #2b3c4e, 17px 17px #2b3c4e, 18px 18px #2b3c4e, 19px 19px #2b3c4e, 20px 20px #2b3c4e, 21px 21px #2b3c4e, 22px 22px #2b3c4e, 23px 23px #2b3c4e, 24px 24px #2b3c4e, 25px 25px #2b3c4e, 26px 26px #2b3c4e, 27px 27px #2b3c4e, 28px 28px #2b3c4e, 29px 29px #2b3c4e, 30px 30px #2b3c4e, 31px 31px #2b3c4e, 32px 32px #2b3c4e, 33px 33px #2b3c4e, 34px 34px #2b3c4e, 35px 35px #2b3c4e, 36px 36px #2b3c4e, 37px 37px #2b3c4e, 38px 38px #2b3c4e, 39px 39px #2b3c4e, 40px 40px #2b3c4e, 41px 41px #2b3c4e, 42px 42px #2b3c4e, 43px 43px #2b3c4e, 44px 44px #2b3c4e, 45px 45px #2b3c4e, 46px 46px #2b3c4e, 47px 47px #2b3c4e, 48px 48px #2b3c4e, 49px 49px #2b3c4e, 50px 50px #2b3c4e, 51px 51px #2b3c4e, 52px 52px #2b3c4e, 53px 53px #2b3c4e, 54px 54px #2b3c4e, 55px 55px #2b3c4e, 56px 56px #2b3c4e, 57px 57px #2b3c4e, 58px 58px #2b3c4e, 59px 59px #2b3c4e, 60px 60px #2b3c4e, 61px 61px #2b3c4e, 62px 62px #2b3c4e, 63px 63px #2b3c4e, 64px 64px #2b3c4e, 65px 65px #2b3c4e, 66px 66px #2b3c4e, 67px 67px #2b3c4e, 68px 68px #2b3c4e, 69px 69px #2b3c4e, 70px 70px #2b3c4e, 71px 71px #2b3c4e, 72px 72px #2b3c4e, 73px 73px #2b3c4e, 74px 74px #2b3c4e, 75px 75px #2b3c4e, 76px 76px #2b3c4e, 77px 77px #2b3c4e, 78px 78px #2b3c4e, 79px 79px #2b3c4e, 80px 80px #2b3c4e, 81px 81px #2b3c4e, 82px 82px #2b3c4e, 83px 83px #2b3c4e, 84px 84px #2b3c4e, 85px 85px #2b3c4e, 86px 86px #2b3c4e, 87px 87px #2b3c4e, 88px 88px #2b3c4e, 89px 89px #2b3c4e, 90px 90px #2b3c4e, 91px 91px #2b3c4e, 92px 92px #2b3c4e, 93px 93px #2b3c4e, 94px 94px #2b3c4e, 95px 95px #2b3c4e, 96px 96px #2b3c4e, 97px 97px #2b3c4e, 98px 98px #2b3c4e, 99px 99px #2b3c4e, 100px 100px #2b3c4e, 101px 101px #2b3c4e, 102px 102px #2b3c4e, 103px 103px #2b3c4e, 104px 104px #2b3c4e, 105px 105px #2b3c4e, 106px 106px #2b3c4e, 107px 107px #2b3c4e, 108px 108px #2b3c4e, 109px 109px #2b3c4e, 110px 110px #2b3c4e, 111px 111px #2b3c4e, 112px 112px #2b3c4e, 113px 113px #2b3c4e, 114px 114px #2b3c4e, 115px 115px #2b3c4e, 116px 116px #2b3c4e, 117px 117px #2b3c4e, 118px 118px #2b3c4e, 119px 119px #2b3c4e, 120px 120px #2b3c4e, 121px 121px #2b3c4e, 122px 122px #2b3c4e, 123px 123px #2b3c4e, 124px 124px #2b3c4e, 125px 125px #2b3c4e, 126px 126px #2b3c4e, 127px 127px #2b3c4e, 128px 128px #2b3c4e, 129px 129px #2b3c4e, 130px 130px #2b3c4e, 131px 131px #2b3c4e, 132px 132px #2b3c4e, 133px 133px #2b3c4e, 134px 134px #2b3c4e, 135px 135px #2b3c4e, 136px 136px #2b3c4e, 137px 137px #2b3c4e, 138px 138px #2b3c4e, 139px 139px #2b3c4e, 140px 140px #2b3c4e, 141px 141px #2b3c4e, 142px 142px #2b3c4e, 143px 143px #2b3c4e, 144px 144px #2b3c4e, 145px 145px #2b3c4e, 146px 146px #2b3c4e, 147px 147px #2b3c4e, 148px 148px #2b3c4e, 149px 149px #2b3c4e, 150px 150px #2b3c4e, 151px 151px #2b3c4e, 152px 152px #2b3c4e, 153px 153px #2b3c4e, 154px 154px #2b3c4e, 155px 155px #2b3c4e, 156px 156px #2b3c4e, 157px 157px #2b3c4e, 158px 158px #2b3c4e, 159px 159px #2b3c4e, 160px 160px #2b3c4e, 161px 161px #2b3c4e, 162px 162px #2b3c4e, 163px 163px #2b3c4e, 164px 164px #2b3c4e, 165px 165px #2b3c4e, 166px 166px #2b3c4e, 167px 167px #2b3c4e, 168px 168px #2b3c4e, 169px 169px #2b3c4e, 170px 170px #2b3c4e, 171px 171px #2b3c4e, 172px 172px #2b3c4e, 173px 173px #2b3c4e, 174px 174px #2b3c4e, 175px 175px #2b3c4e, 176px 176px #2b3c4e, 177px 177px #2b3c4e, 178px 178px #2b3c4e, 179px 179px #2b3c4e, 180px 180px #2b3c4e, 181px 181px #2b3c4e, 182px 182px #2b3c4e, 183px 183px #2b3c4e, 184px 184px #2b3c4e, 185px 185px #2b3c4e, 186px 186px #2b3c4e, 187px 187px #2b3c4e, 188px 188px #2b3c4e, 189px 189px #2b3c4e, 190px 190px #2b3c4e, 191px 191px #2b3c4e, 192px 192px #2b3c4e, 193px 193px #2b3c4e, 194px 194px #2b3c4e, 195px 195px #2b3c4e, 196px 196px #2b3c4e, 197px 197px #2b3c4e, 198px 198px #2b3c4e, 199px 199px #2b3c4e, 200px 200px #2b3c4e; }

.shape-7 {
  text-shadow: 0px 0px #ff4262, 1px 1px #ff4262, 2px 2px #ff4262, 3px 3px #ff4262, 4px 4px #ff4262, 5px 5px #ff4262, 6px 6px #ff4262, 7px 7px #ff4262, 8px 8px #ff4262, 9px 9px #ff4262, 10px 10px #ff4262, 11px 11px #ff4262, 12px 12px #ff4262, 13px 13px #ff4262, 14px 14px #ff4262, 15px 15px #ff4262, 16px 16px #ff4262, 17px 17px #ff4262, 18px 18px #ff4262, 19px 19px #ff4262, 20px 20px #ff4262, 21px 21px #ff4262, 22px 22px #ff4262, 23px 23px #ff4262, 24px 24px #ff4262, 25px 25px #ff4262, 26px 26px #ff4262, 27px 27px #ff4262, 28px 28px #ff4262, 29px 29px #ff4262, 30px 30px #ff4262, 31px 31px #ff4262, 32px 32px #ff4262, 33px 33px #ff4262, 34px 34px #ff4262, 35px 35px #ff4262, 36px 36px #ff4262, 37px 37px #ff4262, 38px 38px #ff4262, 39px 39px #ff4262, 40px 40px #ff4262, 41px 41px #ff4262, 42px 42px #ff4262, 43px 43px #ff4262, 44px 44px #ff4262, 45px 45px #ff4262, 46px 46px #ff4262, 47px 47px #ff4262, 48px 48px #ff4262, 49px 49px #ff4262, 50px 50px #ff4262, 51px 51px #ff4262, 52px 52px #ff4262, 53px 53px #ff4262, 54px 54px #ff4262, 55px 55px #ff4262, 56px 56px #ff4262, 57px 57px #ff4262, 58px 58px #ff4262, 59px 59px #ff4262, 60px 60px #ff4262, 61px 61px #ff4262, 62px 62px #ff4262, 63px 63px #ff4262, 64px 64px #ff4262, 65px 65px #ff4262, 66px 66px #ff4262, 67px 67px #ff4262, 68px 68px #ff4262, 69px 69px #ff4262, 70px 70px #ff4262, 71px 71px #ff4262, 72px 72px #ff4262, 73px 73px #ff4262, 74px 74px #ff4262, 75px 75px #ff4262, 76px 76px #ff4262, 77px 77px #ff4262, 78px 78px #ff4262, 79px 79px #ff4262, 80px 80px #ff4262, 81px 81px #ff4262, 82px 82px #ff4262, 83px 83px #ff4262, 84px 84px #ff4262, 85px 85px #ff4262, 86px 86px #ff4262, 87px 87px #ff4262, 88px 88px #ff4262, 89px 89px #ff4262, 90px 90px #ff4262, 91px 91px #ff4262, 92px 92px #ff4262, 93px 93px #ff4262, 94px 94px #ff4262, 95px 95px #ff4262, 96px 96px #ff4262, 97px 97px #ff4262, 98px 98px #ff4262, 99px 99px #ff4262, 100px 100px #ff4262, 101px 101px #ff4262, 102px 102px #ff4262, 103px 103px #ff4262, 104px 104px #ff4262, 105px 105px #ff4262, 106px 106px #ff4262, 107px 107px #ff4262, 108px 108px #ff4262, 109px 109px #ff4262, 110px 110px #ff4262, 111px 111px #ff4262, 112px 112px #ff4262, 113px 113px #ff4262, 114px 114px #ff4262, 115px 115px #ff4262, 116px 116px #ff4262, 117px 117px #ff4262, 118px 118px #ff4262, 119px 119px #ff4262, 120px 120px #ff4262, 121px 121px #ff4262, 122px 122px #ff4262, 123px 123px #ff4262, 124px 124px #ff4262, 125px 125px #ff4262, 126px 126px #ff4262, 127px 127px #ff4262, 128px 128px #ff4262, 129px 129px #ff4262, 130px 130px #ff4262, 131px 131px #ff4262, 132px 132px #ff4262, 133px 133px #ff4262, 134px 134px #ff4262, 135px 135px #ff4262, 136px 136px #ff4262, 137px 137px #ff4262, 138px 138px #ff4262, 139px 139px #ff4262, 140px 140px #ff4262, 141px 141px #ff4262, 142px 142px #ff4262, 143px 143px #ff4262, 144px 144px #ff4262, 145px 145px #ff4262, 146px 146px #ff4262, 147px 147px #ff4262, 148px 148px #ff4262, 149px 149px #ff4262, 150px 150px #ff4262, 151px 151px #ff4262, 152px 152px #ff4262, 153px 153px #ff4262, 154px 154px #ff4262, 155px 155px #ff4262, 156px 156px #ff4262, 157px 157px #ff4262, 158px 158px #ff4262, 159px 159px #ff4262, 160px 160px #ff4262, 161px 161px #ff4262, 162px 162px #ff4262, 163px 163px #ff4262, 164px 164px #ff4262, 165px 165px #ff4262, 166px 166px #ff4262, 167px 167px #ff4262, 168px 168px #ff4262, 169px 169px #ff4262, 170px 170px #ff4262, 171px 171px #ff4262, 172px 172px #ff4262, 173px 173px #ff4262, 174px 174px #ff4262, 175px 175px #ff4262, 176px 176px #ff4262, 177px 177px #ff4262, 178px 178px #ff4262, 179px 179px #ff4262, 180px 180px #ff4262, 181px 181px #ff4262, 182px 182px #ff4262, 183px 183px #ff4262, 184px 184px #ff4262, 185px 185px #ff4262, 186px 186px #ff4262, 187px 187px #ff4262, 188px 188px #ff4262, 189px 189px #ff4262, 190px 190px #ff4262, 191px 191px #ff4262, 192px 192px #ff4262, 193px 193px #ff4262, 194px 194px #ff4262, 195px 195px #ff4262, 196px 196px #ff4262, 197px 197px #ff4262, 198px 198px #ff4262, 199px 199px #ff4262, 200px 200px #ff4262;
  background-color: #ff5b77; }

.shape-8 {
  text-shadow: 0px 0px #e6c000, 1px 1px #e6c000, 2px 2px #e6c000, 3px 3px #e6c000, 4px 4px #e6c000, 5px 5px #e6c000, 6px 6px #e6c000, 7px 7px #e6c000, 8px 8px #e6c000, 9px 9px #e6c000, 10px 10px #e6c000, 11px 11px #e6c000, 12px 12px #e6c000, 13px 13px #e6c000, 14px 14px #e6c000, 15px 15px #e6c000, 16px 16px #e6c000, 17px 17px #e6c000, 18px 18px #e6c000, 19px 19px #e6c000, 20px 20px #e6c000, 21px 21px #e6c000, 22px 22px #e6c000, 23px 23px #e6c000, 24px 24px #e6c000, 25px 25px #e6c000, 26px 26px #e6c000, 27px 27px #e6c000, 28px 28px #e6c000, 29px 29px #e6c000, 30px 30px #e6c000, 31px 31px #e6c000, 32px 32px #e6c000, 33px 33px #e6c000, 34px 34px #e6c000, 35px 35px #e6c000, 36px 36px #e6c000, 37px 37px #e6c000, 38px 38px #e6c000, 39px 39px #e6c000, 40px 40px #e6c000, 41px 41px #e6c000, 42px 42px #e6c000, 43px 43px #e6c000, 44px 44px #e6c000, 45px 45px #e6c000, 46px 46px #e6c000, 47px 47px #e6c000, 48px 48px #e6c000, 49px 49px #e6c000, 50px 50px #e6c000, 51px 51px #e6c000, 52px 52px #e6c000, 53px 53px #e6c000, 54px 54px #e6c000, 55px 55px #e6c000, 56px 56px #e6c000, 57px 57px #e6c000, 58px 58px #e6c000, 59px 59px #e6c000, 60px 60px #e6c000, 61px 61px #e6c000, 62px 62px #e6c000, 63px 63px #e6c000, 64px 64px #e6c000, 65px 65px #e6c000, 66px 66px #e6c000, 67px 67px #e6c000, 68px 68px #e6c000, 69px 69px #e6c000, 70px 70px #e6c000, 71px 71px #e6c000, 72px 72px #e6c000, 73px 73px #e6c000, 74px 74px #e6c000, 75px 75px #e6c000, 76px 76px #e6c000, 77px 77px #e6c000, 78px 78px #e6c000, 79px 79px #e6c000, 80px 80px #e6c000, 81px 81px #e6c000, 82px 82px #e6c000, 83px 83px #e6c000, 84px 84px #e6c000, 85px 85px #e6c000, 86px 86px #e6c000, 87px 87px #e6c000, 88px 88px #e6c000, 89px 89px #e6c000, 90px 90px #e6c000, 91px 91px #e6c000, 92px 92px #e6c000, 93px 93px #e6c000, 94px 94px #e6c000, 95px 95px #e6c000, 96px 96px #e6c000, 97px 97px #e6c000, 98px 98px #e6c000, 99px 99px #e6c000, 100px 100px #e6c000, 101px 101px #e6c000, 102px 102px #e6c000, 103px 103px #e6c000, 104px 104px #e6c000, 105px 105px #e6c000, 106px 106px #e6c000, 107px 107px #e6c000, 108px 108px #e6c000, 109px 109px #e6c000, 110px 110px #e6c000, 111px 111px #e6c000, 112px 112px #e6c000, 113px 113px #e6c000, 114px 114px #e6c000, 115px 115px #e6c000, 116px 116px #e6c000, 117px 117px #e6c000, 118px 118px #e6c000, 119px 119px #e6c000, 120px 120px #e6c000, 121px 121px #e6c000, 122px 122px #e6c000, 123px 123px #e6c000, 124px 124px #e6c000, 125px 125px #e6c000, 126px 126px #e6c000, 127px 127px #e6c000, 128px 128px #e6c000, 129px 129px #e6c000, 130px 130px #e6c000, 131px 131px #e6c000, 132px 132px #e6c000, 133px 133px #e6c000, 134px 134px #e6c000, 135px 135px #e6c000, 136px 136px #e6c000, 137px 137px #e6c000, 138px 138px #e6c000, 139px 139px #e6c000, 140px 140px #e6c000, 141px 141px #e6c000, 142px 142px #e6c000, 143px 143px #e6c000, 144px 144px #e6c000, 145px 145px #e6c000, 146px 146px #e6c000, 147px 147px #e6c000, 148px 148px #e6c000, 149px 149px #e6c000, 150px 150px #e6c000, 151px 151px #e6c000, 152px 152px #e6c000, 153px 153px #e6c000, 154px 154px #e6c000, 155px 155px #e6c000, 156px 156px #e6c000, 157px 157px #e6c000, 158px 158px #e6c000, 159px 159px #e6c000, 160px 160px #e6c000, 161px 161px #e6c000, 162px 162px #e6c000, 163px 163px #e6c000, 164px 164px #e6c000, 165px 165px #e6c000, 166px 166px #e6c000, 167px 167px #e6c000, 168px 168px #e6c000, 169px 169px #e6c000, 170px 170px #e6c000, 171px 171px #e6c000, 172px 172px #e6c000, 173px 173px #e6c000, 174px 174px #e6c000, 175px 175px #e6c000, 176px 176px #e6c000, 177px 177px #e6c000, 178px 178px #e6c000, 179px 179px #e6c000, 180px 180px #e6c000, 181px 181px #e6c000, 182px 182px #e6c000, 183px 183px #e6c000, 184px 184px #e6c000, 185px 185px #e6c000, 186px 186px #e6c000, 187px 187px #e6c000, 188px 188px #e6c000, 189px 189px #e6c000, 190px 190px #e6c000, 191px 191px #e6c000, 192px 192px #e6c000, 193px 193px #e6c000, 194px 194px #e6c000, 195px 195px #e6c000, 196px 196px #e6c000, 197px 197px #e6c000, 198px 198px #e6c000, 199px 199px #e6c000, 200px 200px #e6c000;
  background-color: #ffd500; }

.shape-9 {
  text-shadow: 0px 0px #46b8da, 1px 1px #46b8da, 2px 2px #46b8da, 3px 3px #46b8da, 4px 4px #46b8da, 5px 5px #46b8da, 6px 6px #46b8da, 7px 7px #46b8da, 8px 8px #46b8da, 9px 9px #46b8da, 10px 10px #46b8da, 11px 11px #46b8da, 12px 12px #46b8da, 13px 13px #46b8da, 14px 14px #46b8da, 15px 15px #46b8da, 16px 16px #46b8da, 17px 17px #46b8da, 18px 18px #46b8da, 19px 19px #46b8da, 20px 20px #46b8da, 21px 21px #46b8da, 22px 22px #46b8da, 23px 23px #46b8da, 24px 24px #46b8da, 25px 25px #46b8da, 26px 26px #46b8da, 27px 27px #46b8da, 28px 28px #46b8da, 29px 29px #46b8da, 30px 30px #46b8da, 31px 31px #46b8da, 32px 32px #46b8da, 33px 33px #46b8da, 34px 34px #46b8da, 35px 35px #46b8da, 36px 36px #46b8da, 37px 37px #46b8da, 38px 38px #46b8da, 39px 39px #46b8da, 40px 40px #46b8da, 41px 41px #46b8da, 42px 42px #46b8da, 43px 43px #46b8da, 44px 44px #46b8da, 45px 45px #46b8da, 46px 46px #46b8da, 47px 47px #46b8da, 48px 48px #46b8da, 49px 49px #46b8da, 50px 50px #46b8da, 51px 51px #46b8da, 52px 52px #46b8da, 53px 53px #46b8da, 54px 54px #46b8da, 55px 55px #46b8da, 56px 56px #46b8da, 57px 57px #46b8da, 58px 58px #46b8da, 59px 59px #46b8da, 60px 60px #46b8da, 61px 61px #46b8da, 62px 62px #46b8da, 63px 63px #46b8da, 64px 64px #46b8da, 65px 65px #46b8da, 66px 66px #46b8da, 67px 67px #46b8da, 68px 68px #46b8da, 69px 69px #46b8da, 70px 70px #46b8da, 71px 71px #46b8da, 72px 72px #46b8da, 73px 73px #46b8da, 74px 74px #46b8da, 75px 75px #46b8da, 76px 76px #46b8da, 77px 77px #46b8da, 78px 78px #46b8da, 79px 79px #46b8da, 80px 80px #46b8da, 81px 81px #46b8da, 82px 82px #46b8da, 83px 83px #46b8da, 84px 84px #46b8da, 85px 85px #46b8da, 86px 86px #46b8da, 87px 87px #46b8da, 88px 88px #46b8da, 89px 89px #46b8da, 90px 90px #46b8da, 91px 91px #46b8da, 92px 92px #46b8da, 93px 93px #46b8da, 94px 94px #46b8da, 95px 95px #46b8da, 96px 96px #46b8da, 97px 97px #46b8da, 98px 98px #46b8da, 99px 99px #46b8da, 100px 100px #46b8da, 101px 101px #46b8da, 102px 102px #46b8da, 103px 103px #46b8da, 104px 104px #46b8da, 105px 105px #46b8da, 106px 106px #46b8da, 107px 107px #46b8da, 108px 108px #46b8da, 109px 109px #46b8da, 110px 110px #46b8da, 111px 111px #46b8da, 112px 112px #46b8da, 113px 113px #46b8da, 114px 114px #46b8da, 115px 115px #46b8da, 116px 116px #46b8da, 117px 117px #46b8da, 118px 118px #46b8da, 119px 119px #46b8da, 120px 120px #46b8da, 121px 121px #46b8da, 122px 122px #46b8da, 123px 123px #46b8da, 124px 124px #46b8da, 125px 125px #46b8da, 126px 126px #46b8da, 127px 127px #46b8da, 128px 128px #46b8da, 129px 129px #46b8da, 130px 130px #46b8da, 131px 131px #46b8da, 132px 132px #46b8da, 133px 133px #46b8da, 134px 134px #46b8da, 135px 135px #46b8da, 136px 136px #46b8da, 137px 137px #46b8da, 138px 138px #46b8da, 139px 139px #46b8da, 140px 140px #46b8da, 141px 141px #46b8da, 142px 142px #46b8da, 143px 143px #46b8da, 144px 144px #46b8da, 145px 145px #46b8da, 146px 146px #46b8da, 147px 147px #46b8da, 148px 148px #46b8da, 149px 149px #46b8da, 150px 150px #46b8da, 151px 151px #46b8da, 152px 152px #46b8da, 153px 153px #46b8da, 154px 154px #46b8da, 155px 155px #46b8da, 156px 156px #46b8da, 157px 157px #46b8da, 158px 158px #46b8da, 159px 159px #46b8da, 160px 160px #46b8da, 161px 161px #46b8da, 162px 162px #46b8da, 163px 163px #46b8da, 164px 164px #46b8da, 165px 165px #46b8da, 166px 166px #46b8da, 167px 167px #46b8da, 168px 168px #46b8da, 169px 169px #46b8da, 170px 170px #46b8da, 171px 171px #46b8da, 172px 172px #46b8da, 173px 173px #46b8da, 174px 174px #46b8da, 175px 175px #46b8da, 176px 176px #46b8da, 177px 177px #46b8da, 178px 178px #46b8da, 179px 179px #46b8da, 180px 180px #46b8da, 181px 181px #46b8da, 182px 182px #46b8da, 183px 183px #46b8da, 184px 184px #46b8da, 185px 185px #46b8da, 186px 186px #46b8da, 187px 187px #46b8da, 188px 188px #46b8da, 189px 189px #46b8da, 190px 190px #46b8da, 191px 191px #46b8da, 192px 192px #46b8da, 193px 193px #46b8da, 194px 194px #46b8da, 195px 195px #46b8da, 196px 196px #46b8da, 197px 197px #46b8da, 198px 198px #46b8da, 199px 199px #46b8da, 200px 200px #46b8da;
  background-color: #5bc0de; }

.shape-10 {
  text-shadow: 0px 0px #54356b, 1px 1px #54356b, 2px 2px #54356b, 3px 3px #54356b, 4px 4px #54356b, 5px 5px #54356b, 6px 6px #54356b, 7px 7px #54356b, 8px 8px #54356b, 9px 9px #54356b, 10px 10px #54356b, 11px 11px #54356b, 12px 12px #54356b, 13px 13px #54356b, 14px 14px #54356b, 15px 15px #54356b, 16px 16px #54356b, 17px 17px #54356b, 18px 18px #54356b, 19px 19px #54356b, 20px 20px #54356b, 21px 21px #54356b, 22px 22px #54356b, 23px 23px #54356b, 24px 24px #54356b, 25px 25px #54356b, 26px 26px #54356b, 27px 27px #54356b, 28px 28px #54356b, 29px 29px #54356b, 30px 30px #54356b, 31px 31px #54356b, 32px 32px #54356b, 33px 33px #54356b, 34px 34px #54356b, 35px 35px #54356b, 36px 36px #54356b, 37px 37px #54356b, 38px 38px #54356b, 39px 39px #54356b, 40px 40px #54356b, 41px 41px #54356b, 42px 42px #54356b, 43px 43px #54356b, 44px 44px #54356b, 45px 45px #54356b, 46px 46px #54356b, 47px 47px #54356b, 48px 48px #54356b, 49px 49px #54356b, 50px 50px #54356b, 51px 51px #54356b, 52px 52px #54356b, 53px 53px #54356b, 54px 54px #54356b, 55px 55px #54356b, 56px 56px #54356b, 57px 57px #54356b, 58px 58px #54356b, 59px 59px #54356b, 60px 60px #54356b, 61px 61px #54356b, 62px 62px #54356b, 63px 63px #54356b, 64px 64px #54356b, 65px 65px #54356b, 66px 66px #54356b, 67px 67px #54356b, 68px 68px #54356b, 69px 69px #54356b, 70px 70px #54356b, 71px 71px #54356b, 72px 72px #54356b, 73px 73px #54356b, 74px 74px #54356b, 75px 75px #54356b, 76px 76px #54356b, 77px 77px #54356b, 78px 78px #54356b, 79px 79px #54356b, 80px 80px #54356b, 81px 81px #54356b, 82px 82px #54356b, 83px 83px #54356b, 84px 84px #54356b, 85px 85px #54356b, 86px 86px #54356b, 87px 87px #54356b, 88px 88px #54356b, 89px 89px #54356b, 90px 90px #54356b, 91px 91px #54356b, 92px 92px #54356b, 93px 93px #54356b, 94px 94px #54356b, 95px 95px #54356b, 96px 96px #54356b, 97px 97px #54356b, 98px 98px #54356b, 99px 99px #54356b, 100px 100px #54356b, 101px 101px #54356b, 102px 102px #54356b, 103px 103px #54356b, 104px 104px #54356b, 105px 105px #54356b, 106px 106px #54356b, 107px 107px #54356b, 108px 108px #54356b, 109px 109px #54356b, 110px 110px #54356b, 111px 111px #54356b, 112px 112px #54356b, 113px 113px #54356b, 114px 114px #54356b, 115px 115px #54356b, 116px 116px #54356b, 117px 117px #54356b, 118px 118px #54356b, 119px 119px #54356b, 120px 120px #54356b, 121px 121px #54356b, 122px 122px #54356b, 123px 123px #54356b, 124px 124px #54356b, 125px 125px #54356b, 126px 126px #54356b, 127px 127px #54356b, 128px 128px #54356b, 129px 129px #54356b, 130px 130px #54356b, 131px 131px #54356b, 132px 132px #54356b, 133px 133px #54356b, 134px 134px #54356b, 135px 135px #54356b, 136px 136px #54356b, 137px 137px #54356b, 138px 138px #54356b, 139px 139px #54356b, 140px 140px #54356b, 141px 141px #54356b, 142px 142px #54356b, 143px 143px #54356b, 144px 144px #54356b, 145px 145px #54356b, 146px 146px #54356b, 147px 147px #54356b, 148px 148px #54356b, 149px 149px #54356b, 150px 150px #54356b, 151px 151px #54356b, 152px 152px #54356b, 153px 153px #54356b, 154px 154px #54356b, 155px 155px #54356b, 156px 156px #54356b, 157px 157px #54356b, 158px 158px #54356b, 159px 159px #54356b, 160px 160px #54356b, 161px 161px #54356b, 162px 162px #54356b, 163px 163px #54356b, 164px 164px #54356b, 165px 165px #54356b, 166px 166px #54356b, 167px 167px #54356b, 168px 168px #54356b, 169px 169px #54356b, 170px 170px #54356b, 171px 171px #54356b, 172px 172px #54356b, 173px 173px #54356b, 174px 174px #54356b, 175px 175px #54356b, 176px 176px #54356b, 177px 177px #54356b, 178px 178px #54356b, 179px 179px #54356b, 180px 180px #54356b, 181px 181px #54356b, 182px 182px #54356b, 183px 183px #54356b, 184px 184px #54356b, 185px 185px #54356b, 186px 186px #54356b, 187px 187px #54356b, 188px 188px #54356b, 189px 189px #54356b, 190px 190px #54356b, 191px 191px #54356b, 192px 192px #54356b, 193px 193px #54356b, 194px 194px #54356b, 195px 195px #54356b, 196px 196px #54356b, 197px 197px #54356b, 198px 198px #54356b, 199px 199px #54356b, 200px 200px #54356b;
  background-color: #613d7c; }

.shape-11 {
  text-shadow: 0px 0px #ff4262, 1px 1px #ff4262, 2px 2px #ff4262, 3px 3px #ff4262, 4px 4px #ff4262, 5px 5px #ff4262, 6px 6px #ff4262, 7px 7px #ff4262, 8px 8px #ff4262, 9px 9px #ff4262, 10px 10px #ff4262, 11px 11px #ff4262, 12px 12px #ff4262, 13px 13px #ff4262, 14px 14px #ff4262, 15px 15px #ff4262, 16px 16px #ff4262, 17px 17px #ff4262, 18px 18px #ff4262, 19px 19px #ff4262, 20px 20px #ff4262, 21px 21px #ff4262, 22px 22px #ff4262, 23px 23px #ff4262, 24px 24px #ff4262, 25px 25px #ff4262, 26px 26px #ff4262, 27px 27px #ff4262, 28px 28px #ff4262, 29px 29px #ff4262, 30px 30px #ff4262, 31px 31px #ff4262, 32px 32px #ff4262, 33px 33px #ff4262, 34px 34px #ff4262, 35px 35px #ff4262, 36px 36px #ff4262, 37px 37px #ff4262, 38px 38px #ff4262, 39px 39px #ff4262, 40px 40px #ff4262, 41px 41px #ff4262, 42px 42px #ff4262, 43px 43px #ff4262, 44px 44px #ff4262, 45px 45px #ff4262, 46px 46px #ff4262, 47px 47px #ff4262, 48px 48px #ff4262, 49px 49px #ff4262, 50px 50px #ff4262, 51px 51px #ff4262, 52px 52px #ff4262, 53px 53px #ff4262, 54px 54px #ff4262, 55px 55px #ff4262, 56px 56px #ff4262, 57px 57px #ff4262, 58px 58px #ff4262, 59px 59px #ff4262, 60px 60px #ff4262, 61px 61px #ff4262, 62px 62px #ff4262, 63px 63px #ff4262, 64px 64px #ff4262, 65px 65px #ff4262, 66px 66px #ff4262, 67px 67px #ff4262, 68px 68px #ff4262, 69px 69px #ff4262, 70px 70px #ff4262, 71px 71px #ff4262, 72px 72px #ff4262, 73px 73px #ff4262, 74px 74px #ff4262, 75px 75px #ff4262, 76px 76px #ff4262, 77px 77px #ff4262, 78px 78px #ff4262, 79px 79px #ff4262, 80px 80px #ff4262, 81px 81px #ff4262, 82px 82px #ff4262, 83px 83px #ff4262, 84px 84px #ff4262, 85px 85px #ff4262, 86px 86px #ff4262, 87px 87px #ff4262, 88px 88px #ff4262, 89px 89px #ff4262, 90px 90px #ff4262, 91px 91px #ff4262, 92px 92px #ff4262, 93px 93px #ff4262, 94px 94px #ff4262, 95px 95px #ff4262, 96px 96px #ff4262, 97px 97px #ff4262, 98px 98px #ff4262, 99px 99px #ff4262, 100px 100px #ff4262, 101px 101px #ff4262, 102px 102px #ff4262, 103px 103px #ff4262, 104px 104px #ff4262, 105px 105px #ff4262, 106px 106px #ff4262, 107px 107px #ff4262, 108px 108px #ff4262, 109px 109px #ff4262, 110px 110px #ff4262, 111px 111px #ff4262, 112px 112px #ff4262, 113px 113px #ff4262, 114px 114px #ff4262, 115px 115px #ff4262, 116px 116px #ff4262, 117px 117px #ff4262, 118px 118px #ff4262, 119px 119px #ff4262, 120px 120px #ff4262, 121px 121px #ff4262, 122px 122px #ff4262, 123px 123px #ff4262, 124px 124px #ff4262, 125px 125px #ff4262, 126px 126px #ff4262, 127px 127px #ff4262, 128px 128px #ff4262, 129px 129px #ff4262, 130px 130px #ff4262, 131px 131px #ff4262, 132px 132px #ff4262, 133px 133px #ff4262, 134px 134px #ff4262, 135px 135px #ff4262, 136px 136px #ff4262, 137px 137px #ff4262, 138px 138px #ff4262, 139px 139px #ff4262, 140px 140px #ff4262, 141px 141px #ff4262, 142px 142px #ff4262, 143px 143px #ff4262, 144px 144px #ff4262, 145px 145px #ff4262, 146px 146px #ff4262, 147px 147px #ff4262, 148px 148px #ff4262, 149px 149px #ff4262, 150px 150px #ff4262, 151px 151px #ff4262, 152px 152px #ff4262, 153px 153px #ff4262, 154px 154px #ff4262, 155px 155px #ff4262, 156px 156px #ff4262, 157px 157px #ff4262, 158px 158px #ff4262, 159px 159px #ff4262, 160px 160px #ff4262, 161px 161px #ff4262, 162px 162px #ff4262, 163px 163px #ff4262, 164px 164px #ff4262, 165px 165px #ff4262, 166px 166px #ff4262, 167px 167px #ff4262, 168px 168px #ff4262, 169px 169px #ff4262, 170px 170px #ff4262, 171px 171px #ff4262, 172px 172px #ff4262, 173px 173px #ff4262, 174px 174px #ff4262, 175px 175px #ff4262, 176px 176px #ff4262, 177px 177px #ff4262, 178px 178px #ff4262, 179px 179px #ff4262, 180px 180px #ff4262, 181px 181px #ff4262, 182px 182px #ff4262, 183px 183px #ff4262, 184px 184px #ff4262, 185px 185px #ff4262, 186px 186px #ff4262, 187px 187px #ff4262, 188px 188px #ff4262, 189px 189px #ff4262, 190px 190px #ff4262, 191px 191px #ff4262, 192px 192px #ff4262, 193px 193px #ff4262, 194px 194px #ff4262, 195px 195px #ff4262, 196px 196px #ff4262, 197px 197px #ff4262, 198px 198px #ff4262, 199px 199px #ff4262, 200px 200px #ff4262;
  background-color: #ff5b77; }

.modal-content {
  border-radius: 7px; }
  .modal-content .modal-header {
    border-radius: 7px 7px 0 0; }
  .modal-content .close {
    border: none;
    font-size: 18px;
    border-radius: 50%;
    line-height: 18px;
    height: 40px;
    width: 40px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }

.card {
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1); }
  .card .card-header {
    border-radius: 6px 6px 0 0; }

.box-title--padding {
  padding-left: 15px; }

.bs-poster-img {
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1); }

.block-cell.user {
  border-radius: 6px;
  background: white; }

.file-input .input-group .input-group-btn button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-horizontal .form-group {
  margin-bottom: 8px; }

.center-block {
  margin-left: auto;
  margin-right: auto; }

html[theme="dark"] body {
  color: var(--text-color);
  background-color: var(--background--darker); }

html[theme="dark"] .inner-box,
html[theme="dark"] .content-box,
html[theme="dark"] .sidebar-modern-inner,
html[theme="dark"] .category-list,
html[theme="dark"] .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; }

html[theme="dark"] a {
  color: var(--link-hover); }
  html[theme="dark"] a:hover {
    color: var(--link-hover-color); }

html[theme="dark"] .nice-select .option, html[theme="dark"] .nice-select .list {
  background-color: var(--background);
  color: var(--text-color-light); }

html[theme="dark"] .nice-select .option {
  border-color: var(--nav-border); }

html[theme="dark"] .nice-select .option.selected {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .nice-select .option:hover, html[theme="dark"] .nice-select .option.focus, html[theme="dark"] .nice-select .option.selected.focus {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .tab-lite .nav-tabs > li > a {
  color: var(--text-color-meta); }

html[theme="dark"] .tab-lite .nav-tabs > li.active > a {
  background: var(--background--darker); }
  html[theme="dark"] .tab-lite .nav-tabs > li.active > a:hover {
    background: var(--background--lighter); }
  html[theme="dark"] .tab-lite .nav-tabs > li.active > a:focus {
    background: var(--background--lighter); }

html[theme="dark"] .nav-tabs {
  border-color: var(--border-color); }

html[theme="dark"] .nav-tabs .nav-link.active, html[theme="dark"] .nav-tabs .nav-item.show .nav-link {
  color: var(--text-color-meta);
  background-color: var(--tab-box-bg);
  border-color: var(--tab-box-active-bg) var(--tab-box-active-bg) var(--tab-box-bg); }
  html[theme="dark"] .nav-tabs .nav-link.active .badge-secondary, html[theme="dark"] .nav-tabs .nav-item.show .nav-link .badge-secondary {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border); }

html[theme="dark"] .nav-tabs .nav-link:hover, html[theme="dark"] .nav-tabs .nav-link:focus {
  border-color: var(--tab-box-active-bg) var(--tab-box-active-bg) var(--tab-box-active-bg); }

html[theme="dark"] .nice-select, html[theme="dark"] .select-sort-by.selectpicker {
  background-color: var(--background);
  color: var(--text-color-light);
  border-color: var(--nav-border); }

html[theme="dark"] .btn-secondary, html[theme="dark"] .btn-default {
  background-color: var(--background);
  color: var(--text-color-light);
  border-color: var(--nav-border); }
  html[theme="dark"] .btn-secondary:focus, html[theme="dark"] .btn-secondary:hover, html[theme="dark"] .btn-default:focus, html[theme="dark"] .btn-default:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important; }

html[theme="dark"] .save-search-bar:hover {
  background: var(--background-secondery);
  color: var(--text-color) !important; }

html[theme="dark"] .btn-secondary:active, html[theme="dark"] .btn-secondary:active:focus,
html[theme="dark"] .btn-secondary.active, html[theme="dark"] .btn-secondary.active:focus,
html[theme="dark"] .show > .btn-secondary.dropdown-toggle,
html[theme="dark"] .btn-default:active, html[theme="dark"] .btn-default:active:focus,
html[theme="dark"] .btn-default.active, html[theme="dark"] .btn-default.active:focus,
html[theme="dark"] .show > .btn-default.dropdown-toggle,
html[theme="dark"] .input-group-text {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .pagination-bar .pagination li a {
  background-color: var(--background);
  color: var(--text-color-light);
  border-color: var(--nav-border); }
  html[theme="dark"] .pagination-bar .pagination li a:focus, html[theme="dark"] .pagination-bar .pagination li a:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border); }

html[theme="dark"] .pagination-bar .pagination li.active a {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .content-footer {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .panel-details {
  background: var(--background--lighter);
  color: var(--text-color-light);
  border-color: var(--nav-border); }

html[theme="dark"] .contact_info .list-title:after, html[theme="dark"] .contact-form .list-title:after {
  border-color: var(--background) transparent transparent; }

html[theme="dark"] .contact_info .list-title:before, html[theme="dark"] .contact-form .list-title:before {
  border-color: var(--nav-border) transparent transparent; }

html[theme="dark"] .list-title {
  color: var(--text-color-light); }
  html[theme="dark"] .list-title:after {
    border-color: var(--background) transparent transparent; }
  html[theme="dark"] .list-title:before {
    border-color: var(--nav-border) transparent transparent; }

html[theme="dark"] .ads-details-info {
  color: var(--text-color-light); }

html[theme="dark"] .list-border > li {
  border-color: var(--nav-border); }

html[theme="dark"] .card {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border);
  color: var(--text-color-meta); }

html[theme="dark"] .block-cell {
  background: var(--background--lighter);
  color: var(--text-color);
  border-color: var(--nav-border); }

html[theme="dark"] .card-user-info .grid-col .col {
  color: var(--text-color-meta); }

html[theme="dark"] .card-user-info .grid-col .col.from i {
  color: var(--text-color-light); }

html[theme="dark"] .sidebar-card .card-header {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .bg-light {
  background: var(--background--lighter) !important;
  color: var(--text-color) !important; }

html[theme="dark"] table.checkboxtable td, html[theme="dark"] table.checkboxtable th {
  border-top: solid 1px var(--border-color-20); }

html[theme="dark"] .table-hover tbody tr:hover {
  background: var(--background) !important; }

html[theme="dark"] .modal-content {
  background: rgba(0, 0, 0, 0.9); }

html[theme="dark"] .modal-header {
  background: var(--background--lighter) !important;
  color: var(--text-color) !important; }

html[theme="dark"] .modal-footer {
  border-top: solid 1px var(--border-color-20); }

html[theme="dark"] .photo-count {
  background: var(--background) !important; }

html[theme="dark"] .key-features .media-heading {
  color: var(--text-color-meta-dark); }

html[theme="dark"] .prop-info-block {
  color: var(--text-color-meta);
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .prop-info span.title {
  color: var(--text-color-meta-dark); }

html[theme="dark"] .badge-secondary {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .page-bottom-info {
  background: -webkit-linear-gradient(292deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554;
  background: -moz- oldlinear-gradient(292deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554;
  background: -o-linear-gradient(292deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554;
  background: linear-gradient(158deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554; }
  html[theme="dark"] .page-bottom-info .btn-primary-dark {
    background-color: var(--brand-primary); }

html[theme="dark"] .cat-list h3 .count {
  color: var(--text-color-meta); }

html[theme="dark"] .cat-list li a {
  color: var(--text-color-meta); }
  html[theme="dark"] .cat-list li a:hover {
    color: var(--text-color); }

html[theme="dark"] .cat-list.arrow li {
  border-bottom: 0; }

html[theme="dark"] .collapse-title {
  color: var(--text-color);
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .user-panel-sidebar ul li a {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .user-panel-sidebar ul li:hover a, html[theme="dark"] .user-panel-sidebar ul li.active a {
  background: var(--background--lighter);
  color: var(--text-color);
  border-color: var(--nav-border); }

html[theme="dark"] .table thead th, html[theme="dark"] .table-bordered th, html[theme="dark"] .table-bordered td {
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .list-group-unstyle .list-group-item.active, html[theme="dark"] .list-group-unstyle .list-group-item:hover {
  background: var(--background--lighter);
  color: var(--text-color);
  border-color: var(--nav-border); }

html[theme="dark"] .list-group-unstyle .list-group-item.active a, html[theme="dark"] .list-group-unstyle .list-group-item:hover a {
  color: var(--text-color); }

html[theme="dark"] .list-group-item {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }
  html[theme="dark"] .list-group-item a {
    color: var(--text-color-meta); }

html[theme="dark"] .delete-search-result {
  color: var(--text-color-meta); }
  html[theme="dark"] .delete-search-result:hover {
    color: var(--text-color); }

html[theme="dark"] .hdata a {
  color: var(--text-color-meta); }

html[theme="dark"] .ads-details-td {
  color: var(--text-color-meta); }
  html[theme="dark"] .ads-details-td p {
    margin-bottom: 4px; }

html[theme="dark"] .modal-header .close {
  color: var(--text-color-meta); }
  html[theme="dark"] .modal-header .close:hover {
    color: var(--text-color-meta); }

html[theme="dark"] .title-2 {
  border-color: var(--nav-border) !important; }

html[theme="dark"] .content-subheading {
  color: var(--text-color); }

html[theme="dark"] .jobs-desc {
  color: var(--text-color-meta); }

html[theme="dark"] .row-featured-company .f-category h6 .company-name {
  color: var(--text-color); }

html[theme="dark"] .list-title a {
  color: var(--text-color); }

html[theme="dark"] .jobs-s-tag {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }
  html[theme="dark"] .jobs-s-tag:focus, html[theme="dark"] .jobs-s-tag:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border);
    opacity: .75; }

html[theme="dark"] .text-muted {
  color: var(--text-color-meta-dark) !important; }

html[theme="dark"] .login-box .input-icon i {
  color: var(--text-color-meta);
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .button-wrap .btn-social {
  background: var(--background--darker); }

html[theme="dark"] .link-color {
  color: var(--text-color); }

html[theme="dark"] .share-this-post li a i {
  color: var(--text-color-meta); }
  html[theme="dark"] .share-this-post li a i:focus, html[theme="dark"] .share-this-post li a i:hover {
    color: var(--text-color-light);
    opacity: 1; }

html[theme="dark"] .inbox-nav li a {
  background: none; }

html[theme="dark"] .inbox-nav li.active, html[theme="dark"] .inbox-nav li:hover {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .inbox-nav li a .badge {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .chat-item .time-and-date, html[theme="dark"] .message-list .list-group-item .list-box-content .time {
  color: var(--text-color-meta); }

html[theme="dark"] .message-list .list-group-item:hover {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border);
  box-shadow: none; }

html[theme="dark"] .blog-post-content-desc p,
html[theme="dark"] .blog-post-content-desc .blog-post-content,
html[theme="dark"] .blog-article-text {
  color: var(--text-color-light); }

html[theme="dark"] .blog-post-footer {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .blog-post-footer .list-title::after {
  border-color: var(--background--lighter) transparent transparent; }

html[theme="dark"] .blog-post-footer .list-title::before {
  border-color: var(--border-color) transparent transparent; }

html[theme="dark"] .share-this-post li a:hover i {
  color: var(--text-color); }

html[theme="dark"] ul.list-link li a, html[theme="dark"] ul.list-link li {
  color: var(--text-color-meta); }

html[theme="dark"] .navbar-light .navbar-brand:hover, html[theme="dark"] .navbar-light .navbar-brand:focus {
  color: var(--text-color-light); }

html[theme="dark"] .form-control, html[theme="dark"] input[type='text'] {
  color: var(--text-color-meta);
  background: var(--input-bg); }

html[theme="dark"] .page-content .inner-box.has-aff {
  background: var(--category-sidebar-bg); }

html[theme="dark"] .sidebar-modern-inner {
  background: var(--category-sidebar-bg); }
  html[theme="dark"] .sidebar-modern-inner .block-title.has-arrow:before {
    border-color: var(--border-color) transparent transparent; }
  html[theme="dark"] .sidebar-modern-inner .block-title.has-arrow:after {
    border-color: var(--category-sidebar-bg) transparent transparent; }
  html[theme="dark"] .sidebar-modern-inner h5 {
    color: var(--sidebar-title-color); }
    html[theme="dark"] .sidebar-modern-inner h5 a {
      color: var(--sidebar-title-color); }

html[theme="dark"] .search-row .search-col .search-col-inner {
  background: var(--background--darker); }

html[theme="dark"] .autocomplete-suggestions {
  background: var(--background--darker); }
  html[theme="dark"] .autocomplete-suggestions .autocomplete-suggestion {
    border-bottom: 1px solid var(--border-color); }
    html[theme="dark"] .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: var(--background--lighter);
      color: var(--text-color) !important;
      border-color: var(--nav-border); }

html[theme="dark"] .page-content .inner-box.has-aff {
  background: var(--background--darker); }

html[theme="dark"] .inner-box {
  background: var(--background); }
  html[theme="dark"] .inner-box.has-ad {
    background: var(--background--darker); }

html[theme="dark"] .category-list-wrapper {
  background: var(--category-sidebar-bg); }

html[theme="dark"] .content-box {
  background: var(--panel-bg); }

html[theme="dark"] .f-category h6 {
  color: var(--text-color); }
  html[theme="dark"] .f-category h6 a {
    color: var(--text-color); }
  html[theme="dark"] .f-category h6 .count {
    color: #9a9a9a; }

html[theme="dark"] .box-title {
  background: var(--panel-header-bg); }

html[theme="dark"] .featured-list-slider .item > a:hover {
  background: var(--background--darker); }

html[theme="dark"] .featured-list-row {
  background: var(--background); }

html[theme="dark"] .item-list:hover {
  background: var(--category-list-item-hover); }

html[theme="dark"] .category-list:not(.event-category-list) {
  background: var(--category-sidebar-bg); }

html[theme="dark"] .tab-box {
  background: var(--tab-box-bg); }

html[theme="dark"] .nav-tabs.add-tabs > li:hover > a {
  background: var(--tab-box-active-bg); }

html[theme="dark"] .nav-tabs.add-tabs > li.active > a {
  border-top: 1px solid var(--tab-box-active-border);
  background: var(--tab-box-active-bg); }
  html[theme="dark"] .nav-tabs.add-tabs > li.active > a:hover, html[theme="dark"] .nav-tabs.add-tabs > li.active > a:active, html[theme="dark"] .nav-tabs.add-tabs > li.active > a:focus {
    border-bottom: solid 1px var(--tab-box-active-bg); }

html[theme="dark"] .breadcrumb-list a.current {
  color: var(--text-color); }

html[theme="dark"] .listing-view-action span.active {
  color: var(--text-color); }

html[theme="dark"] .list-filter ul li a {
  color: var(--category-list-color); }

html[theme="dark"] .title-5 {
  border-bottom: 1px solid var(--border-color); }

html[theme="dark"] .dropdown-menu {
  color: var(--text-color-light);
  background-color: var(--background);
  border: 1px solid var(--nav-border); }

html[theme="dark"] .dropdown-item {
  color: var(--link-color); }
  html[theme="dark"] .dropdown-item:focus, html[theme="dark"] .dropdown-item:hover {
    color: var(--link-hover-color);
    background: var(--menu-hover-bg); }
  html[theme="dark"] .dropdown-item.active, html[theme="dark"] .dropdown-item:active {
    color: var(--text-color) !important; }

html[theme="dark"] .footer-content {
  color: var(--text-color);
  background: var(--footer-bg); }

html[theme="dark"] .block-cell.user {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .copy-info {
  color: var(--text-color-meta); }

html[theme="dark"] .footer-nav-inline li a {
  color: var(--link-color); }

html[theme="dark"] .footer-nav li a {
  color: var(--text-color-meta); }

html[theme="dark"] .footer-title {
  color: var(--text-color); }

@media (max-width: 767px) {
  html[theme="dark"] .navbar-site.navbar .nav > li a:not(.btn), html[theme="dark"] .navbar-site.navbar .nav > .nav-item a:not(.btn) {
    color: var(--link-color); }
  html[theme="dark"] .navbar-site.navbar .nav > li .dropdown-menu > li.active, html[theme="dark"] .navbar-site.navbar .nav > .nav-item .dropdown-menu > li.active {
    background: var(--background--lighter);
    color: var(--text-color-light); } }

@media (min-width: 768px) {
  html[theme="dark"] .header {
    background: var(--nav-bg); }
  html[theme="dark"] .navbar-site {
    background: var(--nav-bg) !important;
    border-bottom: var(--nav-border) !important; }
  html[theme="dark"] .navbar.navbar-site .navbar-nav > li > a:not(.btn), html[theme="dark"] .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn), html[theme="dark"] .navbar.navbar-light .navbar-nav > li > a:not(.btn), html[theme="dark"] .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn) {
    color: var(--text-color); }
    html[theme="dark"] .navbar.navbar-site .navbar-nav > li > a:not(.btn):hover, html[theme="dark"] .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn):hover, html[theme="dark"] .navbar.navbar-light .navbar-nav > li > a:not(.btn):hover, html[theme="dark"] .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn):hover {
      color: var(--text-color-hover); }
  html[theme="dark"] .navbar .navbar-brand {
    color: var(--logo-color); }
  html[theme="dark"] .navbar.navbar-bodered .navbar-brand {
    color: var(--logo-color); }
  html[theme="dark"] .navbar.navbar-bodered .navbar-nav > li {
    border-right: solid 1px var(--border-color); }
  html[theme="dark"] li .user-menu li:hover i {
    color: var(--menu-link-color); }
  html[theme="dark"] li .dropdown-menu.user-menu > .active > a {
    background: var(--background--lighter);
    color: var(--text-color); }
  html[theme="dark"] li.dropdown-item.active, html[theme="dark"] li.dropdown-item:active {
    background: var(--background--lighter);
    color: var(--text-color); }
  html[theme="dark"] .dropdown-menu > li a {
    color: var(--menu-link-color); }
  html[theme="dark"] .dropdown-menu.user-menu > .active {
    background: var(--background--lighter);
    color: var(--text-color); }
  html[theme="dark"] .dropdown-menu.user-menu > .active > a:focus {
    background: var(--background--lighter);
    color: var(--text-color); } }

@media (max-width: 767px) {
  html[theme="dark"] .navbar-light .navbar-brand {
    color: var(--text-color); }
  html[theme="dark"] .navbar-site.navbar .navbar-identity {
    border-color: rgba(255, 255, 255, 0.2); }
  html[theme="dark"] .navbar-light .navbar-toggler {
    color: var(--text-color);
    border-color: rgba(255, 255, 255, 0.2); } }

@media (min-width: 768px) {
  html[theme="dark"] .navbar.navbar-bodered .navbar-brand:after {
    background-color: var(--border-color-20); }
  html[theme="dark"] .navbar.navbar-bodered .navbar-nav > li:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border); } }

html[theme="dark"] .card-event.featured .card-body h4 a,
html[theme="dark"] .card-event:not(.featured) .card-title a {
  color: var(--text-color); }

html[theme="dark"] .card-event .card-footer .left a, html[theme="dark"] .card-event .card-footer .social-link a {
  color: var(--text-color-meta); }

html[theme="dark"] .listing-title-holder {
  border-color: var(--border-color-30); }

html[theme="dark"] .event-details-title {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .ev-info-details .ev-details, html[theme="dark"] .ev-info-details .ev-icon {
  color: var(--text-color-meta); }

html[theme="dark"] .mobile-filter-bar {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .mobile-filter-bar .dropdown-menu > li a {
  color: var(--text-color-meta); }

.theme-switcher {
  position: fixed;
  bottom: 24px;
  z-index: 99999;
  right: 0;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  background: -moz- oldlinear-gradient(top, #eeeeee, #FFFFFF 25px);
  background: -o-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }
  @media (max-width: 767px) {
    .theme-switcher {
      display: none; } }

.theme-switcher-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

.theme-switcher-label:before, .theme-switcher-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

.theme-switcher-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5); }

.theme-switcher-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.theme-switcher.active .theme-switcher-label {
  background: var(--background);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }

.theme-switcher.active .theme-switcher-label:before {
  opacity: 0; }

.theme-switcher.active .theme-switcher-label:after {
  opacity: 1; }

.theme-switcher-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  background: -moz- oldlinear-gradient(top, #FFFFFF 40%, #f0f0f0);
  background: -o-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

.theme-switcher-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  background: -moz- oldlinear-gradient(top, #eeeeee, #FFFFFF);
  background: -o-linear-gradient(top, #eeeeee, #FFFFFF);
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); }

.theme-switcher.active .theme-switcher-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }

/* Transition
========================== */
.theme-switcher-label, .theme-switcher-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

button.dropdown-toggle{border-left: 1px solid #ddd; border-right: 1px solid #ddd; height: 40px !important; width: 170px !important;    border-radius: 0;}

.load-more-section{
 padding: 15px;
 display: none;
 text-align: center;
}

.spinner-size{ width: 1rem !important; height: 1rem !important; }
/* Custom Styles */
.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.notification-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    font-size: 10px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 50%;
}
.top_bar .navbar{padding:0;}
.top_bar .navbar .navbar-nav .nav-item{margin:0;}
.top_bar .navbar .navbar-nav .nav-item .nav-link{padding:13px 4px !important; height: auto !important; line-height: 1 !important; margin: 0px 5px !important; color: #5b5b5b !important;}
.top_bar .navbar .navbar-nav .nav-item .nav-link:hover{background:#fff;}
.top_bar .navbar .navbar-nav .nav-item.nav_item_text{color:#4c4c4c;font-size: 12px;font-weight: 500; text-transform:uppercase;}
.top_bar .navbar .navbar-nav .nav-item.nav_item_text span{color:#a40503; text-transform:uppercase;}
.top_bar .navbar .navbar-nav .nav-item.nav_item_text span .join_now_btn{color: #fff; background: #a50101; display: inline-block; text-align: center; padding:5px 7px 4px; margin: 0 9px; font-size: 15px; line-height: 1; border: 1px dotted #a50101; border-radius: 4px; }
.top_bar .navbar .navbar-nav .nav-item.nav_item_text span .join_now_btn:hover{color: #fff; background: #a50101; border: 1px solid #a30101;}
.top_bar .navbar .navbar-nav .nav-item .dropdown-menu{background: #ffffff; padding: 0; margin: 0; border: 1px solid #b3b3b3; text-align: left;}
.top_bar .navbar .navbar-nav .nav-item .dropdown-menu li{padding: 0; margin: 0;}
.top_bar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item{color: #333; padding: 7px 13px 8px; border-bottom: 1px dashed #b3b3b3;}
.top_bar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover{background: #b00101; color: #fff; border-bottom: 1px solid #2e2e2e;}
.top_bar .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a{border:none;}
.top_bar .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a:hover{border:none;}



input:focus::-webkit-input-placeholder {
-webkit-transform: translateY(-125%);
font-size: 75%;

}

input.imitatefocus::-webkit-input-placeholder {
-webkit-transform: translateY(-125%);

}

.search-link{margin-top: 35px;
display: flex;flex-wrap: wrap; 
max-width: 700px;
justify-content: center;}
.search-link a{color: #808080 !important;
border: 1px solid grey;
padding: 2px 15px;
border-radius: 20px;
margin: 8px 5px;
position:relative;
display: block;}

.search-link a:after{
position:absolute;
content: '\e814';
font-family: "fontello";
right: 15px;
width: 5px;
}

input:focus::-webkit-input-placeholder {
-webkit-transform: translateY(-125%);
font-size: 75%;

}

input.imitatefocus::-webkit-input-placeholder {
-webkit-transform: translateY(-125%);

}

.search-link{margin-top: 35px;
display: flex;flex-wrap: wrap; 
max-width: 700px;
justify-content: center;}
.search-link a{color: #808080 !important;
border: 1px solid grey;
padding: 2px 15px;
border-radius: 20px;
margin: 8px 5px;
position:relative;
display: block;}

.search-link a:after{
position:absolute;
content: '\e814';
font-family: "fontello";
right: 15px;
width: 5px;
}


.navbar-identity{width: 28%;display: flex ; justify-content: flex-start; align-items: center;}
.vyapar_search_bar{width: 50%; margin-left: 23px;}
.navbar_flex_new{width: 20%;}
.vyapar_search_bar input::placeholder {color: red; opacity: 1;}

.nav-link { color: #ffffff; font-weight: 500; padding: 10px 20px; } 
.nav-link:hover, .category-navbar .dropdown:hover > .nav-link {color: #ffffff; background: #013b99; } 
.dropdown-menu { border-radius: 0; border: 1px solid #ddd; display: none; } 
.dropdown:hover .dropdown-menu {display: block; margin-top: 0; padding: 0; margin: 0; background: #ffffff; border: 0;} 
.mega-menu { width: 600px; display: flex; padding: 15px; } 
.mega-menu .sub-menu { flex: 1; padding: 0 15px; } 
.mega-menu .sub-menu h6 { font-weight: bold; color: #007bff; margin-bottom: 10px; }
.dropdown .dropdown-menu .dropdown_mega_p:hover .dropdown-menu_mega{ opacity:1; visibility:visible;}
.dropdown .dropdown-menu .dropdown_mega_p .dropdown-menu_mega{position: absolute; top: 0; background: #fff; left: 100%; opacity:0; visibility:hidden;padding: 0;width: auto;border-left:1px solid #ddd;}

.bottom_bar{background: #fff;border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;}
.category-navbar .nav-link { color: #2d2d2d; font-weight: 500; padding: 10px 20px; } 
.category-navbar .nav-link:hover, .category-navbar .dropdown:hover > .nav-link {color: #ffffff; background: #013b99; } 
.category-navbar .dropdown-menu { border-radius: 0; border: 1px solid #ddd; display: none; } 
.category-navbar .dropdown:hover .dropdown-menu {display: block; margin-top: 0; padding: 0; margin: 0; background: #ffffff; border: 0;} 
.mega-menu { width: 600px; display: flex; padding: 15px; } 
.mega-menu .sub-menu { flex: 1; padding: 0 15px; } 
.mega-menu .sub-menu h6 { font-weight: bold;
    color: #000000;
    margin-bottom: 10px; }
.bottom_bar .category-navbar .dropdown .dropdown-menu .dropdown_mega_p:hover .dropdown-menu_mega{ opacity:1; visibility:visible;}
.bottom_bar .category-navbar .dropdown .dropdown-menu .dropdown_mega_p .dropdown-menu_mega{position: absolute; top: 0; background: #fff; left: 100%; opacity:0; visibility:hidden;padding: 0;width: 816px;border-left:1px solid #ddd;}

.industryRow .industList {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease, box-shadow .3s ease;
}
.industryRow>li {
    padding: 8px;
    box-sizing: border-box;
    width: 33.33%;
}
.industryRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px 30px;
    padding: 0;
    list-style: none;
}
.industryRow .industList .othIndust {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.cat_content {
    padding: 15px;
}
.industryRow .industList .industTitle a {
    color: #000;
}
.industryRow .industList .othIndust {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.content-box {
    background: #fff;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}
.industryRow .industList .industTitle {
    font-size: 16px;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat_content {
    padding: 15px;
}
.industryRow .industList .othIndust .bigImg._width img {
    width: auto;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
}

.industryRow .industList .industTitle {
    font-size: 16px;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container.l3_left {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}


.industryRow .industList .othIndust .othLink {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: calc(100% - 140px);
    flex: 1;
}
.industryRow .industList .othIndust .othLink li {
    margin-bottom: 9px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industryRow .industList .othIndust .othLink li a {
    font-size: 13px;
    line-height: 16px;
    color: #0037db;
    text-decoration: none;
}
.industryRow .industList .othIndust .bigImg {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    overflow: hidden;
    flex-shrink: 0;
}
.carousel-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
        }
        .owl-carousel .item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #fff;
            text-align: left;
        }
        .text-content {
            max-width: 50%;
        }
        .text-content h2 {
            font-size: 28px;
            line-height: 1.4;
        }
        .text-content span {
            color: #f1c40f;
            font-weight: bold;
        }
        .shop-button {
            display: inline-block;
            margin-top: 15px;
            background: #f1c40f;
            padding: 12px 20px;
            color: #000;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }
        .item img {
            max-width: 100%;
            height: auto;
        }
        /* Owl Carousel Customization */
        .owl-dots {
            text-align: center;
            margin-top: 10px;
            display: none;}
        .owl-dot {
            width: 12px;
            height: 12px;
            background: #ccc;
            display: inline-block;
            margin: 5px;
            border-radius: 50%;
        }
        .owl-dot.active {
            background: #e67e22;
        }

.bg_im{
        margin-left: -52px;
    margin-right: -51px;
    color: #fff;
    overflow: clip;
    padding-top: 30px;
}
.bg_im h1{font-size: 40px; text-align: center;}
.bg_im .pdel{ text-align: center;}


.join_now_btn{color: #fff; background: transparent; display: inline-block; text-align: center; padding: 7px 10px 5px; font-size: 13px; line-height: 1; border: 1px dashed #fff; border-radius: 4px; text-transform: uppercase;    font-weight: 600;}


.join_now_btn:hover{color: #013b99;background: #fff;border: 1px dashed #fff;}



/*.main-container .cat_showcase_home{background: #fff; border-radius: 12px 12px 0 0; display: flex ; justify-content: center; align-items: center; flex-wrap: wrap; justify-content: flex-start; margin: 40px 0 40px;border: 1px solid #c5c5c5; border-top: 0;}*/
.main-container .cat_showcase_home .innder_cat_heading{background: #013396; border-radius: 12px 12px 0 0; width: 100%; display: flex ; justify-content: space-between; align-items: center; padding: 9px 19px;}
.main-container .cat_showcase_home .innder_cat_heading h2{padding: 0; font-size: 22px; text-align: left; color: #ffffff; font-weight: 500;}


.cat_showcase_home row{background:#fff;}
.cat_showcase_home .showcase_cat_wrap{text-align: center; padding: 0px 7px;transition:all .2s ease;}
/*.showcase_cat_pop_b{position: relative; width: 16.66%; padding: 12px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}*/

/*.cat_showcase_home .showcase_cat_pop_b .showcase_cat_wrap::after{content: ""; display: block; height: 100%; width: 1px; background: #c5c5c5; position: absolute; top: 0; right: 0;}*/
/*.cat_showcase_home .showcase_cat_pop_b .showcase_cat_wrap::before{content: ""; display: block; height: 1px; width: 100%; background: #c5c5c5; position: absolute; bottom: 0; right: 0;}*/


/*.cat_showcase_home .showcase_cat_pop_b:nth-child(7) .showcase_cat_wrap::after,*/
/*.cat_showcase_home .showcase_cat_pop_b:nth-child(13) .showcase_cat_wrap::after {*/
/*    background: #fff;*/
/*}*/

/*.cat_showcase_home .showcase_cat_pop_b:nth-child(n+8) .showcase_cat_wrap::before {display: none !important;}*/


.cat_showcase_home .showcase_cat_wrap .showcas_cat_link{display: block;}


.cat_showcase_home .showcase_cat_wrap .showcas_cat_link img{border-radius: 50%; overflow: hidden; border: 1px dashed #013396; margin: 19px 0 11px; padding: 8px;transition:all .2s linear;}

.cat_showcase_home .showcase_cat_wrap .showcas_cat_link .showcase_cat_name{color: #ba020d; font-size: 16px; font-weight: 600;padding: 0;}

.cat_showcase_home .showcase_cat_wrap:hover .showcas_cat_link .showcase_cat_name{color: #013396;}
.cat_showcase_home .showcase_cat_wrap:hover .showcas_cat_link img{border: 1px solid #ba020d;padding: 0px;}

.main_showcase_sec{width:100%; overflow:hidden;}
.main_showcase_sec .innder_cat_heading{background: #013396; border-radius: 12px 12px 0 0; width: 100%; display: flex ; justify-content: space-between; align-items: center; padding: 9px 19px;}
.main_showcase_sec .innder_cat_heading h2{padding: 0; font-size: 22px; text-align: left; color: #ffffff; font-weight: 500;}
.main_showcase_sec .main_showcase_box{width: 100%; display: flex ; justify-content: center; align-items: stretch; flex-wrap: wrap;margin-bottom: 30px;}
.main_showcase_sec .main_showcase_box .showcase_row{display: flex ; width: 100%; justify-content: flex-start;align-items: stretch;}
.main_showcase_sec .main_showcase_box .showcase_col{width: 30%; border-bottom: 1px solid #d4d4d4;}
.main_showcase_sec .main_showcase_box .showcase_col.showcase_col_cat{width: 70%; max-height: 500px; overflow: hidden; overflow-y: auto;}

.main_showcase_sec .main_showcase_box .showcase_col.showcase_col_cat::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	border-radius: 10px;	background-color: #F5F5F5;}

.main_showcase_sec .main_showcase_box .showcase_col.showcase_col_cat::-webkit-scrollbar{	width: 5px;	background-color: #F5F5F5;}

.main_showcase_sec .main_showcase_box .showcase_col.showcase_col_cat::-webkit-scrollbar-thumb{	border-radius: 10px;	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);	background-color: #ba020d;}

.showcase_col_cat .category_row{display: flex ; align-items: center; justify-content: flex-start; width: 100%; flex-wrap: wrap;}
.showcase_col_cat .category_row .category_row_col{width: 16%; margin: 0 .33% 6px; background: #fff; height: 200px; border: 1px dashed #4e689d59; padding: 9px 9px; display: flex ; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 10px;position:relative;}

.showcase_col_cat .category_row .category_row_col .cat_col_link{display: block; text-align: center;}
.showcase_col_cat .category_row .category_row_col .cat_col_name{font-size: 13px; color: #a40503; line-height: 1.2; text-align: center;margin: 5px 0px 0px 0;}
.footer_img{position: absolute; bottom: 0; left: 0; z-index: 0; height: 100%; width: 100%; display: block; opacity: 0.2; background: url(https://www.vyaparbharat.com/assets/img/abstract-business-people-city-buildings.webp); background-size: contain; background-repeat: repeat; z-index: -1;}
.footer-col img{display: inline-block; width: 27.8%; margin: 0 4px 9px;}
.footer-col img:last-child{display: block; width: 100%; margin: 0;    padding:     padding: 3px;background:#fff;}
.dropdown-item:focus, .dropdown-item:hover { color: #fff; text-decoration: none; background-color: #013b99; }
.dropdown-menu > li {
    padding: 0;
    border-bottom: 1px dotted;
    line-height: 30px;
}
.mcsc-iteam{
    display: contents;
}
.showcase_cat_name{text-align:center;}
.mcsc-heading img{
    border: 1px dotted;
    max-height: 80px;
    border-radius: 52px;
     
}
.mcsc-heading {text-align:center;    margin-left: 20px;}
.mcsc-heading h6 {text-align:center;}

.mega-menu .sub-menu { flex: 1; padding: 0 0px; }

.footer-title{margin-bottom:5px;}

.dview_501px{display:none !important;}
.pBR_btn_fixed{display:none !important;}

@media(max-width:1024px){
    .category-navbar .nav-link{padding: 9px 7px;}
    .dNone_1024px{display:none !important;}
    .b_p_dNone_1024px{width: 40px !important;; padding: 0 !important;}
    .cat_showcase_home .showcase_cat_pop_b .showcase_cat_wrap::after{display:none;}
    .cat_showcase_home .showcase_cat_pop_b .showcase_cat_wrap::before{display:none;}
    .showcase_cat_pop_b{width: 25%; padding: 0px;}
}

@media(max-width:979px){
    .bottom_bar{display:none !important;}
}

@media(max-width:991px){
    .BSHL_box{flex-direction:row;}
    .dNone_991px{display:none !important;}
}

@media(max-width:768px){
    .dNone_768px{display:none !important;}
    .pBR_btn_fixed{display: block !important; position: fixed; z-index: 99999; top: 40%; right: -90px; transform: rotate(90deg); background: #013396; font-size: 15px; color: #fff; border-radius: 0 0 5px 6px; padding: 4px 8px;}
    .navbar-identity{width: 50% !important;}
    .vyapar_search_bar{width: 47% !important;}
    .navbar-identity button.dropdown-toggle{width: 27px !important; height: 27px !important; border: 0px !important; padding: 0 !important; margin-right: 4px}
    .navbar-identity .menu_span{padding: 1.1px 0;}
}
@media(max-width:678px){
    .showcase_cat_pop_b { width: 33.33%; padding: 0 7px 14px 6px; }
.main-container{padding:0 0;}
.footer-col img:last-child{width: 30%;}
}

@media(max-width:501px){
    .dNone_501px{display:none !important;}
    .dview_501px{display:flex !important;}
    .navbar {padding:6px 18px 6px 0 !important;}
}
@media(max-width:425px){
.showcase_cat_pop_b{width: 50%;}
.main-container .cat_showcase_home .innder_cat_heading h2{font-size: 17px;}
.innder_cat_heading .join_now_btn {padding: 6px 4px; font-size: 11px; line-height: 1.2;}
}
@media(max-width:360px){
    .BSHL_box .nav-item .unique_vyapar{font-size:13px !important;}
    .BSHL_box .nav-item .nav-link{font-size:13px !important;}
    .top_bar .navbar .navbar-nav .nav-item.nav_item_text span .join_now_btn{margin: 0 7px; font-size: 10px;}
    .top_bar .navbar .navbar-nav .nav-item .nav-link{padding: 4px 4px !important; margin: 0px 2px !important;}
    .main-container .cat_showcase_home .innder_cat_heading h2 { font-size: 12px; line-height: 1.2; }
    .innder_cat_heading .join_now_btn { padding: 3px 0px; font-size: 9px; line-height: 1.2; }
}

.lead_section{padding:50px 0px 0;}
.leadBox_wrap{background: #fff; border-radius: 8px; overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;max-height: 500px;}
.leadBox_wrap .lead_headning{background: #013b99; padding: 11px 15px 11px; display: flex ; justify-content: space-between; align-items: center;}
.leadBox_wrap .lead_headning .lead_h_1{color: #fff; font-size: 18px;line-height: 1;}
.leadBox_wrap .lead_headning .lead_link a{line-height: 1; font-size: 16px; color: #fff; text-transform: capitalize; border: 1px dashed #fff; padding: 5px 14px 5px; border-radius: 4px; margin-top: 0px; display: inline-block;}
.leadBox_wrap .lead_headning .lead_link a:hover{border: 1px dashed #fff;background:#fff;color:#013b99;}
.main_lead_wrap{width: 100%; display: flex ; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 6px 11px;
    overflow:hidden;animation: leadAnimation 1200s linear infinite;}
.main_seller_lead{animation: leadAnimation 200s linear infinite;}
 
 .main_lead_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border: 1px dashed #013b99;
    padding: 7px;
    border-radius: 6px;
    background: #fff8f833;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
    height: 55px;
}
.sliderr {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    /* margin-left: -10px; */
    /* margin-right: -180px; */
    padding: 0px;
}
.regions{
    margin-top:50px;
    margin-bottom:20px;
}
.regions ul {
    display: inline-block;
    width: 100%;
    margin: 15px 0; 
    text-align: center;
}
.accordion {
    padding-bottom: 20px;
    padding-left: 160px;
    padding-right: 160px;
}
.dsv .slidee img{padding:20px;}
.footer-title-font {
    font-size: 24px;
}
 .links {
    display: inline-block;
    padding-right: 0;
}
.links ul {
    width: 25%;
    padding: 0 10px;
    float: left;
}
.links ul h5 {
    margin-bottom: 10px;
    font-weight: 600;
}
.links ul li {
    padding: 5px 0;
    font-size: .875rem;
    color: #e9e9e9;
}
.bottom-newsletter .form-group {
    width: 420px;
    float: none;
    position: relative;
}
.bottom-newsletter .form-control {
    height: 40px;
}
.bottom-newsletter .submit_letter {
    position: absolute;
    right: 0;
    font-size: 18px;
    padding: 10px 13px;
    top: -2px;
    transition: .3s;
    color: #fe3456;
}
.siteseal {
    position: relative;
    float: left;
    display: block;
}
 .social-link {
    float: right;
}
.social-link li {
    margin-right: 15px;
    float: left;
}
 .social-link li a {
    color: #fff;
    transition: .3s;
}
.social-logo {
    height: 25px;
    width: 25px;
    transition: box-shadow .3s ease, transform .3s ease;
    border-radius: 50%;
}
.footer_logo_e{display:flex;}
.footer_logo_e li{
        background: #ffffff;
    padding: 1px;
    border-radius: 12px;
    margin-left:5px;
}
.footer_logo_e li img{ width:200px;border-radius:22px;}
.footer-data .footer-countries {
    display: flex;
    flex-wrap: wrap;
}
.footer-data .country-name {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #5e5c5c;
}
.footer-data .border-right {
    border-right: 1.5px solid #b0b0b0;
}
.footer-data .cat-name, .footer-data .country-name {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #e9e9e9;
}
.footer-data .footer-category, .footer-data .footer-countries {
    display: flex;
    flex-wrap: wrap;
}
.accordion .accordion-item {
    box-shadow: 0 1px 3px rgb(1 59 153 / 41%), 0 1px 2px rgb(1 59 153 / 58%);
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 30px;
}
.accordion .accordion-item button[aria-expanded=true] {
/*   border-bottom: 1px solid #03b5d2; */
}
.accordion h2 {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
/*    padding: 1em 0; */
  color: #333333;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding:0px;
  line-height:25px;
  margin:0px;
  font-family: 'Open Sans', sans-serif;
}
.accordion h2:hover, .accordion h2:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion h2:hover::after, .accordion h2:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion h2 .accordion-title {
  padding: 1em 1.5em 1em 0;
      color: #013396;
}
.accordion h2 .icon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.faq-content {
    padding: 80px 0px;
}
.accordion h2 .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion h2 .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion h2[aria-expanded=true] {
  color: #03b5d2;
}
.accordion h2[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion h2[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 5000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
#countries a{color:#000;}
.regions ul li {
    display: inline-table;
    padding: 0;
    margin: 10px;
    width: max-content;
    max-width: max-content;
    cursor: pointer;
    text-align: center;
}
.regions ul li img {
    width: 120px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 100px;
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.main-heading {
    color: #000;
    font-weight: bolder !important;
    font-size: 30px !important;
    text-transform: uppercase;
    position: relative;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    margin-bottom: 15px;
    padding-top:40px;
}
.regions .btn {
    margin: auto;
    float: none;
    display: block;
    width: 180px;
    padding: 10px;
}
.regions ul li img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.regions ul li span {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 5px 10px 0;
}
.slide-trackk {
    display: flex;
    width: calc(250px * 14);
    animation: scroll 25s linear infinite;
}

.slide {
    width: 250px;
    flex-shrink: 0;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.flag_imgbox img {
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

 .main_lead_box .flag_imgbox{width: 6%; margin-right: 10px;}
.main_lead_box .lead_name{width: 90%;}
.main_lead_box .lead_name a{color: #013b99; font-size: 14px; font-weight: 500; display:block;}
.main_lead_box .lead_name:hover a{color: #ab1d25;}
.main_lead_box .lead_name .date_name{color: #000; font-size: 10px; font-weight: 500; display: block; position: absolute; bottom: 1px; right: 9px;}


.vb_search-container { display: flex; align-items: center; border: 2px solid #013396; border-radius: 25px; overflow: hidden; width: 100%; }
.vb_dropdown { border: none; padding: 10px; background: #fff; outline: none; } 
.search-input { border: none; padding: 10px; flex: 1; outline: none; }
.search-input::placeholder {color: #333 !important;}
.mic-button, .search-button { background: none; border: none; padding: 10px; cursor: pointer; }
.search-button { background: #013396; color: white; }



@keyframes leadAnimation {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
  
}
.Wrap_for_animation{overflow:hidden;}
.main_lead_wrap:hover{animation-play-state: paused;}

.country_regionSection{background: #fff; width: 100%; border-radius: 10px;}
.country_regionSection .box-round .sect-head{background: #013b99; padding:13px 15px 12px; display: flex ; justify-content: space-between; align-items: center; overflow: hidden; border-radius: 10px 10px 0 0;}
.country_regionSection .box-round .sect-head .title{color: #fff; font-size: 18px;line-height: 1;padding: 0;}
.country_regionSection .box-round .sect-head .country_link a{line-height: 1; font-size: 16px; color: #fff; text-transform: capitalize; border: 1px dashed #fff; padding: 5px 14px 5px; border-radius: 4px; margin-top: 0px; display: inline-block;}
.country_regionSection .box-round .sect-head .country_link a:hover{color: #013b99;background: #fff;border: 1px dashed #fff;}

.country_regionSection .box-round .country_row{display: flex ; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 100%;}
.country_regionSection .box-round .country_row .country_item{width: 13.3%; margin: 13px 0;}
.country_regionSection .box-round .country_row .country_item a{display:block; text-align:center;}
.country_regionSection .box-round .country_row .country_item a img{width: 130px; height: 130px; margin: 0 auto; display: block; border-radius: 150%; object-fit: cover; border: 1px solid #b7b7b7;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.country_regionSection .box-round .country_row .country_item a p{margin: 0; font-size: 18px; font-weight: 600; text-transform: uppercase; color: #000;}

.owl-carousel .owl-stage{margin: 0px auto;}


.citiesSection{padding:40px 0px;}
.citiesSection .Cities_wrap{background: #fff; border-radius: 8px; overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.citiesSection .Cities_wrap .cities_headning{background: #013b99; padding: 11px 15px 11px; display: flex ; justify-content: space-between; align-items: center;}
.citiesSection .Cities_wrap .cities_headning .cities_h_1{color: #fff; font-size: 18px;line-height: 1;}
.citiesSection .Cities_wrap .cities_headning .cities_link a{line-height: 1; font-size: 16px; color: #fff; text-transform: capitalize; border: 1px dashed #fff; padding: 5px 14px 5px; border-radius: 4px; margin-top: 0px; display: inline-block;}
.citiesSection .Cities_wrap .cities_headning .cities_link a:hover{border: 1px dashed #fff; background:#fff; color:#013b99;}
.citiesSection .Cities_wrap .cities_row{display: flex ; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 0;}
.citiesSection .Cities_wrap .cities_row .cities_item{width: 16.66%; padding: 11px; padding-bottom: 10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.citiesSection .Cities_wrap .cities_row .cities_item a{display: block; text-decoration: none;}
.citiesSection .Cities_wrap .cities_row .cities_item a .cities_icon_box{border-radius: 50%; background: #fff; display: block; overflow: hidden; padding: 16px; width: 150px; height: 150px; margin: 0 auto;border: 1px solid #ddd;}
.citiesSection .Cities_wrap .cities_row .cities_item a .cities_icon_box img{}
.citiesSection .Cities_wrap .cities_row .cities_item a .cities_title{margin: 0; text-align: center; font-size: 18px; margin-top: 8px; color: #ab1c24; font-weight: 600; text-transform: uppercase;}



.ps_wrap{background: #fff; border-radius: 8px; overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; height: 500px;}
.ps_wrap .ps_headning{background: #013b99; padding: 11px 15px 11px; display: flex ; justify-content: space-between; align-items: center;}
.ps_wrap .ps_headning .ps_h_1{color: #fff; font-size: 18px;line-height: 1;}

.ps_wrap .ps_row{display: flex ; justify-content: flex-start; align-items: center; width: 100%; flex-wrap: wrap; padding: 17px; height: 100%; overflow-x: auto;}
.ps_wrap .ps_row .ps_item{width:25%;text-align:center; height: 142px; display: flex ; justify-content: center; align-items: center;    padding: 12px;}
.ps_wrap .ps_row .ps_item .ps_image_box{display: flex ; justify-content: center; align-items: center; flex-direction: column; width: 100%;}
.ps_wrap .ps_row .ps_item .ps_image_box a{display: block; height: 100%; width: 100%;}
.ps_wrap .ps_row .ps_item .ps_image_box p{margin:0;}
.ps_wrap .ps_row .ps_item .ps_image_box p a{color: #333; font-size: 13px; font-weight: 600; text-transform: uppercase; margin: 6px 0 6px 0;display: block; text-align: center;}
.ps_wrap .ps_row .ps_item .ps_image_box:hover p a{color: #013b99;}


/* Classified Products */
.classified_products{width:100%; margin-bottom:40px; background: #fff;}
/*.classified_products .cf_pro_wrap{}*/
.classified_products .cf_pro_wrap .cf_pro_heading{background: #013b99; display: flex ; justify-content: space-between; align-items: center; width: 100%; padding: 7px 8px; border-radius: 8px 8px 0 0;}
.classified_products .cf_pro_wrap .cf_pro_icon{background: #fff; width: 45px; border-radius: 50%; overflow: hidden; padding: 5px 5px;}
.classified_products .cf_pro_wrap .cf_pro_icon img{width: 100%; height: 100%;}
.classified_products .cf_pro_wrap .cf_pro_text{color: #fff; font-size: 21px; font-weight: 500;text-align:center;}
.classified_products .cf_pro_wrap .cf_pro_link a{color: #fff; border: 1px dashed #fff; padding: 3px 7px 2px; border-radius: 2px; font-size: 14px;}

.classified_products .cf_pro_wrap .cf_pro_main{display: flex ; justify-content: space-between; align-items: center; width: 100%; flex-wrap: wrap; padding: 6px 12px; border: 1px solid #ddd; border-top: 0px; border-radius: 0 0 7px 7px;}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link{width: 48%; height: 185px; display: flex ; justify-content: center; align-items: center; text-align: center; flex-direction: column;}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link .cf_pro_box{border: 1px solid #ddd; border-radius: 6px; overflow: hidden; padding: 7px 6px 0;}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link .cf_pro_box .cf_pro_img{width: 100%; overflow:hidden;}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link .cf_pro_box .cf_pro_img img{transition:all .3s linear;}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link .cf_pro_box .cf_pro_img:hover img{transform: scale(1.2);}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link .cf_pro_box .cf_pro_name{color: #000; font-size: 14px; margin: 3px 0; height: 44px; display: flex ; align-items: center; justify-content: center;}


.Middle_page_card{background: #000; margin: 0 0 35px 0; padding: 25px 45px; width: 100%; background-image:url('../img/pattern-bg-mid-banner.jpg');background-size: cover; background-repeat: no-repeat;display: flex ; align-items: center; justify-content: center; flex-wrap:wrap; gap: 100px; position:relative; z-index: 1;overflow: hidden;clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);}
.Middle_page_card .m_b_card_box{color: #fff; font-size: 23px; text-transform: capitalize; text-align: center;font-weight: 600;}
.Middle_page_card .m_b_card_btn a{background: #013b99; padding: 13px 37px; font-size: 16px; text-transform: uppercase; font-weight: 600; color: #ffffff; border-radius: 50px;}
.Middle_page_card_overlay{ position: absolute; top: 0; left: 0; right: 0; border: 0; background: #000; width: 100%; height: 100%; z-index: -1; opacity: .6; }

.featured_in_main{width: 100%; margin-bottom: 30px;background:#fff;}
.featured_in_main .f_i_card_box{background: #013b99; display: flex ; justify-content: space-between; align-items: center; width: 100%; border-radius: 8px 8px 0 0; color: #fff; font-size: 17px; font-weight: 500; padding: 6px 16px;}
.featured {display:flex ; padding: 24px; flex-wrap:wrap;}
.featured .item { flex: 1; text-align: center; padding: 0 15px;}
.featured figure { width: 100%; height: 80px; margin: 0 auto; background: #fff; border: 1px solid #e2e2e2; border-radius: 5px; overflow: hidden;}
.featured figure { width: 100%; height: 80px; margin: 0 auto; background: #fff; border: 1px solid #e2e2e2; border-radius: 5px; overflow: hidden;}
.featured figure img { width: 100px; height: 80px; object-fit: scale-down;}
.featured .item { flex: 4; text-align: center; padding: 0 15px;}

.vb_num_counter{margin-bottom:30px; width:100%;}
.counter-box {
    background: #f8f9fa0d;
    padding: 20px 14px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-bottom: 3px solid #013b99;
    border-top: 3px solid #ffe7e7;
}
.counter-number::after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: -18px;
    top: 0px;
}
.counter-number {
    font-size: 41px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.counter-label {
    font-size: 16px;
    color: #edebeb;
}

.faq_section{width: 100%; margin-bottom: 30px;background:#fff;}
.faq_section .faq_head_box{background: #013b99; display: flex ; justify-content: space-between; align-items: center; width: 100%; border-radius: 8px 8px 0 0; color: #fff; font-size: 17px; font-weight: 500; padding: 6px 16px;}
.faq_section .accordion .accordion-item .accordion-header{padding-bottom:0;}
.faq_section .accordion .accordion-item .accordion-header .accordion-button{line-height: 1; padding: 10px 14px; color: #013b99; font-size: 15px;}
.faq_section .accordion .accordion-item .accordion-header .accordion-button:focus{box-shadow:none; border:0px;background:#013b993b;}

@media(max-width:1024px){
    .btn-post{font-size:11px;}
    .ps_wrap .ps_row{padding: 10px;}
    .ps_wrap .ps_row .ps_item{width: 50%;height: 101px;height: 101px;}
    .BS_button{display:none;}
    .citiesSection .Cities_wrap .cities_row .cities_item{width:25%;}
}

@media(max-width:991px){
    .leadBox_wrap{margin-bottom: 15px;}
    .ps_wrap{height:auto;}
    .ps_wrap .ps_row .ps_item{width:25%;height: 101px;}
}


@media(max-width:768px){
    .citiesSection .Cities_wrap .cities_row .cities_item{width: 33%;}
    .navbar{padding: 0 0px 1px 0 !important;}
    .vyapar_search_bar{width:100% !important;margin-left:0px;}
    .navbar-identity { width: 100% !important;}
    .navbar-brand img{max-width: 220px;}
    .navbar-identity { width: 100% !important; justify-content: space-between;}
    
}
@media(max-width:525px){
    .country_regionSection .box-round .country_row .country_item{width: 50%;}
    .citiesSection .Cities_wrap .cities_row .cities_item { width: 50%; }
    .citiesSection .Cities_wrap .cities_row .cities_item a .cities_icon_box{padding: 6px; width: 109px; height: 109px;}
    .citiesSection .Cities_wrap .cities_row .cities_item a .cities_title{font-size:12px}
}

@media(max-width:425px){
    .navbar{padding: 0 0px 1px 0 !important;}
    .vyapar_search_bar{width:100% !important;margin-left:0px;}
    .navbar-identity { width: 100% !important;}
    .navbar-brand img{max-width: 220px;}
    .navbar-identity { width: 100% !important; justify-content: space-between;}
    .mic-button, .search-button{padding: 3px;}
}


.blog-section{background-color: #f9f9f9; border-radius: 10px 10px 0px 0px; overflow: hidden; margin-bottom:30px;}
.blog-section .blog_headning{background: #013b99; padding: 8px 15px 8px; display: flex ; justify-content: space-between; align-items: center;}
.blog-section .blog_headning .blog_h_1{color: #fff; font-size: 18px;line-height: 1;}
.blog-section .blog_headning .blog_link a{line-height: 1; font-size: 16px; color: #fff; text-transform: capitalize; border: 1px dashed #fff; padding: 5px 14px 5px; border-radius: 4px; margin-top: 0px; display: inline-block;}
.blog-section .blog_headning .blog_link a:hover{border: 1px dashed #fff; background:#fff; color:#013b99;}
.blog-section .blog_wrap{padding: 25px 25px;}
.blog-card{background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: transform 0.3s ease;}
.blog-card:hover{transform: translateY(-5px);}
.featured-slider .blog-card{height: 500px;}
.blog-img{height: 200px; object-fit: cover; width: 100%;}
.featured-slider .blog-img{height: 300px;}
.blog-content{padding: 10px 18px;}
.blog-date{font-size: 14px; color: #6c757d; margin-bottom: 10px;}
.blog-title{font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #212529;}
.blog-excerpt{color: #6c757d; margin-bottom: 15px;}
.blog-tags{display: flex; flex-wrap: wrap; gap: 8px;}
/*.blog-tag{background-color: #f1f1f1; padding: 4px 10px; border-radius: 20px; font-size: 12px; color: #495057;}*/
.blog-tag a{background: #013396; color: #fff; padding: 5px 17px; border-radius: 50px;transition:all .2s linear; display: inline-block;}
.blog-tag a:hover{color:#fff; background:#a50101;}
.section-title{font-size: 28px; font-weight: 700; margin-bottom: 30px; color: #212529;}
.vertical-blog-item{padding: 10px 13px; border-bottom: 4px solid #eee; background: #b0010126;}
.vertical-blog-item:last-child{border-bottom: none;}
.vertical-blog-title{font-size: 16px; font-weight: 600; margin-bottom: 5px;}
.vertical-blog-date{font-size: 12px; color: #6c757d;}
.vertical-blog-tags{margin-top: 8px;}

.ragister_page{width:100%; padding-top:50px; padding-bottom:50px;background:#fff;}
.form_r_box{padding: 0 !important; overflow: hidden !important;border: 1px solid #013396; border-top: 0px solid #fff;}
.ragister_page .vb_r_heading{color: #013396; font-size: 29px; font-weight: 600; text-transform: uppercase; text-align: center; line-height: 1.4;margin-bottom: 20px;}
.form_r_box .title-2{color: #fff; background: #013396; margin: 0; padding: 7px 12px; text-align: center;}
.r_form_main{width: 100%; padding: 8px 25px;}
.r_forn_s_btn{color: #fff; border: 0px; margin: 0 auto; padding: 9px 20px; background: #013396; display: block; border-radius: 6px; font-size: 16px; font-weight: 500; border:1px solid #013396;}
.r_forn_s_btn:hover{background: transparent; color: #013396;}
.ragister_page .reg-sidebar .reg-sidebar-inner{width: 100%; display: flex ; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.ragister_page .reg-sidebar .reg-sidebar-inner .promo-text-box{width: 32%;}

@media(max-width:425px){
    .Middle_page_card{clip-path:none; gap: 30px;padding: 27px 13px;}
}

@media(max-width:767px){
    .ragister_page .reg-sidebar .reg-sidebar-inner .promo-text-box{width: 48%;}
}

@media(max-width:767px){
    .ragister_page .reg-sidebar .reg-sidebar-inner .promo-text-box{width: 100%;}
}
.pyr_section{background:#fff;}
.py_r_heading{color: #013396; font-size: 29px; font-weight: 600; text-transform: uppercase; text-align: center; line-height: 1.4;margin-bottom: 20px;}
.bootstrap-select>.dropdown-toggle.bs-placeholder{width: 100% !important; background: #fff;}



.faq_page{width:100%; padding:50px 0px; background:transparent;}

.breadcrumb{font-family: Arial, sans-serif; font-size: 13px; color: #333; background: transparent; padding: 10px 20px; display: flex; align-items: center; gap: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05);}
.breadcrumb a{text-decoration: none; color: #1a0dab;} 
.breadcrumb span{color: #666; margin:0px 10px;}

.industry_page{width:100%; background:transparent; padding:50px 0px;}
.inustry_content .main_head{color: #013396; font-size: 22px; font-weight: 600; margin: 0 0 10px 0;}
.inustry_content p{color: #333; text-align: justify; font-size: 14px;}
.industry_img img{width:100%;}

.ListCompny_btn{color: #ffffff; background: #013b99; font-size: 15px; padding: 6px 20px; margin-bottom: 13px; display: inline-block; border-radius: 3px;border: 1px solid #013b99;}
.ListCompny_btn:hover{color: #013b99; background: transparent;}

.category-header_main{color: #013b99; font-size: 27px; border-bottom: 2px solid #a40503; font-weight: 600;}
.category-card{border-radius: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; border: none; overflow: hidden; height: 100%;}
.category-card:hover{transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.15);}
.category-header{background: linear-gradient(135deg, #b00101 0%, #013b99 100%); color: white; border-radius: 15px 15px 0 0 !important; font-weight: 700; font-size: 1.2rem; text-align: center; position: relative; display: flex; flex-direction: column; justify-content: flex-end;}
.category-icon{font-size: 2.5rem;}
.category-icon img{max-width:60px;}
.category-image{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.15; z-index: 0;}
.category-body{padding: 0;}
.category-item{padding: 0px 14px; border-bottom: 1px solid #f1f1f1; color: #555; display: flex; align-items: center; transition: all 0.2s ease;}
/*.category-item i{margin-right: 10px; color: #6a11cb; width: 20px; text-align: center;}*/
.category-item a{display: block; padding:10px 16px 10px 6px; width: 100%;    color: #000;}
.category-item a:hover{color:#b00101;}
.category-item::before{content: "➤"; margin-right: 6px;}
.category-item:last-child{border-bottom: none;}
.category-item:hover{background-color: #f8f9fa; color: #333; padding-left: 25px;}
.view-more{color: #2575fc; font-weight: 600;}
.view-more i{color: #2575fc;}
.category-container{padding: 30px 0;}
.header-content{position: relative; z-index: 1;}



.help-blog-section{background:#fff; padding:40px 0px;}
.help_blog_header{font-size: 23px; color: #013396; border-bottom: 1px dashed #a40503; margin: 0px 0px 24px 1px; padding: 0 0 4px 0; text-transform: uppercase;font-weight: 500;}
.help_blog-box{width: 100%; padding: 15px 15px; min-height: 180px;}
.helo_blog_title{color: #a40503; font-size: 16px; font-weight: 500; margin-bottom: 12px; height: 45px; display: flex ; justify-content: flex-start; align-items: center;}
.help_date{font-size: 13px; color: #000000; opacity: 0.6; margin-bottom: 11px;}
.help_blog-box p{color: #333; font-size: 13px; text-align: justify;}
.help_more_link{width: 100px; text-align: center; padding: 4px 7px; background: #013b99; color: #fff; border-radius: 4px; border: 1px solid #013b99;}
.sidebar-categories ul li a{background: #dbdbdb; color: #a40503; font-size: 17px; margin-bottom: 6px; display: block; padding: 4px 9px; border-radius: 6px 0 8px 0;}

.help_blog_d{padding:40px 0; width:100%; background:#fff;}
.h_b_main_tag{color: #000; font-weight: 500; font-size: 17px; margin-bottom: 5px;}
.h_b_detail p{color: #333; text-align: justify; font-size: 14px;}
.h_b_detail ul{margin-bottom: 20px; background: #ddd; padding: 10px 20px 5px 14px; border-top: 2px solid #333;}
.h_b_detail ul li{list-style: disc; margin-left: 17px; margin-bottom: 6px; font-size: 14px; font-weight: 500;}



.about_section{width:100%; background:#fff; padding: 35px 27px 55px;}
.banner_img img{width:100%;}
:root { --primary-red: #a40503; --primary-blue: #013396;}
        
.vb_hero-section{}
.vb_section-title{position: relative; color: var(--primary-blue);}
/*.vb_section-title:after{content: ''; position: absolute; bottom: -10px; left: 0; width: 80px; height: 4px; background: var(--primary-red);}*/
.vb_about-img{border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s;}
.vb_about-img:hover{transform: scale(1.03);}
.vb_counter-box{text-align: center; padding: 30px 20px; margin: 20px 0; border-radius: 8px; background: white; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s;}
.vb_counter-box:hover{transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.vb_counter{font-size: 48px; font-weight: 700; color: var(--primary-blue); margin: 10px 0;}
.vb_counter-box i{font-size: 40px; color: var(--primary-red); margin-bottom: 15px;}
.vb_factsheet{background-color: #f8f9fa; border-radius: 10px; padding: 30px; margin-bottom: 30px;}
.vb_factsheet h3{color: var(--primary-blue); border-bottom: 2px solid var(--primary-red); padding-bottom: 10px; margin-bottom: 20px;}
.vb_factsheet-item{margin-bottom: 15px;}
.vb_factsheet-item strong{color: var(--primary-blue);}
.vb_mission-vision-card{border: none; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s; height: 100%;}
.vb_mission-vision-card:hover{transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.vb_mission-vision-card .vb_card-header{background-color: var(--primary-blue); color: white; font-weight: 600; padding: 15px;}
.vb_mission-vision-card .vb_card-body{padding: 25px;}
.vb_mission-vision-card.vb_mission .vb_card-header{background-color: var(--primary-red);}
.vb_btn-primary{background-color: var(--primary-blue); border-color: var(--primary-blue);}
.vb_btn-primary:hover{background-color: #01267d; border-color: #01267d;}
.vb_btn-outline-primary{color: var(--primary-blue); border-color: var(--primary-blue);}
.vb_btn-outline-primary:hover{background-color: var(--primary-blue); color: white; }


.vb-career_hero-section{background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); background-size: cover; background-position: center; color: white; padding: 100px 0; margin-bottom: 0px;}
.vb-section-title{position: relative; color: var(--primary-blue);}
.vb-benefits-card{border: none; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s; height: 100%; background-color: white;}
.vb-benefits-card:hover{transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.vb-benefits-card .vb-card-header{background-color: var(--primary-blue); color: white; font-weight: 600; padding: 15px; text-align: center;}
.vb-benefits-card .vb-card-body{padding: 25px;}
.vb-benefits-card i{font-size: 40px; color: #fff; margin-bottom: 0;}
.vb-job-card{border-left: 4px solid var(--primary-blue); border-radius: 5px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); margin-bottom: 20px; transition: all 0.3s; background-color: white;}
.vb-job-card:hover{transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); border-left: 4px solid var(--primary-red);}
.vb-job-card .vb-job-header{padding: 20px; border-bottom: 1px solid #eee;}
.vb-job-card .vb-job-body{padding: 20px;}
.vb-job-tag{display: inline-block; padding: 3px 10px; background-color: var(--primary-blue); color: white; border-radius: 20px; font-size: 12px; margin-right: 5px; margin-bottom: 5px;}
.vb-job-tag.vb-remote{background-color: var(--primary-red);}
.vb-values-section{background-color: var(--primary-blue); color: white; padding: 60px 0;}
.vb-value-item{text-align: center; padding: 20px;}
.vb-value-item i{font-size: 40px; color: #fff; margin-bottom: 20px;}
.vb-testimonial-card{background-color: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px;}
.vb-testimonial-card img{width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary-red); margin-bottom: 20px;}
.vb-btn-primary{background-color: var(--primary-blue); border-color: var(--primary-blue);}
.vb-btn-primary:hover{background-color: #01267d; border-color: #01267d;}
.vb-btn-outline-primary{color: var(--primary-blue); border-color: var(--primary-blue);}
.vb-btn-outline-primary:hover{background-color: var(--primary-blue); color: white;}
.vb-apply-modal .modal-header{background-color: var(--primary-blue); color: white; padding: 8px 12px;}
.vb-apply-modal .modal-header h5{font-size: 18px;}
.vb-apply-modal .btn-close{filter: invert(1);}
.vb-back-to-top{position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background-color: var(--primary-red); color: white; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 999;}
.vb-back-to-top.show{opacity: 1; visibility: visible; }

.vb_common_button_blue{color: #fff; background: var(--primary-blue); padding: 8px 20px; font-size: 15px; display: inline-block; margin-top: 8px; border-radius: 8px; transition:all .3s linear;outline:none; border: 0px;}
.vb_common_button_blue:hover{background: var(--primary-red)}
.vb_common_button_red{color: #fff; background: var(--primary-red); padding: 8px 20px; font-size: 15px; display: inline-block; margin-top: 8px; border-radius: 8px; transition:all .3s linear;}
.vb_common_button_red:hover{background: var(--primary-blue)}

.vb-bg-red{background-color: var(--primary-red);}
.vb-bg-blue{background-color: var(--primary-blue);}
.vb-text-red{color: var(--primary-red);}
.vb-text-blue{color: var(--primary-blue);}
.contact-card{border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s; height: 100%;}
.contact-card:hover{transform: translateY(-5px);}
.contact-icon{font-size: 2rem; margin-bottom: 1rem;}
.map-container{position: relative; overflow: hidden; padding-top: 56.25%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.map-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.section-title{position: relative; padding-bottom: 15px;}
.section-title:after{content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--primary-blue); }

.v-b-main-container{display: flex; flex-wrap:wrap; min-height: 100vh; background-color: #fff;}
.v-b-image-container{flex: 1; display: flex; justify-content: center; align-items: center;}
.v-b-image-placeholder{width: 100%;  border-radius: 10px; display: flex; justify-content: center; align-items: center; color: white; font-size: 24px; text-align: center; padding: 20px; border: 2px dashed rgba(255, 255, 255, 0.3);}
.v-b-calculator-container{flex: 1; display: flex; justify-content: center; align-items: center; padding: 40px;}
.v-b-calculator{width: 100%; max-width: 400px; background-color: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); padding: 30px;}
.v-b-calculator-title{color: var(--primary-blue); text-align: center; margin-bottom: 25px; font-size: 28px; font-weight: 600;}
.v-b-input-group{margin-bottom: 20px;}
.v-b-input-label{display: block; margin-bottom: 8px; color: #555; font-weight: 500;}
.v-b-input-field{width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 6px; font-size: 16px; transition: border-color 0.3s;}
.v-b-input-field:focus{outline: none; border-color: var(--primary-blue);}
.v-b-radio-group{display: flex; gap: 20px; margin-bottom: 20px;}
.v-b-radio-option{display: flex; align-items: center; gap: 8px;}
.v-b-radio-input{accent-color: var(--primary-red);}
.v-b-calculate-btn{width: 100%; padding: 14px; background-color: var(--primary-red); color: white; border: none; border-radius: 6px; font-size: 16px; font-weight: 500; cursor: pointer; transition: background-color 0.3s; margin-top: 10px;}
.v-b-calculate-btn:hover{background-color: #8a0402;}
.v-b-results{margin-top: 25px; border-top: 1px solid #eee; padding-top: 20px; display: none;}
.v-b-result-row{display: flex; justify-content: space-between; margin-bottom: 12px;}
.v-b-result-label{color: #666;}
.v-b-result-value{font-weight: 500;}
.v-b-total-row{margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; font-weight: 600; color: var(--primary-red);} @media (max-width: 768px){.v-b-main-container{flex-direction: column;}
.v-b-image-container{padding: 20px;}
.v-b-image-placeholder{max-width: 300px; height: 200px;}
.v-b-calculator-container{padding: 20px;}}

.v-b-e-container{display: flex; max-width: 1200px; margin: 0 auto; gap: 20px; flex-wrap: wrap; padding-bottom:60px;}
/* Left Progress Bar Section */ .v-b-e-progress-left{flex: 1; min-width: 300px; background-color: white; border-radius: 10px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.v-b-e-progress-title{color: var(--primary-blue); font-size: 20px; margin-bottom: 20px; font-weight: 600; text-align: center;}
.v-b-e-progress-container{margin-bottom: 20px;}
.v-b-e-progress-bar{height: 15px; background-color: #e0e0e0; border-radius: 10px; overflow: hidden; margin-bottom: 10px;}
.v-b-e-progress-fill{height: 100%; background-color: var(--primary-blue); width: 70%; transition: width 0.3s ease;}
.v-b-e-progress-labels{display: flex; justify-content: space-between; font-size: 12px; color: var(--dark-gray);}
.v-b-e-summary{background-color: var(--light-gray); padding: 15px; border-radius: 8px;}
.v-b-e-summary-item{display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px;}
.v-b-e-summary-label{color: #555; font-weight: 500;}
.v-b-e-summary-value{font-weight: 600; color: var(--primary-blue);}
/* Calculator Section */ .v-b-e-calculator{flex: 1; min-width: 300px; background-color: white; border-radius: 10px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.v-b-e-calculator-title{color: var(--primary-blue); font-size: 20px; margin-bottom: 20px; font-weight: 600; text-align: center;}
.v-b-e-input-group{margin-bottom: 15px;}
.v-b-e-input-label{display: block; margin-bottom: 5px; color: #555; font-weight: 500; font-size: 14px;}
.v-b-e-input-field{width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px;}
.v-b-e-range-container{display: flex; align-items: center; gap: 10px;}
.v-b-e-range-input{flex: 1;}
.v-b-e-range-value{min-width: 50px; text-align: center; padding: 5px; background-color: var(--light-gray); border-radius: 4px; font-weight: 500; font-size: 14px;}
.v-b-e-calculate-btn{width: 100%; padding: 12px; background-color: var(--primary-red); color: white; border: none; border-radius: 5px; font-size: 16px; font-weight: 500; cursor: pointer; margin-top: 10px;}
/* Right Progress Bar Section */ .v-b-e-progress-right{flex: 1; min-width: 300px; background-color: white; border-radius: 10px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.v-b-e-results{margin-top: 20px;}
.v-b-e-result-row{display: flex; justify-content: space-between; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; font-size: 14px;}
.v-b-e-result-label{color: #555; font-weight: 500;}
.v-b-e-result-value{font-weight: 600;}
.v-b-e-total-row{margin-top: 15px; font-size: 16px; color: var(--primary-red); }

.common_heading{color: var(--primary-red); text-align: center; font-size: 48px; font-weight: 500; margin:30px 0px 20px;}
.common_para{color:var(--primary-blue); text-align: center; font-size: 15px;margin:20px 0px;}

.hsncode_section{width: 100%; padding: 40px 0px;}
.HSNcode_heading{color: var(--primary-red); text-align: center; font-size: 48px; font-weight: 500;}
.hsn_para{color:var(--primary-blue); text-align: center; font-size: 15px;}
.hsn-search-box {background: #fff; padding: 7px 15px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.05); border-radius: 5px; border:1px solid #eee; max-width:650px; margin: 0 auto; display: flex; align-items: center; margin-bottom: 22px;margin-top:30px;} 
.hsn-search-input {flex:1; position: relative;}
.hsn-search-input svg {position:absolute; top: 50%; left: 0; transform: translateY(-50%); display: inline-block; content: ''; z-index: 1; fill: #333; width: 22px; height: 22px;}
.hsn-search-box input {width: 100%; padding: 10px 35px; font-size: 15px; border:none;}
.hsn-search-box button {padding: 12px 25px; background:var(--primary-red); color:#fff; text-transform: uppercase;}
.hsn-search-box button:hover {background: var(--primary-blue);}

.freq-search {display: inline-flex; justify-content: center; font-size: 14px;}
.freq-search .title {color:#666; margin-right:15px; font-weight: 600;}
.freq-keyword {display: inline-flex;} .freq-keyword li:not(:last-child) {margin-right:20px;} .freq-keyword a {color:#333} .freq-keyword a:hover {text-decoration: underline;} .freq-keyword .all-catg {text-decoration: underline; color:var(--primary-red)}

.hsn-table-wrap{border:1px #ddd; border-radius: 5px; overflow: hidden;}
.hsn-table{text-align: left; color: #444; width: 100%;}
.hsn-table,
.hsn-table th,
.hsn-table td{border:1px solid #ddd; border-collapse: collapse;}
.hsn-table th{background:#d6dee3; padding: 13px 15px; font-weight: 600;}
.hsn-table td{padding: 10px 15px;}
.hsn-table tr th:first-child,
.hsn-table tr td:first-child{width: 100px;}
.hsn-table tr th:nth-child(3),
.hsn-table tr td:nth-child(3){width: 130px;}
.hsn-table tr th:nth-child(4),
.hsn-table tr td:nth-child(4){width: 100px;} @media(max-width:767px){
.hsn-head-section{padding: 0 0 30px;}
.hsn-head-title{font-size: 28px;}
.hsn-head
.desc{font-size: 14px;}
.hsn-search-box{padding: 7px 10px; margin-bottom:0;}
.hsn-search-box button{padding: 12px 20px;}
.hsn-search-box > *:nth-child(2){display: none;}
.hsn-table-wrap{overflow: auto;}
.hsn-table{font-size: 14px; line-height: 22px;}
.hsn-table td,
.hsn-table th{padding: 10px 8px;}
.hsn-table tr th:first-child,
.hsn-table tr td:first-child{width: 90px;}
.hsn-table tr th:nth-child(3),
.hsn-table tr td:nth-child(3){width: 130px;}
.hsn-table tr th:nth-child(4),
.hsn-table tr td:nth-child(4){width: 90px;} }

.body-content{width:100%;padding:0 0 30px 0;}
.gst_text_head{color: var(--primary-red); font-size: 16px; font-weight: 500;margin-bottom: 7px;}

.post_req_form_wrap{width:100%; padding:60px 0px;background-image:url('../img/post_by_requirement_bg.jpg'); background-position:center; background-repeat:repeat;}
.requirement-form{background: #ffffff; border-radius:8px 0px 0px 8px; padding: 30px;}
.requirement-form p{text-align: center; color: #666; margin-bottom: 30px; }
.form-floating > .form-control, .form-floating > .form-select{border: 1px solid #ccc; border-radius: 0.375rem; box-shadow: none !important;}
.form-floating label{color: #6c757d;}
.form-floating input:focus ~ label, .form-floating select:focus ~ label{color: #013396; font-weight: 500;}
.submit-btn{background-color: #a40503; border-color: #a40503; color: white; font-weight: 600; border-radius: 25px; padding: 10px 30px;}
.submit-btn:hover{background-color: #820403; border-color: #820403;}
.buyers-advantages{background: url('../img/post_requiremen-bg.jpg') center center/cover no-repeat; color: white; border-radius: 0px 8px 8px 0px; padding: 30px; height: 100%; position: relative; overflow: hidden;}
.buyers-advantages::before{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(1,51,150,0.9); 
/* Blue overlay */ border-radius: 0px 8px 8px 0px;}
.buyers-advantages-content{position: relative; z-index: 2;}
.buyers-advantages h5{color: #ffffff; font-weight: 600; margin-bottom: 20px; font-size: 26px; text-align: center;}
.buyers-advantages ul{list-style: none; padding-left: 0;}
.buyers-advantages ul li{margin-bottom: 40px;}
.buyers-advantages ul li i{font-size: 26px; margin-right: 5px; vertical-align: middle; color: #ffffff;}
.buyers-advantages span{display: inline-block; font-weight: 600; color: #ffffff; font-size: 21px; margin: 0 0 10px 0;}
.form_box_left{padding-right:0px; border:0px;}
.bg_box_right{padding-left:0px; border:0px;}
.req_heading{color: var(--primary-red); font-size: 20px; text-transform: uppercase; font-weight: 500; text-align: center; margin-bottom:10px;}
.engage_box{color: var(--primary-red);padding: 50px 0px 0px;}
.engage_box img{max-width: 335px; margin: 0 auto; display: block; text-align: center;}
.buyer_eng_text{text-align: center; margin: 13px 0 12px 0; font-size: 20px; font-weight: 400;}
.process-container {max-width: 1000px; margin: auto; position: relative; padding-top: 20px;}
/* Horizontal line */
.process-container::before {content: ''; position: absolute; top: 40px; left: 50%; height: 2px; background: #ccc; z-index: 1; width: 67%; transform: translateX(-50%);}
.step {position: relative;width: 33%;text-align: center;display: inline-block;vertical-align: top;padding: 0 10px;box-sizing: border-box;}
/* Circle */
.step::before {content: attr(data-step);position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 40px;height: 40px;background: white;border: 2px solid #ccc;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 18px;z-index: 2;}
.step p {margin-top: 60px;font-size: 16px;color: #333;line-height: 1.5;}

.login_section{width:100%;background: url('../img/post_by_requirement_bg.jpg');  padding:50px 0px;}
.loginform_main{padding:10px 10px;}
.loginform_main .logo-title span{display: block; text-align: center; width: 100%; padding: 9px 12px;}
.loginform_main .logo-title span img{max-width: 183px;}
.login-box{background:#fff;}
.login_img_box{background: #fff; display: flex ; align-items: center; justify-content: center;}

.btn.show { color: #ffffff; background-color: #a40503; border-color: #f8d7da; }

.dropdown-item:focus, .dropdown-item:hover a{color: #fff;}
.dropdown-item:focus, .dropdown-item:hover a i{color: #fff !important;}

/*.page-sidebar aside{position: sticky; top: 115px;}*/

.vb_t_accordion-container{font-family: 'Segoe UI', sans-serif; max-width: 800px; margin: 0 auto; border: 1px solid #e1e1e1; border-radius: 8px; overflow: hidden;}
.vb_t_accordion-section{border-bottom: 1px solid #e1e1e1;}
.vb_t_accordion-section:last-child{border-bottom: none;}
.vb_t_accordion-header{width: 100%; padding: 6px 13px; text-align: left; background-color: #ffffff; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease;}
.vb_t_accordion-header:hover{background-color: #e9ecef;}
.vb_t_accordion-header[aria-expanded="true"]{background-color: #e9ecef;}
.vb_t_accordion-title{font-weight: 600; font-size: 14px; color: #333;}
.vb_t_accordion-icon{width:7px; height:7px; border-right: 2px solid #555; border-bottom: 2px solid #555; transform: rotate(-45deg); transition: transform 0.3s ease;}
.vb_t_accordion-header[aria-expanded="true"] .vb_t_accordion-icon{transform: rotate(45deg);}
.vb_t_accordion-content{padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; background-color: #fff;}
.vb_t_accordion-header[aria-expanded="true"] + .vb_t_accordion-content{padding: 6px 13px; max-height: 500px;} /* Content specific styles */ 
.vb_t_user-details{display: grid; grid-template-columns: 1fr; gap: 12px;}
.vb_t_detail-item{margin: 0; display: flex;}
.vb_t_detail-label{font-weight: 600; min-width: 120px;}
.vb_t_settings-form{display: grid; gap: 16px;}
.vb_t_form-group{display: grid; gap: 8px;}
.vb_t_form-label{font-weight: 600;}
.vb_t_form-select{padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px;}
.vb_t_save-btn, .vb_t_upgrade-btn{padding: 8px 16px; background-color: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s;}
.vb_t_save-btn:hover, .vb_t_upgrade-btn:hover{background-color: #0056b3;}
.vb_t_subscription-info{display: grid; gap: 12px;}
.vb_t_status-active{color: #28a745; font-weight: 600;}


.inner_bannerSection{width: 100%; margin: 40px auto; padding: 0 20px;}
.inner_banner-slide{position: relative; background: #f5f5f5; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 0 15px;} 
.inner_banner-description{color: #666; font-size: 16px; line-height: 1.5; }
.inner_banner .owl-nav{position: absolute; top: 50%; width: 100%; transform: translateY(-50%);}
.inner_banner .owl-prev, .inner_banner .owl-next{position: absolute; width: 40px; height: 40px; background: rgba(0,0,0,0.5) !important; color: #fff !important; border-radius: 50% !important; font-size: 24px !important; transition: all 0.3s ease;}
.inner_banner .owl-prev{left: 20px;}
.inner_banner .owl-next{right: 20px;}
.inner_banner .owl-prev:hover, .inner_banner .owl-next:hover{background: rgba(0,0,0,0.8) !important; }
.inner_banner .owl-dots{margin-top: 20px; text-align: center; display: block !important;}
.inner_banner .owl-dot{width: 12px; height: 12px; margin: 0 5px; border-radius: 50%; background: #ccc !important;}
.inner_banner .owl-dot.active{background: #013396 !important; }

.inner_banner .owl-dots .owl-dot span{display:none !important;}

.inner_main_tabs .tablist .nav-item a{color: #b00202;}
.inner_main_tabs .tablist .nav-item a span{background-color: #b00202 !important;}
.searchresult{font-size: 17px; margin-bottom: 15px;margin-top: 20px;}
.searchresult_text{font-size: 17px; margin-bottom: 15px; font-weight: 600;}

#diwaliWishBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 215, 0, 0.9); /* golden semi-transparent */
    color: #1a1a1a; /* dark text for contrast */
    font-size: 1.3rem; 
    text-align: center;
    padding:20px 20px;
    font-weight: bold;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    background-image:url("../img/diwali-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
    background-position: 6px 0px;
    text-transform:uppercase;
}

.mainHeadline{
    text-align: center;
    color:#ffcb50;
    
}















/* ============= Catelogue Styling ============= */
.vb_cat_header_wrapper {border-radius: 19px 19px 0px 0px; overflow: hidden;border-right: 1px solid #013396;
    border-left: 1px solid #013396;
    border-top: 1px solid #013396;}

    /* ---- Top Bar ---- */
    .vb_cat_topbar {
        background: #e1e5ec;
        padding: 10px 0;
    }

    .vb_cat_logo_wrap {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .vb_cat_logo_circle {
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex-shrink: 0;
    }

    .vb_cat_logo_circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .vb_cat_logo_fallback {
      color: #fff;
      font-weight: 900;
      font-size: 11px;
      text-align: center;
      line-height: 1.2;
      letter-spacing: 0.3px;
    }

    .vb_cat_brand_name {
      font-size: 1.25rem;
      font-weight: 700;
      color: #1565c0;
      margin-bottom: 2px;
      line-height: 1.3;
    }

    .vb_cat_brand_meta {
      font-size: 0.8rem;
      color: #555;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }

    .vb_cat_location_badge {
      color: #555;
    }

    .vb_cat_location_badge i {
      color: #e53935;
    }

    .vb_cat_gst_badge {
      color: #2e7d32;
      font-weight: 600;
    }

    .vb_cat_gst_badge i {
      color: #43a047;
    }

    .vb_cat_rating_badge {
      color: #e65100;
      font-weight: 600;
    }

    .vb_cat_rating_badge i {
      color: #fb8c00;
    }

    .vb_cat_call_btn {
      background: #fff;
      border: 2px solid #1565c0;
      color: #1565c0;
      font-weight: 700;
      font-size: 0.9rem;
      padding: 10px 22px;
      border-radius: 8px;
      white-space: nowrap;
      transition: all 0.25s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .vb_cat_call_btn:hover {
      background: #1565c0;
      color: #fff;
    }

    .vb_cat_call_btn i {
      font-size: 1.1rem;
    }

    /* ---- Navbar ---- */
    .vb_cat_navbar {
      background: #013396;
      padding: 0;
    }

    .vb_cat_navbar .navbar-toggler {
      border-color: rgba(255,255,255,0.5);
      margin: 8px;
    }

    .vb_cat_navbar .navbar-toggler-icon {
      background: #ffffff;
      height: auto;
      width: auto;
      padding: 5px 9px;
      font-weight: 700;
      color: #013396;
    }

    .vb_cat_nav_link {
      color: #fff !important;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 14px 18px !important;
      transition: background 0.2s;
      display: flex;
      align-items: center;
      gap: 4px;
      white-space: nowrap;
    }

    .vb_cat_nav_link:hover,
    .vb_cat_nav_link.active {
      background: rgba(255,255,255,0.15);
    }

    .vb_cat_dropdown_menu {
      background: #1976d2;
      border: none;
      border-radius: 0 0 8px 8px;
      min-width: 180px;
      padding: 4px 0;
    }

    .vb_cat_dropdown_item {
      color: #fff !important;
      font-size: 0.85rem;
      padding: 8px 18px;
      transition: background 0.2s;
    }

    .vb_cat_dropdown_item:hover {
      background: rgba(255,255,255,0.2);
    }

    .vb_cat_enquiry_btn {
      background: #e3f2fd;
      color: #1565c0 !important;
      font-weight: 700;
      border-radius: 6px;
      padding: 8px 18px !important;
      margin: 6px 8px;
      transition: all 0.2s;
    }

    .vb_cat_enquiry_btn:hover {
      background: #fff;
    }

    


/* Catelogue Footer*/
.catelogue_footer{background:#fff;}

    .catalogue_copyright {
      background-color: #fff;
      border-top: 1px solid #ddd;
      padding: 10px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: Arial, sans-serif;
      font-size: 13px;
      color: #333;
    }

    .catalogue_copyright_left p {
      margin: 2px 0;
      color: #444;
    }

    .catalogue_copyright_left strong {
      color: #222;
      font-weight: bold;
    }

    .catalogue_copyright_left a {
      color: #1a6bbf;
      text-decoration: none;
    }

    .catalogue_copyright_left a:hover {
      text-decoration: underline;
    }

    .catalogue_copyright_links {
      display: inline-flex;
      gap: 0;
    }

    .catalogue_copyright_links a {
      color: #1a6bbf;
      text-decoration: none;
      padding: 0 10px;
      border-right: 1px solid #999;
    }

    .catalogue_copyright_links a:last-child {
      border-right: none;
    }

    .catalogue_copyright_links a:hover {
      text-decoration: underline;
    }

    .catalogue_copyright_right {
      display: flex;
      align-items: center;
    }

    .catalogue_copyright_badge {
      border: 1px solid #ccc;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      width: 110px;
    }

    .catalogue_copyright_badge_top {
      background-color: #cc0000;
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      width: 100%;
      text-align: center;
      padding: 2px 0;
      letter-spacing: 0.5px;
    }

    .catalogue_copyright_badge_bottom {
      background-color: #fff;
      padding: 4px 8px;
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .catalogue_copyright_badge_bottom .catalogue_e_icon {
      font-family: Georgia, serif;
      font-style: italic;
      color: #cc0000;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
    }

    .catalogue_copyright_badge_bottom .catalogue_exporters_text {
      font-size: 11px;
      color: #003399;
      font-weight: bold;
      line-height: 1.2;
    }

    .catalogue_exporters_text span {
      display: block;
      font-size: 9px;
      letter-spacing: 0.3px;
    }

/* catelogue Product Slider */

/* ===== SLIDER WRAPPER ===== */
.vb_cat_slider_wrapper {
  background: #e8eaed;
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

/* ===== PRODUCT CARD ===== */
.vb_cat_item {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease;
}

.vb_cat_item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* ===== NEW BADGE ===== */
.vb_cat_badge_new {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #6abf3f transparent transparent;
  border-radius: 0 10px 0 0;
}

.vb_cat_badge_new span {
  position: absolute;
  top: 14px;
  right: -70px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  transform: rotate(45deg);
  display: block;
  width: 60px;
  text-align: center;
}

/* ===== IMAGE ===== */
.vb_cat_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.vb_cat_img_wrap img {
  max-width: 100%;
  object-fit: contain;
}

/* ===== PRODUCT NAME ===== */
.vb_cat_name {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

/* ===== CATEGORY ===== */
.vb_cat_category {
  font-size: 12px;
  color: #999;
  margin-bottom: 14px;
}

/* ===== PRICE BUTTON ===== */
.vb_cat_price a{
  display: inline-block;
  border: 2px solid #013b99;
  border-radius: 30px;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #013b99;
  background: transparent;
  margin-bottom: 25px;
  transition: background 0.2s, color 0.2s;
}

.vb_cat_price a:hover{
    background: #013b99;
    color:#fff;
}

/* ===== OWL NAV ARROWS ===== */
.vb_cat_slider_wrapper .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #cc0000 !important;
  border-radius: 6px !important;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: #fff !important;
}

.vb_cat_slider_wrapper .owl-nav button:hover {
  background: #013b99 !important;
}

.vb_cat_slider_wrapper .owl-nav button.owl-prev {
  left: 15px;
}

.vb_cat_slider_wrapper .owl-nav button.owl-next {
  right: 15px;
}

.vb_cat_slider_wrapper .owl-nav button span {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-top: -2px;
}

/* hide default dots */
.vb_cat_slider_wrapper .owl-dots {
  display: none;
}

.vb_c_wrap {
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 10px;
  }
  .vb_c_bg_shape {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
  }
  .vb_c_bg_shape2 {
    position: absolute;
    right: 80px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
  }
  .vb_c_badge {
    display: inline-block;
    background: #cc0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 9px;
  }
  .vb_c_headline {
    font-size: 42px;
    font-weight: 700;
    color: #013b99;
    line-height: 1.2;
    padding: 0;
  }
  .vb_c_headline span {
    color: #cc0000;
  }
  .vb_c_subtext p{
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
  }
  .vb_c_btn_row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
  }
  .vb_c_stats_row {
    display: flex;
    gap: 20px;
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,0.12);
    flex-wrap: wrap;
    justify-content:center;
  }
  .vb_c_stat_item {
    display: flex; flex-direction: column; gap: 4px; width: 32%; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-radius: 17px; padding: 11px; justify-content: center;
  }
  
  .vb_c_stat_item .vb_c_icon{width: 100%; display: flex; align-items: center; justify-content: center;}
  .vb_c_stat_item .vb_c_icon img{width: 100%; max-width: 110px; border: 1px solid #999999; border-radius: 100%;}
  .vb_c_stat_item .vb_c_content .vb_c_statheading{text-align: center; color: #000000; font-size: 14px; font-weight: 500;}
  .vb_c_stat_item .vb_c_content .vb_c_statstuff{text-align: center; color: #013b99; font-weight: 600; font-size: 15px;}
  
  /* ── SECTION ── */
    .vb_cp_section {
      padding: 19px;
      position: relative;
      overflow: hidden;
      background: #fff;
    }
    .vb_cp_section::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background:
        radial-gradient(ellipse 70% 50% at 10% 20%, rgba(201,168,76,.06) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 90% 80%, rgba(201,168,76,.04) 0%, transparent 60%);
    }

    /* ── HEADER ── */
    .vb_cp_header { text-align: center; }
    
    .vb_cp_title {font-size: 24px; font-weight: 700; line-height: 1.1; margin-bottom: 0;}
    .vb_cp_title span { color: #013b99; font-style: italic; }

    /* ── CARD ── */
    .vb_cp_card {
      background: #ffffff;
    border: 1px solid #013b99;
      border-radius: 12px;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: .35s cubic-bezier(.4,0,.2,1);
    }
    .vb_cp_card:hover {
      border-color: var(#cc0000);
      transform: translateY(-5px);
      box-shadow: 0 20px 44px rgba(0,0,0,.5), 0 0 0 1px rgba(201,168,76,.12);
    }

    /* ── IMAGE ── */
    .vb_cp_img_wrap {
      aspect-ratio: 4/3;
      overflow: hidden;
      background: #141414;
    }
    .vb_cp_img_wrap img {
      width: 100%; height: 100%;
      object-fit: cover; display: block;
      transition: transform .6s cubic-bezier(.4,0,.2,1);
    }
    .vb_cp_card:hover .vb_cp_img_wrap img { transform: scale(1.06); }

    /* ── BODY ── */
    .vb_cp_body {
      padding: 18px 18px 14px;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    /* ── NAME LINK ── */
    .vb_cp_name {
      font-size: 1.12rem;
      font-weight: 600;
      line-height: 1.3;
      color: #b00101;
      text-decoration: none;
      display: inline-block;
      position: relative;
      transition: color .35s cubic-bezier(.4,0,.2,1);
    }
    .vb_cp_name::after {
      content: '';
      position: absolute;
      bottom: -2px; left: 0;
      width: 0; height: 1px;
      background: #013b99;
      transition: width .35s cubic-bezier(.4,0,.2,1);
    }
    .vb_cp_name:hover { color: #013b99; }
    .vb_cp_name:hover::after { width: 100%; }

    /* ── ENQUIRY BUTTON ── */
    .vb_cp_enquiry_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      width: 100%;
      padding: 6px 10px;
      background: transparent;
      border: 1px solid #2a2a2a;
      color: #013b99;
      border-radius: 8px;
      font-family: 'Jost', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      cursor: pointer;
      transition: .35s cubic-bezier(.4,0,.2,1);
      margin-top: auto;
    }
    .vb_cp_enquiry_btn svg {
      width: 14px; height: 14px;
      stroke: currentColor; fill: none; stroke-width: 1.8;
      flex-shrink: 0;
    }
    .vb_cp_enquiry_btn:hover {
      background: #013b99;
      border-color: #013b99;
      color: #fff;
    }

    /* ── CTA ── */
    .vb_cp_cta_wrap { text-align: center; margin-top: 60px; }
    .vb_cp_cta_btn {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 14px 40px;
      background: #013b99; color: #0f0f0f;
      border: none; border-radius: 100px;
      font-family: 'Jost', sans-serif; font-size: .86rem;
      font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
      cursor: pointer; transition: .35s cubic-bezier(.4,0,.2,1); text-decoration: none;
    }
    .vb_cp_cta_btn:hover {
      background: #e8c96a; transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(201,168,76,.28); color: #0f0f0f;
    }
    .vb_cp_cta_btn svg {
      width: 15px; height: 15px; stroke: currentColor;
      fill: none; stroke-width: 2; transition: transform .25s;
    }
    .vb_cp_cta_btn:hover svg { transform: translateX(4px); }

    /* ── ANIMATION ── */
    @keyframes vb_fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
    .vb_cp_card { animation: vb_fadeUp .5s ease both; }
    .vb_cp_card:nth-child(1)  { animation-delay:.04s; }
    .vb_cp_card:nth-child(2)  { animation-delay:.08s; }
    .vb_cp_card:nth-child(3)  { animation-delay:.12s; }
    .vb_cp_card:nth-child(4)  { animation-delay:.16s; }
    .vb_cp_card:nth-child(5)  { animation-delay:.20s; }
    .vb_cp_card:nth-child(6)  { animation-delay:.24s; }
    .vb_cp_card:nth-child(7)  { animation-delay:.28s; }
    .vb_cp_card:nth-child(8)  { animation-delay:.32s; }
    .vb_cp_card:nth-child(9)  { animation-delay:.36s; }
    .vb_cp_card:nth-child(10) { animation-delay:.40s; }


.vb_faq_section {
      padding: 20px;
      background: #ffffff;
    }

    /* ── ACCORDION ── */
    .vb_faq_accordion {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .vb_faq_item {
      background: #ffffff;
      border: 1.5px solid #e0e0e0;
      border-radius: 10px;
      overflow: hidden;
      transition: border-color .3s ease, box-shadow .3s ease;
    }

    .vb_faq_item.open {
      border-color: #013b99;
      box-shadow: 0 6px 24px rgba(1,59,153,.10);
      border-left: 4px solid #cc0000;
    }

    /* ── TRIGGER ── */
    .vb_faq_trigger {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 20px 22px;
      background: transparent;
      border: none;
      cursor: pointer;
      text-align: left;
      font-family: 'Outfit', sans-serif;
      transition: background .2s;
    }

    .vb_faq_trigger:hover {
      background: rgba(1,59,153,.03);
    }

    .vb_faq_question {
      flex: 1;
      font-size: 1rem;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.45;
      transition: color .25s;
    }

    .vb_faq_item.open .vb_faq_question {
      color: #013b99;
    }

    /* ── ICON ── */
    .vb_faq_icon {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1.5px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background .25s, border-color .25s, transform .35s ease;
      background: transparent;
    }

    .vb_faq_icon svg {
      width: 13px;
      height: 13px;
      stroke: #888;
      fill: none;
      stroke-width: 2.2;
      transition: stroke .25s;
    }

    .vb_faq_item.open .vb_faq_icon {
      background: #cc0000;
      border-color: #cc0000;
      transform: rotate(45deg);
    }

    .vb_faq_item.open .vb_faq_icon svg {
      stroke: #ffffff;
    }

    /* ── PANEL ── */
    .vb_faq_panel {
      max-height: 0;
      overflow: hidden;
      transition: max-height .42s cubic-bezier(.4,0,.2,1);
    }

    .vb_faq_answer {
      padding: 0 22px 22px 22px;
      font-size: .93rem;
      font-weight: 300;
      color: #555555;
      line-height: 1.85;
    }

    .vb_faq_answer strong {
      color: #1a1a1a;
      font-weight: 600;
    }

    .vb_faq_answer a {
      color: #cc0000;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    /* ── FADE IN ── */
    @keyframes vb_fadeUp {
      from {opacity: 0; transform: translateY(16px);}
      to   {opacity: 1; transform: translateY(0);}
    }

    .vb_faq_item { animation: vb_fadeUp .45s ease both; }
    .vb_faq_item:nth-child(1) { animation-delay: .04s; }
    .vb_faq_item:nth-child(2) { animation-delay: .08s; }
    .vb_faq_item:nth-child(3) { animation-delay: .12s; }
    .vb_faq_item:nth-child(4) { animation-delay: .16s; }
    .vb_faq_item:nth-child(5) { animation-delay: .20s; }
    .vb_faq_item:nth-child(6) { animation-delay: .24s; }
    .vb_faq_item:nth-child(7) { animation-delay: .28s; }

    @media (max-width: 576px) {
      .vb_faq_section { padding: 56px 0 72px; }
      .vb_faq_trigger { padding: 16px 16px; }
      .vb_faq_answer  { padding: 0 16px 18px 16px; }
    }

/* ── OUTER WRAPPER ── */
    .vb_inq_wrapper {
      width: 100%;
      max-width: 100%;
      border: 1.5px solid #013b99;
      border-radius: 6px;
      overflow: hidden;
      background: #ffffff;
    }

    /* ── TOP BAR ── */
    .vb_inq_topbar {
      background: #013b99;
      padding: 13px 22px;
    }
    .vb_inq_topbar_text {
      font-size: .97rem;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
    }

    /* ── BODY ROW ── */
    .vb_inq_body {
      display: flex;
      flex-wrap: wrap;
    }

    /* ── LEFT: FORM PANEL ── */
    .vb_inq_form_panel {
      flex: 1 1 0;
      min-width: 280px;
      padding: 28px 28px 24px;
      border-right: 1.5px solid #e0e0e0;
    }

    /* Form group */
    .vb_inq_label {
      font-size: .8rem;
      font-weight: 500;
      color: #444444;
      margin-bottom: 6px;
      display: block;
    }

    .vb_inq_input {
      width: 100%;
      padding: 9px 13px;
      border: 1px solid #cccccc;
      border-radius: 4px;
      font-size: .88rem;
      color: #333333;
      background: #ffffff;
      outline: none;
      transition: border-color .2s;
    }
    .vb_inq_input:focus { border-color: #013b99; box-shadow: 0 0 0 3px rgba(1,59,153,.08); }
    .vb_inq_input::placeholder { color: #aaaaaa; }

    /* Mobile row */
    .vb_inq_mobile_row {
      display: flex;
      gap: 0;
      border: 1px solid #cccccc;
      border-radius: 4px;
      overflow: hidden;
      transition: border-color .2s;
    }
    .vb_inq_mobile_row:focus-within { border-color: #013b99; box-shadow: 0 0 0 3px rgba(1,59,153,.08); }

    .vb_inq_flag_box {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 9px 10px;
      background: #f7f7f7;
      border-right: 1px solid #cccccc;
      font-size: .85rem;
      color: #444;
      white-space: nowrap;
      cursor: pointer;
      user-select: none;
    }
    .vb_inq_flag_box img {
      width: 20px;
      height: 14px;
      object-fit: cover;
      border-radius: 2px;
    }
    .vb_inq_flag_code {
      font-size: .82rem;
      color: #333;
      font-weight: 500;
    }
    .vb_inq_mobile_input {
      flex: 1;
      border: none;
      outline: none;
      padding: 9px 12px;
      font-size: .88rem;
      color: #333;
      background: #ffffff;
    }
    .vb_inq_mobile_input::placeholder { color: #aaaaaa; }

    /* Send button */
    .vb_inq_send_btn {
      display: inline-block;
      padding: 11px 36px;
      background: #cc0000;
      color: #ffffff;
      border: none;
      border-radius: 4px;
      font-size: .95rem;
      font-weight: 600;
      cursor: pointer;
      transition: background .2s, transform .15s;
      letter-spacing: .02em;
    }
    .vb_inq_send_btn:hover { background: #a80000; transform: translateY(-1px); }

    .vb_inq_terms {
      font-size: .75rem;
      color: #888888;
      margin-top: 10px;
    }
    .vb_inq_terms a {
      color: #013b99;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    /* ── RIGHT: CONTACT PANEL ── */
    .vb_inq_contact_panel {
      width: 365px;
      flex-shrink: 0;
      padding: 22px 22px 22px;
      background: #ffffff;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .vb_inq_contact_title {
      font-size: 1rem;
      font-weight: 600;
      color: #1a1a1a;
      padding-bottom: 12px;
      border-bottom: 1px solid #e8e8e8;
      margin-bottom: 2px;
    }

    /* Person row */
    .vb_inq_person_row {
      display: flex;
      align-items: flex-start;
      gap: 9px;
    }
    .vb_inq_person_icon {
      width: 18px; height: 18px;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .vb_inq_person_icon svg {
      width: 18px; height: 18px;
      stroke: #555; fill: none; stroke-width: 1.8;
    }
    .vb_inq_person_name {
      font-size: .9rem;
      font-weight: 600;
      color: #1a1a1a;
      line-height: 1.3;
    }
    .vb_inq_person_company {
      font-size: .8rem;
      color: #013b99;
      font-weight: 400;
      margin-top: 2px;
    }

    /* Address row */
    .vb_inq_addr_row {
      display: flex;
      align-items: flex-start;
      gap: 9px;
    }
    .vb_inq_addr_icon svg {
      width: 16px; height: 16px;
      stroke: #777; fill: none; stroke-width: 1.8;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .vb_inq_addr_text {
      font-size: .8rem;
      color: #555555;
      line-height: 1.55;
    }

    /* Share row */
    .vb_inq_share_row {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    .vb_inq_share_row svg {
      width: 15px; height: 15px;
      stroke: #777; fill: none; stroke-width: 1.8;
    }
    .vb_inq_share_label {
      font-size: .78rem;
      color: #777;
    }
    .vb_inq_social_icons {
      display: flex;
      gap: 5px;
    }
    .vb_inq_social_btn {
      width: 26px; height: 26px;
      border-radius: 4px;
      display: flex; align-items: center; justify-content: center;
      text-decoration: none;
      font-size: .7rem;
      font-weight: 700;
      color: #fff;
      transition: opacity .2s;
    }
    .vb_inq_social_btn:hover { opacity: .82; }
    .vb_inq_social_btn.fb  { background: #1877f2; }
    .vb_inq_social_btn.tw  { background: #000000; }
    .vb_inq_social_btn.li  { background: #0a66c2; }
    .vb_inq_social_btn.pi  { background: #e60023; }
    .vb_inq_social_btn svg { width: 13px; height: 13px; fill: #fff; stroke: none; }

    /* Report row */
    .vb_inq_report_row {
      display: flex;
      align-items: flex-start;
      gap: 7px;
    }
    .vb_inq_report_row svg {
      width: 16px; height: 16px;
      fill: #e6a817; flex-shrink: 0; margin-top: 1px;
    }
    .vb_inq_report_link {
      font-size: .78rem;
      color: #013b99;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    /* View contact button */
    .vb_inq_view_btn {
      display: block;
      width: 100%;
      padding: 9px 16px;
      border: 1.5px solid #013b99;
      border-radius: 4px;
      background: #ffffff;
      color: #013b99;
      font-size: .84rem;
      font-weight: 500;
      text-align: center;
      cursor: pointer;
      transition: background .2s, color .2s;
      margin-top: auto;
    }
    .vb_inq_view_btn:hover { background: #013b99; color: #ffffff; }

@media (max-width: 991px) {
      .vb_cat_nav_link {
        padding: 10px 14px !important;
      }
      .vb_cat_search_wrap {
        margin: 8px 12px;
      }
      .vb_cat_search_input {
        width: 100%;
      }
      .vb_cat_enquiry_btn {
        margin: 4px 12px;
        display: inline-block;
      }
      .vb_cat_brand_name {
        font-size: 1rem;
      }
    }

@media (max-width: 680px) {
    .vb_num_counter {
    margin-bottom: 30px;
    width: 100%;
    padding: 10px;
}
.classified_products .cf_pro_wrap .cf_pro_main .cf_main_link .cf_pro_box {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    padding: 7px 14px 0;
}
    .bg_im {
    margin-left: 0px;
    margin-right: 0px;
    color: #fff;
    padding-top: 30px;
}
.accordion h2 {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    /* padding: 1em 0; */
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding: 0px;
    line-height: 20px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.bg_im h1 {
    font-size: 20px;
    text-align: center;
}
.counter-box {
    background: #f8f9fa0d;
    padding: 10px 9px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-bottom: 3px solid #013b99;
    border-top: 3px solid #ffe7e7;
    margin-bottom: 30px;
}
.main-heading {
    color: #000;
    font-weight: bolder !important;
    font-size: 18px !important;
    text-transform: uppercase;
    position: relative;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    margin-bottom: -5px;
    padding-top: 20px;
}
.accordion {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.bottom-newsletter .form-group {
    width: 90%;
    float: none;
    position: relative;
}
.social-link {
    float: revert;
    margin-top: 20px;
}
      .vb_inq_form_panel { border-right: none; border-bottom: 1.5px solid #e0e0e0; padding: 22px 18px; }
      .vb_inq_contact_panel { width: 100%; }
      .vb_c_stat_item {width: 48%;}
    }

@media (max-width:575px) { 
    .vb_cp_title { font-size:1.9rem; } 
    .vb_cp_section { padding:56px 0 72px; } 
    .vb_faq_section { padding: 56px 0 72px; }
      .vb_faq_trigger { padding: 16px 16px; }
      .vb_faq_answer  { padding: 0 16px 18px 16px; }
}

@media(max-width:425px){
    .vb_c_stat_item {width: 100%;}
    .vb_c_stat_item .vb_c_content .vb_c_statstuff{font-size: 11px;}
}




