/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  /* touch-action: manipulation;*/
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[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.2;
  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.2;
}

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hidden-sm{
	visibility: hidden;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
	visibility: visible
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(60, 59, 59, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(60, 59, 59, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #cfd2d6;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f2caca;
}

.table-hover .table-danger:hover {
  background-color: #edb6b6;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #edb6b6;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(60, 59, 59, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(47, 46, 46, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(47, 46, 46, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid+.form-check-label,
.form-check-input.is-valid+.form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.custom-control-description,
.custom-control-input.is-valid~.custom-control-description {
  color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-indicator,
.custom-control-input.is-valid:checked~.custom-control-indicator {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-indicator,
.custom-control-input.is-valid:focus~.custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-control,
.custom-file-input.is-valid~.custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-control::before,
.custom-file-input.is-valid~.custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus~.custom-file-control,
.custom-file-input.is-valid:focus~.custom-file-control {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D04140;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(208, 65, 64, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #D04140;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #D04140;
  box-shadow: 0 0 0 0.2rem rgba(208, 65, 64, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid+.form-check-label,
.form-check-input.is-invalid+.form-check-label {
  color: #D04140;
}

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
  background-color: #e9a7a6;
}

.was-validated .custom-control-input:invalid~.custom-control-description,
.custom-control-input.is-invalid~.custom-control-description {
  color: #D04140;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-indicator,
.custom-control-input.is-invalid:checked~.custom-control-indicator {
  background-color: #da6a69;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-indicator,
.custom-control-input.is-invalid:focus~.custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(208, 65, 64, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-control,
.custom-file-input.is-invalid~.custom-file-control {
  border-color: #D04140;
}

.was-validated .custom-file-input:invalid~.custom-file-control::before,
.custom-file-input.is-invalid~.custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-control,
.custom-file-input.is-invalid:focus~.custom-file-control {
  box-shadow: 0 0 0 0.2rem rgba(208, 65, 64, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #D04140;
  border-color: #D04140;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bc2f2e;
  border-color: #b12d2c;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 65, 64, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #D04140;
  border-color: #D04140;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b12d2c;
  border-color: #a72a29;
  box-shadow: 0 0 0 0.2rem rgba(208, 65, 64, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #D04140;
  background-color: transparent;
  background-image: none;
  border-color: #D04140;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #D04140;
  border-color: #D04140;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 65, 64, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #D04140;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #D04140;
  border-color: #D04140;
  box-shadow: 0 0 0 0.2rem rgba(208, 65, 64, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(60, 59, 59, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 2;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .custom-select,
.input-group .custom-file {
  display: flex;
  align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .custom-select:not(:first-child):not(:last-child),
.input-group .custom-file:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group .custom-file {
  display: flex;
  align-items: center;
}

.input-group .custom-select,
.input-group .custom-file {
  width: 100%;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group .custom-select:not(:last-child),
.input-group .custom-file:not(:last-child) .custom-file-control::before,
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group .custom-select:not(:first-child),
.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control+.input-group-addon:not(:first-child),
.custom-select+.input-group-addon:not(:first-child),
.custom-file+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn+.btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 1;
  margin-left: 0;
}

.input-group-btn:not(:first-child)>.btn:first-child,
.input-group-btn:not(:first-child)>.btn-group:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
  z-index: 2;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled~.custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-indicator::before {
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(60, 59, 59, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
	float: right;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.99px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.99px) {
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.99px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.99px) {
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(60, 59, 59, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(60, 59, 59, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(60, 59, 59, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(60, 59, 59, 0.5);
  border-color: rgba(60, 59, 59, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(60, 59, 59, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(60, 59, 59, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(60, 59, 59, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(60, 59, 59, 0.03);
  border-bottom: 1px solid rgba(60, 59, 59, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(60, 59, 59, 0.03);
  border-top: 1px solid rgba(60, 59, 59, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:first-child .card-img-top,
  .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group>.card:first-child .card-img-bottom,
  .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group>.card:last-child .card-img-top,
  .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group>.card:last-child .card-img-bottom,
  .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }
  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #D04140;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b12d2c;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #6c2221;
  background-color: #f6d9d9;
  border-color: #f2caca;
}

.alert-danger hr {
  border-top-color: #edb6b6;
}

.alert-danger .alert-link {
  color: #451615;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(60, 59, 59, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6c2221;
  background-color: #f2caca;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #6c2221;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #6c2221;
  background-color: #edb6b6;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #6c2221;
  border-color: #6c2221;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #3c3b3b;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #3c3b3b;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(60, 59, 59, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #3c3b3b;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -0.4rem;
  content: "";
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #3c3b3b;
}

.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -0.4rem;
  content: "";
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #3c3b3b;
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -0.4rem;
  content: "";
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #3c3b3b;
}

.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -0.4rem;
  content: "";
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #3c3b3b;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #3c3b3b;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(60, 59, 59, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(60, 59, 59, 0.25);
}

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(60, 59, 59, 0.25);
}

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(60, 59, 59, 0.25);
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(60, 59, 59, 0.25);
}

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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;
}

.bg-primary {
  background-color: #007bff !important;
}

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

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

.bg-light {
  background-color: #f8f9fa !important;
}

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !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;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #D04140 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #D04140 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #b12d2c !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.wrapper {
  padding: 30px 0;
}

#wrapper-hero {
  padding: 0 !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  font-size: inherit;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  margin: 0 auto;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}

.jumbotron {
  margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.active,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #007bff;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #868e96 !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-light .navbar-brand a:focus,
.navbar-light .navbar-brand a:hover {
  color: rgba(60, 59, 59, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}

.navbar-dark .navbar-brand a:focus,
.navbar-dark .navbar-brand a:hover {
  color: #fff;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/** mixins **/

/**mixin for border shadow **/

/** anchor liks color **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'open_sansregular';
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.8em;
}

.page {
  font-size: 1.2em;
}

.no-padding {
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
  background: #FF853C;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #FF853C;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
  color: #3c3b3b;
}

a:visited {
  color: #3c3b3b;
}

a:hover {
  color: #D04140;
}

a:active,
a:focus {
  color: #3c3b3b;
}

a {
  font-weight: 700;
  text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

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

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #616161;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #D04140;
  color: #000;
  text-decoration: none;
}

mark {
  background: #D04140;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

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

/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}

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

/* Indicate that 'label' will shift focus to the associated form element */

label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

p {
  color: #616161;
  font-weight: 300;
}

body {
  font-family: "open_sansregular";
  color: #5b5b5b;
  font-weight: 400;
  background: #fff;
	margin-top: 65px;
}

/* ==|== primary styles =====================================================
/* Base */

/* Header Specific */

header {
  -webkit-transition: all .25s ease;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all .25s ease;
  cursor: pointer;
  /*height: 72px;*/
  z-index: 99;
}

header .header-container {
  width: 90%;
  margin: auto;
}

header .logo {
  cursor: pointer;
  padding-left: 15px;
}

header nav {
  z-index: 99;
}

header nav li {
  display: inline;
}

header nav li a {
  display: inline-block;
  text-decoration: none;
  font-family: "noto_sansregular";
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  transition: all .5s ease-in-out;
  position: relative;
  letter-spacing: 1px;
}

header nav li a {
  color: #3c3b3b;
}

header nav li a:visited {
  color: #3c3b3b;
}

header nav li a:hover {
  color: #D04140;
}

header nav li a span.menu-image-title:hover {
  color: #D04140;
}

header nav li a:active,
header nav li a:focus {
  color: #3c3b3b;
}

header nav li a:hover {
  text-decoration: none;
}

header nav li:last-child a {
  padding-right: 0;
  padding-top: 0;
}

header nav li:last-child a img {
  margin-top: -4px;
}

header nav li a.active {
  color: #D04140;
}

header a.search::before,
header a.search:after {
  content: none;
}

.hide-on-expend ul {
  display: inline-block;
}

/*** sticky header***/

.float-panel {
  width: 100%;
  z-index: 300;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* Float Panel: class="float-panel fixed" */

/*** sticky header***/

header.no-scroll {
  opacity: 1 !important;
  box-shadow: none;
  background-color: #fff !important;
}

header.no-scroll .header-container {
  position: relative;
  box-shadow: none !important;
}

header .header-container {
  position: relative;
}

.float-panel.fixed .header-container {
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 3px 3px 6px #eceaea;
  /*opacity: 0 !important; */
}

.float-panel.fixed:hover .header-container {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 3px 3px 6px #eceaea;
  opacity: 1 !important;
}

.fp-viewing-0 header,
header:hover,
header .header-container {
  opacity: 1 !important;
  box-shadow: none;
}

.fp-viewing-1 header,
.fp-viewing-2 header,
.fp-viewing-3 header,
.fp-viewing-4-0 header,
.fp-viewing-5 header {
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 3px 3px 6px #eceaea;
}

#fp-nav ul li .fp-tooltip {
  text-transform: capitalize;
}

/** banner **/

.banner {
  -webkit-background-size: 65vh;
  -moz-background-size: 65vh;
  -o-background-size: 65vh;
  background-size: 65vh;
  position: relative;
}

.banner-info {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  text-align: center;
  height: 15vh;
}

.banner-info h2 {
  font-family: "noto_sansbold";
  color: #000;
  font-size: 50px;
  letter-spacing: 3px;
}

.banner-info h1 {
  font-size: 32px;
  color: #3c3b3b;
  font-weight: 300;
}

/** common css***/

/** main big heading **/

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

.big-letter {
  color: #e4e4e4;
  font-size: 150px;
  position: relative;
  font-family: "open_sansbold";
  display: inline-block;
  text-align: left;
}

.big-letter h4 {
  font-family: "noto_sansbold";
  color: #000;
  font-size: 36px;
  position: relative;
  top: 52%;
  transform: translateY(-64%);
  padding-left: 40px;
}

.big-letter h4:after {
  content: '';
  display: block;
  width: 100px;
  background-color: #D04140;
  height: 2px;
  margin: 0 auto;
}

.big-letter.work h1 {
  padding-left: 87px;
}

.big-letter.they h1 {
  padding-left: 39px;
}

.big-letter.digitales h1 {
  padding-left: 39px;
}

/* Effect  for main menu */

.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: '|';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: '|';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/** effect for footer menu **/

/* Effect 14: border switch */

.cl-effect-14 a {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
  position: absolute;
  width: 45px;
  height: 2px;
  background: #D04140;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.cl-effect-14 a::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.cl-effect-14 a::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
  opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}

/* Common button styles */

.button-common {
  float: left;
  min-width: 100px;
  max-width: 200px;
  display: block;
  margin: 1em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  color: #fff;
}

.button-common:focus {
  outline: none;
}

.button-common>span {
  vertical-align: middle;
  text-decoration-color: #fff !important;
}

/* Antiman button effect*/

.button--antiman {
  background: none;
  border: none;
  padding: 14px 0 15px 0;
  /*height: 45px;*/
  float: none;
  margin: auto;
}

.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--antiman>span {
  padding-left: 0.35em;
}

.button--antiman::before,
.button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: 5px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--antiman::before {
  border: 3px solid #fff;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.button--antiman.button--border-thin::before {
  border-width: 1px;
}

.button--antiman.button--border-medium::before {
  border-width: 3px;
}

.button--antiman.button--border-thick::before {
  border-width: 3px;
}

.button--antiman.button--inverted::before {
  border-color: #3f51b5;
}

.button--antiman.button--inverted-alt::before {
  border-color: #fff;
}

.button--antiman::after {
  background: #3f51b5;
}

.button--antiman.button--inverted::after {
  background: #fff;
}

.button--antiman.button--inverted-alt::after {
  background: transparent;
  border-radius: 5px;
  border: 3px solid #eee;
}

.button--antiman.button--inverted:hover {
  color: #fff;
}

.button--antiman.button--inverted-alt:hover {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.button--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.button--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

/** read more button **/

span.read-more {
  width: 100%;
  font-family: "open_sansregular";
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  line-height: 21px;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: relative;
  outline: none;
  letter-spacing: 1px;
}

span.read-more>a {
  text-decoration: none;
  color: #3c3b3b;
  z-index: 1;
  padding: 2px 4px 0;
  transition: 0.5s linear;
  margin: 0;
  border: 0 none;
  position: relative;
  outline: none;
}

span.read-more>a:hover {
  text-decoration: none;
  color: #fff;
  z-index: 1;
}

span.read-more>a:before {
  content: "";
  background: #D04140;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  border-radius: 5px;
  transform: scaleX(1);
  animation: 1.4s forwards no-hover-v linear;
  animation-fill-mode: forwards;
  z-index: -1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

span.read-more>a:hover:before,
span.read-more>a:focus:before {
  animation: .5s forwards hover-v linear;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff !important;
}

@keyframes hover-v {
  0% {
    transform: scaleX(1);
    height: 1px;
  }
  45% {
    transform: scaleX(1);
    height: 3px;
  }
  55% {
    height: 4px;
  }
  100% {
    transform: scaleX(1);
    height: 30px;
  }
}

@keyframes no-hover-v {
  0% {
    transform: scaleX(1);
    height: 1px;
  }
  45% {
    height: 1px;
  }
  55% {
    transform: scaleX(1);
    height: 1px;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    height: 1px;
    opacity: 1;
  }
}

/** End **/

/** Common images zoom with overlay text **/

[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
  vertical-align: top;
  max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}

[class^='imghvr-'] figcaption.big,
[class*=' imghvr-'] figcaption.big {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}

[class^='imghvr-'] figcaption h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}

[class^='imghvr-'] figcaption p {
  color: #ffffff;
  text-align: center;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  box-sizing: border-box;
  width: 100%;
}

/* imghvr-push-*
   ----------------------------- */

[class^='imghvr-'] img {
  width: 100%;
}

[class^='imghvr-push-']:hover figcaption,
[class*=' imghvr-push-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* imghvr-push-up
   ----------------------------- */

.imghvr-push-up figcaption {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
}

.imghvr-push-up:hover>img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  filter: blur(1px);
  /* Opera */
}

.textbox {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%);
  width: 400px;
}

/** End **/

/*** back top top***/

#backtop {
  position: fixed;
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
  outline: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #D04140 url("../img/back-to-top.png") no-repeat center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 999999;
  opacity: 1;
  display: none;
}

#backtop:hover {
  background-color: #3c3b3b;
  color: #fff;
}

#backtop.mcOut {
  opacity: 0;
}

/** End other banner **/

.Services {
  margin: 54px auto 0;
  width: 100%;
  float: left;
}

.otherBanner {
  margin-top: 70px;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.left-banner,
.right-banner {
  padding: 25px 20px;
  flex-basis: 65%;
  flex-wrap: wrap;
  box-shadow: -2px -1px 25px #f0f0ec;
  -webkit-box-shadow: -2px -1px 25px #f0f0ec;
  -moz-box-shadow: -2px -1px 25px #f0f0ec;
  position: relative;
  background-color: #fff;
}

.left-banner img,
.right-banner img {
  max-width: 100%;
  width: 352px;
}

.left-banner a,
.right-banner a {
  text-decoration: none;
}

.right-banner {
  float: right;
  /*margin-top: -100px; */
  margin: 0;
}

.right-banner .info-text {
  padding-right: 44px;
}

.right-banner img {
  float: right;
}

.left-banner .info-text {
  padding: 0 0 0 60px;
}

.fade-in {
  z-index: 0;
  opacity: 0.6; 
  background-color: #fff;
}

.active {
  z-index: 1;
  opacity: 1;
}

.z-up {
  z-index: 1;
  background-color: #fff;
}

.z-down {
  z-index: 0;
}

.svg {
  flex-basis: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.info-text {
  flex-basis: 63%;
  text-align: center;
}

.info-text h2 {
  font-size: 20px;
  color: #555555;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-family: "noto_sansregular";
}

.info-text h1 b {
  font-family: "noto_sansbold";
}

.info-text p {
  font-size: 16px;
  color: #616161;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: 21px;
}

/** End **/

/** Service tile **/

.tiles-wrapper {
  text-align: center;
  float: left;
  width: 100%;
}

.tile {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.tile h2 {
  font-size: 12px;
  color: #555555;
  font-weight: 600;
  line-height: 16px;
}

.tile .img-container {
  height: 90px;
  margin: 10px 25px;
}

/** End **/

/** letest Work **/

#latest-works {
  width: 100%;
  float: left;
}

#latest-works .carousel-inner {
  padding: 30px !important;
}

#latest-works .imghvr-push-up {
  width: 100%;
}

#latest-works .wrapper {
  width: 80%;
  padding: 15px;
  position: relative;
  margin: auto;
}

#latest-works .half-box,
#latest-works .inner-half-box {
  width: 50%;
  float: left;
}

#latest-works .half-box {
  padding: 0 0 10px 0;
}

#latest-works .half-box img {
  height: 201px;
  width: 100%;
}

#latest-works .inner-half-box {
  padding: 0 15px 0 0;
}

#latest-works .inner-full-box {
  width: 100%;
  float: left;
  padding: 0 20px 0 0;
}

#latest-works .video.inner-full-box {
  padding: 0 !important;
}

#latest-works .firstcol {
  width: 44%;
  float: left;
}

#latest-works .firstcol img {
  height: 171px;
}

#latest-works .secondcol {
  width: 56%;
  float: left;
}

.mar-bot {
  margin-bottom: 9px;
}

.pad-r-zero {
  padding-right: 0 !important;
}

.img-height {
  height: 360px !important;
  width: 100%;
}

/** End **/

/**they say section**/

#they-say {
  float: left;
  width: 100%;
  margin-top: 2vh;
  margin-bottom: 10px;
}

#they-say .wrapper {
  padding: 15px;
  background-color: transparent;
  width: 100%;
  float: left;
}

#they-say .wrapper .testimonial-tile {
  box-shadow: 0 0 15px #ebebea;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  float: left;
}

#they-say .wrapper .testimonial-tile img {
  margin-bottom: 20px;
}

#they-say .wrapper .testimonial-text {
  padding: 15px 15px 0;
  text-align: center;
  color: #000;
  font-family: "open_sansregular";
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
}

#they-say .wrapper .testimonial-text.quote {
  background-image: url(../img/quotes-s.png);
  background-position: 15px 0;
  background-repeat: no-repeat;
  float: left;
}

#they-say .wrapper .testimonial-text.quote span {
  display: block;
  background-image: url(../img/quotes-l.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: center;
}

#they-say .wrapper span.read-more {
  margin: 0 0 15px;
  text-align: center;
  display: block;
}

#they-say .wrapper .company-logo {
  text-align: center;
  margin-bottom: 5px;
}

#they-say .wrapper .company-logo img {
  width: 75px !important;
  margin-bottom: 0;
}

#they-say .wrapper .img-wrap {
  position: relative;
  float: left;
  width: 100%;
}

#they-say .wrapper .img-wrap .name-cover {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  padding: 15px;
  background-color: rgba(251, 255, 255, 0.37);
  width: 50%;
}

#they-say .wrapper .img-wrap .name-cover span {
  display: block;
}

#they-say .wrapper .img-wrap .name-cover .name {
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  font-family: "noto_sansbold";
}

#they-say .wrapper .img-wrap .name-cover .post {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

#they-say #rotate-carousel {
  height: 72vh !important;
  width: 100% !important;
  position: relative;
  z-index: 0;
}

#they-say #rotate-carousel ul {
  top: 19px !important;
  width: 100% !important;
  height: auto !important;
  margin: auto !important;
  left: 0 !important;
}

#they-say #rotate-carousel ul li {
  height: auto !important;
  overflow: visible !important;
}

#they-say #rotate-carousel ul .left,
#they-say #rotate-carousel ul .right {
  margin-top: 61%;
}

#they-say #rotate-carousel ul .left {
  left: 42% !important;
  cursor: pointer;
}

#they-say #rotate-carousel ul .right {
  right: 46% !important;
  cursor: pointer;
}

#latest-digitales {
  float: left;
  width: 100%;
  margin-top: 70px;
}

#latest-digitales .carousel {
  margin-top: 30px;
}

#latest-digitales .item {
  width: 100%;
  padding: 25px;
  float: left;
}

#latest-digitales .item img {
  height: 513px;
}

#latest-digitales .info-container {
  background-color: #fff;
  height: 481px;
  box-shadow: -9px 2px 34px #e5e5e6;
  margin: 27px 0 27px 23px;
  padding-right: 35px !important;
  float: left;
}

#latest-digitales .info-container h1 {
  padding: 60px 40px 0 20px;
  font-size: 24px;
  font-family: "open_sansextrabold";
  color: #000;
  line-height: 29px;
}

#latest-digitales .info-container .date,
#latest-digitales .info-container p,
#latest-digitales .info-container .author {
  padding: 10px 20px 10px 20px;
  width: 100%;
  float: left;
}

#latest-digitales .info-container .date {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding-top: 0;
}

#latest-digitales .info-container p {
  font-size: 14px;
  line-height: 20px;
}

#latest-digitales .info-container .author {
  color: #D04140;
  font-size: 14px;
  font-weight: 600;
}

#latest-digitales .info-container .read-more {
  margin: 20px 20px 10px 20px;
  position: absolute;
  bottom: 20px;
}

#latest-digitales .info-container a.read-more:focus {
  outline: none;
}

#latest-digitales .info-container .mar-r-zero {
  margin-right: 0;
}

#latest-digitales .info-container .mar-l-zero {
  margin-left: 0;
}

#latest-digitales .info-container .mar-pad-zero {
  padding-left: 0;
}

#latest-digitales .img-c {
  margin: 27px -13px;
  padding: 0;
}

#latest-digitales .img-c img {
  width: 100%;
  height: 480px;
}

#latest-digitales ul.carousel-indicators {
  position: relative;
  height: 38px !important;
  top: 20px !important;
}

#latest-digitales ul.carousel-indicators li {
  height: 12px !important;
  width: 12px !important;
  position: relative !important;
  left: 10px !important;
  max-width: 12px !important;
}

#latest-digitales ul.carousel-indicators li {
  background-color: white;
  border-radius: 100%;
  border: 1px solid #D04140;
  top: 0 !important;
  margin: 8px;
}

#latest-digitales ul.carousel-indicators li.active {
  background-color: #D04140;
}

/** footer **/

.footer {
  margin-top: -72px;
}

.footer .wrapper {
  padding: 0;
}

.start-project {
  background-color: #F17983;
  float: left;
  width: 100%;
}

.start-project img {
  margin: 20px 0;
  width: 50%;
}

.start-project h4 {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 1px;
  font-family: "noto_sansbold";
}

.start-project p {
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  margin: 25px 0 20px;
  font-family: "open_sanslight";
}

.start-project a:hover {
  text-decoration: none;
}

.scketch-activity {
  float: left;
  width: 100%;
}

.scketch-activity .fisrt-col {
  float: left;
  position: relative;
  width: 14.5%;
}

.scketch-activity .fisrt-col img {
  height: 388px;
  width: 100%;
}

.scketch-activity .second-col {
  float: left;
  position: relative;
  width: 85.5%;
}

.scketch-activity .second-col img {
  float: left;
}

.scketch-activity .second-col .first-row {
  display: block;
  overflow: hidden;
}

.scketch-activity .second-col .first-row img {
  height: 176px;
  width: 16.66%;
}

.scketch-activity .second-col .second-row img {
  height: 212px;
  width: 20%;
}

.social {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0 20px;
}

.social li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  width: 7%;
}

.social i.fa {
  font-size: 36px;
  color: #B8B3B3;
  line-height: 80px;
  text-transform: uppercase;
}

.social i.fa:hover {
  background-color: #F17983;
  fill: #F17983;
  border-radius: 100%;
  color: #fff;
  fill: gray;
  transform: scale(1.25);
  transition: background-color .5s, transform .5s ease-out;
  width: 80px;
  height: 80px;
  list-style: none;
}

.f-links,
.animated-character {
  width: 100%;
  float: left;
  text-align: center;
}

.f-links nav a,
.animated-character nav a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding: 0 38px;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 20px;
}

.f-links nav a,
.animated-character nav a {
  color: #000;
}

.f-links nav a:hover,
.f-links nav a:focus,
.animated-character nav a:hover,
.animated-character nav a:focus {
  outline: none;
  color: #D04140;
}

.f-links li,
.animated-character li {
  display: inline-block;
  list-style: none;
  font-size: 22px;
}

.animated-character li {
  padding: 35px 0px 10px 10px
}

.copyright {
  float: left;
  width: 100%;
  text-align: center;
}

.copyright h5 {
  color: #3c3b3b;
  font-size: 20px;
  margin-top: 0;
}

.copyright h5 img {
  width: 80px;
  opacity: 0.7;
  margin-top: -7px;
  margin-right: 10px;
}

.copyright span {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3c3b3b;
}

.blank-container {
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
  height: 50px;
  margin-bottom: 80px;
}

/** footer end**/

/** model dialog **/

#video {
  width: 100%;
}

.video-js {
  width: 100%;
}

.md-close {
  position: fixed;
  background: url(../img/cancel.png) 100% 0 no-repeat !important;
  z-index: 99999;
  color: transparent;
  border: none;
  top: 3% !important;
  right: 5% !important;
  display: none;
}

.md-close:focus {
  outline: none;
}

.md-content {
  background-color: transparent !important;
}

.md-modal {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

.md-content button {
  display: block;
  /* margin: 0 auto; */
  font-size: .8em;
  position: absolute !important;
  top: -100px !important;
  right: 5px !important;
  background: url(../img/delete.png) 100% 0 no-repeat !important;
  height: 32px;
}

.md-modal input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 4px solid #383636;
  font-size: 46px;
  font-weight: 100;
  background: none !important;
  border-radius: 0;
  background: url(../img/search-bar.png) 100% 22px no-repeat !important;
  width: 900px;
  font-weight: 600;
  padding: 5px;
  padding-right: 40px;
}

.md-modal input:focus {
  outline: none;
}

/** end search dialog **/

.video-js {
  height: 360px;
}

.video-js .vjs-big-play-button {
  position: absolute !important;
  top: 37% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.vjs-poster {
  background-position: top left !important;
}

.video-js .vjs-tech {
  position: absolute;
  top: -58px !important;
  height: auto !important;
}

.vjs-has-started .vjs-control-bar {
  background-color: #D04140 !important;
}

.sliderContentduplicate {
  display: none !important;
}

/** services page **/

.services-banner {
  text-align: center;
  width: 100%;
  margin: 80px 0 80px;
}

.services-banner-inner img {
  margin: auto;
}

.inner-heading h1,
.inner-heading h2 {
  letter-spacing: 0;
  font-family: "noto_sansbold";
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.blocks {
  margin: 50px 0;
  float: left;
  width: 100%;
}

.blocks .block {
  box-shadow: 0 0 20px #8e8787;
  background-color: #fff;
  float: left;
  padding: 30px;
  margin-bottom: 60px;
  min-height: 342px;
}

.blocks .block h2 {
  letter-spacing: 0;
  color: #000;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}

.blocks .block p {
  font-size: 16px;
}

.blocks .block ul {
  float: left;
  width: 100%;
  padding-left: 5px;
  text-align: center;
}

.blocks .block ul li {
  list-style: none;
  color: #3c3b3b;
  font-size: 13px;
  display: inline-block;
  padding-right: 16px;
  font-weight: 500;
  background: url(../img/bullet.png) no-repeat center left;
  padding-left: 15px;
}

.chooseBest {
  float: left;
  width: 75%;
  margin-bottom: 60px;
}

.chooseBest .thebestSection {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}

.chooseBest .thebestSection img {
  width: 55%;
}

.chooseBest .thebestSection .right-align-img {
  float: right;
}

.chooseBest .thebestSection .info-text p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: "open_sanslight";
}

.service-content p {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  width: 80%;
  line-height: 23px;
  color: #000;
  margin: auto;
}

.our-process {
  margin-bottom: 60px;
}

.our-process img {
  margin: 30px auto;
}

.services-includes {
  float: left;
  width: 100%;
  margin: 100px 0;
}

.services-includes ul li {
  list-style: none;
  width: 33%;
  float: left;
  position: relative;
  list-style: none;
  color: #3c3b3b;
  font-size: 16px;
  font-weight: 600;
  background: url(../img/services/service_inner_page/bullet_point.png) no-repeat center left;
  padding: 15px 35px;
}

.static-banner {
  margin: 50px 0 0;
}

.about {
  margin: 30px 0;
}

.about p {
  font-size: 16px;
  line-height: 25px;
}

.our-team {
  float: left;
  width: 100%;
  text-align: center;
}

.our-team img {
  width: 60%;
  margin: auto;
}

.our-team span {
  display: block;
}

.our-team .name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 16px;
}

.our-team .post {
  font-size: 11px;
  margin-bottom: 30px;
}

.quick-link {
  margin-top: 40px;
}

.quick-service-block {
  background: linear-gradient(#FFA7E7, #EA6362);
  border-radius: 10px;
  padding: 50px 0 0;
  text-align: center;
  width: 260px;
  margin: 50px auto;
}

.quick-service-block h1 {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1px;
}

.quick-service-block ul {
  padding-left: 0;
}

.quick-service-block ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 20px 22px;
}

.quick-service-block:hover {
  box-shadow: 0 0 30px #d6d4d4;
  cursor: pointer;
}

.start-project-banner {
  float: left;
  width: 100%;
  margin-top: 100px;
}

.start-project-banner h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 28px;
}

.start-project-banner p {
  font-size: 19px;
  text-align: left;
  color: #000;
  font-weight: 500;
  padding: 0 100px 0 0;
}

.start-project-banner .verticle-align {
  margin-top: 135px;
  padding-left: 45px;
}

.start-form {
  margin: 100px 0 0;
  float: left;
  width: 100%;
  font-size: 14px;
  /*padding-bottom: 40px;*/
  margin-bottom: 20px;
}

.start-form h1 {
  letter-spacing: 0;
  font-family: "noto_sansbold";
  color: #000;
  font-size: 19px;
  width: 100%;
  margin-top: 30px;
}

.start-form .half,
.start-form .full {
  float: left;
  position: relative;
}

.start-form .half {
  /* width: 50%;*/
}

.start-form .full {
  width: 100%;
  margin-top: 20px;
}

.start-form .full label {
  margin-bottom: 0;
}

.start-form input,
.start-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #CBCBCB;
  padding: 20px 0;
  box-sizing: border-box;
}

.start-form textarea {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.start-form input:focus,
.start-form textarea:focus {
  outline: none;
}

.start-form input#rupee {
  padding: 8px;
  width: 30%;
}

.start-form input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 10px 2px 0 11px;
  font-size: 12px;
}

.start-form input#fileupload {
  width: auto;
  border: none;
  color: #fff;
}

.start-form input[type="file"] {
  display: none;
}

.start-form .custom-file-upload {
  display: inline-block;
  padding: 8px 0 0;
  cursor: pointer;
}

.start-form .attachment-icon {
  background: url(../img/start-project/attachment_icon.png);
  display: inline-block;
  width: 13px;
  height: 14px;
}

.start-form .we-prefer {
  display: block;
  font-size: 12px;
  color: #b1b1b1;
}

.start-form .captcha {
  padding: 11px 0;
  margin-bottom: 25px;
}

.start-form .send-btn {
  position: relative;
  float: left;
  width: 24%;
}

.start-form .send-btn input {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  display: block;
  padding: 10px;
  width: 100%;
}

.start-form [type="radio"]:checked,
.start-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.start-form [type="radio"]:checked+label,
.start-form [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 15px;
  padding-right: 23px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.start-form [type="radio"]:checked+label:before,
.start-form [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border: 2px solid #999;
  border-radius: 100%;
  background: #fff;
}

.start-form [type="radio"]:checked+label:after,
.start-form [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #D04140;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.start-form [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.start-form [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.start-form .effect-19 {
  transition: 0.4s;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.start-form .effect-19:hover {
  transition: 0.4s;
  background: #000;
  color: #fff;
}

.start-form .effect-19~.focus-border:before,
.start-form .effect-19~.focus-border:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #616161;
  transition: 0.4s;
  border-radius: 5px;
}

.start-form .effect-19~.focus-border:after {
  top: auto;
  bottom: 0;
}

.start-form .effect-19~.focus-border i:before,
.start-form .effect-19~.focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #616161;
  transition: 0.6s;
}

.start-form .effect-19~.focus-border i:after {
  left: auto;
  right: 0;
}

.start-form .effect-19:focus~.focus-border:before,
.start-form .effect-19:focus~.focus-border:after,
.start-form .has-content.effect-19~.focus-border:before,
.start-form .has-content.effect-19~.focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}

.start-form .effect-19:focus~.focus-border i:before,
.start-form .effect-19:focus~.focus-border i:after,
.start-form .has-content.effect-19~.focus-border i:before,
.start-form .has-content.effect-19~.focus-border i:after {
  top: -1px;
  height: 100%;
  transition: 0.6s;
}

.start-form .effect-19~label {
  position: absolute;
  left: 14px;
  width: 100%;
  top: 10px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}

.start-form .effect-19:focus~label,
.start-form .has-content.effect-19~label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #3399FF;
  transition: 0.3s;
}

form {
  width: 80%;
  margin: auto;
}

form .effect {
  border: 0;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid #ccc;
  margin-top: 12px
}

form .effect~.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #D04140;
  transition: 0.4s;
}

form .effect:focus~.focus-border {
  width: 100%;
  transition: 0.4s;
}

form input#rupee.effect:focus~.focus-border {
  width: 30%;
}

form textarea.effect:focus~.focus-border {
  width: 100%;
}

.career-banner {
  margin: 40px 0 0;
  float: left;
  width: 100%;
  text-align: center;
}

.career-banner img {
  margin: auto;
}

.content-of-career {
  float: left;
  width: 100%;
  /*margin-top: 23px;*/
}

.content-of-career h1 {
  color: #b9484a;
  text-align: center;
}

.content-of-career h2,
.content-of-career p {
  letter-spacing: 0;
  color: #000;
  text-align: center;
  width: 100%;
  font-family: "open_sansregular";
}

.content-of-career h1,
.content-of-career h2 {
  font-weight: 600;
  font-family: "open_sansbold";
  font-size: 28px;
  line-height: 36px;
}

.content-of-career h2 {
  margin: 30px 0;
}

.content-of-career p {
  font-size: 20px;
  line-height: 26px;
  margin: auto;
  font-weight: 500;
  width: 80%;
  margin-bottom: 20px;
}

.content-of-career p.less-width {
  width: 70%;
}

.frame {
  box-shadow: 0 0 10px #888383;
  padding: 27px;
  float: left;
  margin-top: 10px;
  width: 100%;
  margin: auto;
}

/*.frame img {
  width: 100%;
  height: 200px;
  padding: 0;
}*/

/*.frame .no-padding {
  padding: 0;
}*/

.testimonial {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.testimonial h2 {
  margin-bottom: 0 !important;
}

.current-opening-block {
  box-shadow: 0 0 10px #ddd;
  padding: 27px;
  float: left;
  margin-top: 30px;
}

.current-opening-block img {
  height: 228px;
  margin-bottom: 40px;
}

.current-opening-block .post {
  font-weight: 600;
  font-family: "open_sansbold";
  font-size: 20px;
  line-height: 36px;
  color: #000;
}

.current-opening-block .read-more>a {
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}

.current-opening-block .read-more>a:before {
  background: #1b1919;
}

.view-all {
  float: left;
  width: 100%;
  text-align: center;
  margin: 80px 0 0;
}

.view-all .read-more-btn button a {
  font-size: 20px !important;
}

.career-opening-banner {
  margin-top: 100px;
  width: 100%;
  float: left;
}

.career-opening-banner span.heading,
.career-opening-banner .name,
.career-opening-banner .post,
.career-opening-banner .Apply-now {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 2px;
  line-height: 40px;
}

.career-opening-banner span.heading a,
.career-opening-banner .name a,
.career-opening-banner .post a,
.career-opening-banner .Apply-now a {
  border-bottom: 2px solid #000;
  display: inline-block;
}

.career-opening-banner span.heading a:hover,
.career-opening-banner .name a:hover,
.career-opening-banner .post a:hover,
.career-opening-banner .Apply-now a:hover {
  text-decoration: none;
}

.career-opening-banner span.heading {
  margin-top: 74px;
}

.career-opening-banner .name {
  font-weight: 600;
  margin-bottom: 0;
}

.career-opening-banner .post {
  font-size: 18px;
}

.career-opening-banner .post a {
  text-decoration: underline;
  text-decoration-color: #000;
}

.career-opening-banner .Apply-now {
  text-decoration: underline;
  text-decoration-color: #000;
  font-size: 24px;
  font-weight: 600;
  font-family: "open_sansbold";
  margin-top: 30px;
}

.career-opening-banner img {
  float: right;
}

.career-opening-blocks {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.career-opening-blocks .left-banner,
.career-opening-blocks .right-banner {
  border: 2px solid #ddd;
}

.career-opening-blocks .left-banner img,
.career-opening-blocks .right-banner img {
  width: 100%;
  padding: 40px 0;
}

.career-opening-blocks .left-banner h1,
.career-opening-blocks .right-banner h1 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}

.career-opening-blocks .left-banner p,
.career-opening-blocks .right-banner p {
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}

.career-opening-blocks .right-banner {
  float: right;
  margin-top: 60px;
  margin-left: -60px;
  padding-left: 100px;
}

.career-opening-blocks .read-more {
  margin-top: 60px;
  float: left;
}

.career-opening-blocks span.read-more>a:before {
  background-color: #000;
}

.career-opening-blocks.second-child {
  margin: 160px auto 40px;
}

.career-opening-blocks.second-child .right-banner {
  z-index: 0 !important;
  padding-left: 0;
  margin-top: -60px;
}

.career-opening-blocks.second-child .left-banner {
  padding-right: 100px;
}

.career-opening-blocks.last-child {
  margin-bottom: 100px;
}

.tabs {
  width: 100%;
  float: left;
  margin-top: 160px;
}

.tabs ul {
  padding-left: 0;
}

.tabs ul li {
  display: inline-block;
  padding: 0 35px;
  border: 2px solid #D04140;
  border-radius: 5px;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.tabs .over-active {
  background-color: #D04140;
  color: #fff;
}

.career-openings {
  margin: 100px 0;
  float: left;
  width: 100%;
}

.career-openings h1 {
  font-family: "open_sansextrabold";
  font-size: 25px;
  color: #000;
}

.career-openings h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 48px 0 30px;
}

.career-openings p {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
}

.career-openings .description {
  padding-right: 96px;
  margin-top: 30px;
}

.career-openings ul {
  padding-left: 20px;
}

.career-openings ul li {
  /*list-style: none;*/
  color: #3c3b3b;
  font-size: 14px;
  /*display: inline-block;*/
  font-weight: 600;
  background: url(../img/bullet.png) no-repeat 0 11px;
  padding-left: 0;
}

.career-openings span {
  display: block;
}

.career-openings span b {
  color: #000;
}

.job-desc {
  text-align: center;
  margin: 40px 0;
}

.job-desc span {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}

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

.button-group .btn {
  color: #fff;
  padding: 10px 30px;
  margin: 10px 10px 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.button-group .red a,
.button-group .black a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.button-group .red {
  background-color: #D04140;
}

.button-group .red:hover,
.button-group .black:hover {
  background-color: #000;
}

.button-group .black {
  background-color: #616161;
}

/*=========================
Blog Page
Header Search Bar
 ================= */

#custom-search-input {
  margin-top: 9px;
}

#custom-search-input .search-query {
  box-shadow: -2px -1px 25px #f0f0ec;
  -webkit-box-shadow: -2px -1px 25px #f0f0ec;
  -moz-box-shadow: -2px -1px 25px #f0f0ec;
  margin-bottom: 0;
  border: none;
  padding: 10px 15px;
  background: right center;
}

#custom-search-input button {
  border: 0;
  background: none;
  padding: 0;
  position: relative;
  left: -50px;
  color: transparent;
  font-size: 21px;
  outline: none;
  margin: 12px 0;
  width: 32px;
  z-index: 999;
  background: url(../img/blog/search.png) no-repeat center left;
  height: 31px;
  background-size: 70%;
  top: -2px;
}

#custom-search-input button:focus {
  outline: none;
  box-shadow: none;
}

#custom-search-input .form-control {
  z-index: 127;
}

.blog .navbar {
  margin-top: 0;
}

.blog .dropdown:hover>.dropdown-menu {
  display: block;
}

.blog .dropdown-menu {
  margin-left: -10px !important;
  border-radius: 0 !important;
  box-shadow: 0 0 10px #c5c4c4 !important;
  border: none;
  margin: 0 0 0;
}

.blog .dropdown-item.active,
.blog .dropdown-item:active,
.blog .dropdown-item:hover {
  background-color: #D04140 !important;
  color: #fff;
}

.blog .navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}

.blog .dropdown-toggle::after {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.blog span.caret {
  background: url(../img/blog/down-arrow.png) no-repeat 0 7px;
  font-size: 12px;
  width: 16px;
  height: 35px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog .navbar-light .navbar-nav .nav-link {
  color: #3c3b3b !important;
}

.blog .navbar-light .navbar-nav .nav-link:hover .caret,
.blog .navbar-light .navbar-nav .nav-link:focus .caret {
  background: url(../img/blog/down-arrow-hover.png) no-repeat 0 7px !important;
}

.blog .navbar-light .navbar-nav .active>.nav-link,
.blog .navbar-light .navbar-nav .nav-link:focus,
.blog .navbar-light .navbar-nav .nav-link:hover {
  color: #D04140 !important;
}

.blog .navbar-toggleable-md .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
}

.blog nav ul {
  margin: 11px 0;
}

.blog .dropdown-item {
  padding: 10px 17px;
  font-size: 15px;
}

.header-container.blog {
  overflow: visible !important;
}

/*============
Home Slider
=============*/

.blogslider {
  margin-top: 100px;
  font-family: "open_sansregular";
  margin-bottom: 50px;
}

.blogslider h1 {
  color: #828282;
  text-transform: capitalize;
  font-family: "open_sansbold";
  line-height: 60px;
  font-size: 44px;
  letter-spacing: 1px;
}

.blogslider h1 span {
  display: block;
}

.blogslider h1 span:nth-child(even) {
  color: #3c3b3b;
}

.blogslider .Bnr {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.blogslider .BnrVerAlgn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.blogslider p {
  color: #616161;
  line-height: 30px;
  font-weight: "open_sanslight";
  font-size: 19px;
}

.blogslider .btn-danger {
  border-radius: 10px;
  padding: 10px 30px;
  margin: 30px 0;
  background-color: transparent;
  border: none;
  color: #000;
  border: 1px solid #d04140;
}

.blogslider .design-tags {
  margin: 50px 0;
}

.blogslider .design-tags li {
  list-style: none;
  display: inline-block;
  padding: 0 2px;
  font-size: 17px;
}

.blogslider .design-tags li a {
  color: #D04140;
}

.blogslider .design-tags li a:hover {
  color: #3c3b3b;
}

/*============
Masonary Grid Section
=============*/

.design {
  width: 100%;
  float: left;
}

.design .heading {
  float: left;
  width: 100%;
  text-align: center;
  height: 84px;
  margin-bottom: 10px;
  font-family: "open_sansregular";
  color: #000;
}

.design .heading h2 span,
.design .heading h1 span {
  text-align: center;
  font-weight: 800;
  display: inline-block;
  padding: 17px 45px;
  font-size: 32px;
  width: 100%;
}

/*===== Blog-- Card =======*/

.catagories .row {
  justify-content: center;
}

.catagory-blog {
  float: left;
  text-align: center;
  padding: 20px 50px;
}

.blog-title {
  padding-top: 20px;
}

img.img-responsive.center-block.categories-img {
  border: 1px solid #ccc;
  box-shadow: 0 0 11px 8px rgba(202, 195, 195, 0.2);
  border-radius: 50%;
}

img.img-responsive.center-block.categories-img.active {
  background: #d24344;
  border: 1px solid #d24344;
}

.more-cate-block.active {
  border: 2px solid red;
}

.col-lg-3.col-md-6.col-sm-6.blog-card {
  float: left;
  margin-bottom: 25px;
}

.col-lg-3.col-md-6.col-sm-6.blog-card a {
  text-decoration: none;
}

.col-lg-3.col-md-6.col-sm-6.blog-card a:hover {
  color: #000
}

.blog-card .card-content {
  border: 1px solid #e9ecef;
}

.blog-card .card-content .card-title {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
  color: #000;
  margin-top: 12px;
  padding: 0 10px;
}

.blog-card .card-content p {
  line-height: 21px;
  font-size: 14px;
  padding: 0 10px;
}

.blog-head-title{
	letter-spacing: 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
	width: 100px
}

/* Blog Loader */

#loader {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  /* position: absolute;*/
  z-index: +100 !important;
  width: 100%;
  height: 100%;
}

#loader img {
  position: relative;
  top: 50%;
  left: 50%;
}

img.img-responsive.center-block.categories-img{cursor:pointer;} 	

/*  Blog Loader */

/*===== End Blog-- Card =======*/

/*======= Global Search Custom Css ==========*/

#sck .md-overlay { 
	opacity: 0.95!important; 
	background: #fff!important; 
}

.asl_desc .highlighted{
	color:rgb(217, 49, 43) !important;
}

.proinput form {
  width: 100%;
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  width: 100% !important;
  background-color: #ffffffcf !important;
}

div.asl_r.vertical {
  margin-top: -10px;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  width: 100% !important;
  font-size: 22px !important;
  text-align: center !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 18px !important;
  letter-spacing: 1px;
}

div.asl_r .results .item .asl_content h3 a:hover {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 18px !important;
}

div.asl_r .results .item.hovered {
  background: #fafafa;
}

div.asl_r .results .item .asl_content .asl_desc {
  padding-bottom: 15px;
  color: #000;
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
  border-bottom: 3px solid #000 !important;
  padding: 10px 0 10px 0 !important;
  text-align: center !important;
}

.pgclass {
  font-size: 16px;
  color: #d02929;
  font-weight: 600;
}

/*div[id*='ajaxsearchlite'].wpdreams_asl_container{
    background: #ffffffa8 !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
     background: #ffffffa8 !important;
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput{
    background: #ffffffa8 !important;
}*/

/*======= End Global Search Custom Css ==========*/


/*========== Nav-Bar Css ==========*/

.page-header {
  background: rgb(255, 255, 255);
}
.pull-left { float: left; }
.pull-right { float: right; }

.page-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 1s;
}

.page-header.off-canvas { 
	top: -89px; 
}

.page-header.fixed {
  top: 0;
  z-index: 999;
}



/*========== End Nav-Bar Css ==========*/

/*======== Gallery ============*/
img.img-responsive.center-block.categories-img{
	cursor:pointer;
}
#sck .md-overlay { 
	opacity: 0.95!important; background: #fff!important; 
}
.asl_desc .highlighted{
	color:rgb(217, 49, 43) !important;
}
.album{   
    box-shadow: 0px 0px 10px rgba(114, 114, 114, 0.94);
    border : 5px solid #fff;
	position: relative;
}
 .albumtitle{
    padding: 12px;
    position: absolute;
    top: auto;
    bottom: -19px;
    left: auto;
    color: #fff !IMPORTANT;
    right: auto;
    font-weight: 700 !important;
    background-color: #1d1d1d8c;
    width: 100%!important;
    font-size: 14px!important;
}

.frame img {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    opacity: 0.9;
    
}

.titlewrapper{
width: 100%;
position: absolute;
}

.frame .no-padding {
    padding: 10px;
}
/*.fancybox{position: sticky!important;}*/

/*=========== End Gallery ============*/


.design .masonry {
  float: left;
}

.design .masonry .masonry-item h3 {
  font-weight: 700;
  line-height: 22px;
  color: #000;
  margin-top: 12px;
}

.design .masonry .masonry-item p {
  line-height: 21px;
  font-size: 14px;
}

.design .masonry .masonry-item .read-more {
  background-color: transparent !important;
}

.design .masonry .masonry-item .read-more>a {
  color: #000;
}

.design .block-tab {
  border-top: 1px solid #eee;
  padding: 11px 0;
  margin: 15px 4px;
  text-align: center;
}

.design .block-tab ul {
  padding-left: 0;
}

.design .block-tab ul li {
  list-style: none;
  display: inline-block;
  padding: 2px;
  font-family: "open_sanslight";
  color: #ec7475;
}

.design .block-tab ul li a,
.design .block-tab ul li a:link,
.design .block-tab ul li a:hover {
  font-size: 12px;
  color: #afafaf;
  text-decoration: none;
  border: 1px solid #eee;
  padding: 5px 7px;
  border-radius: 3px;
  float: left;
}

.design span.read-more>a:before {
  background-color: #000;
}

.design span.read-more>a:hover {
  color: #fff !important;
  font-weight: 300;
}

.discover {
  text-align: center;
  margin-bottom: 80px;
  float: left;
  width: 100%;
}

.discover .read-more-btn button {
  margin: auto;
}

.discover .read-more-btn button a {
  font-size: 16px;
}

.discover .read-more-btn button a:hover {
  text-decoration: none;
}

/*============
Special Small Article
=============*/

.special-small-article {
  background: url(../img/blog/article_image_uxeverywhere_web.png) no-repeat;
  height: 238px;
  background-size: cover;
  position: relative;
}

.special-small-article .back {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.special-small-article .back .post-title {
  position: absolute;
  bottom: 80px;
  font-size: 21px;
  color: #fff;
}

.special-small-article .back .read-more {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.special-small-article .back h2.post-title {
  margin: 0;
  color: #f5f4f4;
  font-size: 22px;
  letter-spacing: 1.5px;
}

/*============
Special Half Article
=============*/

.special-half-article {
  background: url(../img/blog/influencer_image_web.png) no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 500px;
  float: left;
}

.special-half-article h2 {
  margin: 0;
}

.special-half-article .back {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 20px;
}

.special-half-article .back .post-title {
  position: absolute;
  bottom: 100px;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  padding: 5px;
}

.special-half-article .back .name {
  position: absolute;
  bottom: 184px;
  color: #fff;
  font-size: 17px;
  background: url(../img/blog/circle.png) no-repeat top left;
  padding: 5px 45px;
  background-size: 24px;
}

.special-half-article .back p {
  position: absolute;
  color: #fff;
  bottom: 15px;
  font-size: 21px;
  padding: 5px;
}

/*============
Special Full Article
=============*/

.special-full-article {
  background: url(../img/blog/article_image_airpods_web.png) no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 35px;
  float: left;
}

.special-full-article .back {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding: 35px;
}

.special-full-article .back .post-title {
  position: absolute;
  bottom: 150px;
  font-size: 35px;
  line-height: 32px;
  color: #fff;
}

.special-full-article .back p {
  position: absolute;
  color: #fff;
  bottom: 50px;
  font-size: 20px;
  font-weight: 600;
}

.special-full-article .back ul {
  padding-left: 0;
}

.special-full-article .back ul li {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  padding: 2px;
  color: #D04140;
}

.special-full-article .back ul li a,
.special-full-article .back ul li a:link,
.special-full-article .back ul li a:hover {
  color: #bdbaba;
  text-decoration: none;
  border: 1px solid #eee;
  padding: 10px 25px;
  border-radius: 3px;
  float: left;
}

.internet-things {
  background: url(../img/blog/img_9.png) no-repeat top center;
  background-size: cover;
}

.internet-things .back {
  background-color: transparent;
}

.more-categories {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.more-categories .heading {
  margin: 15px 0 50px;
}

.more-categories .heading h2 {
  font-size: 27px;
  font-family: "open_sansbold";
  text-align: center;
  color: #000;
}

/*DigiTales Blog*/

section.digitales-more-categories .heading h2 {
  font-size: 27px;
  font-family: "open_sansbold";
  text-align: center;
  color: #000;
  margin: 60px 0 30px;
}

.digitales.more-cate-block h3 {
  font-size: 18px;
  font-family: 'open_sanslight';
  color: #868585;
}

/*End DigiTales Blog*/

.more-categories a:hover {
  text-decoration: none;
}

.more-categories h3:hover {
  color: #D04140;
}

.blog-subscribe h4 {
  margin-top: 80px !important;
}

.blog-subscribe img {
  margin: 75px 0 !important;
  width: 100% !important;
}

.blog-subscribe p {
  font-size: 15px !important;
  margin: 30px 0 40px !important;
  padding: 0 100px !important;
}

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

.mail-subcribe input {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 30px;
  padding: 15px;
  color: #fff;
  width: 65%;
  outline: none;
  text-align: center;
  margin-left: 40px;
}

.mail-subcribe .btn {
  border-radius: 100%;
  position: relative;
  right: 55px;
  height: 46px;
  width: 46px;
  margin-top: -3px;
  outline: none;
  background: #D04140 url(../img/blog/newselter_arrow.png) no-repeat center;
  background-size: 58%;
}

.mail-subcribe ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.mail-subcribe ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.mail-subcribe :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.mail-subcribe :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.our-feeds h2 {
  font-size: 32px;
  font-family: "open_sansbold";
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}

.our-feeds h3 {
  font-size: 17px;
  color: #000;
}

.our-feeds .nav {
  transform: none !important;
  position: relative;
  box-shadow: 0 -3px 13px #cac3c3;
  top: 8px;
}

.our-feeds .nav-tabs .nav-link.active,
.our-feeds .nav-tabs .nav-item.show .nav-link {
  color: #edf1f5;
  background-color: #4898ea;
  border-color: #4898ea !important;
}

.our-feeds .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left: 1px solid #eee !important;
}

.our-feeds .nav-tabs .nav-item {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.our-feeds .nav-link {
  display: block;
  padding: 14px 36px;
}

.our-feeds .tab-content {
  box-shadow: 0 9px 15px #cac3c3;
  padding: 50px 20px;
}

.our-feeds .blog-article .design {
  margin-top: 10px;
}

.find-job,
.seeScketchCulture {
  width: 100%;
  float: left;
  text-align: center;
}

.find-job h2,
.seeScketchCulture h2 {
  color: #000;
  font-size: 32px;
  font-family: "open_sansbold";
}

.find-job p,
.seeScketchCulture p {
  font-size: 25px;
  line-height: 35px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.find-job a,
.seeScketchCulture a {
  color: #b94747;
  font-size: 25px;
  font-family: "open_sansbold";
}

.seeScketchCulture {
  margin-top: 70px;
}

.seeScketchCulture a {
  color: #000;
  font-size: 25px;
  font-family: "open_sansbold";
  margin-top: 30px;
  float: left;
  text-align: center;
  width: 100%;
}

.more-cate-block {
  box-shadow: -2px -1px 25px #d8d8d5;
  -webkit-box-shadow: -2px -1px 25px #d8d8d5;
  -moz-box-shadow: -2px -1px 25px #d8d8d5;
  margin-top: 15px;
  margin-bottom: 20px;
}

.more-cate-block img {
  margin: auto;
  height: 200px;
}

.more-cate-block h3 {
  background-color: #fff;
  padding: 28px 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  color: #1b1b1b;
  text-decoration: none;
}

/*DigiTales Blog*/

.digitales.more-cate-block {
  margin: 10px;
}

.digitales.more-cate-block {
  box-shadow: -2px -1px 20px #d8d8d5;
  -webkit-box-shadow: -2px -1px 20px #d8d8d5;
  -moz-box-shadow: -2px -1px 20px #d8d8d5;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}

/*End DigiTales Blog*/

.owl-carousel {
  padding: 0 15px;
}

.owl-item a:hover h3 {
  text-decoration-color: black;
  text-decoration: none;
}

.owl-carousel .owl-item img {
  height: 222px;
  width: auto !important;
}

.owl-carousel.owl-third .owl-item img {
  height: auto;
  float: none !important;
  display: inline-block
}

.owl-carousel.owl-third .owl-dot,
.owl-dot.active {
  width: 10px;
  height: 10px;
}

.owl-carousel.blogslider .owl-item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  float: none !important;
  padding-top: 30px;
}

.owl-nav {
  display: none;
}

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

.owl-dot,
.owl-dot.active {
  background: url(../img/blog/gray-dot.png) no-repeat center center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}

.owl-dot.active {
  background: url(../img/blog/black-dot.png) no-repeat center center;
}

.author-page .heading {
  margin-bottom: 0;
}

.author-page h1.small-font span {
  font-size: 26px;
}

.author-header,
.tag-page {
  margin-top: 60px;
}

.author-header img,
.tag-page img {
  margin: auto;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.author-header h1,
.author-header p,
.author-header .post,
.tag-page h1,
.tag-page p,
.tag-page .post {
  color: #000;
}

.author-header h1,
.tag-page h1 {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 0;
}

.author-header p,
.tag-page p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

.author-header .post,
.tag-page .post {
  font-size: 15px;
}

.author-header .social,
.tag-page .social {
  padding: 8px 0 30px;
}

.author-header .social img,
.tag-page .social img {
  width: auto;
  height: 25px;
  border-radius: 0;
  margin: 2px;
}

.tag-page {
  margin-top: 0;
  margin-bottom: 100px;
}

.tag-page img {
  margin: auto;
  border-radius: 0;
  width: 100%;
  height: auto;
}

/** article page **/

.header-article {
  margin-top: 40px;
  width: 100%;
  float: left;
  margin-bottom: 70px;
  padding: 0 15px;
}

.header-article h1 {
  position: absolute;
  bottom: 34px;
  font-size: 36px;
  font-family: "open_sansbold";
  color: #000;
}
 
.header-article .header-img {
  background: url(../img/blog/full-article.jpg) center center no-repeat;
  height: 450px;
  position: relative;
}

.header-article .header-img .header-info {
  width: 75%;
  margin: auto;
}

.header-article .header-img .breadcrumb {
  position: absolute;
  bottom: 88px;
  padding: 8px 0;
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 40px;
}

.header-article .header-img .breadcrumb li {
  display: inline-block;
}

.header-article .header-img .breadcrumb li a {
  color: #616161;
}

.artical-info {
  float: left;
  width: 100%;
  font-family: Open Sans;
  background: url(../img/blog/after.jpg) center bottom no-repeat;
  padding-bottom: 40px;
  margin-bottom: 100px;
}

.artical-info p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  width: 72%;
  margin: auto;
  text-align: justify;
  margin-bottom: 40px;
  color: black;
  word-spacing: 5px;
}

.artical-info blockquote {
  font-size: 30px;
  border-left: none;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  width: 70%;
  margin: 50px auto;
  line-height: 33px;
  letter-spacing: 1px;
}

.connect {
  font-size: 20px;
  font-weight: 400;
  border-right: 1px solid #eee;
  text-align: right;
  padding: 0 15px;
}

.social-icon ul {
  margin: 0;
  padding: 0;
}

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

.social-circle li {
  padding: 2px 0;
  list-style: none;
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 3px;
  background: linear-gradient(#ffffff, #f9f7f7);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.social-circle li a {
  color: black;
}

.social-circle li:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  box-shadow: 3px 10px 3px #ccc;
}

.social-circle .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.social-circle i.fa:hover {
  background-color: transparent;
  transition: none;
  width: auto;
  height: auto;
  color: #D04140;
  transform: scale(1.1);
}

.social-container .design-tags ul {
  padding-left: 0;
  margin: 0 auto;
}

.social-container .design-tags ul li {
  list-style: none;
  display: inline-block;
  padding: 0 2px;
  font-size: 19px;
}

.social-container .design-tags ul li a {
  color: #D04140;
}

.social-container .design-tags ul li a:hover {
  color: #3c3b3b;
}

.author {
  float: left;
  width: 100%;
  padding: 60px 15px 10px;
}

.author .info {
  float: left;
  width: 80%;
  margin: 0 15px;
}

.author .info .date,
.author .info .name {
  color: #afafaf;
  font-size: 16px;
  display: block;
}

.author .info .name {
  display: inline-block;
}

.author .info .name b {
  font-size: 18px;
  color: #000;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.author .info ul.social-network.social-circle {
  padding-left: 15px;
  display: inline-block;
  font-size: 11px;
  position: relative;
  top: -2px;
}

.author .author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 15px;
  float: left;
}

.author .author-img .img-circle {
  border-radius: 50%;
}

/** contact Page **/

.banner-contact {
  background: url(../img/contact.png) no-repeat center;
  position: relative;
  background-size: 100%;
  height: 50vh;
}

.contact {
  width: 80%;
  margin: auto;
}

.contact h1 {
  margin-top: 60px;
  text-align: center;
  font-weight: 800;
  display: inline-block;
  font-size: 32px;
  width: 100%;
  color: #000;
  font-family: "open_sansbold";
  margin-bottom: 45px;
}

.contact .address-section h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.contact .address-section p {
  color: #000;
  font-size: 17px;
}

.contact .address-section h2 {
  color: #000;
  font-family: "open_sansbold";
  font-size: 26px;
}

.contact .address-section address span {
  display: block;
  font-size: 22px;
  color: #000;
  line-height: 31px;
  letter-spacing: 1px;
}

.contact .address-section .nav {
  position: relative;
  transform: none;
  top: 0;
}

.contact .address-section .nav li {
  border: 1px solid #f7f3f3;
  padding: 5px 30px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}

.contact .address-section .nav li a:hover {
  text-decoration: none;
  color: #000;
}

.contact .address-section .nav li.active {
  border: 1px solid #ddd;
}

.contact .address-section .nav-tabs {
  border-bottom: none;
}

.contact .telephone,
.contact .skype {
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom: 7px;
  font-weight: 500;
}

.contact .telephone {
  background: url(../img/phone.png) no-repeat left 5px;
  padding-left: 28px;
}

.contact .skype {
  background: url(../img/skype.png) no-repeat left 7px;
  padding-left: 28px;
}

.contact form {
  width: 100%;
}

.contact form label {
  width: auto;
  /*padding: 0 0 0 27px;*/
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.contact .start-form {
  margin: 0 0 0;
}

.contact .start-form input {
  width: 100%;
}

.contact .start-form textarea {
  border: 2px solid #CBCBCB;
  padding: 0 5px;
  margin-top: 20px;
}

.contact .start-form .send-btn {
  margin-top: 50px;
  width: 100%;
  margin-bottom: 150px;
}

#map {
  width: 90%;
  height: 270px;
  margin-top: 30px;
  border-radius: 7px;
}

/** portfolio page **/

.portfolio-banner {
  margin: 100px 0;
  float: left;
  width: 100%;
}

.portfolio-banner .heading h1,
.portfolio-banner .project-name h2,
.portfolio-banner .project-desc {
  color: #000;
  display: block;
}

.portfolio-banner .heading h1 {
  font-weight: 600;
  margin-bottom: 25px;
}

.portfolio-banner .project-name h2 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

.portfolio-banner .project-desc {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 80px;
}

.prorfolio-work-blocks {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 70px;
}

.prorfolio-work-blocks h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.prorfolio-work-blocks p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin-top: 42px;
  font-weight: 500;
}

.prorfolio-work-blocks .right-text p {
  padding-right: 100px;
}

.prorfolio-work-blocks .right-text img {
  padding-right: 100px;
}

.prorfolio-work-blocks .left-text p {
  padding-right: 100px;
}

.prorfolio-work-blocks span.read-more>a:before {
  background-color: #000;
}

.prorfolio-work-blocks span.read-more>a:hover {
  font-weight: 300;
}

.video-section {
  float: left;
  width: 100%;
  margin: auto;
  text-align: center;
}

.video-section .heading h1 {
  font-size: 25px;
  color: #000;
  text-align: center;
  font-family: "open_sansbold";
  margin-bottom: 70px;
}

.video-section .video-js {
  height: 508px !important;
  margin-bottom: 65px;
  width: 100%;
}

.video-section .video-js .vjs-big-play-button {
  position: absolute !important;
  top: 44% !important;
  left: 51% !important;
  transform: translateX(-50%);
}

.video-section .vjs-poster {
  background-color: #fff !important;
  background-size: cover !important;
}

.video-section .video-js .vjs-tech {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/** portfolio inner page **/

.portfolio-inner-banner .project-name h1 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.portfolio-inner-banner p {
  text-align: center;
  width: 75%;
  font-size: 14px;
  margin: auto;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

.portfolio-inner-banner .project-desc {
  margin-bottom: 20px;
}

.portfolio-inner-banner .logo-img {
  width: auto;
  text-align: center;
  position: relative;
}

.portfolio-inner-banner .logo-img img {
  width: auto;
}

.prorfolio-tile-section {
  width: 100%;
  float: left;
}

.block-container {
  float: left;
  position: relative;
  margin-top: 67px;
  margin-bottom: 75px;
}

.block-container .about-left,
.block-container .about-right {
  border-top: 2px solid #000;
}

.block-container .about-left .index,
.block-container .about-right .index {
  position: absolute;
  background-color: #484545;
  width: 70px;
  height: 70px;
  border-radius: 62px;
  color: #fff;
  text-align: center;
  padding: 9px;
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
}

.block-container .about-left .context-container,
.block-container .about-right .context-container {
  background-color: #fff;
  padding: 30px 50px;
}

.block-container .about-left .context-container h2,
.block-container .about-right .context-container h2 {
  margin-bottom: 20px;
}

.block-container .about-left .context-container b,
.block-container .about-right .context-container b {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}

.block-container .about-left .context-container p,
.block-container .about-right .context-container p {
  font-size: 15px;
  line-height: 21px;
  display: block;
  margin-bottom: 0;
}

.block-container .about-left .red-circle,
.block-container .about-right .red-circle {
  content: url(../img/portfolio/portfolio_inner/red-circle.png);
  position: absolute;
  right: 8px;
  bottom: -15px;
  width: 18px;
}

.block-container .about-left {
  border-right: 2px solid #000;
}

.block-container .about-left .context-container {
  box-shadow: -5px 8px 8px #eee;
}

.block-container .about-left .index {
  left: 0;
  top: -37px;
}

.block-container .about-left .red-circle {
  right: 8px;
}

.block-container .about-right {
  border-left: 3px solid #000;
}

.block-container .about-right .context-container {
  box-shadow: 5px 8px 8px #eee;
}

.block-container .about-right .index {
  right: -18px;
  top: -37px;
}

.block-container .about-right .red-circle {
  left: 8px;
}

.block-container .about-right-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.block-container .about-left-img {
  position: relative;
  margin-top: 40px;
}

.portfolio-page h2 {
  font-size: 20px;
  text-align: center;
  font-family: "open_sansbold";
  color: #000;
}

.single-testimonial .wrapper {
  width: 90% !important;
  margin: auto !important;
  float: none !important;
}

.single-testimonial .wrapper img {
  width: 100%;
}

.single-testimonial .wrapper .name-cover {
  width: 40% !important;
}

.single-testimonial .wrapper .name-cover .post {
  font-size: 18px !important;
}

.single-testimonial .wrapper .testimonial-tile {
  width: 75%;
  margin: 0 12.5%;
}

.all-project {
  float: left;
  width: 100%;
  text-align: center;
}

.all-project .exp-btn {
  display: block;
  margin: auto;
  background-color: #F17983;
  border: none;
  padding: 17px 50px;
  border-radius: 7px;
  outline: none;
  box-shadow: 0 0 4px #696666;
  color: #fff;
  margin-top: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

.all-project span {
  font-style: italic;
  font-size: 21px;
  padding: 31px;
  display: block;
}

.all-project h2 {
  font-style: italic;
  color: #828282;
  font-size: 24px;
}

.project-block {
  margin-top: 40px;
}

.project-block .project-info {
  box-shadow: 0 1px 5px #cac8c8;
  padding-bottom: 20px;
  height: 89px;
}

.project-block .project-info h3 {
  text-align: left;
  padding: 18px 30px 0;
  letter-spacing: 3px;
  font-size: 13px;
  font-family: "open_sansbold";
}

.project-block .project-info span {
  display: block;
  padding: 0 30px;
  font-size: 13px;
  font-style: normal;
  text-align: left;
  line-height: 15px;
}

.project-block .project-info b {
  font-family: "open_sansextrabold";
}

.read-more-btn {
  padding: 2em;
  /* GENERAL BUTTON STYLING */
  /* BUTTON 5 */
}

.read-more-btn button,
.read-more-btn button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more-btn button {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 2px;
  position: relative;
}

.read-more-btn button::before,
.read-more-btn button::after {
  background: #000;
  content: '';
  position: absolute;
  z-index: -1;
}

.read-more-btn button:hover a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.read-more-btn .btn-black {
  overflow: hidden;
}

.read-more-btn .btn-black::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -42%;
  top: 0;
  transform: skew(43deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.read-more-btn .btn-black:hover:after {
  height: 100%;
  width: 135%;
}

.left-banner .btn-black:hover {
  transform: skew(0deg);
  transition-duration: 0.6s;
  transform-origin: top left;
}

/** article page **/

.carousel-icon {
  margin: 30px 0;
  float: left;
  width: 100%;
}

.carousel-icon .back {
  float: left;
  padding-left: 20px;
}

.carousel-icon .next {
  float: right;
  padding-right: 20px;
}

.carousel-icon span {
  display: block;
}

.carousel-icon span.bold {
  font-weight: 600;
  color: #000;
  font-size: 21px;
  margin-top: 20px;
}

.carousel-icon span.light {
  font-size: 17px;
  color: #000;
}

.cocoen img,
.cocoen picture>img {
  max-width: none;
}

.owl-one .owl-item img {
  height: auto;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  width: 3px !important;
}

.iScrollIndicator {
  background: rgba(250, 250, 250, 0.45) !important;
}

/**filter page **/

/*=========================
Breadcrumb Link
================= */

.breadcrumb {
  padding: 0;
  background-color: transparent !important;
  margin-top: 40px;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a,
.breadcrumb .active {
  color: #3c3b3b;
  text-decoration: none;
  font-family: "open_sanslight";
  padding: 0 8px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "\f105";
  padding: 0 10px;
  color: #fff !important;
  font-size: 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  background: url(../img/next.png) no-repeat -3px 3px;
  background-size: 12px;
}

/*=========================

/*============
Filter Page Search
=============*/

#custom-search-input-filter {
  text-align: left;
  color: #000;
  outline: none;
}

#custom-search-input-filter .input-lg {
  height: auto;
  font-size: 40px;
  border: none;
  border-bottom: 1px solid #3c3b3b;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 50px;
  background: url(../img/search-filter.png) no-repeat center left;
}

#custom-search-input-filter .form-control {
  font-family: "open_sansbold";
  color: #000;
}

#custom-search-input-filter .input-group {
  width: 100%;
}

#custom-search-input-filter .form-control:focus {
  box-shadow: none;
}

#custom-search-input-filter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

/*============
Filter for Search Category Page
=============*/

#filter {
  background: #F8F8F8;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#filter span {
  text-transform: uppercase;
  font-family: "open_sansbold";
  padding: 0 15px;
  margin-top: 7px;
  font-size: 14px;
  display: inline-block;
  float: left;
}

#filter label {
  font-size: 14px;
  color: #3c3b3b;
  font-family: "open_sanslight";
  display: block;
}

#filter .filter-cate {
  width: 25%;
  float: left;
  padding: 0 12px;
}

#filter input {
  border: none;
  outline: none;
  background: url("../images/triangle.png") no-repeat right center;
  font-size: 14px;
  font-family: "open_sansbold";
  color: #3c3b3b;
  width: 100%;
  padding: 5px 0;
}

#filter .dropdown {
  background: url("../img/triangle.png") no-repeat right center;
}

#filter .dropdown .dropdown-menu {
  width: 160px;
  min-width: 100%;
}

#filter .btn {
  border: none;
  background-color: transparent;
  padding-left: 0;
  outline: none;
  font-size: 14px;
  font-family: "open_sansbold";
  color: #3c3b3b;
  text-align: left;
  width: 100%;
}

#filter .filter-tab,
.facetwp-selections ul li {
  background: #EC7475;
  padding: 0 10px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  margin: 5px;
  margin: 11px 3px;
  height: 25px;
  line-height: 10px;
}

#filter .filter-tab a,
#filter .filter-tab a:link {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}

#filter .filter-tab .close {
  color: #fff;
  padding: 10px;
  background: url("../img/cross.png") no-repeat 5px 9px;
  width: 6px;
  height: 6px;
  background-size: 45%;
  opacity: 1;
}

#filter .dropdown-toggle::after {
  color: #EC7475;
}

#filter .btn:focus,
#filter .btn.focus {
  box-shadow: none;
}

#filter li {
  padding: 0 10px;
  font-size: 14px;
}

.facetwp-selections .facetwp-selection-value {
  background-image: url(../img/cross.png) !important;
  background-size: 8px 10px !important;
}

.facetwp-btn:before {
  background: url(../img/search-filter.png) no-repeat center left !Important;
  height: 32px !important;
  width: 32px !important
}

.day.active {
  color: #fff;
  background-color: #D04140;
  text-align: center;
}

.datepicker.dropdown-menu {
  left: 1032.5px !important;
}

/*============
Block For Category Search Page
=============*/

#articles-blog {
  float: left;
}

.tag {
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
  float: left;
  position: relative;
  /*padding-top: 10px;*/
}

.tag img {
  margin: auto;
}

.tag .info {
  padding: 0 15px 16px;
}

.tag .no-padding {
  padding: 0;
}

.tag .position-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.tag h3 {
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
  line-height: 22px;
  margin-top: 15px;
}

.tag p {
  font-size: 15px;
}

/*============
Fade in Seach Page
=============*/

/** blog menu **/

header .blog nav li:last-child a {
  padding-top: 0.5rem;
}

span.sliderContent {
  padding: 20px;
}

header .nav {
  display: block;
  transform: translate(0, 0) !important;
}

.nav-toggle {
  display: none;
}

.header-container .logo,
.header-container .nav {
  top: 10px;
 /* right: 20px;*/
	/*padding: 15px;*/
}

.header-expanded .nav {
  margin-top: 40px !important;
}

#blog-nav-icon {
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: url(../img/menu-icon.png) no-repeat 0 1px;
}

#blog-nav-icon.open {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url(../img/arrow.png) 0 0 no-repeat;
}

.header-container.blog .logo {
  top: 15px;
}

header nav {
  /*float: right;*/
}

.blog .dropdown a {
  padding: 9px;
}

header .blog nav li:last-child a {
  padding-top: 9px;
}

.blog .cl-effect-1 a::before,
.blog .cl-effect-1 a::after {
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 9999;
}

.hide {
  display: none !important;
}

.our-feeds .nav-tabs .nav-item {
  width: 33% !important;
  float: left !important;
}

.si-close-button {
  font-size: 20px;
  margin-top: -4px !important;
  display: none !important;
}

.md-modal {
  width: 900px !important;
}

.md-content button {
  top: -100px !important;
}

#they-say .wrapper .testimonial-text {
  margin-bottom: 0;
}

span.sliderContent {
  padding: 10px 20px;
}

.quick-link a:hover {
  color: #fff;
  text-decoration: none;
}

.header-container {
  overflow: visible !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  color: #D04140;
}

.navbar-light .navbar-nav .nav-link {
  color: #3c3b3b;
}

.dropdown-toggle::after {
  vertical-align: 0;
}

.dropup,
.dropdown {
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #D04140;
}

.dropdown-toggle::after {
  content: "";
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

#custom-search-input .form-control,
.mail-subcribe input {
  padding-right: 60px;
}

.dropdown-arrow .caret {
  position: relative;
  background: url(../img/blog/down-arrow.png) no-repeat right 6px;
  font-size: 12px;
  width: 16px;
  height: 35px;
  position: absolute;
}

.dropdown-arrow:hover .caret {
  background: url(../img/blog/down-arrow-hover.png) no-repeat right 6px;
  font-size: 12px;
  width: 16px;
  height: 35px;
  position: absolute;
}

.nav-link {
  padding: 0;
}

.navbar-nav {
  padding: 16px 0;
}

.header-container .logo {
  top: 12px;
}

.prorfolio-work-blocks .right-text img,
span.read-more {
  cursor: pointer;
}

.portfolio-page div#slider {
  margin: 40px auto;
  width: 62% !important;
  height: 500px !important;
}

.portfolio-page #slider div {
  border-right: 3px solid #8e8e8e !important;
}

.portfolio-page #slider div:after {
  content: " ";
  width: 50px;
  height: 35px;
  border-radius: 8px;
  position: absolute;
  transform: translate(-50%);
  top: 50%;
  left: 100%;
  background: url("../img/portfolio/Portfolio_inner/slider-icon.png") no-repeat;
}

.logo img {
  width: auto !important;
}

.desktop-show-slide {
  display: none;
}

.show-slide {
  display: block;
}

.fp-section {
  height: auto !important;
}

header:hover,
header .header-container {
  background-color: rgb(255, 255, 255);
}

.blg-menu .input-group {
  height: 45px;
}

.blg-menu #custom-search-input button {
  margin: 8px 0;
}

.header-container .logo {
  top: 12px;
}

.blg-menu #custom-search-input {
  margin-top: 15px;
}

/* new css */

#fullpage .md-close {
  position: fixed;
}

.midcontent {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.midcontent span {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

span#eerror {
  display: none;
}

#charcount {
  display: block;
  font-size: 12px;
  color: #b1b1b1;
}

/*contact text changed */

.single-post .artical-info {
  font-family: times new roman;
}

.single-post .artical-info p {
  font-size: 18px;
}

.page-template-contact .contact .address-section h1 {
  font-size: 36px;
}

.page-template-contact .contact .address-section p {
  font-size: 14px;
}

.page-template-contact .contact .address-section h2 {
  font-size: 18px;
}

.page-template-contact .contact .address-section .nav li a {
  padding: 8px 30px;
  font-size: 14px;
}

.page-template-contact .contact .address-section address span {
  font-size: 16px;
  line-height: 26px;
}

.page-template-contact .contact .telephone,
.contact .skype1 {
  font-size: 14px;
}

.page-template-contact .contact .emailicon {
  background: url(../img/mail_icon_2.png) no-repeat left 8px;
  padding-left: 28px;
}

.emailicon {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
  font-weight: 500;
}

/*contact text changed */

.saboxplugin-gravatar,
.saboxplugin-authorname,
.saboxplugin-desc,
.vcard.author {
  display: none
}

.saboxplugin-wrap {
  border: none
}

.saboxplugin-wrap .saboxplugin-socials {
  background: transparent;
  box-shadow: none
}

.single-portfolios li.pinner>a span,
.page-template-scketch-culture li.cinner>a span,
.page-template-career li.cinner>a span,
.single-current_openings li.cinner>a span {
  /*color:#D04140;*/
}

#menu-main-navigation li.current-menu-item a {
  color: #D04140;
}

.menu-main-navigation-hide-container {
  display: inline-block;
}

.menu-main-navigation-container {
  display: inline-block;
}

.header-expanded .nav {
  right: 92px !important;
}

.nav ul {
  display: inline-block;
}

#search .wp_autosearch_submit {
  background: none !important;
}

.start-form div.wpcf7-validation-errors {
  clear: left;
  border: 2px solid #ff0000;
  margin: 0;
  padding: 0 15px;
  color: #ff0000;
}

.wp_autosearch_suggestions {}

.wp_autosearch_form_wrapper {
  border: none !important;
}

.wpcf7-form label.error {
  color: #ff0000;
}

.hide-error {
  display: block;
  height: 35px;
}

.start-form .effect~.focus-border {
  top: 24px;
}

.start-form textarea.effect~.focus-border {
  top: 76px;
}

.contact .start-form textarea.effect~.focus-border {
  top: 344px;
}

.contact .start-form textarea:focus,
.contact .start-form textarea {
  border: 2px solid #cbcbcb;
}

.contact .address-section .nav li a.active {
  border: 1px solid #ddd;
}

.start-form textarea:focus,
.start-form textarea {
  border: none;
}

.start-form span.wpcf7-list-item {
  margin: 0;
}

.start-form #budget,
.start-form #budget1 {
  width: 30%;
  /* margin: 0;*/
  margin-top: 8px;
}

.start-form .effect:focus~.focus-border {
  width: 100% !important;
  transition: 0.4s !important;
}

.tabs #myTabs.nav {
  /*right: 17px !important;
     */
  left: 0 !important;
  position: relative;
  border: none;
}

.menu-item a.menu-image-title-before.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper {
  padding-left: 5px;
}

.mailpoet_submit {
  border-radius: 100% !important;
  position: absolute;
  height: 46px;
  width: 46px !important;
  outline: 0;
  background: #d04140 url(../img/blog/newselter_arrow.png) no-repeat center !important;
  background-size: auto auto;
  background-size: 58% !important;
  float: right;
  margin-top: 4px;
  right: 5px;
  border: none !important;
}

#custom-search-input button {
  margin: 5px 0;
  left: -34px !important;
}

#custom-search-input .search-query {
  height: 32px !important;
  padding: 4px 12px !important;
}

#mailpoet_form_2 .mailpoet_paragraph {
  line-height: 20px;
  width: 100%;
  float: none !important;
  position: relative
}


.page-template-blog div#mailpoet_form_2 input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #ffffff;
    background-color: #eb7882;
    border: 1px solid #fdf3f7;
}

#mailpoet_form_2 .mailpoet_text {
  width: 100% !important;
  float: left !important;
  position: relative !important;
  margin-left: 0 !important;
}

.blog-subscribe p {
  font-size: 15px !important;
  margin: 20px 0% 25px !important;
  padding: 0 !important;
  /* width: 80% !important;*/
}

.mail-subcribe input {
  margin-left: 0 !important;
}

.parsley-errors-list {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 20px;
  bottom: 0;
}

.mail-subcribe .parsley-custom-error-message,
.mail-subcribe input.parsley-error {
  color: #fff !important;
}

.mail-subcribe .parsley-errors-list {
  margin-top: 58px;
  position: absolute !important;
  top: 6px !important;
}

#mailpoet_form_2 .mailpoet_validate_success {
  color: #102e83 !important;
}

input.parsley-error {
  background: transparent !important;
  border: 2px solid #fff !important;
}

/*contact feed css*/

#cff .cff-author {
  margin: 0 !important;
}

#cff .cff-post-links {
  padding: 0 !important;
}

/* width */


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ctf-tweet-text {
  line-height: 1.2rem;
}

/*radio button css - contact page */

.wpcf7-checkbox,
.radio {
  display: block;
  margin: 10px 0 0;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item,
.radiobtns .radio .wpcf7-list-item {
  display: inline-block;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.radiobtns .radio .wpcf7-list-item input[type=checkbox],
.radiobtns .radio .wpcf7-list-item input[type=radio] {
  display: none;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::before,
.radiobtns .radio .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.radiobtns .radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::before {
  background: #CA222D;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -22px;
  position: absolute;
  width: 15px;
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IC00IDggOCI+PGNpcmNsZSByPSIzIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item-label,
.radiobtns .radio .wpcf7-list-item-label {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  left: 8px;
  line-height: 14px;
  margin: 4px 15px 14px;
  position: relative;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item-label::before,
.radiobtns .radio .wpcf7-list-item-label::before {
  background: #dfe2e6;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -22px;
  position: absolute;
  width: 18px;
}

.wpcf7-checkbox .wpcf7-list-item-label:hover,
.radio .wpcf7-list-item-label:hover {
  cursor: pointer;
}

span.invidual-cat>a:before {
  background: #D0413F !important;
  color: #fff !important;
}

.pciwgas-cat-wrap {
  float: left;
  width: 100%;
}

div.wpcf7-mail-sent-ok {
  color: #398f14;
}

div.wpcf7-response-output {
  margin: 0 !important;
  clear: both;
}

.saboxplugin-wrap {
  display: none;
}

.wp_autosearch_input {
  width: 100% !important;
  height: auto !important;
  border-bottom: 4px solid #000 !important;
}

.wp_autosearch_form_wrapper {
  height: auto !important;
}

#sck .wp_autosearch_suggestions .wp_autosearch_category,
#sck .wp_autosearch_suggestions .wp_autosearch_more {
  background-color: #d04140 !important;
}

.ac_over,
.ac_over:hover a span {
  background-color: rgba(234, 232, 232, 0.5) !important;
  color: #000 !important;
}

.wp_autosearch_suggestions a .searchheading {
  line-height: 45px;
}

.ac_over a,
.ac_over a span {
  color: #000 !important;
}

#custom-search-input {
  margin-top: 17px;
  height: 45px;
}

header nav li a img {
  margin-top: -6px;
}

ul.sub-menu.dropdown-menu {
  margin-top: 8px;
  text-align: center;
}

.navbar-nav {
  padding: 13px 0;
}

header .dropdown-item {
  margin: 5px 0;
}

.blg-menu .navbar-nav {
  padding: 16px 0;
}

.header-container.blg-menu .logo {
  top: 16px;
}

.blg-menu #custom-search-input {
  margin-top: 17px;
}

ul.sub-menu.dropdown-menu {
  width: auto !important;
}

.sub-menu a:hover::before,
.sub-menu a:hover::after,
.sub-menu a:focus::before,
.sub-menu a:focus::after,
.sub-menu a::before,
.sub-menu a::after {
  display: none;
}

ul.sub-menu.dropdown-menu li a {
  padding: 0 10px !important;
}

#custom-search-input .search-query {
  padding: 4px 35px 4px 7px !important;
}

#custom-search-input .form-control,
.mail-subcribe input {
  padding-right: 0 !important;
}

header #custom-search-input .form-control,
header .mail-subcribe input,
input#search-header {
  padding-right: 40px !important;
}

#mailpoet_form_2 .mailpoet_text {
  padding-right: 60px !important;
}

.Bnr .design-tags ul {
  padding-left: 0 !important;
}

.pciwgas-post-cat-inner {
  box-shadow: -2px -1px 25px #d8d8d5;
  -webkit-box-shadow: -2px -1px 25px #d8d8d5;
  -moz-box-shadow: -2px -1px 25px #d8d8d5;
  margin: 15px;
}

.more-categories .pciwgas-img-wrapper {
  height: 200px;
}

.more-categories .pciwgas-cat-wrap .pciwgas-title a {
  font-size: 18px;
}

.pciwgas-cat-slider-main .slick-dots li button {
  background: #636060 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
}

.pciwgas-cat-slider-main .slick-dots li.slick-active button {
  background: #000 !important;
  border: none !important;
  width: 14px !important;
  height: 14px !important;
}

#fp-nav ul li a.active span {
  width: 13px !important;
  height: 13px !important;
}

.special-full-article .back .post-title a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.our-feeds {
  margin-top: 15px;
}

.page-template-blog.page {
  font-size: inherit;
}

.blocks .block p {
  font-size: 16px;
  line-height: 27px;
}

.blocks .block ul li {
  padding-left: 11px !important;
}

.chooseBest .thebestSection:last-child {
  margin: 20px 0 40px;
}

.scketch-activity {
  height: 440px;
  max-height: 440px;
  position: relative;
}

.footer {
  margin-top: 0;
}

.scketch-activity .eg-washington-element-0 {
  display: none;
}

.social ul {
  padding: 0;
}

.contact .address-section .nav li a.active {
  border: none;
}

.radiobtns span.wpcf7-list-item {
  margin: 0 0 0 0;
}

.radiobtns .wpcf7-list-item-label {
  margin: 4px 35px 7px 0;
}

.start-form div.wpcf7-validation-errors {
  line-height: 21px;
}

div.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
  line-height: 21px;
}

.contact .start-form textarea.effect~.focus-border {
  top: 322px;
}

.contact .start-form .send-btn {
  margin-bottom: 0;
}

.contact {
  margin-bottom: 120px;
}

.career-banner {
  margin: 100px 0 0;
}

.page-template-scketch-culture #they-say #rotate-carousel ul .left,
#they-say #rotate-carousel ul .right {
  margin-top: 75%;
}

.current-openings .inner-heading {
  margin-top: 30px;
}

.view-all {
  margin: 80px 0 29px;
}

.page-template-career .tabs ul li {
  display: inline-block;
  padding: 5px 35px;
}

.page-template-career .tabs ul li a {
  text-decoration: none;
}

.page-template-career .alm-btn-wrap .alm-load-more-btn {
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  color: #000 !important;
}

#menu-main-navigation li .menu-item a {
  color: #000 !important;
}

.seeScketchCulture a {
  margin-bottom: 50px;
}

.career-openings .button-group {
  text-align: center;
  width: 100%;
  float: left;
}

.btncareer {
  display: inline-block;
  position: relative;
}

.career-openings .button-group .btncareer .btn {
  color: #fff;
  padding: 8px 30px;
  margin: 13px 10px 30px;
}

.btncareer .addtoany_list a,
.btncareer .widget .addtoany_list a {
  padding: 0 4px !important;
  margin-top: -12px;
}

.applyform input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
  display: none;
}

.applyform.start-form .half {
  /* width: 49%;
     margin-right: 1%;*/
}

.applyform.start-form h1 {
  float: left;
}

.applyform.start-form textarea {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #cbcbcb;
  line-height: 1.6;
  padding: 0 5px;
  font-size: 14px;
}

.start-form input,
.start-form textarea {
  border-radius: 0;
}

.page-template-career .tabs ul li.listTypes a {
  border: 2px solid #d04140;
  border-radius: 5px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.page-template-career .tabs ul li {
  display: inline-block;
  padding: 5px 0;
  border: none !important;
}

.page-template-career .tabs ul li a.active {
  background-color: #d04140;
  color: #fff !important;
}

.single-post .author .saboxplugin-wrap .saboxplugin-socials {
  background: transparent;
  box-shadow: none;
  margin-top: 1px;
}

.single-post .author span.saboxplugin-icon-grey.saboxplugin-icon-facebook,
.single-post .author span.saboxplugin-icon-grey.saboxplugin-icon-instagram,
.single-post .author span.saboxplugin-icon-grey.saboxplugin-icon-googleplus {
  display: none;
}

.single-post .author span.saboxplugin-icon-grey.saboxplugin-icon-linkedin {
  padding: 5px 0;
  list-style: none;
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 3px;
  background: linear-gradient(#ffffff, #f9f7f7);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  cursor: pointer;
}

.breadcrumb .active {
  padding: 0 8px;
  font-weight: 600;
}

.saboxplugin-wrap .saboxplugin-authorname {
  text-align: center;
  margin: 0;
}

.saboxplugin-wrap .saboxplugin-socials {
  margin-bottom: 30px;
}

.header-article {
  margin-top: 100px;
  margin-bottom: 40px;
}

.carousel-icon .back {
  /*padding-left: 0;*/
}

.carousel-icon .next {
  padding-right: 0;
}

.author-header {
  margin-top: 110px;
}

.tax-app_type .wp-video,
.page-template-portfolio .wp-video,
.page-template-portfolio #mep_0,
.tax-app_type #mep_0,
.single-portfolios #mep_0,
.single-portfolios .wp-video {
  width: 100% !important;
  margin-bottom: 50px;
  height: 600px;
  padding: 15px;
}

.saboxplugin-wrap .saboxplugin-authorname {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 4px;
}

.author-header .post {
  font-weight: 300 !important;
}

.prorfolio-work-blocks .right-text img {
  padding-right: 50px;
  padding-left: 50px;
}

.prorfolio-work-blocks .left-text h2,
.prorfolio-work-blocks .left-text span,
.prorfolio-work-blocks .left-text p {
  padding-right: 50px;
  padding-left: 50px;
}

.prorfolio-work-blocks .right-text h2,
.prorfolio-work-blocks .right-text span,
.prorfolio-work-blocks .right-text p {
  padding-right: 50px;
}

.prorfolio-work-blocks .left-text img {
  padding-right: 50px;
}

.portfolio-banner img {
  float: right;
}

.portfolio-banner.portfolio-inner-banner img {
  float: none !important;
}

.portfolio-page h2,
.all-project {
  margin-top: 40px;
}

.wp_autosearch_suggestions {
  max-height: 400px;
  min-height: 10px;
  overflow-y: scroll;
}

.wp_autosearch_suggestions li:last-child.wps_odd,
.wp_autosearch_suggestions .wp_autosearch_more {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px;
  padding-top: 4px;
}

.tabs #myTabs.nav {
  position: relative !important;
}

.md-modal input {
  background: url("../img/search-bar.png") right center no-repeat !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  background: url(../img/next.png) no-repeat -3px 6px;
  background-size: 12px;
}

.next img {
  float: right
}

.next span {
  text-align: right
}

.carousel-icon .next span.bold,
.carousel-icon .next span.light {
  display: block;
  float: right;
  width: 100%;
}

.author .info ul.social-network.social-circle {
  /*top: 0;*/
  left: 7px;
}

.md-overlay {
  background: rgba(255, 255, 255, .5) !important;
}

#latest-works,
#they-say {
  margin-top: 65px;
}

.page-template-scketch-culture #they-say #rotate-carousel ul .right {
  margin-top: 65%;
}

#they-say #rotate-carousel ul .right {
  margin-top: 61%;
}

.home #mep_0 {
  width: 100% !important;
  height: 343px;
  min-width: 100% !important;
}

.home .wp-video {
  width: 100% !important;
}

#latest-digitales a.carousel-control-prev.left,
#latest-digitales a.carousel-control-prev.right,
#latest-digitales .carousel-control-next-icon,
#latest-digitales .carousel-control-prev-icon {
  display: none;
}

video#video-7-1_html5 {
  width: 100% !important;
  height: 100% !important;
}

input.facetwp-search:focus {
  outline: none !important;
}

.facetwp-search {
  font-family: open_sansbold;
  color: #000;
}

button,
input {
  line-height: normal;
}

.facetwp-btn {
  top: -8px !important;
}

.facetwp-search {
  padding-right: 28px;
  padding: 12px 60px;
}

#filter span {
  margin-top: 0;
}

#filter ul li span {
  margin-top: 7px;
}

span.mb-4.btn.fwp-load-more.read-more {
  margin: auto;
  text-align: center;
}

.footer .social {
  padding: 54px 0 10px;
}

ul.sub-menu.dropdown-menu li a {
  text-align: left;
}

.portfolio-banner .heading h1 {
  font-family: 'open_sansbold';
}

.portfolio-banner .project-name h2 {
  font-weight: 600;
}

.portfolio-banner .project-desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.prorfolio-work-blocks h2 {
  font-size: 19px !important;
}

.prorfolio-work-blocks span.read-more {
  font-size: 15px;
}

.prorfolio-work-blocks p {
  font-size: 17px;
}

.mail-subcribe input {
  text-align: left !important;
}

.tag .tag-page,
.category .tag-page {
  margin-top: 80px;
}

.portfolio-banner span.read-more>a:before {
  background: #000;
}

.portfolio-banner span.read-more>a {
  font-size: 15px;
}

.page-template-career .alm-btn-wrap .alm-load-more-btn {
  margin-top: 60px;
}

input:invalid,
textarea:invalid,
input:focus {
  background-color: transparent !important;
}

.start-form textarea.effect~.focus-border {
  top: 76px;
}

option {
  background: url(../img/article_image_product_thinking_web.png) no-repeat center;
  width: 8px;
  height: 8px;
}

.breadcrumb {
  margin-top: 100px;
}

#they-say .wrapper .testimonial-text {
  margin-bottom: 20px;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item-label::before,
.radiobtns .radio .wpcf7-list-item-label::before {
  height: 15px;
  left: -22px;
  position: absolute;
  width: 15px;
  margin-top: -1px;
}

.footer .social {
  padding: 15px 0 10px !important;
}

.home .footer .social {
  padding: 50px 0 10px !important;
}

.portfolio-banner {
  margin-top: 150px;
}

.no-js .owl-carousel,
.owl-carousel {
  display: block !important;
}

#articles-blog {
  float: left;
  width: 100%;
}

.tag p {
  font-size: 15px;
  line-height: 21px;
}

/*.blogslider .owl-dots{
     display: none;
}
 */

/* ============ DigiTales Blog  ============= */

.owl-carousel .owl-item img.img-responsive.center-block.categories {
  width: 150px !important;
  height: auto;
  padding: 10px;
}

.digitales.owl-carousel.owl-two.owl-loaded.owl-drag .owl-dot,
.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
  background: rgba(78, 76, 76, 0.7) !important;
}

.digitales .owl-dot.active {
  background: #8d8c8c;
  border: 2px solid #444;
}

/*  ============= End DigiTales Blog  ============= */

.owl-carousel .owl-item img {
  float: right !important;
}

.blogslider .btn-danger {
  border-radius: 10px;
  padding: 10px 30px;
  margin: 30px 0;
  background-color: transparent !important;
  border: 0;
  color: #080808;
  border: 1px solid #d04140;
  font-weight: bold;
  font-size: 14px;
}

.blogslider .btn-danger:hover {
  background-color: #d04140 !important;
  color: #fff !important;
}

header .header-container {
  width: 100%;
}

#latest-digitales .img-c img {
  padding-right: 30px;
}

.big-letter.digitales h1 {
  padding-left: 34px;
}

#latest-digitales ul.carousel-indicators {
  margin: 0 !important;
  width: 100% !important;
  left: 0 !important;
}

#latest-digitales ul.carousel-indicators li {
  height: 12px !important;
  width: 12px !important;
  position: relative !important;
  left: 0 !important;
  max-width: 12px !important;
  margin: 0 6px 0 6px;
}

svg.icon.icon-search {
  display: none;
}

.career-openings {
  margin: 150px 0;
}

.single-current_openings .career-openings h1,
.career-opening-blocks .right-banner h1 {
  font-family: 'open_sansbold';
}

.career-opening-blocks .right-banner h1 {
  font-size: 20px !important;
}

.single-current_openings .career-openings p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

.single-current_openings .career-openings h2 {
  font-size: 21px;
}

.career-opening-banner {
  margin-top: 180px;
  width: 100%;
  float: left;
  margin-bottom: 34px;
}

.career-opening-blocks .left-banner {
  margin-left: 30px;
}

.mobile-slider {
  display: none;
}

.logo img {
  padding-left: 15px;
}

#animation {
  width: 100%;
  padding-left: 0;
  height: 100vh;
  position: absolute;
}

#animation div#stats {
  display: none;
}

.services-banner {
  margin: 130px 0 40px;
}

.breadcrumb {
  margin-top: 130px;
}

div#carouselExampleIndicators {
  display: none;
}

.contact .address-section .nav li {
  border: none;
  padding: 0;
}

.contact .address-section .nav li a.active {
  background-color: #615d5d;
  color: #fff;
}

.contact .address-section .nav li a {
  border: 1px solid #f7f3f3;
  padding: 5px 30px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}

.page-template-career .tabs ul li {
  margin: 0 15px !important;
}

.page-template-career .tabs .nav {
  text-align: center;
  transform: none !important;
}

.chooseBest {
  float: none;
  width: 75%;
  margin: auto;
}

.chooseBest .thebestSection img {
  width: 55% !important;
}

.tabs .nav {
  display: inline-block !important;
}

.page-template-career .tabs .nav {
  text-align: center;
  transform: none !important;
  width: 100%;
}

.page-template-career .tabs {
  margin-top: 60px;
  height: 73px;
}

.chooseBest .thebestSection {
  margin: 30px 0 30px;
}

.page-template-services-php .Services .inner-heading h3 {
  margin: 25px 0 10px;
}

.home .underlined-example {
  margin-left: 20px;
  z-index: 99999;
}

.blogslider h1 {
  font-family: 'open_sansregular';
  line-height: 55px;
  font-size: 38px;
  font-weight: 600;
}

.blogslider .design-tags li a {
  font-weight: 300;
}

.blogslider p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.Bnr [class^="hvr-"] {
  background-color: transparent;
  outline: none;
}

div#contentFeeds {
  height: 400px !important;
}

.fp-viewing-0 header .header-container {
  box-shadow: none !important;
  position: fixed !important;
}

.header-container .col-lg-2.col-md-3.col-sm-12.col-12.float-lg-left.float-md-left.float-sm-left.float-left {
  height: 72px;
}

.carousel-indicators li {
  background: #000;
}

.carousel-indicators li.active {
  background-color: rgba(12, 11, 11, 0.5);
}

.single-portfolios input:invalid,
.single-portfolios textarea:invalid,
.single-portfolios input:focus {
  background-color: #f17983;
}

/*27-3-2018*/

.career-opening-blocks .right-banner {
  margin-top: 50px;
  height: 385px;
}

.career-opening-blocks .careerbtn {
  position: absolute;
  bottom: 30px;
  left: 89px;
}

.career-opening-blocks {
  position: relative;
}

.career-opening-blocks.second-child .left-banner {
  height: 385px;
}

.career-opening-blocks.second-child .right-banner {
  margin-top: -50px;
}

.career-opening-blocks.second-child .careerbtn {
  left: 30px;
}

.portfolio-page .wrap {
  width: 100%;
  text-align: center;
}

.portfolio-page .wrap img {
  margin: auto;
  margin-top: 24px;
}

.portfolio-page .all-project input:focus {
  background-color: #F17983 !important;
}

.our-feeds .nav-link .fb-icon,
.our-feeds .nav-link .insta-icon,
.our-feeds .nav-link .tweet-icon {
  height: 40px;
  display: block;
  background-size: 38px
}

.our-feeds .nav-link.active .fb-icon {
  background: url("../img/icons/icons-06.png") no-repeat center center;
}

.our-feeds .nav-link .fb-icon {
  background: url("../img/icons/icons-07.png") no-repeat center center;
}

.our-feeds .nav-link.active .insta-icon {
  background: url("../img/icons/icons-02.png") no-repeat center center;
}

.our-feeds .nav-link .insta-icon {
  background: url("../img/icons/icons-03.png") no-repeat center center;
}

.our-feeds .nav-link .tweet-icon {
  background: url("../img/icons/icons-05.png") no-repeat center center;
}

.our-feeds .nav-link.active .tweet-icon {
  background: url("../img/icons/icons-04.png") no-repeat center center;
}

.our-feeds .nav-link {
  padding: 4px 36px;
}

.our-feeds .nav-tabs .nav-item {
  width: 50%!important;
  float: left !important;
}

.block-container .about-left .context-container:after {
  content: "";
  background: url("../img/portfolio/Portfolio_inner/red-circle.png") no-repeat center center;
  width: 25px;
  height: 75px;
  position: absolute;
  right: 4px;
}

.block-container .about-right .context-container:after {
  content: "";
  background: url("../img/portfolio/Portfolio_inner/red-circle.png") no-repeat center center;
  width: 25px;
  height: 75px;
  position: absolute;
  left: 4px;
}

body.home {
  /* background: url(../img/header_left.png) 10px 125px no-repeat,url(../img/header_right.png) right 125px no-repeat!important;
     background-size: 40%,40%!important;*/
}

.header-info.White .breadcrumb a:hover,
.header-info.White .breadcrumb a:focus,
.header-info.White .breadcrumb a,
.header-info.White .breadcrumb .active,
.header-info.White .breadcrumb li a,
.header-info.White h1 {
  color: #fff !important;
}

.header-info.White .breadcrumb {
  margin-bottom: 35px;
}

.header-info.White .breadcrumb li a {
  color: #fff;
}

.header-info.White .breadcrumb-item::before {
  background: url(../img/right-arrow.png) no-repeat -4px 0 !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  background: url(../img/next.png) no-repeat -4px 2px;
  background-size: 12px;
}

button#clear {
  background: url(../img/delete.png) no-repeat center;
  background-size: 12px;
  border: none;
  margin-left: 10px;
  height: 13px;
}

.start-form.applyform .inputfile-box {
  margin-top: 20px;
}

.block-container .about-right .context-container ul li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

.block-container .about-right .context-container ul li b {
  font-size: 14px;
}

.block-container .about-right .context-container ul {
  padding-left: 20px;
}

.block-container .about-right .context-container ul li ul {
  margin-left: 0;
  margin-bottom: 17px;
}

.logo-img {
  margin-top: 36px;
  margin-bottom: 0;
  position: relative;
  height: 133px;
  text-align: center;
}

.logo-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 113px;
}

.logo-name {
  text-align: center;
  font-weight: 600;
  color: #000;
}

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

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

/*.logo-name.align-right {
    text-align: right;
}

.logo-name.align-left {
    text-align: left;
}*/


.home #they-say #rotate-carousel {
  height: 100vh !important;
}

.mobile-testimonial {
  display: none;
}

.start-form {
  margin: 0 0 0;
}

span.wpcf7-form-control-wrap.rupee,
span.wpcf7-form-control-wrap.rupee1 {
  margin-left: 10px;
}

span.wpcf7-form-control-wrap.currency,
span.wpcf7-form-control-wrap.currency1 {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

select:focus {
  outline: none;
}

select.wpcf7-form-control.wpcf7-select.valid {
  border: 1px solid #eee;
}

#they-say .wrapper .testquote-mobile p {
  background: url(../img/quotes-l.png) bottom right no-repeat;
  float: left;
  text-align: center;
}

#they-say .wrapper .testquote-mobile {
  background: url(../img/quotes-s.png) 15px 10px no-repeat;
  float: left;
  padding: 21px 15px;
}

#they-say .heading-wrapper {
  position: relative;
  transform: none;
  left: 0;
}

#they-say .wrapper .img-wrap {
  text-align: center;
}

#they-say .wrapper .img-wrap img {
  margin: auto;
}

.home #they-say .wrapper {
  margin-top: 0;
}

.home #they-say #rotate-carousel ul {
  top: 0 !important;
}

.home #they-say #rotate-carousel ul .left,
.home #they-say #rotate-carousel ul .right {
  margin-top: 66%;
}

.home #they-say .wrapper .testimonial-text.quote {
  background-position: 11px 8px;
}

.services-includes ul li {
  list-style: none;
  width: 33.33%;
  font-size: 14px;
  font-weight: 600;
  background: url(../img/services/service_inner_page/bullet_point.png) no-repeat left 1px;
  padding: 0 35px;
  height: 54px;
  line-height: 19px;
}

.services-includes ul li a:hover {
  text-decoration: none;
}

/** block serveces **/

.blocks-container {
  width: 70%;
  margin: auto;
}

.blocks .block h2 {
  font-size: 19px;
  margin-bottom: 35px;
}

.blocks .block p {
  font-size: 13px;
  line-height: 17px;
}

.blocks .block {
  box-shadow: 0 0 8px #8e8787;
  padding: 15px 5px 0 7px;
  min-height: 225px !important;
  margin-bottom: 25px;
}

.panel .back {
  transform: rotateY(180deg);
  background-color: #F97580;
  height: 223px !important;
}

.panel .back ul {
  padding: 20px 0 30px 55px;
}

.panel .back ul li {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
  height: 50px;
  line-height: 20px;
}

/** thankyou **/

.thankyou {
  float: left;
  width: 100%;
  text-align: center;
}

.thankyou h1 {
  margin-top: 90px;
  color: #000;
  font-family: 'open_sansextrabold';
  margin-bottom: 10px;
}

.thankyou h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
}

.thankyou p {
  margin-bottom: 20px;
  display: block;
}

.thankyou span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-left: 35px;
  line-height: 23px;
}

.thankyou .number {
  background: url(../img/tel.png) no-repeat 0 4px;
  height: 25px;
  display: inline-block;
  width: 39%;
}

.thankyou .mail {
  background: url(../img/email.png) no-repeat 0 4px;
  height: 25px;
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

/** thankypou **/

.blog-subscribe p.mailpoet_validate_success,
.blog-subscribe p.mailpoet_validate_error {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px !important;
  text-align: center;
  width: 100% !important;
  margin-top: 15px !important;
}

#mailpoet_form_2 .mailpoet_validate_success {
  color: #fff !important;
}

.artical-info ol {
  width: 72%;
  margin: auto;
  color: #000;
  font-size: 18px;
  line-height: 32px;
}

.header-article .header-img .breadcrumb {
  position: absolute;
  bottom: 110px;
}

.block-container {
  width: 100%;
}

.artical-info p {
  margin: 20px auto;
}

.header-article h1 {
  padding: 0 10px;
}

.single-portfolios span.sliderContent {
  padding: 25px 20px;
  font-size: 16px;
  line-height: 23px;
}

.single-portfolios #they-say .wrapper .testimonial-text.quote {
  background-position: 19px 15px;
}

.copyright h5 img {
  margin-top: -4px;
  margin-right: 5px;
}

.container.wireframe-logo {
  margin: 85px 0;
}

.portfolio-inner-banner .logo-img {
  margin-top: 0;
}

.block-container .about-left .context-container ul li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

.portfolio-page .wrap img {
  margin: auto;
  margin-top: 50px;
}

section.all-project img {
  margin: 15px 0;
}

.block-container .about-left .context-container b,
.block-container .about-right .context-container b {
  font-size: 14px;
}

.block-container .about-left .context-container h2 b,
.block-container .about-right .context-container h2 b {
  font-size: 23px;
}

.block-container .about-left .context-container p,
.block-container .about-right .context-container p {
  margin-bottom: 15px;
}

.wireframe-single-img {
  text-align: center;
}

.wireframe-single-img img {
  margin: auto;
}

.button--antiman>span {
  padding-left: 0;
}

header {
  opacity: 1 !important;
}

header .header-container {
  box-shadow: none !important;
}

.latest-work-container {
  width: 100%;
  float: left;
}

.float-panel {
  width: 100%;
  z-index: 300;
}

.float-panel .content-area {
  max-width: 900px;
}

.float-panel a {
  text-decoration: none;
  display: inline-block;
}

.float-panel .fa-gg {
  vertical-align: middle;
  transition: all 1s;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type="radio"] {
  opacity: 0 !important;
  margin-top: 9px;
  position: absolute;
  z-index: 9999;
  margin-left: 0;
  height: 20px;
  width: 119px;
}

.start-project button.button-common {
  line-height: 15px !important;
}

#they-say {
  margin-top: 82px !important;
}

.refer-social {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 7px #d8d4d4;
  padding: 20px;
  width: 360px;
  float: left;
  display: none;
  margin-left: 262px;
  margin-top: -25px;
}

.refer-social ul li {
  list-style: none;
  width: 100%;
  height: 30px;
}

.refer-social .icon {
  width: 50%;
  float: left;
  height: 30px;
  background-size: 75% !important;
  margin-bottom: 15px;
}

.refer-social .fb {
  background: url(../img/refer-list/fb.png) no-repeat;
}

.refer-social .fb:hover {
  background: url(../img/refer-list/fb-hover.png) no-repeat;
}

.refer-social .twitter {
  background: url(../img/refer-list/twitter.png) no-repeat;
}

.refer-social .twitter:hover {
  background: url(../img/refer-list/twitter-hover.png) no-repeat;
}

.refer-social .google {
  background: url(../img/refer-list/google.png) no-repeat;
}

.refer-social .google:hover {
  background: url(../img/refer-list/google-hover.png) no-repeat;
}

.refer-social .whatsapp {
  background: url(../img/refer-list/whatsapp.png) no-repeat;
}

.refer-social .whatsapp:hover {
  background: url(../img/refer-list/whatsapp-hover.png) no-repeat;
}

.refer-social .email {
  background: url(../img/refer-list/email.png) no-repeat;
}

.refer-social .email:hover {
  background: url(../img/refer-list/email-hover.png) no-repeat;
}

.refer-social .linked-in {
  background: url(../img/refer-list/linked-in.png) no-repeat;
}

.refer-social .linked-in:hover {
  background: url(../img/refer-list/linked-in-hover.png) no-repeat;
}

.current-openings {
  float: left;
  width: 100%;
}

.career-openings {
  margin: 50px 0;
}

.owl-carousel .owl-stage-outer {
  height: auto;
  width: 100%;
}

.blogslider .Bnr {
  margin-bottom: 0;
}

.blogslider h1 {
  font-size: 31px;
  line-height: 38px;
}

input.mailpoet_submit.trick {
  background: transparent url(../img/icons/checked.png) no-repeat center !important;
}

#wrkp input {
  width: auto !important;
  opacity: 0 !important;
  margin-left: -15px !important;
}

#ctf .ctf-header-img-hover,
#ctf .ctf-header-generic-icon {
  background: transparent !important;
}

.ctf-header-img-hover i.fa:hover,
.ctf-header-img i.fa:hover,
.ctf-header-img-hover i.fa,
.ctf-header-img i.fa {
  background-color: transparent !important;
  color: transparent !important;
  width: auto !important;
  height: auto !important;
}

.ctf-tweets .ctf-tweet-actions i.fa:hover {
  background-color: transparent !important;
  fill: #F17983;
  border-radius: 100%;
  color: #797777;
  fill: gray;
  transform: none !important;
  transition: background-color .5s, transform .5s ease-out;
  width: auto !important;
  height: auto !important;
}

.contact .start-form #group-sales textarea {
  /* border-bottom: 1px solid #cbcbcb !important;
     border-top: 0;
     border-left: 0;
     border-right: 0;
     padding: 0 0 25px 0 !important;*/
  height: 115px;
}

.contact .start-form #group-partnership textarea {
  border-bottom: 1px solid #cbcbcb !important;
  /* border-top: 0;
     border-left: 0;
     border-right: 0;
     padding: 0 0 25px 0 !important;*/
  height: 115px;
}

.contact .start-form #group-partnership textarea.effect~.focus-border,
.contact .start-form #group-sales textarea.effect~.focus-border {
  top: 70px;
  background-color: #ffffff00;
}

.author {
  padding: 0 !important;
}

.page-template-scketch-culture #they-say #rotate-carousel ul .left {
  margin-top: 65%;
}

.static-banner iframe {
  height: 650px;
  max-height: 624px;
  width: 100%;
}

.page-template-blog .blog-article,
.page-template-contact .blog-article {
  padding-left: 80px;
}

.wdi_feed_theme_1 .wdi_user_img_wrap img {
  height: 75px !important;
  width: 75px !important;
}

#wdi_feed_0 .wdi_header_user_text h3 {
  margin-top: 0 !important;
}

.wdi_feed_theme_1 .wdi_media_info {
  margin-left: 87px !important;
  line-height: 26px !important;
}

.design .wdi_feed_theme_1 .wdi_bio {
  line-height: 17px;
  font-size: 13px;
  margin-left: 89px;
  margin-top: 0;
  margin-bottom: 20px;
}

.our-feeds h3 {
  font-weight: 600;
}

.latest-work-container {
  margin-top: 45px;
}

.home #they-say #rotate-carousel {
  height: 85vh !important;
  z-index: 0;
}

#latest-digitales ul.carousel-indicators {
  margin-bottom: 30px !important;
}

.scketch-activity .eg-washington-element-3,
.design .widget widget_text .fa.fa-clone {
  display: none;
}

.cinner .current-menu-item a span {
  color: #D04140 !important;
}

.page-template-career li.cinner>a span {
  /*color: #3c3b3b !important;*/
}

.services-banner {
  margin: 130px 0 90px;
}

.chooseBest .thebestSection {
  margin: 50px 0 40px;
}

.chooseBest .thebestSection:last-child {
  margin: 20px 0 80px;
}

.page-template-services .Services {
  margin-top: 0;
}

.page-template-services-php .Services .inner-heading h3 {
  margin: 10px 0 30px;
  text-align: center;
}

.midcontent span {
  font-family: open_sansbold;
  font-size: 22px;
  margin-bottom: 16px;
  float: left;
  width: 100%;
  text-align: center;
}

.about p {
  font-size: 18px;
  line-height: 27px;
}

.our-team .inner-heading h1 {
  margin-top: 20px;
}

.our-team {
  margin-bottom: 50px;
}

.portfolio-banner {
  margin-top: 100px;
}

.portfolio-page {
  float: left;
  width: 100%;
}

.portfolio-inner-banner .logo-img {
  margin-bottom: 0;
}

.portfolio-banner.portfolio-inner-banner {
  margin: 100px 0 0;
}

.portfolio-page.typography h2,
.portfolio-page.software h2,
.portfolio-page.client-testimo h2 {
  margin-top: 90px !important;
  float: left;
  width: 100%;
}

.single-portfolios #they-say {
  margin-top: 40px !important;
}

.portfolio-page .all-project h2 {
  font-size: 26px;
}

.start-project {
  padding: 20px 0;
}

.start-project img {
  width: auto;
}

.start-project h4 {
  margin-top: 80px;
}

.portfolio-page.typography h2 {
  margin-top: 50px !important;
}

.portfolio-page .view-all {
  margin: 40px 0 60px;
}

.footer {
  margin-top: 42px;
  float: left;
}

.blog-subscribe img {
  margin: 51px 0 !important;
}

.blog-subscribe h4 {
  margin-top: 60px !important;
}

.more-categories {
  padding: 0 0;
}

.our-feeds {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.category .tag-page {
  margin-top: 45px;
}

.author-header {
  padding-bottom: 55px;
}

.contact {
  margin-bottom: 35px;
}

.testimonial {
  margin-top: 50px;
}

.page-template-scketch-culture #they-say {
  margin-top: 0 !important;
}

.current-openings .inner-heading {
  margin-top: 70px;
}

.view-all a {
  font-family: 'open_sansbold';
  font-size: 21px;
}

.view-all {
  height: 30px;
}

.underlined-example:before {
  top: 33px;
}

.career-opening-banner {
  margin-top: 100px;
}

.career-opening-banner {
  margin-top: 100px;
}

#latest-digitales .info-container .author {
  padding-left: 20px !important;
}

.home .mejs-overlay-button {
  display: none;
}

#they-say .wrapper .company-logo {
  text-align: center;
  margin-bottom: 5px;
  float: left;
  text-align: center;
  width: 100%;
}

#they-say .wrapper .company-logo img {
  width: auto !important;
  margin-bottom: 0;
  margin: auto;
}

.blocks .block {
  box-shadow: 0 0 15px #ebebea;
}

.page-template-portfolio .mejs-overlay-button,
.single-portfolios .mejs-overlay-button {
  position: absolute;
  top: 21px;
  display: none;
}

.project-block img {
  margin-bottom: 0 !important;
}

.project-block .project-info {
  margin: 0 1px;
}

.cocoen.show-slide.ufwireframe {
  width: 50% !important;
}

.portfolio-banner.portfolio-inner-banner {
  margin-top: 50px !important;
}

.postid-689 #mep_0 {
  margin-bottom: 0;
}

.portfolio-page.video h2 {
  margin-bottom: 40px;
}

.our-feeds .tab-content {
  padding: 10px 0;
}

.float-panel {
  width: 100%;
  z-index: 300;
  height: 60px;
  float: left;
  width: 100%;
  /*     position: relative;*/
}

.service-content.about {
  float: left;
  width: 100%;
  margin-top: 30px;
}

header {
  /*height: 60px !important;*/
}

.static-banner,
.header-article {
  margin-top: 50px !important;
}

.header-article {
  margin-top: 50px !important;
}

.artical-info ul {
  font-weight: 400;
  width: 75%;
  font-size: 18px;
  margin: auto;
  color: #000;
  word-spacing: 10px;
}

.artical-info ul li {
  margin-bottom: 10px;
}

.single-post .more-categories#latest-digitales {
  margin-top: 15px;
}

.single-post .quick-link {
  display: none;
}

.prorfolio-work-blocks p {
  margin-top: 20px;
}

.blocks .block {
  padding: 15px 5px 0 5px;
}

#latest-works .inner-full-box {
  width: 100%;
  float: left;
  padding: 0 0 0 0 !important;
}

#latest-works .inner-half-box {
  padding: 0 0 0 0;
}

#latest-works .half-box {
  margin-bottom: 0 !important;
}

[class^="imghvr-"] {
  position: relative;
  display: block;
}

#latest-works .half-box,
#latest-works .inner-half-box {
  width: 49.5%;
  float: left;
}

#latest-works .half-box {
  margin-bottom: 0 !important;
  margin-right: 0.5%;
}

.half-box.hide-sm.pad-r-zero {
  padding-right: 0;
  margin-right: 0 !important;
}

.half-box-r {
  width: 50%;
  float: left;
}

.half-box-r-v {
  width: 50%;
  float: left;
}

.half-box-r-v .heading {
  display: none;
}

.inner-half-box-l {
  width: 49.5%;
  float: left;
  margin-right: 0.5%;
}

.inner-half-box-r {
  width: 49.5%;
  float: left;
  margin-left: 0.5%;
}

#latest-works .firstcol {
  width: 49.5%;
  float: left;
  margin-right: 0.5%;
}

#latest-works .secondcol {
  width: 49.5%;
  float: left;
  margin-left: 0.5%;
}

#latest-works .half-box {
  padding: 0 0 5px;
}

[class^="imghvr-"] figcaption h3 {
  font-size: 17px;
  text-align: center;
}

[class^="imghvr-"] figcaption p {
  font-size: 15px;
}

.textbox {
  top: 35%;
}

.otherBanner .info-text p {
  font-size: 15px;
  color: #656464;
  font-family: 'open_sanslight';
}

#they-say .wrapper .testimonial-text.quote span {
  color: #656464;
  font-family: 'open_sanslight';
}

span.sliderContent {
  padding: 25px 20px;
}

#they-say .wrapper .testimonial-tile {
  padding: 10px 5px 25px;
}

.home #latest-works {
  margin-top: 90px;
}

.home .otherBanner {
  margin-top: 20px;
}

#latest-works .wrapper {
  margin-top: 4px;
}

#latest-works .half-box .inner-full-box img,
#latest-works .half-box img,
#latest-works .half-box .firstcol .inner-full-box img,
.secondcol .img-height {
  height: auto !important;
}

.home #mep_0 {
  /*height: 418px !important;*/
}

.half-box-r .mar-bot {
  margin-bottom: 9px;
}

.firstcol .mar-bot {
  margin-bottom: 5px;
}

.home .Services {
  margin: 230px auto 150px;
}

.home #latest-works {
  margin-top: 35px;
}

.home .latest-work-container {
  margin-top: 0;
}

.home #they-say {
  margin-top: 134px !important;
}

.home #latest-digitales {
  margin-top: 87px;
}

.home #latest-digitales .carousel {
  margin-top: 0;
}

.home #latest-digitales .info-container {
  margin: 19px 0 27px 23px;
}

.home #latest-digitales .img-c {
  margin: 19px -13px;
  padding: 0;
}

#latest-digitales .info-container {
  height: 447px;
}

#latest-digitales .img-c img {
  width: 100%;
  height: 447px;
}

#latest-digitales ul.carousel-indicators {
  margin-bottom: 0;
}

.home #they-say .wrapper .testimonial-text.quote {
  background-position: 12px 30px;
}

#they-say .wrapper .testimonial-text.quote span {
  background-position: 100% 86%;
}

#they-say .wrapper .testimonial-tile {
  padding: 10px 15px 25px;
}

.video-section .heading h1 {
  margin-bottom: 30px;
}

.pbtns,
.prorfolio-work-blocks .left-text .underlined-example {
  margin-left: 50px;
}

/*hoveing buttons styles*/

.hvr-sweep-to-top {
  border-bottom: 1px solid;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.hvr-sweep-to-top a {
  font-size: 16px;
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.hvr-sweep-to-top:hover a,
.hvr-sweep-to-top:focus a,
.hvr-sweep-to-top:active a {
  color: white;
  text-decoration: none;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3c3b3b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/*underline*/

.underlined-example {
  border-bottom: 1px solid
}

.underlined-example {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

.underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d04140;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.underlined-example:hover {
  color: #3c3b3b;
  text-decoration: none;
  border-bottom: none;
}

.underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#they-say .wrapper .img-wrap .name-cover .name {
  line-height: 30px;
}

#they-say .wrapper .img-wrap .name-cover .post {
  line-height: 12px;
}

#they-say #rotate-carousel ul .left {
  left: 46% !important;
  cursor: pointer;
}

.single-post .artical-info,
.artical-info ul,
.artical-info ol {
  font-family: 'noto_sansregular';
}

.single-post .artical-info p,
.artical-info ul,
.artical-info ol {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  word-spacing: 5px;
}

.ser-block-heading .inner-heading h1 {
  margin-bottom: 0;
}

.page-template-services .blocks {
  margin: 32px 0;
}

.page-template-services .services-banner {
  margin: 30px 0 35px;
}

.blocks .block {
  padding: 22px 5px 0 7px;
}

.chooseBest .thebestSection {
  margin: 0 0 0;
}

.chooseBest .thebestSection:last-child {
  margin: 20px 0 0;
}

.f-links nav a,
.animated-character nav a {
  font-size: 18px;
}

.page-template-services .Services {
  margin: 0 auto 0 !important;
}

.blocks .block p {
  font-family: 'open_sanslight';
  color: #000;
}

.blocks .block img {
  margin-top: 5px;
}

.start-project p {
  margin: 25px 0 12px;
}

.single-service .services-banner {
  margin: 130px 0 29px;
}

.service-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.service-content .inner-heading h1 {
  margin-bottom: 16px;
}

.services-includes ul li {
  font-weight: 300;
  font-size: 16px;
  padding: 0 16px 0 25px;
  background-size: 4%;
}

.services-includes {
  margin: 91px 0 60px;
}

.tiles-wrapper a:hover {
  color: transparent !important;
  text-decoration: none;
}

.service-content p,
.services-includes ul li,
.prorfolio-work-blocks p,
.portfolio-banner .project-desc,
.portfolio-inner-banner p,
.block-container .about-left .context-container p,
.block-container .about-right .context-container p,
.logo-name,
.project-block .project-info span,
.block-container .about-right .context-container ul li,
.content-of-career p,
.career-opening-blocks .left-banner p,
.career-opening-blocks .right-banner p,
.left-banner a,
.right-banner a,
.single-current_openings .career-openings p,
.blogslider p,
.author-header p,
.tag-page p {
  color: #656464;
  font-weight: 300;
}

.blogslider p {
  font-family: open_sanslight;
}

.our-process img {
  margin: 5px auto;
}

.services-includes ul li {
  background: url(../img/Bullet-point.png) no-repeat left 8px;
  /*background-size: 4%;*/
  height: 39px;
  /*line-height: 24px;*/
  /*margin-bottom: 20px;*/
}

.service-content p {
  width: 85%;
}

.midcontent span {
  font-family: 'open_sansregular';
  font-size: 22px;
}

.portfolio-banner .heading h1 {
  font-size: 25px;
  /*margin-top: 80px;*/
  padding: 162px 0;
  text-align: center;
}

.portfolio-banner .project-desc,
.portfolio-inner-banner p {
  font-size: 16px;
  font-weight: 300;
}

.prorfolio-work-blocks p {
  font-size: 16px;
}

.portfolio-banner {
  margin: 60px 0 70px;
}

.underlined-example {
  height: 34px;
}

.video-section {
  margin-top: 0 !important;
}

.single-portfolios #they-say .wrapper .testimonial-tile {
  padding: 10px 15px 0;
}

.portfolio-page h2,
.all-project {
  margin-top: 0;
}

.portfolio-page h2 {
  font-size: 26px;
}

.prorfolio-tile-section .block-container {
  margin-top: 25px;
}

.project-block .project-info span {
  padding: 0 25px;
}

.project-block .project-info h3 {
  padding: 18px 25px 0;
}

.block-container .about-right .context-container p,
.block-container .about-right .context-container ul li,
.block-container .about-left .context-container p,
.portfolio-inner-banner p {
  font-family: 'open_sanslight';
}

.portfolio-page.video h2 {
  margin-top: 40px;
}

.single-portfolios #they-say {
  margin-top: 0 !important;
}

.single-testimonial .wrapper .name-cover .post {
  font-size: 12px !important;
}

.single-testimonial .name-cover {
  padding: 5px 13px 15px !important;
}

.all-project .exp-btn {
  box-shadow: none;
}

.prorfolio-work-blocks .right-text img {
  padding-right: 0;
  padding-left: 0;
}

.prorfolio-work-blocks .left-text h2,
.prorfolio-work-blocks .left-text span,
.prorfolio-work-blocks .left-text p {
  padding-right: 0;
  padding-left: 0;
}

.pbtns,
.prorfolio-work-blocks .left-text .underlined-example {
  margin-left: 0;
}

.prorfolio-work-blocks .ml-5,
.mx-5 {
  margin-left: 0 !important;
}

.prorfolio-work-blocks .right-text h2,
.prorfolio-work-blocks .right-text span,
.prorfolio-work-blocks .right-text p {
  padding-right: 0;
}

.portfolio-banner.portfolio-inner-banner {
  margin-top: 30px !important;
}

.portfolio-inner-banner .project-name h1 {
  margin-bottom: 15px;
}

.postid-172 .portfolio-inner-banner p {
  margin-bottom: 5px;
}

.postid-172 .portfolio-inner-banner .project-desc {
  margin-bottom: 0;
}

.portfolio-page.wireframe h2 {
  margin-top: 20px;
}

.portfolio-page .view-all {
  margin: 40px 0 0;
}

.portfolio-page .wrap img {
  width: 75%;
}

.portfolio-page.software h2 {
  margin-top: 50px !important;
}

.single-portfolios #they-say {
  margin-top: 20px !important;
}

.postid-746 .all-project,
.postid-178 .all-project {
  margin-top: 45px;
}

.postid-178 .portfolio-inner-banner .project-name h1,
.postid-689 .portfolio-inner-banner .project-name h1,
.postid-176 .portfolio-inner-banner .project-name h1 {
  margin-top: 40px;
}

.postid-689 .portfolio-page.wireframe h2 {
  margin-bottom: 35px;
}

.postid-689 section.all-project img {
  margin: 70px 0 30px;
}

.postid-689 .portfolio-inner-banner .logo-img,
.postid-689 section.all-project img {
  width: 190px;
  margin: auto;
}

.postid-689 section.all-project img {
  width: 190px;
  margin: 50px auto 0;
}

.postid-746 .logo-img {
  height: 90px;
}

.otherBanner .left-banner .info-text {
  padding: 0 0 0 28px;
}

.otherBanner .right-banner .info-text {
  padding-right: 42px;
  padding-left: 0;
}

.prorfolio-work-blocks .left-text img {
  padding-right: 0;
}

.mobile-tab {
  display: none;
}

.container.wireframe-logo {
  margin: 40px 0 45px;
  float: left;
}

.container .wireframe-logo .logo-img img {
  width: auto;
}

.imghvr-push-up:hover>img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  filter: blur(0.2px);
}

.postid-683 .portfolio-banner.portfolio-inner-banner .logo-img img,
.postid-683 section.all-project img {
  width: 140px;
}

.postid-683 section.all-project .project-block img,
.postid-689 section.all-project .project-block img {
  width: auto;
  height: auto !important;
}

.postid-683 .portfolio-page.typography h2 {
  margin-top: 15px !important;
}

.prorfolio-work-blocks .right-text img,
.prorfolio-work-blocks .left-text img {
  margin-top: 5px;
}

.postid-689 section.all-project img {
  margin: 50px auto 20px;
}

.prorfolio-work-blocks .right-text .no-padding,
.prorfolio-work-blocks .left-text .no-padding {
  height: 295px;
  position: relative;
}

.prorfolio-work-blocks a.underlined-example {
  /*position: absolute;*/
  bottom: 0;
  margin-bottom: 30px !important;
}

.tile {
  /*cursor: pointer;*/
}

.postid-170 .portfolio-page.client-testimo h2 {
  margin-top: 55px !important;
  float: left;
  width: 100%;
}

section.all-project img {
  margin: 15px 0;
  height: auto !important;
}

.postid-178 .portfolio-inner-banner .logo-img img {
  width: 150px;
}

.postid-178 .portfolio-inner-banner .logo-img {
  height: 70px;
}

.postid-178 .portfolio-page.wireframe h2 {
  margin-top: 0;
}

.postid-178 section.all-project img {
  width: 150px;
}

.postid-178 section.all-project .project-block img {
  width: auto;
  height: auto !important;
}

.postid-683 .portfolio-page.wireframe h2 {
  margin-bottom: 40px;
}

.postid-683 .portfolio-page.typography h2 {
  margin-top: 55px !important;
}

.postid-683 .portfolio-page .wrap img {
  margin: auto;
  margin-top: 37px;
}

.postid-174 .container .wireframe-logo .logo-img img {
  width: 240px;
}

.postid-174 .all-project {
  margin-top: 40px;
}

.career-banner {
  margin: 46px 0 0;
}

.content-of-career h1,
.content-of-career h2 {
  font-size: 22px;
  line-height: 34px;
}

.content-of-career p {
  font-size: 16px;
  line-height: 24px;
}

.content-of-career .frame {
  box-shadow: 0 0 6px rgba(136, 131, 131, 0.16);
}

.page-template-scketch-culture .testimonial {
  margin-top: 75px;
}

.page-template-scketch-culture #they-say {
  margin-top: 10px !important;
}

.hvr-sweep-to-top a {
  font-family: 'open_sanslight';
}

.current-opening-block .post {
  font-family: 'open_sansregular';
}

.view-all a,
.seeScketchCulture a {
  font-size: 18px;
  color: #797878;
  font-family: 'open_sansregular';
}

.seeScketchCulture a {
  font-size: 21px;
  color: #000;
  font-family: 'open_sansregular';
  text-decoration: none;
  line-height: 46px;
}

.seeScketchCulture h2 a::after {
  border: 1px solid #000;
  height: 2px;
  display: block;
  content: " ";
  width: 100%;
}

.find-your-job{
	text-align: center;
}
span.careeremail a {
	  color: #fff;
}
span.careeremail {
    border-bottom: 2px solid #fff;
}
.seeScketchCulture h2 {
  display: inline-block;
}

.cocoen.show-slide.ufwireframe {
  width: 62% !important;
}

.career-opening-banner span.heading,
.career-opening-banner .name,
.career-opening-banner .post,
.career-opening-banner .Apply-now {
  font-size: 28px;
  line-height: 40px;
}

.page-template-career .tabs ul li.listTypes a {
  border: 1px solid rgba(251, 32, 31, 0.28) !important;
}

.career-opening-blocks .left-banner,
.career-opening-blocks .right-banner {
  border: none;
}

.single-current_openings .career-openings h1,
.career-opening-blocks .right-banner h1,
.find-job h2,
.seeScketchCulture h2 {
  font-family: 'open_sansregular';
  font-size: 28px;
}

.career-opening-banner .Apply-now {
  font-family: 'open_sansregular';
}

.career-opening-banner span.heading a,
.career-opening-banner .name a,
.career-opening-banner .post a,
.career-opening-banner .Apply-now a {
  border-bottom: 1px solid #bbb;
}

.find-job p,
.seeScketchCulture p {
  font-size: 22px;
}

.find-job a {
  color: #b94747;
  font-family: 'open_sansregular';
  font-size: 21px;
  text-decoration: none;
}

.career-opening-blocks .left-banner h1,
.career-opening-blocks .right-banner h1 {
  font-size: 20px;
}

.mobile-block {
  display: none;
}

.career-opening-banner {
  margin-top: 40px;
}

.seeScketchCulture a {
  margin: 0;
}

.career-opening-blocks.otherBanners .left-banner,
.career-opening-blocks.second-child .left-banner,
.career-opening-blocks.second-child .right-banner,
.career-opening-blocks .right-banner {
  box-shadow: -2px -1px 25px rgba(230, 230, 230, 0.7)
}

.career-opening-blocks .left-banner p {
  padding-right: 30px;
}

.page-template-career .tabs ul li a {
  color: #8a8989;
  font-family: 'open_sansregular';
}

.single-current_openings .career-openings h1 {
  font-size: 24px;
}

.single-current_openings .career-openings p {
  line-height: 25px;
  font-size: 16px;
}

.career-openings ul li {
  font-weight: 300;
}

.career-openings span {
  line-height: 32px;
}

.career-openings .button-group .btncareer .btn {
  padding: 10px 43px;
  margin: 11px 10px 30px;
}

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

.job-desc span:first-child {
  display: inline-block;
  margin: 0 13px 0 82px;
  text-align: left;
}

.refer-social {
  margin-left: -373px;
  margin-top: 21px;
  position: absolute;
}

.career-openings {
  margin: 40px 0 5px;
}

.job-desc {
  margin-bottom: 5px;
}

.career-openings ul li {
  width: 100%;
}

.mobile-btn {
  display: none;
}

.mobile-block {
  display: none;
}

.custom-content {
  width: 180px;
  font-size: 14px;
  text-align: center;
}

.custom-close {
  font-size: 1em;
}

.si-pointer-bg-top {
  border-top-color: #6a6666;
}

.si-content-wrapper {
  background-color: #605f5f;
  color: #fff;
}

.custom-window .si-content {
  overflow: visible;
  width: 180px;
  font-size: 14px;
  text-align: center;
  padding-top: 8px !important;
  color: #000;
}

.start-form .wpcf7-mail-sent-ng {
  clear: both;
}

.start-form .wpcf7-response-output {
  clear: both;
}

.contact .start-form #group-feedback textarea:focus,
.contact .start-form #group-feedback textarea,
.contact .start-form #group-career textarea:focus,
.contact .start-form #group-career textarea {
  height: 265px;
}

.contact h1,
.page-template-contact .contact .address-section h1,
.our-feeds h2 {
  font-size: 28px;
}

.page-template-contact .contact .address-section h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 22px;
}

.contact .telephone,
.contact .skype {
  margin-bottom: 0;
}

.map-canvas {
  margin-top: 25px;
  height: 252px;
}

.radiobtns span.wpcf7-list-item {
  margin: 0 30px 0 0;
}

.radiobtns .wpcf7-checkbox,
.radio {
  margin: -3px 0 0;
}

.page-template-contact .contact .address-section p {
  line-height: 16px;
}

.page-template-contact .wpcf7-form label.error {
  color: #ff0000;
  font-size: 12px !important;
}

.page-template-contact .wpcf7-form label.error {
  padding-left: 0;
}

.contact .start-form textarea.effect~.focus-border {
  top: 192px !important;
  background-color: #ffffff00;
}

.contact .start-form .send-btn {
  margin-top: 18px;
}

.si-wrapper-top.custom-window.open {
  margin-top: -52px !important;
}

.start-form .send-btn input {
  border: 1px solid #dad8d8;
}

.our-feeds .tab-content {
  box-shadow: 0 9px 15px rgba(202, 195, 195, 0.2);
}

.our-feeds .nav {
  box-shadow: 0 -6px 15px rgba(202, 195, 195, 0.2);
}

.page-template-start-project .footer {
  margin-top: 3px;
  border-top: 1px solid #eee;
  width: 100%;
}

.static-banner.start-project-banner img {
  width: 70%;
}

.start-project-banner .verticle-align {
  margin-top: 95px;
}

.applyform.start-form .half {
  /*width: 40%;
     margin: 0 5%;
     margin-top: 11px;*/
}

.applyform.start-form .half label {
  top: 45%;
}

.applyform.start-form h1 {
  float: left;
  /*margin-left: 5%;*/
}

section.start-form.applyform .col-md-6 {
  padding-left: 0;
}

.applyform.start-form .half h1 {
  margin-left: 0;
}

.page-template-start-project .start-form textarea {
  width: 90%;
  /*margin-left: 5%;*/
}

#charcount,
.start-form.applyform .inputfile-box,
.start-form .captcha,
.page-template-start-project .start-form .send-btn {
  /*margin-left: 5%;*/
  width: 90%;
  margin-right: 5%;
}

.contact .start-form textarea:focus,
.contact .start-form textarea {
  border: 1px solid #cbcbcb;
  line-height: 1.6;
}

.career-opening-banner {
  text-align: center;
}

.career-opening-banner img {
  float: none;
}

.page-template-start-project .start-form .send-btn input {
  width: 300px !important;
}

.page-template-start-project .start-form.applyform textarea.effect~.focus-border {
  margin-left: 5%;
  top: 143px;
  background: #fff0;
}

.page-template-start-project.page-id-40 .start-form textarea.effect~.focus-border {
  margin-left: 5%;
  top: 45px;
  background-color: #ffffff00;
}

.start-form .send-btn input {
  width: 100%;
}

.blogslider {
  margin-top: 80px;
}

.banner-contact {
  background: none;
  height: auto;
  text-align: center;
  margin-top: 20px;
}

.banner-contact img {
  margin: auto;
}

.blogslider {
  margin-top: 60px;
}

header #custom-search-input .form-control {
  margin-left: 80px;
}

#custom-search-input .search-query {
  padding: 4px 35px 4px 15px !important;
}

.blg-menu .input-group {
  padding-right: 64px;
}

#custom-search-input button {
  background-size: 60%;
  top: -4px;
}

.blogslider h1 {
  font-size: 25px;
  line-height: 38px;
}

.blogslider .BnrVerAlgn {
  position: absolute;
  top: 15px;
  transform: none;
  right: 0;
}

.blogslider .design-tags {
  margin: 10px 0;
}

.blogslider .Bnr .col-lg-6.col-md-12.col-sm-12.float-lg-left.float-md-left.float-sm-left {
  height: 325px;
  position: relative;
}

.blogslider .btn-danger {
  margin: 0;
  position: absolute;
  bottom: 10px;
}

.design .heading h2 span,
.design .heading h1 span,
.our-feeds h2,
.design .heading h1 span {
  font-size: 27px;
}

.masonry-item a {
  text-decoration: none;
}

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

.design .block-tab {
  padding: 18px 0 10px;
  margin: 20px 4px 0;
}

.design .block-tab ul {
  padding-left: 0;
  margin: 0;
}

.design .masonry .masonry-item h3 {
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
}

.more-categories .pciwgas-img-wrapper {
  height: 157px;
}

.pciwgas-cat-wrap .pciwgas-title {
  padding: 15px 0 20px;
}

.page-template-blog .our-feeds {
  margin-top: 70px;
}

#custom-search-input .search-query {
  box-shadow: -2px -1px 13px rgba(240, 240, 236, 0.72);
  -webkit-box-shadow: -2px -1px 13px rgba(240, 240, 236, 0.72);
  -moz-box-shadow: -2px -1px 13px rgba(240, 240, 236, 0.72);
}

.header-article {
  margin-top: 40px !important;
}

.header-article h1 {
  font-size: 30px;
}

.social-container .design-tags ul {
  margin: 0 auto 30px;
}

.header-info.White h1 {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  float: left;
  padding: 19px;
  margin: 0;
  bottom: 0;
  left: 0;
}

.header-info.Black h1 {
  color: #000 !important;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  float: left;
  padding: 19px;
  margin: 0;
  bottom: 0;
  left: 0;
}

.design.you-may-also {
  margin-bottom: 35px;
}

.header-article .header-img {
  background-size: contain;
}

.header-article h1 {
  font-size: 26px;
}

.header-article .header-img .header-info {
  width: 100%;
  margin: auto;
}

.header-img {
  background-size: cover !important;
}

.artical-info ol {
  width: 74%;
}

.artical-info ol li {
  margin-bottom: 5px;
}

.author-header {
  margin-top: 40px;
}

.pciwgas-cat-wrap .pciwgas-pdt-cat-slider .pciwgas-post-cat-inner {
  padding: 20px 10px 0 !important;
}

.more-categories .pciwgas-img-wrapper {
  height: 105px;
}

.pciwgas-cat-wrap .pciwgas-img-wrapper img.pciwgas-cat-img {
  width: 150px;
}

.more-categories .pciwgas-cat-wrap .pciwgas-title a {
  font-size: 18px;
  font-family: 'open_sanslight';
  color: #868585;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  background: url(../img/next.png) no-repeat -3px 6px;
  background-size: 12px;
}

.breadcrumb {
  margin-top: 70px;
}

#custom-search-input-filter .facetwp-search {
  font-size: 28px;
  text-transform: capitalize;
  font-family: 'open_sanslight';
}

#filter .btn,
.facetwp-dropdown {
  font-family: 'open_sansregular';
}

.page-template-filter .tag img {
  margin: 20px 0;
}

.tag .tag-page,
.category .tag-page {
  margin-top: 30px;
}

#filter select.facetwp-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 4px 0;
  color: #b1afaf;
  background: url(../img/triangles.png) no-repeat right 18px;
  width: 100%;
  height: 40px;
  background-size: 15px;
}

.facetwp-btn:before {
  background-size: 22px !important;
  margin-top: 3px;
}

.facetwp-search {
  color: #3c3b3b;
}

input.facetwp-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1afaf !important;
  opacity: 0.5;
  /* Firefox */
}

input.facetwp-search::-webkit-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1afaf !important;
  opacity: 0.5;
  /* Firefox */
}

input.facetwp-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1afaf !important;
  opacity: 0.5;
}

input.facetwp-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1afaf !important;
  opacity: 0.5;
}

.portfolio-page div#slider {
  width: 51% !important;
}

.project-block .project-info h3 {
  letter-spacing: 0;
}

.page-template-contact #charcount {
  margin-left: 0;
}

/* .page-template-start-project #charcount{
     margin-left: 5%;
}*/

#charcount1 {
  display: block;
  font-size: 12px;
  color: #b1b1b1;
}

.page-template-contact .wpcf7-form .start-form #group-feedback .user_message label.error,
.page-template-contact .wpcf7-form .start-form #group-career .user_message1 label.error {
  top: 312px;
  /*padding-left: 5px;*/
}

.page-template-contact .wpcf7-form .start-form #group-sales .user_message2 label.error,
.page-template-contact .wpcf7-form .start-form #group-partnership .user_message3 label.error {
  top: 165px;
  /* padding-left: 5px; */
}

.start-form.applyform #group-feedback .wpcf7-form .user_message label.error,
.user_message label.error {
  padding-left: 5%;
  top: 85px;
}

.contact form label {
  font-weight: 300;
}

.start-form.applyform .wpcf7-form label.error {
  font-size: 12px;
}

.contact .start-form .user_message2 textarea.effect~.focus-border,
.contact .start-form .user_message3 textarea.effect~.focus-border {
  top: 70px !important;
}

.prorfolio-work-blocks .left-text .no-padding img {
  width: 100%;
}

.prorfolio-work-blocks .left-text p {
  padding-right: 15px;
}

.desktop-show-slide {
  display: none !important;
}

.show-slide {
  display: block !important;
}

.cocoen>img,
.cocoen>picture>img {
  width: 100% !important;
}

.blank-space {
  margin-top: 50px
}

.logo-inner {
  float: left;
  width: 100%;
}

.postid-689 section.all-project img {
  margin: 90px auto 20px;
}

.postid-689 section.all-project .project-block img {
  margin: 0 auto 20px;
}

.artical-info blockquote {
  width: 100% !important;
}

.how-do-img {
  text-align: center;
}

.artical-info p {
  width: 90%;
}

.artical-info ul {
  width: 93%;
}

.header-article {
  margin-bottom: 0;
}

.artical-info blockquote {
  margin: 50px auto 0;
}

#filter .filter-cate:first-child {
  width: 28%;
}

#filter .filter-cate:nth-child(2) {
  width: 22%;
}

#filter .filter-cate:nth-child(3) {
  width: 21%;
}

#filter .filter-cate:nth-child(4) {
  width: 27%;
}

.tag .col-md-7.col-sm-6.col-xs-12.float-lg-left.float-md-left.float-sm-left.float-left {
  padding: 0;
}

.tag .info {
  padding: 0 15px 16px 0;
}

.find-job {
  margin-top: 60px;
}

.home .banner {
  width: 100%;
  margin: auto;
  background-size: contain !important;
  margin-bottom: 100px;
}

.fancybox-overlay {
  z-index: 999 !important;
}

.facetwp-selections .facetwp-selection-value {
  background-image: url(../img/icon-close.png) !important;
}

.more-categories#latest-digitales {
  margin-bottom: 30px;
}

.more-categories#latest-digitales .heading h2 {
  margin-bottom: 25px;
}

.wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper {
  width: 100%;
  border: none !important;
  height: 80px !important;
  background-color: transparent !important;
  position: relative;
  border-bottom: 4px solid #000 !important;
  padding: 10px 0;
}

.md-modal#search input {
  width: 100% !important;
  /*height: 62px!important; */
}

.more-categories .pciwgas-cat-slider-main .slick-dots li button {
  background: rgba(78, 76, 76, 0.7) !important;
}

div#disqus_thread {
  padding: 0 15px
}

.navigation.post-navigation.carousel-icon .back {
  padding-left: 15px;
}

.navigation.post-navigation .nav-next {
  padding-right: 15px;
}

.breadcrumb-item {
  font-size: 16px;
}

.blg-menu #custom-search-input {
  background-color: #fff;
}

@media only screen and (max-width: 1400px) {
  .more-categories .pciwgas-cat-slider-main .slick-dots li button {
    background: rgba(78, 76, 76, 0.7) !important;
  }
  header {
    /*height: 0;*/
  }
  .fp-viewing-0 header .header-container {
    box-shadow: none !important;
  }
  .footer {
    margin-top: 0;
  }
  .banner {
    -webkit-background-size: 70vh;
    -moz-background-size: 70vh;
    -o-background-size: 70vh;
    background-size: 70vh;
  }
  .home .banner {
    width: 100%;
    margin: auto;
    background-size: contain !important;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  .home #mep_0 {
    height: 316px !important;
  }
}

@media only screen and (max-width: 1600px) {
  .home #mep_0 {
    height: 350px;
  }
}

.saboxplugin-wrap {
  display: block !important
}

.saboxplugin-gravatar,
.single-author .saboxplugin-authorname,
.screen-reader-text {
  display: none !important;
}

.author .info ul.social-network.social-circle {
  padding-left: 0;
  /* top: -28px;*/
}

.carousel-icon span.light {
  font-weight: 400
}

/* search filter  */

.filter-cate {
  display: inline-block
}

.facetwp-selections ul {
  margin: 0px;
  padding-left: 0
}

.facetwp-selections .facetwp-selection-label {
  display: none !important
}

.facetwp-selections .facetwp-selection-label,
.facetwp-selections .facetwp-selection-value {
  font-size: 11px !important;
  text-transform: capitalize !important
}

.facetwp-type-search {
  width: 100%
}

.facetwp-btn {
  left: 5px !important;
  top: -5px !important;
  opacity: inherit !important;
  right: inherit !important;
}

.facetwp-search {
  width: 100%;
  height: auto;
  font-size: 40px;
  border: none;
  border-bottom: 1px solid #3c3b3b;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 50px;
  /* background: url(../img/search-filter.png) no-repeat center left; */
}

.facetwp-counter {
  font-size: 14px;
  font-style: italic;
  color: #888;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.p-none p {
  display: none
}

#filter .btn,
.facetwp-dropdown {
  border: none;
  background-color: transparent;
  padding-left: 0;
  outline: none;
  font-size: 14px;
  font-family: "open_sansbold";
  color: #3c3b3b;
  text-align: left;
  width: 100%;
}

#filter .filter-tab {
  padding: 0
}

#filter .filter-cate {
  padding: 0 7px;
}

.fwp-load-more a:hover {
  color: #fff !important
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey:before {
  font-size: 18px !important;
  padding: 0 6px !important;
}

#sabox-custom-profile-image {
  display: none !important
}

#filter .filter-tab,
.facetwp-selections ul li {
  margin-bottom: 0px !important;
  margin-top: 6px !important
}

.start-form [type=radio]:checked,
.start-form [type=radio]:not(:checked) {
  /*position:initial*/
}

/* Radio button styles*/

.start-form .wpcf7 input[type="radio"] {
  position: absolute !important;
  left: -9999px !important;
}

.start-form .wpcf7-radio span.wpcf7-list-item-label {
  position: relative;
  padding-left: 17px;
  margin-right: 20px;
  cursor: pointer
}

.start-form .wpcf7-radio span.wpcf7-list-item-label:before {
  content: '';
  /*   background: #cecece; */
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 2px solid #999;
}

.start-form .wpcf7 input[type=radio]:not(old):checked+span:before {
  background: #D04140
}

#latest-digitales .info-container h1 {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Open Sans';
}

#latest-digitales .info-container .date {
  font-size: 12px;
  font-weight: lighter
}

#latest-digitales .info-container p {
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 2px;
}

.start-project h4 {
  font-size: 30px
}

.copyright h1 {
  /*     font-size: 24px; */
  font-weight: normal;
  font-family: 'Open Sans';
}

.animated-character {
  /*margin-bottom:1rem !important*/
}

.chooseBest .info-text {
  text-align: left
}

.chooseBest .thebestSection {
  float: left;
  width: 100%;
  margin: 15px 0 0;
}

.page-template-services-php .Services .inner-heading h2 {
  margin-bottom: 15px
}

.chooseBest .thebestSection:last-child {
  margin: 10px 0 40px;
}

.chooseBest .thebestSection h1 {
  font-size: 20px;
  color: #000;
}

.chooseBest .thebestSection .info-text p {
  font-size: 16px;
}

#latest-works-slider .info-container h1 {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Open Sans';
}

#latest-works-slider .info-container p {
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 2px;
}

#latest-works-slider .info-container {
  background-color: #fff;
  height: 481px;
  box-shadow: -9px 2px 34px #e5e5e6;
  margin: 27px 0 27px 23px;
  padding-right: 35px !important;
  float: left;
}

#latest-works-slider ul.carousel-indicators {
  margin: 0 !important;
  width: 100% !important;
  left: 0 !important;
  top: -85px !important;
}

#latest-works-slider ul.carousel-indicators li {
  height: 12px !important;
  width: 12px !important;
  position: relative !important;
  left: 0 !important;
  max-width: 12px !important;
  margin: 0 6px 0 6px;
}

#latest-works-slider ul.carousel-indicators li {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #d04140;
  top: 0 !important;
  margin: 8px;
}

#latest-works-slider ul.carousel-indicators li.active {
  background-color: #d04140;
}

.start-form.applyform .wpcf7-form label.error {
  color: #ff0000 !important;
  font-size: 12px !important;
}

.wpcf7-form label.error {
  font-size: 13px !important;
}

form .effect {
  border-bottom: 1px solid #ccc !important;
}

.theme_1.wpcf7-form input.error,
.theme_1.wpcf7-form select.error,
.theme_1.wpcf7-form textarea.error {
  border-bottom: none;
}

.home .half-box.video-m-d .heading {
  display: none;
}

#file-name {
  color: #0529c1;
  font-weight: 500;
}

.start-form.applyform .sent #file-name {
  display: none;
}

.page-template-contact .wpcf7-mail-sent-ok {
  font-size: 14px;
}

.inputfile-box {
  position: relative;
  float: left;
}

.inputfile {
  display: none;
}

.file-box {
  position: relative;
  top: 15px;
  width: 100%;
  box-sizing: border-box;
  height: calc(2rem - 2px);
}

.file-button {
  background-image: url("../img/attachment.png");
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 149px;
  height: 16px;
}

#sizerr {
  color: #ff0000;
  margin-top: 5px;
  display: block;
}

.start-form .half label {
  display: inline;
}

.start-form .we-prefer {
  margin-top: 5px;
}

.wpcf7-form-control-wrap.files span.wpcf7-not-valid-tip {
  display: none;
}

#budget-error {
  display: block;
}

.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
.radiobtns .wpcf7-checkbox .wpcf7-list-item input[type="radio"],
.radiobtns .radio .wpcf7-list-item input[type="checkbox"],
.radiobtns .radio .wpcf7-list-item input[type="radio"] {
  display: block !important;
}

h2#workp {
  float: left;
  clear: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin: 23px 0 0;
}

p#wrkp {
  margin-bottom: 0;
}

.wpcf7 input[type="radio"]:not(old):checked+span::before {
  background: #D04140;
}

.service-block {
  box-shadow: 0 1px 5px #cac8c8;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

a.service-links {
    text-decoration: none;
}

.services-info h3 {
  font-size: 13px;
  font-family: "open_sansbold";
  text-align: center;
  margin-top: 20px;
}

.service-block img {
  margin: auto;
}

.services-info span p {
  font-size: 12px;
  line-height: 17px;
  color: #656464;
  font-weight: 300;
}

section.all-services {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.pciwgas-cat-slider-main .slick-dots li button {
  background: rgba(78, 76, 76, 0.7) !important;
}

.home .banner {
  margin-bottom: 20px;
  max-width: 600px;
}

.page-template-portfolio .underlined-example {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 1366px) {
  .Services,
  #latest-works {
    margin: 50px auto 50px;
  }
  .l-menu .container .categories {
    top: 45% !important;
  }
  .l-menu .container .categories li a .text {
    height: 48px !important;
    line-height: 55px !important;
    font-size: 40px !important;
  }
  .banner-info {
    top: 77vh;
  }
  .otherBanner {
    margin-top: 30px;
  }
  .big-letter {
    font-size: 125px;
  }
  .big-letter h4 {
    font-size: 30px;
    padding-left: 31px;
    transform: translateY(-47%);
  }
  .info-text p {
    font-size: 15px;
  }
  .left-banner,
  .right-banner {
    padding: 5px 20px;
  }
  .tile .img-container {
    height: 80px;
    margin: 0 25px;
  }
  #latest-works .wrapper {
    width: 100%;
  }
  header .header-container {
    width: 100%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  #they-say {
    margin-top: 9vh;
  }
  #they-say .wrapper {
    margin-top: 30px;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 10px 5px 0;
    width: 540px;
  }
  #they-say .wrapper .testimonial-text {
    padding: 0 15px 0;
    font-size: 14px;
    line-height: 21px;
  }
  #they-say .wrapper .testimonial-tile img {
    margin-bottom: 5px;
    padding: 0 12px;
  }
  #they-say #rotate-carousel ul {
    top: 36px !important;
    width: 92% !important;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 21%;
  }
  #they-say #rotate-carousel ul .right {
    right: -34px !important;
  }
  #they-say #rotate-carousel ul .left {
    left: -34px !important;
  }
  #latest-digitales {
    margin-top: 75px;
  }
  #latest-digitales .carousel {
    margin-top: 0;
  }
  #latest-digitales .info-container {
    margin: 20px 0 0 23px;
    height: 400px;
    text-align: left;
  }
  #latest-digitales .info-container h1 {
    padding: 30px 0 5px 20px;
  }
  #latest-digitales .info-container .date,
  #latest-digitales .info-container p {
    text-align: left;
  }
  #latest-digitales .img-c {
    margin: 20px -13px;
    padding: 0;
  }
  #latest-digitales .img-c img {
    height: 400px;
    width: 100%;
  }
  #latest-digitales ul.carousel-indicators {
    top: 0 !important;
  }
  #latest-digitales .carousel-inner {
    text-align: center;
  }
  #latest-digitales .carousel-item {
    margin: auto;
  }
  .inner-full-box.video {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  /** services pages **/
  .inner-heading h1,
  .inner-heading h2 {
    font-size: 27px;
  }
  .tiles-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 30px !important;
    position: relative;
    float: left;
  }
  .blocks {
    margin: 10px 0;
  }
  .chooseBest .thebestSection img {
    width: 50%;
  }
  .services-banner {
    margin: 150px 0 80px;
  }
  .career-banner {
    margin: 120px 0 0;
  }
  .testimonial #they-say {
    margin-top: 0;
  }
  .current-openings .inner-heading h1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .static-banner {
    margin: 90px 0 0;
  }
  .our-team {
    margin-top: 69px;
  }
  .tabs {
    margin-top: 60px;
  }
  .career-opening-blocks .read-more {
    margin-top: 0;
    float: left;
  }
  .career-opening-blocks .left-banner,
  .career-opening-blocks .right-banner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md-modal#search {
    top: 15% !important;
  }
  .discover {
    margin-bottom: 100px;
  }
  .blog .navbar-toggleable-md .navbar-nav .nav-link {
    height: 45px;
  }
  .author-header {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .tag-page {
    margin-top: 55px;
  }
  .tag-page .heading {
    margin-bottom: 15px !important;
  }
  .header-article {
    margin-top: 100px;
  }
  .portfolio-page h2 {
    margin-top: 20px;
  }
  .single-testimonial {
    margin-top: 0 !important;
  }
  .single-testimonial .wrapper .testimonial-tile {
    padding: 10px 5px 0;
    width: 80% !important;
    float: left;
    margin: 0 10% !important;
  }
  .single-testimonial .name-cover .name {
    font-size: 30px !important;
  }
  .portfolio-page .view-all {
    margin: 40px 0 120px;
  }
  .blogslider {
    margin-top: 50px !important;
  }
  .owl-one .owl-dot,
  .owl-one.owl-dot.active {
    margin-top: 0 !important;
  }
  .logo img {
    width: 75% !important;
  }
  .header-container {
    height: 55px !important;
  }
  .header-container .logo,
  .header-container .nav {
    top: 8px;
  }
  .header-container .nav-toggle .ico-menu {
    top: 12px;
  }
  .breadcrumb {
    margin-top: 80px;
  }
  .video-js {
    height: 361px;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 25%;
  }
  .left-banner,
  .right-banner {
    padding: 25px 0;
  }
  .tiles-wrapper {
    margin-top: 20px !important;
  }
  .left-banner img,
  .right-banner img {
    max-width: 85%;
  }
  .career-opening-blocks .left-banner,
  .career-opening-blocks .right-banner {
    text-align: center;
  }
  .career-opening-blocks .right-banner {
    padding-left: 90px;
    padding-right: 30px;
  }
  .career-opening-blocks.second-child .left-banner {
    padding-right: 80px;
    padding-left: 30px;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 10px 5px 22px;
  }
  .portfolio-page div#slider {
    margin: 40px auto;
    width: 52% !important;
    height: 500px !important;
  }
  .desktop-show-slide {
    display: block !important;
  }
  .show-slide {
    display: none;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 70px;
  }
  /* new css*/
  .home .footer .social {
    padding: 35px 0 5px;
  }
  header .logo img,
  header .blg-menu .logo img {
    height: auto;
  }
  .blg-menu #custom-search-input {
    margin-top: 9px !important;
  }
  .navbar-nav {
    padding: 1px 0;
  }
  .blg-menu .navbar-nav {
    padding: 10px 0;
  }
  .header-container .logo {
    top: 5px;
  }
  .header-container.blg-menu .logo {
    top: 9px;
  }
  .scketch-activity {
    height: 311px;
    max-height: 337px;
  }
  .contact h1 {
    margin-top: 25px;
  }
  .career-banner {
    margin: 160px 0 0;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 100vh !important;
    width: 100% !important;
  }
  .page-template-scketch-culture #they-say #rotate-carousel ul .left,
  .page-template-scketch-culture #they-say #rotate-carousel ul .right {
    margin-top: 29%;
  }
  .page-template-scketch-culture #they-say .wrapper {
    margin-top: 0;
    padding: 0 15px;
  }
  .header-article {
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .artical-info p {
    font-size: 20px;
    line-height: 32px;
  }
  .portfolio-banner {
    margin-top: 200px;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 175px;
  }
  .portfolio-page h2,
  .all-project {
    margin-top: 20px;
  }
  #latest-works,
  #they-say {
    margin-top: 40px;
  }
  .home #they-say #rotate-carousel ul .right {
    margin-top: 28%;
  }
  .portfolio-banner {
    margin-top: 150px;
  }
  .home #latest-works {
    width: 81%;
    float: none;
    margin: auto;
    margin-top: 50px;
  }
  .chooseBest .thebestSection .info-text p {
    font-size: 16px;
  }
  .page-template-services-php .Services {
    margin: 15px auto 0 !important;
  }
  .page-template-services-php .Services .inner-heading h3 {
    font-size: 24px;
  }
  #latest-works .half-box .inner-full-box img {
    height: 330px;
  }
  #latest-works .half-box img {
    height: 163px;
  }
  #latest-works .half-box {
    padding: 0 0 5px;
  }
  #latest-works .inner-full-box {
    padding: 0 5px 0 0;
  }
  #latest-works .inner-half-box {
    padding: 0 5px 0 0;
  }
  .mar-bot {
    margin-bottom: -5px;
  }
  .secondcol .img-height {
    height: 269px !important;
  }
  #latest-works .half-box .firstcol .inner-full-box img {
    height: 132px;
  }
  #latest-works .half-box {
    margin-bottom: -9px !important;
  }
  .home #mep_0 {
    height: 302px !important;
  }
  .services-banner {
    margin: 130px 0 40px;
  }
  .career-opening-banner span.heading {
    font-size: 30px;
  }
  .career-opening-banner .name {
    font-family: open_sansbold;
  }
  .career-opening-banner .Apply-now {
    font-family: 'open_sansregular';
  }
  .logo img {
    padding-left: 0;
  }
  .breadcrumb {
    margin-top: 130px;
  }
  .page-template-services .Services {
    margin: 0 !important;
  }
  .static-banner,
  .header-article {
    margin-top: 80px !important;
  }
  .services-banner {
    margin-top: 100px !important;
  }
  .portfolio-banner,
  .portfolio-banner.portfolio-inner-banner,
  .career-banner {
    margin-top: 100px;
  }
  .career-opening-banner,
  .blogslider .Bnr,
  .tag .tag-page,
  .category .tag-page {
    margin-top: 65px;
  }
  .page-template-start-project .static-banner,
  .author-header {
    margin-top: 120px !important;
  }
  .Services {
    margin: 45px auto;
  }
  .page-template-career.fp-viewing-1 .footer,
  .page-template-portfolio.fp-viewing-1 .footer {
    margin-top: -16px;
  }
  .blogslider .Bnr {
    margin-top: 50px;
  }
  .career-opening-banner {
    margin-top: 116px;
  }
  .start-project {
    padding: 25px 0;
  }
  .page-template-blog div#mailpoet_form_2 {
    margin-top: -10px;
  }
  .start-project {
    padding: 18px 0;
  }
  .blog-subscribe img {
    margin: 9px 0 !important;
  }
  .blog-subscribe h4 {
    margin-top: 17px !important;
  }
  #they-say .wrapper .testimonial-text {
    margin-bottom: 0;
  }
  header .logo img,
  header .blg-menu .logo img {
    margin-left: 15px;
  }
  .home #they-say #rotate-carousel ul .left,
  .home #they-say #rotate-carousel ul .right {
    margin-top: 25%;
  }
  .services-banner {
    margin-top: 120px !important;
  }
  .ser-block-heading .inner-heading h1 {
    margin-top: 47px;
    float: left;
  }
  .home #they-say #rotate-carousel {
    height: 84vh !important;
  }
  .banner-info {
    top: 80vh;
  }
  .banner {
    height: 100vh;
  }
  .Services {
    margin: 70px auto;
  }
  .latest-work-container {
    margin-top: 0;
  }
  .home #latest-works {
    margin-top: 70px;
  }
  #latest-digitales ul.carousel-indicators {
    margin-bottom: 0 !important;
  }
  .ser-block-heading .inner-heading h1 {
    margin-top: 32px;
  }
  .page-template-services-php .Services .inner-heading h3 {
    margin: 41px 0 5px;
  }
  .our-team {
    margin-top: 10px;
  }
  .blogslider .Bnr {
    margin-top: 100px;
  }
  .discover {
    margin-bottom: 70px;
  }
  .our-feeds {
    margin-top: 30px;
  }
  .career-opening-banner,
  .blogslider .Bnr,
  .tag .tag-page,
  .category .tag-page {
    margin-top: 25px;
  }
  .author-header {
    padding-bottom: 55px;
  }
  .career-banner {
    margin-top: 58px;
  }
  .page-template-scketch-culture #they-say #rotate-carousel ul .left,
  .page-template-scketch-culture #they-say #rotate-carousel ul .right {
    margin-top: 55%;
  }
  #latest-digitales {
    margin-top: 160px;
  }
  .career-opening-banner {
    margin-top: 80px;
  }
  .career-openings {
    margin: 80px 0;
  }
  div#slider.desktop-show-slide.ufwireframe {
    width: 80% !important;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 80px !important;
  }
  .software .logo-img {
    height: 100px;
  }
  #latest-works .inner-full-box {
    width: 100%;
    float: left;
    padding: 0 0 0 0 !important;
  }
  #latest-works .inner-half-box {
    padding: 0 0 0 0;
  }
  .mar-bot {
    margin-bottom: 5px;
  }
  #latest-works .half-box {
    margin-bottom: 0 !important;
  }
  [class^="imghvr-"] {
    position: relative;
    display: block;
  }
  #latest-works .half-box,
  #latest-works .inner-half-box {
    width: 49.5%;
    float: left;
  }
  #latest-works .half-box {
    margin-bottom: 0 !important;
    margin-right: 0.5%;
  }
  .half-box.hide-sm.pad-r-zero {
    padding-right: 0;
    margin-right: 0 !important;
  }
  .half-box-r {
    width: 50%;
    float: left;
  }
  .half-box-r-v {
    width: 50%;
    float: left;
  }
  .half-box-r-v .heading {
    display: none;
  }
  .inner-half-box-l {
    width: 49.5%;
    float: left;
    margin-right: 0.5%;
  }
  .inner-half-box-r {
    width: 49.5%;
    float: left;
    margin-left: 0.5%;
  }
  #latest-works .firstcol {
    width: 49.5%;
    float: left;
    margin-right: 0.5%;
  }
  #latest-works .secondcol {
    width: 49.5%;
    float: left;
    margin-left: 0.5%;
  }
  #latest-works .half-box {
    padding: 0 0 5px;
  }
  [class^="imghvr-"] figcaption p {
    font-size: 15px;
  }
  .textbox {
    top: 35%;
  }
  .otherBanner .info-text p {
    font-size: 15px;
    color: #656464;
    font-family: 'open_sanslight';
  }
  #they-say .wrapper .testimonial-tile img {
    padding: 0;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 15px 15px 10px;
  }
  .home .Services {
    margin: 11px auto;
  }
  .home .latest-work-container {
    margin-top: 60px;
  }
  .half-box-r .mar-bot {
    margin-bottom: 5px;
  }
  .firstcol .mar-bot {
    margin-bottom: 4px;
  }
  .home #they-say {
    margin-top: 89px !important;
  }
  .home #latest-digitales {
    margin-top: 96px;
    margin-bottom: 30px;
  }
  .footer {
    margin-top: 3px;
  }
  .smart-loader-one {
    top: 39%;
    left: 46%;
  }
  .static-banner {
    margin-top: 25px !important;
  }
  .float-panel.fixed .header-container {
    height: 50px !important;
    opacity: 0 !important;
    transition: 1.2s;
  }
  .float-panel.fixed:hover .header-container {
    box-shadow: 0 0 37px #eceaea !important;
  }
  .portfolio-banner {
    margin-top: 40px;
  }
  .video-section .heading h1 {
    margin-bottom: 35px !important;
  }
  .logo img {
    width: 50% !important;
  }
  .single-service .services-banner {
    margin-top: 125px !important;
  }
  #they-say #rotate-carousel ul .left {
    left: -34px !important;
  }
  .midcontent {
    margin: 40px auto 10px;
  }
  .video-section {
    margin-bottom: 0 !important;
  }
  .single-testimonial .name-cover .name {
    font-size: 20px !important;
  }
  .project-block .project-info span {
    line-height: 20px;
  }
  .page-template-services-php .Services .inner-heading h3 {
    margin: 23px 0 33px;
  }
  .page-template-services .blocks {
    margin: 32px 0 0;
  }
  .page-template-services .services-banner {
    margin-top: 50px !important;
  }
  .chooseBest .thebestSection:last-child {
    margin: 20px 0 40px;
  }
  .software .logo-img {
    height: 130px;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 25px !important;
  }
  .portfolio-page .view-all {
    margin: 40px 0 35px;
  }
  .otherBanner .left-banner .info-text {
    padding: 0 35px 0 0;
  }
  .otherBanner .right-banner .info-text {
    padding-right: 4px;
    padding-left: 18px;
  }
  .otherBanner .info-text h2 {
    margin-top: 20px;
  }
  .portfolio-inner-banner p {
    width: 100%;
  }
  .postid-689 .portfolio-banner.portfolio-inner-banner .logo-img {
    height: 84px;
  }
  .postid-170 .block-container {
    margin-bottom: 50px;
  }
  .postid-170 .portfolio-page .wrap img {
    margin-top: 30px;
  }
  .postid-683 .portfolio-page.wireframe h2 {
    margin-bottom: 40px;
  }
  .postid-683 .portfolio-page.typography h2 {
    margin-top: 55px !important;
  }
  .postid-683 .portfolio-page .wrap img {
    margin: auto;
    margin-top: 37px;
  }
  .postid-174 .container.wireframe-logo.logo-img {
    margin-top: 0;
  }
  .postid-174 .portfolio-page.typography h2 {
    margin-top: 0 !important;
  }
  .postid-174 .portfolio-page.software h2 {
    margin-top: 42px !important;
  }
  .postid-174 .all-project .exp-btn {
    margin-top: 50px;
  }
  .career-banner {
    margin-top: 30px;
  }
  .page-template-scketch-culture #they-say #rotate-carousel ul .left,
  .page-template-scketch-culture #they-say #rotate-carousel ul .right {
    margin-top: 25%;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 88vh !important;
    width: 100% !important;
  }
  .career-opening-banner span.heading {
    font-size: 24px;
  }
  .career-opening-banner span.heading,
  .career-opening-banner .name,
  .career-opening-banner .post,
  .career-opening-banner .Apply-now {
    font-size: 24px;
    line-height: 35px;
  }
  .career-opening-blocks .right-banner {
    margin-top: 25px;
    height: 350px;
  }
  .career-opening-blocks.second-child .right-banner {
    margin-top: -25px;
  }
  .career-opening-blocks.second-child .left-banner {
    height: 350px;
  }
  .single-current_openings .career-openings h1,
  .career-opening-blocks .right-banner h1,
  .find-job h2,
  .seeScketchCulture h2 {
    font-size: 24px;
  }
  .find-job a {
    font-size: 18px;
  }
  .career-opening-banner {
    margin-top: 25px;
  }
  .career-opening-blocks.second-child {
    margin: 100px auto 40px;
  }
  .find-job {
    margin-top: 50px;
  }
  .seeScketchCulture {
    margin-bottom: 40px;
  }
  .career-openings {
    margin: 40px 0;
  }
  .page-template-start-project .static-banner,
  .author-header {
    margin-top: 30px !important;
  }
  .contact h1 {
    margin-top: 35px;
  }
  .banner-contact {
    margin-top: 0;
  }
  .static-banner,
  .header-article {
    margin-top: 20px !important;
    margin-bottom: 10px;
  }
  header #custom-search-input .form-control {
    margin-left: 0;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 0;
  }
  .breadcrumb {
    margin-top: 40px;
  }
  .portfolio-page div#slider {
    width: 52% !important;
  }
  .desktop-show-slide {
    display: none !important;
  }
  .show-slide {
    display: block !important;
  }
  .cocoen>img,
  .cocoen>picture>img {
    width: 100% !important;
  }
  .start-form.applyform .wpcf7-form label.error {
    padding-left: 0;
  }
  .start-form.applyform .wpcf7-form label#user_message-error {
    top: 140px;
  }
  .postid-689 section.all-project img {
    margin: 60px auto 20px;
  }
  .home .banner {
    margin-bottom: 20px;
    max-width: 555px;
  }
  .banner-info {
    top: 83vh;
  }
  #latest-works-slider .img-c {
    margin: 20px -13px;
    padding: 0;
  }
  #latest-works-slider .info-container {
    margin: 20px 0 0 23px;
    height: 400px;
    text-align: left;
    padding: 20px;
  }
}

/* new media Query */

@media only screen and (max-width: 1280px) {
  header nav li a img {
    margin-top: -3px;
  }
  .home #mep_0 {
    height: 281px !important;
  }
}

@media only screen and (max-width: 1200px) {
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .desktop-testimonial {
    display: none !important;
  }
  .mobile-testimonial {
    display: block;
  }
  #they-say {
    display: block;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 10px 5px 0;
    width: 75%;
    margin: 0 12%;
  }
  .home div#demo1 {
    height: auto !important;
  }
  .mobile-testimonial .testimonial-tile p {
    font-size: 15px !important;
    line-height: 21px !important;
    padding: 15px !important;
  }
  .mobile-testimonial a.carousel-control-prev.left,
  .mobile-testimonial a.carousel-control-prev.left {
    top: 0 !important;
  }
  .home #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
  }
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    opacity: 0.5;
  }
  .home .carousel-control-prev {
    left: 39px;
  }
  .home .carousel-control-next {
    right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  #they-say {
    margin-top: 90px;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 10px 5px 0;
    width: auto;
  }
  #they-say #rotate-carousel {
    height: 93vh !important;
  }
  #they-say #rotate-carousel ul li {
    height: auto !important;
    width: 80% !important;
    transform: translateX(-50%);
    left: 50% !important;
    top: 0 !important;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 40%;
  }
  #they-say #rotate-carousel ul .left {
    left: 0 !important;
  }
  #they-say #rotate-carousel ul .right {
    right: 0 !important;
  }
  .l-menu .container .categories {
    top: 40% !important;
  }
  .l-menu .container .categories li a .text {
    height: 28px !important;
    line-height: 40px !important;
    font-size: 30px !important;
  }
  #latest-works .heading-wrapper {
    position: relative;
  }
  #latest-works .half-box img {
    width: 1024px;
    max-width: 100%;
  }
  #latest-works .firstcol .inner-full-box {
    padding: 0 15px 0 0;
  }
  #latest-works .firstcol .inner-full-box img {
    height: 212px;
  }
  .Services {
    padding-top: 30px;
  }
  .tiles-wrapper {
    margin-top: 30px !important;
    margin-bottom: 100px;
  }
  .info-text h1 {
    font-size: 18px;
  }
  .info-text p {
    font-size: 16px;
  }
  .right-banner {
    margin-top: -33px;
  }
  .right-banner .info-text {
    padding-right: 0;
  }
  #latest-digitales .item img {
    height: auto;
  }
  #latest-digitales .info-container {
    height: auto;
  }
  #latest-digitales .info-container h1 {
    padding: 15px 5px 5px 20px;
    font-size: 20px;
  }
  .start-project h4 {
    margin-top: 25px;
  }
  header nav li a {
    padding: 11px 0;
    font-size: 17px;
  }
  .nav {
    right: 40px !important;
  }
  .header-expanded .nav {
    right: 95px !important;
  }
  .tiles-wrapper {
    top: 59%;
  }
  .secondcol .img-height {
    height: 439px !important;
  }
  #they-say {
    margin-top: 100px !important;
  }
  .video-js {
    width: 1024px;
  }
  .vjs-poster {
    background-size: auto !important;
  }
  .video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
  }
  .services-includes ul li {
    font-size: 14px;
    /*padding: 15px 30px;*/
  }
  .quick-service-block {
    margin: 2px auto 50px;
  }
  #latest-digitales .info-container {
    height: 400px;
  }
  #latest-digitales {
    margin-top: 100px;
  }
  header {
    height: 0;
  }
  .footer {
    margin-top: 0;
  }
  .banner-info {
    top: 75vh;
  }
  header .header-container {
    box-shadow: 3px 3px 3px #eee;
  }
  .Services {
    top: 30px;
  }
  #latest-works {
    top: 38px;
    position: relative;
  }
  #latest-works .wrapper {
    padding: 0 15px;
  }
  .services-banner {
    margin: 130px 0 40px;
  }
  .testimonial #they-say {
    margin-top: 0 !important;
    width: 100% !important;
  }
  .career-banner {
    margin: 100px 0 0;
  }
  .static-banner {
    margin: 20px 0 0;
  }
  .tabs ul li {
    margin-right: 18px;
  }
  .blog .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .blog .dropdown-menu {
    margin-left: 0 !important;
  }
  .our-feeds .nav {
    left: 0 !important;
  }
  .our-feeds .nav-link {
    padding: 14px 23px;
  }
  .banner-contact {
    height: 50vh;
  }
  .contact .address-section .nav-tabs {
    margin-left: 40px;
  }
  .banner-contact {
    background: url(../img/contact.png) no-repeat center 6vh;
    height: 40vh;
  }
  .video-section .vjs-poster {
    background-color: #fff !important;
    background-size: auto !important;
  }
  .portfolio-inner-banner p {
    width: 100%;
    padding: 0 15px;
  }
  .single-testimonial .wrapper .testimonial-text {
    padding: 22px 15px 0 !important;
    font-size: 17px !important;
    line-height: 28px !important;
  }
  .blogslider h1 {
    line-height: 42px;
    font-size: 35px;
  }
  .blogslider .design-tags {
    margin: 15px 0;
  }
  .blogslider .btn-danger {
    margin: 10px 0;
  }
  .cocoen {
    width: 75% !important;
  }
  #filter .filter-cate {
    width: 33%;
  }
  .video-js {
    width: 100%;
  }
  .video-js .vjs-big-play-button {
    left: 50% !important;
    transform: translateX(-50%);
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 520px;
    overflow: scroll;
  }
  .left-banner .info-text {
    padding: 0 0 0 11px;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 33%;
  }
  .desktop-show-slide {
    display: none !important;
  }
  .show-slide {
    display: block !important;
  }
  /* new css */
  .tag .tag-page,
  .category .tag-page {
    margin-top: 90px;
  }
  .home #they-say #rotate-carousel ul .right {
    margin-top: 33%;
  }
  .prorfolio-work-blocks .right-text img,
  .prorfolio-work-blocks .left-text h2,
  .prorfolio-work-blocks .left-text span,
  .prorfolio-work-blocks .left-text p {
    padding-left: 0;
  }
  .prorfolio-work-blocks .right-text h2,
  .prorfolio-work-blocks .right-text span,
  .prorfolio-work-blocks .right-text p,
  .prorfolio-work-blocks .left-text img {
    padding-right: 0;
  }
	
	span.hvr-sweep-to-top.inner-pg {
    padding: 6px;
}
  .author-header {
    margin-top: 170px;
  }
  header nav li a {
    padding: 0 !important;
    font-size: 16px;
  }
  .chooseBest .thebestSection h2,
  .blocks .block h2 {
    font-size: 24px;
  }
  .services-banner {
    margin: 100px 0 40px;
    float: left;
    width: 100%;
  }
  .scketch-activity {
    height: 100%;
    max-height: 100%;
  }
  .social li {
    width: 8%;
    /*change for alignment social Icon*/
  }
  .social ul {
    margin: 0;
  }
  .blocks .block {
    padding: 25px 15px 10px;
  }
  .contact h1 {
    margin-top: 0;
  }
  /*.frame img {
    height: 160px;
  }*/
  .page-template-scketch-culture #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 613px !important;
    overflow: scroll;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 70vh !important;
  }
  .header-article {
    margin-top: 170px;
    margin-bottom: 0;
  }
  .cl-effect-1 a::before {
    margin-right: 5px;
  }
  .cl-effect-1 a::after {
    margin-left: 5px;
  }
  .banner-info {
    top: 80vh;
  }
  .services-banner {
    margin: 30px 0 40px;
  }
  .banner-info {
    top: 75vh;
  }
  .Services {
    padding-top: 0;
  }
  .home #latest-works {
    margin-top: 0 !important;
  }
  .home #they-say {
    margin-top: 50px !important;
  }
  #latest-works .inner-full-box {
    padding: 0 0 10px 0;
  }
  #latest-works .firstcol .inner-full-box {
    padding: 0 5px 0 0;
  }
  #latest-works .half-box .firstcol .inner-full-box img {
    margin-bottom: 10px;
  }
  #latest-works .inner-half-box {
    padding: 0 5px 10px 0;
  }
  .home #mep_0 {
    height: 400px !important;
  }
  .chooseBest .thebestSection {
    margin: 45px 0 30px;
  }
  .single-portfolios #they-say {
    margin-top: 10px !important;
  }
  .breadcrumb {
    margin-top: 100px;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 100vh !important;
  }
  .career-banner {
    margin-top: 90px;
  }
  .page-template-scketch-culture #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 670px !important;
  }
  #animation {
    z-index: -999;
  }
  #latest-works .half-box .inner-full-box img,
  #latest-works .half-box img,
  #latest-works .half-box .firstcol .inner-full-box img,
  .secondcol .img-height {
    height: auto !important;
  }
  .start-project {
    padding: 25px 0;
  }
  .home #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .banner-info {
    top: 80vh;
  }
  .home .Services {
    margin: 70px auto 0;
  }
  .home #they-say {
    margin-top: 150px !important;
  }
  #latest-digitales {
    margin-top: 100px;
  }
  .blocks-container {
    width: 90%;
    margin: auto;
  }
  .blocks .block {
    min-height: auto;
  }
  .flip-container {
    width: 100%;
    height: 280px;
  }
  .video-section {
    margin-top: 0 !important;
  }
  .video-section .heading h1 {
    margin-bottom: 30px;
  }
  .postid-689 .software h2 {
    margin-top: 20px !important;
  }
  .career-banner {
    margin-top: 50px;
  }
  .testimonial {
    margin-top: 75px;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    padding: 18px 5px 0;
    width: 75%;
    margin: 45px 12%;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 18px 5px 10px;
  }
  .career-openings {
    margin: 60px 0 0;
  }
  .refer-social {
    margin-left: 0;
  }
  .page-template-start-project .static-banner,
  .author-header {
    margin-top: 49px !important;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 15px;
  }
  .blogslider h1 {
    letter-spacing: 0;
  }
  .masonry-item .hvr-sweep-to-top a {
    font-size: 13px;
  }
  .static-banner {
    margin: 20px 0 0 !important;
  }
  .services-banner {
    margin: 66px 0 40px !important;
  }
  .header-article {
    margin-top: 20px !important;
  }
  .single-post .more-categories .heading h2 {
    margin-bottom: 25px;
  }
  .prorfolio-work-blocks .underlined-example {
    margin-left: 0 !important;
  }
  #latest-works .inner-half-box {
    padding: 0 4px 0 0;
  }
  #latest-works .half-box .firstcol .inner-full-box img {
    margin-bottom: 0
  }
  #latest-works .inner-half-box {
    padding: 0;
  }
  .home #mep_0 {
    height: 254px !important;
  }
  #they-say .wrapper .testimonial-tile {
    padding: 15px 15px 10px;
  }
  #they-say .wrapper .company-logo {
    margin-top: -30px;
  }
  #they-say .wrapper .testquote-mobile {
    background: url(../img/quotes-s.png) 15px 28px no-repeat;
    float: left;
    padding: 21px 15px 11px;
  }
  #they-say .wrapper .testquote-mobile p {
    background: url(../img/quotes-l.png) 100% 94% no-repeat;
    float: left;
    text-align: center;
  }
  .home .Services {
    margin: 10px auto 0;
  }
  .home .latest-work-container {
    margin-top: 0;
  }
  .home .latest-work-container {
    margin-top: 0;
  }
  .home .latest-work-container {
    margin-top: 0;
  }
  .tiles-wrapper {
    margin-bottom: 80px;
  }
  .smart-loader-one {
    top: 38%;
    left: 43%;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 40px !important;
  }
  .pbtns,
  .prorfolio-work-blocks .left-text .underlined-example {
    margin-left: 0;
  }
  .home .footer .social {
    padding: 20px 0 10px !important;
  }
  .social i.fa {
    font-size: 26px;
    line-height: 46px;
  }
  .social i.fa:hover {
    width: 40px;
    height: 40px
  }
  .social i.fa:after {
    color: #B8B3B3;
    background: #fff;
  }
  .home .footer .social {
    padding: 20px 0 1px !important;
  }
  .f-links nav a {
    font-size: 16px;
    padding: 0 20px;
  }
  .panel .back {
    height: 235px !important;
  }
  .single-service .services-banner {
    margin-top: 50px !important;
  }
  .service-content p {
    width: 86%;
  }
  .portfolio-banner .heading h1 {
    font-size: 20px;
    margin-top: 15px;
  }
  div#video-section {
    top: 0 !important;
  }
  .portfolio-banner .project-name h2 {
    font-size: 20px;
  }
  .video-section#latest-works {
    top: 0;
    margin-bottom: 20px;
  }
  .tax-app_type .wp-video,
  .page-template-portfolio .wp-video,
  .page-template-portfolio #mep_0,
  .tax-app_type #mep_0,
  .single-portfolios #mep_0,
  .single-portfolios .wp-video {
    width: 100% !important;
    margin-bottom: 50px;
    height: 500px;
    padding: 15px;
  }
  .portfolio-inner-banner p {
    padding: 0;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 20px !important;
  }
  .portfolio-page .wrap img {
    width: 90%;
  }
  .prorfolio-work-blocks h2 {
    font-size: 20px !important;
    margin-bottom: 0;
  }
  .prorfolio-work-blocks .hvr-sweep-to-top a {
    font-size: 14px;
  }
  .prorfolio-work-blocks p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0;
  }
  .prorfolio-work-blocks .underlined-example {
    font-size: 14px;
  }
  .postid-689 .portfolio-banner.portfolio-inner-banner .logo-img {
    height: 115px;
  }
  .postid-689 .portfolio-inner-banner .project-name h1 {
    margin-top: 30px;
  }
  #latest-digitales .img-c img {
    height: auto;
  }
  #latest-digitales .info-container h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .prorfolio-work-blocks p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0 0;
  }
  #latest-digitales .info-container {
    height: 371px;
  }
  .prorfolio-work-blocks .right-text .no-padding,
  .prorfolio-work-blocks .left-text .no-padding {
    height: 255px;
    padding-left: 10px;
  }
  .postid-170 .portfolio-page.typography h2 {
    margin-top: 40px !important;
  }
  [class^="imghvr-"] figcaption h3 {
    font-size: 12px;
  }
  .postid-683.single-portfolios #they-say {
    margin-top: 20px !important;
  }
  .postid-174 .logo-img {
    height: 118px;
  }
  .postid-174 .container.wireframe-logo {
    margin: 30px 0 45px;
  }
  .postid-174 .software .logo-img {
    margin-top: 30px;
  }
  .career-banner {
    margin-top: 25px;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    margin: 30px 12%;
  }
  .current-openings .inner-heading {
    margin-top: 45px;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    padding: 18px 5px 18px;
  }
  .cocoen.show-slide.ufwireframe {
    width: 74% !important;
  }
  .career-opening-blocks .left-banner h1,
  .career-opening-blocks .right-banner h1 {
    margin-bottom: 10px;
  }
  .career-opening-blocks .left-banner p,
  .career-opening-blocks .right-banner p {
    font-size: 14px;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    height: 440px;
  }
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    opacity: 1;
  }
  .page-template-scketch-culture .carousel-control-next {
    right: 50px;
  }
  .page-template-scketch-culture .carousel-control-prev {
    left: 50px;
  }
  .job-desc span:first-child {
    margin: 0 7px 0 34px;
  }
  .refer-social {
    margin-left: -374px !important;
  }
  .job-desc {
    margin-bottom: 5px;
  }
  .mobile-btn {
    display: none;
  }
  .view-all {
    margin: 40px 0 29px;
  }
  .radiobtns span.wpcf7-list-item {
    margin: 0 10px 0 0;
  }
  .start-project-banner .verticle-align {
    margin-top: 53px;
  }
  .page-template-start-project .static-banner,
  .author-header {
    margin-top: 15px !important;
  }
  .contact h1 {
    margin-top: 30px;
  }
  .blogslider {
    margin-top: 15px !important;
  }
  .blogslider h1 {
    font-size: 22px;
    line-height: 35px;
  }
  .blogslider .Bnr .col-lg-6.col-md-12.col-sm-12.float-lg-left.float-md-left.float-sm-left {
    height: auto;
  }
  .blogslider .btn-danger {
    margin: 20px 0;
    position: relative;
    bottom: 0;
  }
  .underlined-example {
    font-size: 14px;
  }
  .pciwgas-cat-wrap .pciwgas-title {
    padding: 15px 0 15px;
  }
  .blogslider {
    margin-bottom: 30px;
  }
  .discover {
    margin-bottom: 35px;
  }
  .page-template-blog .our-feeds {
    margin-top: 50px;
  }
  .blg-menu .input-group {
    padding-right: 0;
  }
  header #custom-search-input .form-control {
    margin-left: 0;
  }
  .header-article .header-img {
    height: 350px;
  }
  .header-article h1 {
    font-size: 22px;
    bottom: 8px;
  }
  .single-post .artical-info p,
  .artical-info ul {
    padding: 0 10px;
  }
  .artical-info p {
    width: 100%;
  }
  .artical-info ul {
    width: 96%;
    margin-left: 4%;
  }
  .artical-info ol {
    width: 100%;
  }
  .author-header {
    padding-bottom: 30px;
  }
  .pciwgas-cat-wrap .pciwgas-img-wrapper img.pciwgas-cat-img {
    width: 130px;
    height: auto;
  }
  .breadcrumb {
    margin-top: 25px;
  }
  .desktop-show-slide {
    display: none !important;
  }
  .show-slide {
    display: block !important;
  }
  .cocoen>img,
  .cocoen>picture>img {
    width: 100% !important;
  }
  .cocoen>img,
  .cocoen>picture>img {
    display: block;
    width: 100%;
  }
  .cocoen.show-slide.ufwireframe {
    width: 95% !important;
  }
  .postid-172 .portfolio-page.typography h2 {
    margin-top: 30px !important;
  }
  .postid-172 .portfolio-page.typography h2 {
    margin-top: 0 !important;
  }
  .home #latest-works {
    width: 91%;
  }
  #filter .filter-cate:first-child,
  #filter .filter-cate:nth-child(2),
  #filter .filter-cate:nth-child(3),
  #filter .filter-cate:nth-child(4) {
    width: 25%;
  }
  .home .banner {
    margin-bottom: 20px;
    height: 650px !important;
  }
  .banner-info {
    top: 550px;
  }
  canvas.halftone {
    /*display: none;*/
  }
}

/* new css */

@media only screen and (max-width: 1000px) {
  .home #mep_0 {
    height: 250px !important;
  }
}

@media (min-width: 992px) {
  .desktop-show-slide {
    display: none;
  }
  .show-slide {
    display: b;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
  .contact {
    width: 100%;
    padding: 0 15px;
  }
  header nav li a {
    padding: 0 !important;
    font-size: 17px;
  }
}

/* new css */

@media only screen and (max-width: 990px) {
  .front img {
    width: 50%;
    margin: auto;
    margin-bottom: 15px;
  }
  .front {
    text-align: center;
  }
  .panel {
    height: 340px !important;
    margin-bottom: 37px !important;
  }
  .back ul li {
    color: #fff;
    font-size: 13px;
  }
  .blg-menu .navbar-toggler {
    position: absolute;
    top: -44px;
    right: 0;
  }
  .home #mep_0 {
    height: 246px !important;
  }
  .home #latest-digitales .info-container {
    margin: 19px 0 0;
    border: 1px solid #eee;
  }
  #latest-digitales .img-c img {
    padding-right: 0;
    height: auto !important;
  }
  .home #latest-digitales .img-c {
    margin: 0 0 20px;
    padding: 0;
  }
  .home .banner {
    margin-bottom: 20px !important;
    max-width: 530px;
  }
  .big-letter h4 {
    font-size: 26px;
  }
  .big-letter {
    font-size: 100px;
  }
}

@media only screen and (max-width: 960px) {
  .home #mep_0 {
    height: 239px !important;
  }
  .home .banner {
    margin-bottom: 20px;
    max-width: 525px !important;
    height: 600px !important;
  }
  .banner-info {
    top: 482px;
  }
}

@media only screen and (max-width: 900px) {
  .home #mep_0 {
    height: 224px !important;
  }
}

@media only screen and (max-width: 850px) {
  .home #mep_0 {
    height: 212px !important;
  }
}

@media only screen and (max-width: 812px) {
  #they-say {
    margin-top: 90px;
  }
  #they-say #rotate-carousel {
    height: 160vh !important;
  }
  .banner {
    background-size: 55vh;
  }
  .banner-info {
    top: 58vh;
  }
  .banner-info h1 {
    font-size: 25px;
  }
  .banner-info h2 {
    font-size: 36px;
  }
  header .header-container {
    width: 100%;
    margin: auto;
    box-shadow: 3px 3px 31px #eee;
  }
  .logo img {
    width: 70% !important;
  }
  .logo {
    height: auto !important;
    top: 2px !important;
  }
  .nav-toggle .ico-menu {
    top: 8px !important;
  }
  .nav-toggle {
    top: 0;
  }
  .fp-viewing-0 header,
  header:hover,
  header .header-container {
    opacity: 1 !important;
    overflow: visible;
    height: 50px;
  }
  .tiles-wrapper {
    margin-top: 170px;
  }
  #they-say {
    margin-top: 15vh;
  }
  #they-say #rotate-carousel {
    height: 150vh !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    padding: 20px !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile img {
    margin-bottom: 5px;
  }
  #they-say #rotate-carousel .wrapper .testimonial-text {
    padding: 0 10px 0;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    height: auto !important;
  }
  .left-banner,
  .right-banner {
    padding: 20px 20px;
  }
  section#they-say {
    width: 100% !important;
  }
  #latest-digitales .info-container {
    margin: 30px 0 0 0;
    padding: 10px 0 25px 0;
  }
  #latest-digitales .img-c {
    margin: 0;
    padding: 0;
  }
  #latest-digitales .img-c img {
    height: auto;
  }
  .start-project {
    padding: 30px 0;
  }
  .start-project img {
    margin: 30px auto;
    width: 50%;
  }
  .start-project h4 {
    margin: 15px 0;
  }
  .start-project p {
    margin: 13px 0;
  }
  .scketch-activity .fisrt-col img {
    height: 207px;
    width: 100%;
  }
  .scketch-activity .second-col .first-row img {
    height: 88px;
  }
  .scketch-activity .second-col .second-row img {
    height: 119px;
  }
  .social li {
    /*padding: 0 60px;*/
    /*commented for alignment social Icon*/
  }
  .f-links nav a {
    font-size: 17px;
    padding: 0 32px;
  }
  i.fa {
    font-size: 40px;
  }
  #latest-digitales {
    margin-top: 51px;
  }
  .video-js .vjs-big-play-button {
    top: 45% !important;
    left: 41% !important;
  }
  #they-say {
    margin-top: 60px !important;
  }
  #latest-digitales {
    margin-top: 32px;
  }
  #latest-digitales .container .carousel-item {
    margin: auto;
  }
  #latest-digitales .container .info-container {
    margin: 0 0 0 0;
  }
  /** services**/
  .chooseBest .thebestSection img {
    width: 80%;
  }
  .services-includes ul li {
    width: 50%;
  }
  .service-content p {
    width: 100%;
  }
  .start-project-banner .verticle-align {
    margin-top: 54px;
    padding-left: 0;
  }
  .start-form {
    margin: 50px 0 0;
  }
  .contact .start-form h2#workp {
    margin: 20px 0 5px;
  }
  .start-form form {
    width: 100%;
  }
  #latest-digitales .info-container {
    height: auto;
  }
  #latest-digitales .info-container .read-more {
    bottom: 0;
  }
  .banner {
    background-size: 33%;
  }
  .banner-info {
    top: 65vh;
    margin-bottom: 50px;
  }
  .fp-viewing-0 header,
  header:hover,
  header .header-container {
    opacity: 1 !important;
    overflow: visible;
  }
  header .nav {
    margin-top: 32px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #eee;
  }
  .header-expanded .nav {
    margin-top: 32px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #eee;
    width: 100%;
    right: 0 !important;
  }
  nav ul {
    text-align: center;
    width: 100%;
  }
  header nav li {
    display: block;
  }
  .hide-on-expend {
    display: none;
  }
  .nav-toggle {
    width: 60px !important;
  }
  #they-say .wrapper .img-wrap .name-cover {
    bottom: 11px;
    padding: 0 15px;
  }
  #contentDiv input {
    width: 100%;
  }
  .close {
    top: 12px;
    right: 15px;
  }
  .services-banner {
    margin: 40px 0 40px;
  }
  .career-banner {
    margin: 30px 0 0;
  }
  .view-all {
    margin: 30px 0 54px;
  }
  .start-project-banner {
    margin-top: 40px !important;
  }
  .our-team {
    margin-top: 20px;
  }
  .career-opening-banner {
    margin-top: 40px;
  }
  .career-opening-blocks .left-banner img,
  .career-opening-blocks .right-banner img {
    width: 100%;
    padding: 40px 20px;
  }
  .career-opening-blocks .right-banner {
    float: right;
    margin-top: 5px;
    margin-left: 0;
    padding: 30px 20px;
  }
  .career-opening-blocks.second-child {
    margin: 0;
    display: inline-grid;
  }
  .career-opening-blocks.second-child .left-banner {
    padding: 30px 20px;
    margin-top: 6px;
    padding-right: 20px;
  }
  .career-opening-blocks.second-child .right-banner {
    margin-top: 5px;
    padding-left: 20px;
  }
  .career-opening-blocks {
    margin-bottom: 50px;
  }
  .career-openings {
    margin: 50px 0;
  }
  .job-desc,
  .button-group {
    text-align: left;
  }
  .career-openings p {
    text-align: left !important;
  }
  .current-opening-block img {
    height: auto;
  }
  .career-openings .description {
    padding-right: 15px;
  }
  .career-opening-banner span.heading {
    font-size: 22px;
  }
  .career-opening-banner .Apply-now {
    font-size: 20px;
  }
  .blog .logo img {
    width: 85% !important;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent !important;
  }
  .navbar-light .navbar-toggler-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../img/menu-icon.png) no-repeat 0 1px !important;
    left: 9px;
  }
  .navbar-light .navbar-toggler-icon:focus {
    outline: none important;
  }
  #custom-search-input button {
    margin: 0 0;
  }
  #custom-search-input {
    margin-top: 5px;
  }
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    outline: none !important;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    top: 8px;
    right: 30px;
  }
  header nav {
    float: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #eee;
  }
  .no-padding-menu {
    padding: 0 !important;
  }
  .blog .dropdown:hover>.dropdown-menu {
    text-align: center;
  }
  .collapse.show {
    width: 100%;
	/*margin-top: 50px;*/
  }
  .blog .dropdown-menu {
    box-shadow: none !important;
    background-color: rgba(251, 249, 248, 0.55);
  }
  .navbar {
    padding: 0 !important;
  }
  .blogslider .BnrVerAlgn {
    position: relative;
    top: 0;
    transform: none;
    right: 0;
    text-align: center;
  }
  .blogslider .Bnr {
    margin-top: 0;
  }
  .special-full-article {
    margin-top: 30px;
  }
  .our-feeds .blog-article h2 {
    padding-left: 0;
    margin-top: 50px;
  }
  .blog-subscribe img {
    margin: 25px 0 0 !important;
    width: 100% !important;
  }
  .blog-subscribe h4 {
    /*margin-top: 50px !important; */
  }
  .blog-subscribe p {
    /*padding: 0 20px !important;*/
  }
  .blog-subscribe .mail-subcribe p {
    /*padding: 0 !important;
    margin: 0 !important;*/
  }
  .special-full-article .back .post-title,
  .special-full-article .back p {
    position: relative !important;
    bottom: 0 !important;
    padding: 15px !important;
  }
  .design .heading {
    border-bottom: 0;
  }
  .blog .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .author-header {
    margin-top: 50px;
  }
  .tag-page {
    margin-top: 25px;
  }
  .header-article {
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .header-article h1 {
    position: absolute;
    bottom: 60px;
    font-size: 26px;
  }
  .social-container .design-tags ul li {
    font-size: 17px;
  }
  .author {
    padding: 25px 15px 10px;
  }
  .author .author-img {
    width: 10%;
  }
  .author .info {
    margin-top: 8px;
  }
  .author .info .date,
  .author .info .name {
    line-height: 20px;
  }
  .contact {
    width: 100%;
    padding: 0 15px;
  }
  .contact .address-section .nav {
    margin-left: 42px;
    box-shadow: none;
  }
  .start-form .effect~.focus-border {
    top: 24px;
  }
  .contact h1 {
    margin-top: 25px;
  }
  .contact .address-section h1 {
    font-size: 30px;
  }
  .video-section .video-js {
    height: 303px !important;
  }
  .video-section .vjs-poster {
    background-size: contain !important;
  }
  .portfolio-banner {
    margin: 50px 0;
  }
  .portfolio-banner .heading h1 {
    margin-top: 0;
  }
  .prorfolio-work-blocks .right-text img {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .prorfolio-work-blocks .left-text {
    display: inline-grid;
  }
  .prorfolio-work-blocks div:first-child {
    float: left !important;
    order: 2;
    margin-top: 30px;
  }
  .video-section {
    margin: 0 !important;
  }
  .block-container .about-right-img,
  .block-container .about-left-img {
    display: none;
  }
  #they-say.single-testimonial {
    margin-top: 0 !important;
  }
  #they-say.single-testimonial .wrapper .testimonial-tile {
    width: 100% !important;
    margin: 0 !important;
  }
  .single-testimonial .name-cover .name {
    font-size: 24px !important;
  }
  .project-block img {
    height: 200px;
    width: 100%;
  }
  .tabs ul li {
    margin-top: 20px;
    padding: 0 15px;
  }
  .career-opening-blocks {
    margin-top: 0;
    margin-bottom: 27px;
  }
  .blogslider .Bnr {
    margin-top: 25px;
  }
  #custom-search-input button {
    top: 6px;
  }
  .owl-one {
    padding: 0 !important;
  }
  .career-opening-blocks .left-banner {
    border-bottom: 0 !important;
  }
  .career-opening-blocks .right-banner {
    border-top: 0 !important;
    margin-top: 0;
    padding: 0 20px;
  }
  .career-opening-blocks .left-banner img,
  .career-opening-blocks .right-banner img {
    width: 100%;
    padding: 0 20px;
  }
  .left-banner,
  .right-banner {
    box-shadow: none;
  }
  .career-opening-blocks.second-child {
    margin: 0 0 27px;
  }
  .career-opening-blocks.second-child .left-banner {
    border-top: 0 !important;
    border-top: 2px solid #ddd !important;
    margin-top: 0;
  }
  .career-opening-blocks.second-child .right-banner {
    border-bottom: 0 !important;
    border-bottom: 2px solid #ddd !important;
    margin-top: 0;
  }
  .cocoen {
    width: 100% !important;
  }
  #filter .filter-cate {
    width: auto;
  }
  #filter span {
    padding: 0 11px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .video-js .vjs-big-play-button {
    top: 51% !important;
    left: 50% !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 410px !important;
    overflow: scroll;
  }
  .tiles-wrapper {
    margin-bottom: 0;
  }
  .footer {
    margin-bottom: 50px;
  }
  #latest-digitales .carousel {
    margin-bottom: 50px;
  }
  .navbar {
    padding: 0 !important;
	width: 100%;
    background: #fff;
  }
  .float-panel {
    width: 100%;
    z-index: 300;
    position: fixed;
    height: 60px;
  }
  header nav {
    float: none;
  }
  header nav li:last-child a img {
    margin-top: 14px;
  }
  .md-modal#search {
    top: 48% !important;
  }
  .md-modal input,
  .md-modal {
    width: 90% !important;
  }
  .md-content button {
    margin-right: 35px !important;
  }
  .md-modal input {
    font-size: 30px;
    background: url(../img/search-bar.png) 100% 8px no-repeat !important;
  }
  li.nav-item.dropdown {
    padding: 11px 0;
  }
  li.nav-item.dropdown-arrow {
    padding: 0 0;
  }
  .dropdown-item {
    text-align: center !important;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
  }
  .navbar-nav {
    padding: 0;
	text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  header nav {
    float: none;
    background-color: white;
    box-shadow: 0 0 5px #eee;
    margin-top: 50px;
  }
  .blg-menu nav {
    margin-top: 0;
  }
  .blg-menu header nav li a {
    padding-top: 20px;
  }
  li.nav-item.dropdown-arrow {
    padding: 11px 0;
  }
  .dropdown-menu {
    background-color: rgba(238, 238, 238, 0.38);
    border: none;
  }
  .navbar-nav .dropdown-menu {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .dropdown-item {
    padding: 12px 0;
  }
  .footer {
    margin-top: 0;
  }
  .portfolio-banner {
    margin: 50px 0 0;
  }
  .prorfolio-work-blocks div:first-child,
  .prorfolio-work-blocks h2 {
    text-align: center;
  }
  .prorfolio-work-blocks .right-text p,
  .prorfolio-work-blocks .left-text p {
    padding-right: 0;
  }
  .prorfolio-work-blocks {
    margin-bottom: 30px;
  }
  .prorfolio-work-blocks div:first-child {
    margin-top: 15px;
  }
  .video-section .heading h1 {
    margin-bottom: 45px;
  }
  .block-container {
    margin-top: 50px;
    margin-bottom: 45px;
  }
  .portfolio-page h2 {
    margin-top: 59px;
  }
  .portfolio-page h2 {
    margin-top: 35px;
  }
  .cocoen {
    margin-bottom: 40px !important;
  }
  .portfolio-page .wrap img {
    margin-bottom: 50px;
  }
  .blogslider {
    margin-top: 20px !important;
  }
  .discover {
    margin-bottom: 40px !important;
  }
  .content-of-career h1,
  .content-of-career h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .content-of-career p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .content-of-career p.less-width {
    width: 95%;
  }
  .services-page .Services {
    margin: 0 auto 50px;
  }
  .services-internal .service-content p {
    font-size: 15px;
  }
  .scketch-culture #they-say #rotate-carousel ul {
    top: 30px !important;
  }
  .scketch-culture .testimonial {
    margin-top: 62px;
  }
  .contact h1 {
    text-align: left;
  }
  .contact form {
    margin-top: 50px;
  }
  .contact .start-form .send-btn {
    margin-bottom: 50px;
  }
  .our-feeds h2 {
    margin-bottom: 16px;
  }
  /* new css */
  .portfolio-banner {
    margin: 100px 0 0;
  }
  .header-article {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .career-opening-blocks {
    margin-top: 35px;
  }
  #custom-search-input button {
    margin: 5px 0 !important;
  }
  #custom-search-input button {
    top: 0;
  }
  svg.icon.icon-search {
    display: none;
  }
  .navbar-light .navbar-toggler {
    top: 8px;
  }
  .blg-menu #custom-search-input {
    margin-top: 7px !important;
  }
  .header-container.blg-menu .logo {
    top: 8px !important;
  }
  li.nav-item.dropdown {
    padding: 0 0;
  }
  header nav li:last-child a img {
    margin-top: -3px;
  }
  header nav li a img {
    margin-top: -3px;
  }
  .chooseBest .thebestSection h2,
  .blocks .block h2 {
    font-size: 20px;
  }
  .chooseBest .thebestSection .info-text p {
    font-size: 16px;
    line-height: 22px;
  }
  .static-banner {
    margin: 64px 0 0;
  }
  .career-banner {
    margin: 90px 0 0;
  }
  /*.frame img {
    height: 120px;
  }*/
  .page-template-scketch-culture .testimonial h2 {
    margin-top: 45px;
  }
  .career-opening-blocks .left-banner img,
  .career-opening-blocks .right-banner img {
    max-width: none;
  }
  .career-opening-blocks .read-more {
    display: block;
    float: left;
    height: 45px;
  }
  .career-openings {
    margin: 84px 0 20px;
  }
  .career-openings .button-group {
    text-align: left;
  }
  .start-project-banner {
    margin-top: 80px !important;
  }
  .start-project-banner p {
    padding: 0 0 0 0;
  }
  .artical-info {
    margin-bottom: 50px;
  }
  .author-header {
    margin-top: 90px;
  }
  .prorfolio-work-blocks .right-text img,
  .prorfolio-work-blocks .left-text h2,
  .prorfolio-work-blocks .left-text span,
  .prorfolio-work-blocks .left-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .prorfolio-work-blocks .right-text img {
    width: 100%;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 100px;
  }
  .Services {
    margin: 20px auto 0;
  }
  #latest-works,
  #they-say {
    margin-top: 60px;
  }
  .home #they-say {
    margin-top: 80px !important;
  }
  .home #they-say #rotate-carousel {
    height: 70vh !important;
  }
  .breadcrumb {
    margin-top: 80px;
  }
  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url("../img/next.png") no-repeat -2px 7px;
    background-size: 12px;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 0;
  }
  .breadcrumb {
    margin-top: 30px;
  }
  .banner {
    background-size: 35% !important;
  }
  .banner-info {
    top: 100vh;
  }
  .portfolio-banner {
    margin: 50px 0 0;
  }
  .static-banner {
    margin: 25px 0 0;
  }
  #latest-digitales ul.carousel-indicators li {
    margin-top: 15px;
  }
  .career-opening-blocks .left-banner {
    margin-left: 0;
  }
  .page-template-career .tabs ul li {
    margin: 0 5px !important;
  }
  .mobile-view .carousel-indicators li {
    height: 12px !important;
    width: 12px !important;
    position: relative !important;
    left: 0 !important;
    max-width: 12px !important;
    margin: 0 6px 0 6px;
    border: 1px solid #d04140;
    border-radius: 50%;
    background-color: transparent !important;
  }
  .mobile-view .carousel-indicators li.active {
    border: 1px solid #d04140;
    background-color: #d04140 !important;
  }
  .mobile-view .carousel-indicators {
    bottom: -25px;
  }
  #latest-works .half-box .inner-full-box img,
  #latest-works .half-box img,
  #latest-works .half-box .firstcol .inner-full-box img,
  .secondcol .img-height {
    height: auto !important;
  }
  .start-project {
    padding: 25px 0;
  }
  .home #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .banner {
    height: 116vh;
  }
  .home .otherBanner .right-banner {
    margin-top: 30px;
  }
  .latest-work-container {
    margin-top: 75px;
  }
  .home #they-say {
    margin-top: 154px !important;
  }
  #latest-digitales {
    margin-top: 85px;
  }
  #latest-digitales .img-c img {
    padding-right: 0;
  }
  #latest-digitales .carousel {
    margin-bottom: 0;
  }
  .blocks-container {
    width: 100%;
    margin: auto;
  }
  .chooseBest {
    width: 100%;
  }
  .portfolio-banner {
    margin: 100px 0 0;
  }
  .page-template-portfolio .mejs-overlay-button,
  .single-portfolios .mejs-overlay-button {
    position: absolute;
    top: 7px;
    display: none;
  }
  .start-project h4 {
    font-size: 25px;
  }
  .banner-contact {
    float: left;
    width: 100%;
    height: auto !important;
  }
  .page-template-blog .blog-article,
  .page-template-contact .blog-article {
    padding-left: 15px;
    padding-top: 25px;
  }
  .static-banner {
    margin-top: 0 !important;
    float: left;
    width: 100%;
  }
  .about {
    margin: 0 0;
  }
  .career-banner {
    margin: 40px 0 0;
  }
  .page-template-scketch-culture .testimonial h2 {
    margin-top: 0;
  }
  .current-openings .inner-heading {
    margin-top: 40px;
  }
  .career-opening-banner {
    margin-top: 40px;
  }
  .career-opening-blocks .right-banner,
  .career-opening-blocks.second-child .left-banner {
    margin-top: 0;
    height: auto;
  }
  .career-opening-blocks .careerbtn {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: left;
    margin-bottom: 20px;
    float: left;
  }
  .career-opening-blocks.second-child .careerbtn {
    left: 0;
  }
  .career-opening-blocks {
    margin-top: 0;
  }
  .page-template-career .tabs {
    margin-bottom: 34px;
  }
  .career-openings {
    margin: 45px 0 20px;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 20px;
  }
  .header-article {
    margin-top: 40px !important;
  }
  header .header-container.blg-menu nav.navbar ul {
    margin-top: 0;
  }
  .blocks .block {
    min-height: auto;
    text-align: center;
  }
  .prorfolio-work-blocks .underlined-example {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .services-includes {
    margin: 70px 0 50px;
  }
  .our-process img {
    margin: 40px auto;
  }
  .mobile-testimonial .testimonial-tile p {
    font-size: 14px !important;
    line-height: 21px !important;
    padding: 15px 15px 20px !important;
    margin-bottom: 0;
  }
  #they-say .wrapper .company-logo {
    margin-top: -14px;
  }
  .home #mep_0 {
    height: 177px !important;
  }
  .social li {
    /*padding: 0 33px;*/
    /*commented for alignment social Icon*/
  }
  .social li {
    /*width: auto*/
    /*commented for alignment social Icon*/
  
  }
  .home #latest-works {
    margin-top: 30px !important;
  }
  .left-banner,
  .right-banner {
    box-shadow: -2px -1px 25px #f0f0ec;
  }
  .otherBanner .fade-in {
    z-index: 0;
    opacity: 1;
    background-color: #fff;
  }
  .half-box-r .mar-bot {
    margin-bottom: 3px;
  }
  .firstcol .mar-bot {
    margin-bottom: 2px;
  }
  .home #latest-digitales .info-container {
    margin: 19px 0 23px 0;
    box-shadow: none;
  }
  .home #latest-digitales .img-c {
    margin: 19px 0;
    padding: 0;
  }
  #latest-digitales .info-container {
    height: 280px;
    padding: 0 !important
  }
  .footer {
    margin-top: 50px;
  }
  .home .Services {
    margin: 60px auto 0;
  }
  .tiles-wrapper {
    margin-bottom: 45px;
  }
  #blog-nav-icon {
    width: 30px !important;
  }
  #latest-digitales .img-c img {
    height: auto;
  }
  #latest-digitales .info-container {
    height: auto;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block !important;
  }
  header nav li {
    display: block;
    margin: 5px 0;
  }
  .static-banner iframe {
    height: 250px;
  }
  .portfolio-banner {
    margin: 20px 0 0;
  }
  .prorfolio-work-blocks p,
  .portfolio-banner .project-desc {
    font-size: 15px;
    line-height: 21px;
  }
  .pbtns,
  .prorfolio-work-blocks .left-text .underlined-example {
    margin-left: 0;
  }
  .prorfolio-work-blocks h2,
  .portfolio-banner .project-name h2 {
    font-size: 18px !important;
  }
  .hvr-sweep-to-top a,
  .underlined-example {
    font-size: 14px;
  }
  .portfolio-banner .project-desc {
    margin-bottom: 20px;
  }
  .footer {
    margin-bottom: 5px;
  }
  .start-project button.button-common {
    margin-top: 20px;
  }
  .service-content p {
    line-height: 24px;
  }
  /* .services-includes ul li {
     background: url(..img/Bullet-point.png) no-repeat left 8px;
     height: 64px;
     line-height: 24px;
     background-size: 3%;
}*/
  .single-service .services-banner img {
    width: 30%;
  }
  .service-content p {
    width: 93%;
  }
  .midcontent {
    margin: 40px auto 45px;
  }
  .home #latest-digitales .info-container {
    border: none;
  }
  #they-say .wrapper .img-wrap .name-cover {
    padding: 1px 15px 11px;
  }
  #they-say .wrapper .img-wrap .name-cover .name {
    font-size: 20px;
  }
  .video-section#latest-works {
    top: 40px;
  }
  .tax-app_type .wp-video,
  .page-template-portfolio .wp-video,
  .page-template-portfolio #mep_0,
  .tax-app_type #mep_0,
  .single-portfolios #mep_0,
  .single-portfolios .wp-video {
    margin-bottom: 30px;
    padding: 15px;
  }
  .prorfolio-work-blocks div:first-child {
    margin-top: 0;
  }
  .prorfolio-work-blocks {
    /*margin-bottom: 0;
     margin-top: 40px;*/
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .prorfolio-work-blocks .left-text h2 {
    margin-top: 20px;
  }
  .single-portfolios #they-say {
    margin-top: 20px !important;
  }
  .logo-img {
    margin-top: 0;
  }
  .portfolio-page .view-all {
    margin: 30px 0 20px;
  }
  .prorfolio-work-blocks .right-text .no-padding,
  .prorfolio-work-blocks .left-text .no-padding {
    height: auto !important;
  }
  .prorfolio-work-blocks a.underlined-example {
    position: relative;
    bottom: 0;
  }
  .prorfolio-work-blocks p,
  .portfolio-banner .project-desc {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 0;
  }
  .blg-menu .navbar-toggler {
    position: absolute;
    top: -44px;
    right: 0;
  }
  .cocoen.show-slide.ufwireframe {
    width: 100% !important;
  }
  .career-opening-blocks.otherBanners .left-banner,
  .career-opening-blocks.second-child .left-banner,
  .career-opening-blocks.second-child .right-banner,
  .career-opening-blocks .right-banner {
    margin-top: 0;
    box-shadow: none;
  }
  .mobile-block {
    display: block;
  }
  .desktop-block {
    display: none !important;
  }
  .career-opening-blocks.second-child .left-banner,
  .career-opening-blocks.second-child .right-banner,
  .career-opening-blocks.second-child .left-banner {
    border: none !important;
  }
  .career-opening-blocks .left-banner,
  .career-opening-blocks .right-banner {
    padding-top: 0;
  }
  .career-opening-blocks.second-child {
    margin: 0 0 0;
  }
  .career-opening-banner {
    margin-top: 0;
  }
  .career-opening-blocks .left-banner img,
  .career-opening-blocks .right-banner img {
    max-width: none;
    width: 450px;
  }
  .career-opening-blocks .left-banner h1,
  .career-opening-blocks .right-banner h1 {
    margin-bottom: 10px;
    text-align: center;
  }
  .career-opening-blocks .left-banner p,
  .career-opening-blocks .right-banner p {
    font-size: 16px;
    width: 94%;
    margin: auto;
    line-height: 26px;
    padding: 3px 0;
    text-align: center;
  }
  .career-opening-blocks .right-banner img {
    float: none;
  }
  .career-opening-blocks .careerbtn {
    float: none;
  }
  .seeScketchCulture {
    margin-top: 35px;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    height: 480px;
  }
  .img-c {
    text-align: center;
  }
  .img-c img {
    margin: auto;
  }
  .job-desc {
    text-align: center;
  }
  .career-openings .button-group {
    text-align: center;
  }
  .job-desc span:first-child {
    margin: 0 13px 0 0;
  }
  p.send-resume.text-center {
    text-align: center !important;
  }
  .job-desc span:first-child {
    margin: 0 35px 0 4px;
  }
  .button-group .btn {
    color: #fff;
    padding: 10px 0;
    width: 180px;
  }
  .button-group.mobile-btn button.btn.text {
    background-color: transparent;
    color: #000;
    margin-bottom: 0;
    padding: 0;
  }
  .mobile-btn {
    display: block;
  }
  .desktop-btn {
    display: none;
  }
  .view-all {
    /* margin: 40px 0 0;*/
  }
  .desktop-block {
    display: none !important;
  }
  .refer-social {
    position: relative;
    margin-top: 0;
    margin-left: 0 !important;
  }
  .career-openings .button-group {
    height: auto !important;
  }
  .career-opening-blocks .right-banner h1 {
    margin-bottom: 10px;
  }
  .career-opening-blocks.second-child h1 {
    margin-bottom: 0;
  }
  .career-opening-blocks {
    margin-top: 0;
    margin-bottom: 0;
  }
  .career-opening-blocks.second-child {
    margin: 0 0 27px;
    margin-bottom: 30px !important;
  }
  .find-job {
    margin-top: 30px !important;
  }
  .career-opening-blocks .left-banner h1,
  .career-opening-blocks .right-banner h1 {
    margin-bottom: 7px;
  }
  .static-banner.start-project-banner img {
    width: 100%;
  }
  .verticle-align .inner-heading h1 {
    font-size: 24px;
  }
  .start-project-banner p {
    font-size: 16px;
    line-height: 21px;
  }
  .start-project-banner .verticle-align {
    margin-top: 83px;
  }
  .start-project-banner p {
    margin-top: 15px;
  }
  .banner-contact {
    height: auto !important;
  }
  .header-article {
    margin-top: 20px !important;
  }
  .header-article h1 {
    font-size: 22px;
    bottom: 13px;
  }
  .header-img {
    background-size: contain !important;
  }
  .header-article .header-img {
    height: 270px;
  }
  .design .heading h2 span,
  .design .heading h1 span,
  .our-feeds h2,
  .more-categories .heading h2 {
    font-size: 24px;
  }
  .breadcrumb {
    margin-top: 20px;
  }
  .page-template-filter .tag {
    height: auto !important;
  }
  .banner-info {
    top: 388px;
  }
  .banner {
    height: 460px;
  }
  .panel .back {
    height: 328px !important;
  }
  .thankyou h1 {
    margin-top: 0;
    font-size: 28px;
  }
  .thankyou h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .thankyou span {
    padding-left: 35px;
    line-height: 23px;
  }
  .thankyou img {
    width: 50%;
  }
  .home #latest-works {
    width: 85%;
  }
  .home #mep_0 {
    height: 187px !important;
  }
  #latest-digitales .info-container h1 {
    padding: 15px 5px 5px 0;
  }
  #latest-digitales .info-container .date,
  #latest-digitales .info-container p,
  #latest-digitales .info-container .author {
    padding: 10px 0;
  }
  #latest-digitales .info-container .author {
    padding-left: 0 !important;
  }
  .home .underlined-example {
    margin-left: 0;
  }
  .banner-info {
    top: 540px;
  }
  .home .banner {
    height: 585px !important;
  }
  .home .banner {
    margin-bottom: 20px;
    max-width: 286px !important;
  }
  .banner-info {
    top: 300px !important;
  }
  .home .banner {
    height: 350px !important;
  }
  .banner-info h2 {
    font-size: 30px;
  }
  .banner-info h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home .Services {
    margin: 25px auto 0;
  }
  .float-panel.fixed .header-container {
    opacity: 1 !important;
  }
}

/* new css */

@media only screen and (max-width: 800px) {
  .home #mep_0 {
    height: 186px !important;
  }
  .panel .back {
    height: 328px !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    background-size: 54vh;
  }
  .banner-info {
    top: 62vh;
    width: 100%;
  }
  header.splash nav {
    margin: 15px 0 0 0;
  }
  .info-text h1 {
    font-size: 17px;
  }
  .info-text p {
    font-size: 15px;
  }
  .back ul li {
    font-size: 18px;
    padding: 0 0;
  }
  .tiles-wrapper {
    margin-top: 0;
  }
  .back {
    max-height: 300px;
  }
  #they-say {
    margin-top: 15vh;
  }
  #they-say #rotate-carousel {
    height: 53vh !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    padding: 20px !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile img {
    margin-bottom: 5px;
  }
  #they-say #rotate-carousel .wrapper .testimonial-text {
    padding: 0 10px 0;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 120px !important;
  }
  .left-banner,
  .right-banner {
    padding: 20px 20px;
  }
  section#they-say {
    width: 100% !important;
  }
  #latest-digitales .info-container {
    margin: 30px 0 0 0;
    padding: 10px 0 25px 0;
  }
  #latest-digitales .img-c {
    margin: 0;
    padding: 0;
  }
  #latest-digitales .img-c img {
    height: auto;
  }
  .start-project {
    padding: 30px 0;
  }
  .start-project img {
    margin: 30px auto;
    width: 50%;
  }
  .start-project h4 {
    margin: 15px 0;
  }
  .start-project p {
    margin: 13px 0;
  }
  .scketch-activity .fisrt-col img {
    height: 207px;
    width: 100%;
  }
  .scketch-activity .second-col .first-row img {
    height: 88px;
  }
  .scketch-activity .second-col .second-row img {
    height: 119px;
  }
  .social li {
    /*padding: 0 60px;*/
    /*commented for alignment social Icon*/
  }
  .f-links nav a {
    font-size: 17px;
    padding: 0 32px;
  }
  i.fa {
    font-size: 40px;
  }
  .secondcol .img-height {
    height: 442px !important;
  }
  .tiles-wrapper {
    top: 63%;
  }
  .vjs-poster {
    background-size: contain !important;
  }
  .video-js .vjs-big-play-button {
    top: 41% !important;
  }
  #they-say {
    margin-top: 131px !important;
  }
  .banner-contact {
    background: url(../img/contact.png) no-repeat center 0;
  }
  #map {
    margin-bottom: 30px;
  }
  .carousel-icon .next,
  .carousel-icon .back {
    width: 50%;
  }
  .carousel-icon .next {
    text-align: right;
  }
  .carousel-icon span.bold {
    font-size: 16px;
  }
  .carousel-icon span.light {
    font-size: 10px;
  }
  #they-say #rotate-carousel .wrapper .testimonial-text {
    height: auto !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 503px !important;
    overflow: scroll;
  }
  .right-banner {
    margin-top: 5px;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 45%;
  }
  .blog .navbar-light .navbar-toggler {
    right: 5px;
  }
  .blog .navbar-light .navbar-toggler-icon {
    position: relative;
    left: 0;
  }
  .blog .caret {
    background: url(../img/blog/down-arrow.png) no-repeat 0 7px;
    height: 22px;
  }
  .blog .navbar-light .navbar-nav .nav-link:hover .caret,
  .blog .navbar-light .navbar-nav .nav-link:focus .caret {
    background: url(../img/blog/down-arrow.png) no-repeat 0 8px;
  }
  header .nav {
    display: none;
  }
  .header-expanded .nav {
    display: block;
  }
  .tiles-wrapper {
    margin-top: 30px !important;
    margin-bottom: 0;
  }
  .fp-tableCell {
    height: auto !important;
  }
  .fp-section.fp-table,
  .fp-slide.fp-table {
    height: auto !important;
  }
  #latest-digitales {
    margin-top: 156px;
  }
  .footer {
    margin-top: 50px;
  }
  header .nav {
    transform: translate(250px, 0) !important;
    display: none;
  }
  .navbar-light .navbar-toggler {
    right: 5px;
  }
  .md-modal#search {
    top: 25% !important;
  }
  .footer {
    margin-top: 0;
  }
  .banner-contact {
    height: 40vh;
  }
  /* new css */
  .page-template-filter .breadcrumb a:hover,
  .page-template-filter .breadcrumb a:focus,
  .breadcrumb a,
  .page-template-filter .breadcrumb .active {
    padding: 0 3px;
  }
  .page-template-filter .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat 0 5px;
    background-size: 12px;
  }
  .page-template-filter .breadcrumb .active {
    padding: 2px;
  }
  .home #they-say #rotate-carousel ul .right {
    margin-top: 45%;
  }
  .header-article {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .back {
    max-height: none;
  }
  #latest-digitales {
    margin-top: 0;
  }
  .artical-info p {
    width: 100%;
  }
  .our-feeds {
    margin-top: 30px;
  }
  .special-full-article .back .post-title {
    bottom: 175px;
  }
  .navbar-light .navbar-toggler {
    top: 6px;
  }
  .blg-menu #custom-search-input {
    margin-top: 7px !important;
  }
  .header-container.blg-menu .logo {
    top: 8px !important;
  }
  li.nav-item.dropdown {
    padding: 0 0;
  }
  #custom-search-input button {
    margin: 5px 0 !important;
  }
  #custom-search-input button {
    top: 0;
  }
  svg.icon.icon-search {
    display: none;
  }
  header nav li:last-child a img {
    margin-top: -3px;
  }
  header nav li a img {
    margin-top: -3px;
  }
  header nav li a {
    padding: 7px !important;
  }
  .services-banner {
    margin: 90px 0 40px;
  }
  .blocks .block p {
    margin-top: 20px;
  }
  #latest-digitales .img-c img {
    padding-right: 0;
  }
  .services-banner {
    margin: 50px 0 40px;
  }
  .banner {
    background-size: auto !important;
  }
  .home #latest-works {
    margin-top: 45px !important;
  }
  .home .Services {
    margin: 70px auto 0;
  }
  .home #they-say {
    margin-top: 126px !important;
  }
  header nav {
    margin-top: 0px;
  }
  .chooseBest {
    width: 100%;
  }
  .page-template-blog .owl-carousel .owl-item img {
    float: none !important;
    margin: auto;
    /*padding-top: 30px;*/
  }
  .no-js .owl-carousel,
  .owl-carousel {
    display: block !important;
    height: auto;
  }
  .special-half-article {
    margin-bottom: 33px;
  }
  .single-post .design {
    margin-top: 30px;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 50px;
  }
  .career-opening-banner span.heading {
    font-size: 24px;
  }
  .career-opening-banner span.heading {
    margin-top: 50px;
  }
  .career-opening-banner {
    margin-top: 90px;
    margin-bottom: 0;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 77vh !important;
  }
  div#carouselExampleIndicators {
    display: block;
  }
  #latest-works .half-box .inner-full-box img,
  #latest-works .half-box img,
  #latest-works .half-box .firstcol .inner-full-box img,
  .secondcol .img-height {
    height: auto !important;
  }
  .start-project {
    padding: 25px 0;
  }
  .home #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .banner-info {
    /*top: 70vh;*/
    top: 415px !important;
  }
  .latest-work-container {
    margin-top: 40px;
  }
  .home .Services {
    margin: 15px auto 0;
  }
  #latest-digitales {
    margin-top: 70px;
  }
  #latest-digitales {
    margin-top: 70px;
  }
  .home .banner {
    height: 800px;
  }
  .services-includes ul li {
    list-style: none;
    width: 50%;
  }
  .banner-contact {
    float: left;
    width: 100%;
  }
  .career-opening-banner {
    margin-top: 40px;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 20px;
  }
  .artical-info ul {
    width: 100%;
  }
  .home #mep_0 {
    height: 169px !important;
  }
  .home #latest-works {
    margin-top: 30px !important;
  }
  .home #mep_0 {
    height: 189px !important;
  }
  .home #they-say {
    margin-top: 150px !important;
  }
  .home #latest-works {
    margin-top: 0 !important;
  }
  .tiles-wrapper {
    margin-bottom: 70px;
  }
  header nav.navbar ul.navbar-nav {
    text-align: center;
    width: 100%;
    margin-top: 50px;
  }
  .static-banner iframe {
    height: 350px;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 40px !important;
  }
  .video-section .heading h1 {
    margin-bottom: 15px !important;
  }
  .home #latest-digitales .img-c {
    margin: 19px 0 0;
  }
  #latest-digitales .info-container h1 {
    padding: 0 5px 5px 20px;
  }
  #latest-digitales .info-container .date,
  #latest-digitales .info-container p,
  #latest-digitales .info-container .author {
    padding: 0 20px 0;
    width: 100%;
    float: left;
  }
  #latest-digitales .info-container h1 {
    margin-bottom: 0;
  }
  #latest-digitales .info-container h1 {
    font-size: 17px;
    line-height: 23px;
  }
  .start-project h4 {
    font-size: 22px;
  }
  .f-links nav a {
    font-size: 16px;
    padding: 0 20px;
  }
  .panel .back {
    height: 340px !important;
  }
  .tax-app_type .wp-video,
  .page-template-portfolio .wp-video,
  .page-template-portfolio #mep_0,
  .tax-app_type #mep_0,
  .single-portfolios #mep_0,
  .single-portfolios .wp-video {
    width: 100% !important;
    margin-bottom: 50px;
    height: 373px;
    padding: 15px;
  }
  .portfolio-banner .heading h1 {
    margin-bottom: 0;
    padding: 0;
  }
  .prorfolio-work-blocks p,
  .portfolio-banner .project-desc {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0;
	padding-bottom: 0;
  }
  .single-testimonial .name-cover .name {
    font-size: 17px !important;
  }
  .tax-app_type .wp-video,
  .page-template-portfolio .wp-video,
  .page-template-portfolio #mep_0,
  .tax-app_type #mep_0,
  .single-portfolios #mep_0,
  .single-portfolios .wp-video {
    margin-bottom: 20px;
    padding: 15px;
  }
  .single-portfolios #they-say {
    margin-top: 20px !important;
  }
  .logo-img {
    margin-top: 0;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 40px !important;
  }
  .container.wireframe-logo {
    margin: 40px 0 40px;
    float: left;
  }
  .postid-176 .portfolio-page .wrap img {
    margin-top: 25px;
  }
  .postid-176 .portfolio-page.typography h2 {
    margin-top: 25px !important;
  }
  .postid-176 .portfolio-page.software h2 {
    margin-top: 25px !important;
    margin-bottom: 30px;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 0 !important;
  }
  .software .logo-img {
    height: 140px;
    margin-top: 40px;
  }
  .postid-170 .portfolio-page.typography h2 {
    margin-top: 20px !important;
  }
  .postid-170 .portfolio-banner .project-desc {
    padding: 10px 0 0;
    margin: 0;
  }
  .postid-170 .portfolio-page.wireframe h2 {
    margin-top: 0;
  }
  .blg-menu .navbar-light .navbar-toggler {
    top: -39px;
  }
  header .logo img,
  header .blg-menu .logo img {
    margin-left: 0;
  }
  .career-banner {
    margin: 0 0 0;
  }
  .current-opening-block .post {
    font-size: 16px;
  }
  .career-opening-banner {
    margin-top: 0;
  }
  .mobile-tab {
    display: block;
  }
  .desktop-tab {
    display: none;
  }
  .content.demo-x.mobile-tab.mCustomScrollbar._mCS_1 {
    margin: 40px 0;
  }
  .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 2px !important;
    margin-top: 10px !important;
    background-color: #b9b9b7 !important;
  }
  .find-job {
    margin-top: 0;
  }
  .seeScketchCulture {
    margin-bottom: 0;
  }
  .career-opening-blocks .left-banner,
  .career-opening-blocks .right-banner {
    padding-bottom: 15px;
  }
  .career-opening-blocks .left-banner h1,
  .career-opening-blocks .right-banner h1 {
    margin-bottom: 0;
  }
  .career-opening-blocks.second-child .right-banner {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .career-opening-blocks.second-child .left-banner {
    padding: 10px 20px;
  }
  .career-opening-blocks.second-child h1 {
    margin-bottom: 15px;
  }
  .career-opening-blocks.second-child h1 {
    margin-bottom: 0;
  }
  .career-opening-blocks .left-banner h1,
  .career-opening-blocks .right-banner h1 {
    margin-bottom: 7px;
  }
  .banner-contact {
    height: auto !important;
  }
  .blogslider .Bnr {
    margin-top: 0;
  }
  .header-article {
    margin-top: 20px !important;
  }
  .header-article .header-img {
    height: 270px;
  }
  .design .heading h2 span,
  .design .heading h1 span,
  .our-feeds h2,
  .more-categories .heading h2 {
    font-size: 24px;
  }
  .single-post .artical-info p,
  .artical-info ul,
  .artical-info ol {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    word-spacing: 3px;
  }
  .artical-info ul {
    margin-left: 6%;
    width: 94% !important;
  }
  #latest-digitales .info-container h1 {
    padding: 0 5px 5px 0;
  }
  #latest-digitales .info-container .date,
  #latest-digitales .info-container p,
  #latest-digitales .info-container .author {
    padding: 0 0 0;
  }
  .home #latest-works {
    width: 90%;
  }
  .home .banner {
    height: 420px !important;
    max-width: 420px !important;
  }
  .start-form.applyform .wpcf7-form .half label#subject-error {
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-info h1 {
    font-size: 26px;
  }
  .banner-info h2 {
    font-size: 35px;
  }
  header.splash nav {
    margin: 10px 0 0 0;
  }
  header.splash nav li a {
    padding: .7em 0.7em;
  }
  .l-menu .container .categories {
    top: 82% !important;
  }
  .l-menu .container {
    overflow: scroll;
  }
  .big-letter {
    font-size: 100px;
  }
  .big-letter h4 {
    font-size: 30px;
    padding-left: 16px;
  }
  .big-letter.work h1 {
    padding-left: 44px;
  }
  .big-letter.they h1 {
    padding-left: 39px;
  }
  .left-banner,
  .right-banner {
    padding: 20px 0;
    text-align: center;
  }
  .left-banner img,
  .right-banner img {
    width: 50%;
  }
  .left-banner .info-text,
  .right-banner .info-text {
    flex-basis: 100%;
    margin-top: 15px;
  }
  .left-banner .info-text h1,
  .right-banner .info-text h1 {
    margin-bottom: 5px;
  }
  .right-banner img {
    margin-top: 30px;
  }
  .right-banner .info-text {
    padding-right: 15px;
  }
  .first {
    -webkit-order: 1;
  }
  .last {
    -webkit-order: 2;
  }
  .back {
    max-height: 260px;
  }
  button.btn.btn-link {
    margin-top: -40px;
  }
  #they-say {
    margin-top: 70px;
  }
  #they-say #rotate-carousel {
    height: 120vh !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-text {
    padding: 15px 15px 0;
  }
  .Services .otherBanner {
    margin-top: 0;
  }
  .Services .left-banner,
  .Services .right-banner {
    padding: 5px 0;
  }
  .Services .left-banner .info-text {
    padding: 0 0 0 5px;
  }
  .Services .tile {
    width: 48%;
    margin-bottom: 30px;
  }
  #latest-digitales {
    margin-top: 32px;
  }
  #latest-digitales .container .carousel-item {
    margin: auto;
  }
  #latest-digitales .container .info-container {
    margin: 10px 0;
  }
  .social {
    padding: 25px 0 0;
  }
  .social li {
    padding: 0;
    position: relative;
    height: 80px;
    width: 80px;
    margin: 10px 11px;
  }
  .social i.fa {
    font-size: 40px;
  }
  .social i.fa:hover {
    left: 0;
  }
  #they-say #rotate-carousel ul li {
    height: auto !important;
    width: 100% !important;
  }
  #they-say #rotate-carousel ul .left {
    left: -30px !important;
  }
  #they-say #rotate-carousel ul .right {
    right: -30px !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-text {
    height: auto !important;
  }
  #they-say #rotate-carousel {
    height: 191vh !important;
  }
  .banner-info {
    top: 60vh;
  }
  #they-say {
    margin-top: 72px !important;
  }
  .services-banner {
    margin: 40px 0 40px;
  }
  .blocks {
    margin: 40px 0;
  }
  .blocks .block {
    text-align: center;
  }
  .blocks .block img {
    margin-bottom: 10px;
  }
  .inner-heading h1 {
    margin-bottom: 0;
  }
  /** services **/
  .chooseBest .thebestSection {
    display: flex !important;
    flex-wrap: wrap;
    text-align: center;
  }
  .chooseBest .thebestSection h2 {
    margin-top: 30px;
  }
  .chooseBest .thebestSection .right-align-img {
    float: none;
  }
  .chooseBest .info-text {
    flex-basis: 100%;
  }
  .chooseBest.d-flex {
    display: block !important;
    text-align: center;
  }
  .inner-heading h1 {
    margin-bottom: 0;
    padding: 0 25px;
  }
  .services-includes ul li {
    width: 100%;
  }
  .our-process img {
    width: 100%;
    max-width: 100%;
  }
  .our-process img {
    margin: 80px auto;
  }
  .service-content {
    margin-top: 30px;
  }
  .our-team .inner-heading h1,
  .quick-link .inner-heading h1 {
    margin-bottom: 30px;
  }
  .quick-service-block {
    width: 100%;
  }
  .chooseBest .thebestSection img {
    width: 45%;
  }
  .start-project-banner p,
  .start-project-banner h2 {
    text-align: center;
    padding: 0;
  }
  .start-form input {
    width: 100%;
  }
  .start-form textarea {
    width: 100%;
  }
  .start-form .half {
    width: 100%;
  }
  .start-form .half .effect:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
  }
  .start-form .half input#rupee.effect:focus~.focus-border {
    width: 30%;
  }
  .start-form .half textarea.effect:focus~.focus-border {
    width: 110%;
  }
  .start-form {
    margin: 20px 0 0;
  }
  .banner {
    background-size: 60vh;
  }
  .banner-info {
    top: 65vh;
  }
  .blocks .block p,
  .chooseBest .thebestSection .info-text p {
    font-size: 15px;
    line-height: 21px;
  }
  .blocks .block ul li {
    font-size: 12px;
  }
  .blocks .block img,
  .chooseBest .thebestSection img {
    width: 50%;
  }
  .blocks .block h2,
  .chooseBest .thebestSection h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .logo img {
    width: 50% !important;
  }
  .nav-toggle .ico-menu {
    top: 4px !important;
  }
  .fp-viewing-0 header,
  header:hover,
  header .header-container {
    height: 40px !important;
	position: fixed;
  }
	
	.md-show.md-effect-17 .md-content{
		width: 75%;
	}
	
  .logo {
    height: auto !important;
    top: 0 !important;
  }
  .career-opening-banner {
    display: inline-grid;
    text-align: center;
  }
  .career-opening-banner img {
    float: none;
  }
  .career-opening-banner .second {
    order: 2;
  }
  .career-opening-banner .first {
    order: 1;
  }
  .career-opening-banner span.heading {
    margin-top: 30px;
  }
  .tabs ul li {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
  }
  .tabs {
    margin-top: 30px;
  }
  .career-opening-blocks {
    margin-top: 20px;
  }
  .career-openings h1 {
    font-size: 22px;
  }
  .career-openings p {
    font-size: 14px;
    line-height: 21px;
  }
  .career-openings .description {
    margin-top: 15px;
  }
  .career-openings h2 {
    font-size: 18px;
    margin: 28px 0 15px;
  }
  .career-openings p.text-center {
    text-align: left;
    padding-left: 15px;
  }
  .button-group .btn {
    padding: 6px 13px;
  }
  .discover {
    margin-bottom: 75px;
  }
  .seeScketchCulture {
    margin-top: 50px;
  }
  .seeScketchCulture a {
    margin-top: 10px;
  }
  .find-job h2,
  .seeScketchCulture h2 {
    font-size: 25px;
  }
  .find-job p,
  .seeScketchCulture p {
    font-size: 20px;
  }
  .find-job a,
  .seeScketchCulture a {
    font-size: 20px;
  }
  .blog-subscribe p {
    font-size: 15px !important;
    margin: 30px 0 40px !important;
  }
  .special-full-article .back .post-title {
    font-size: 25px;
  }
  .back ul li {
    font-size: 16px;
  }
  .header-article .header-img {
    background: url(../img/blog/full-article.jpg) top center no-repeat;
    height: 300px;
    background-size: cover;
  }
  .header-article .header-img .breadcrumb {
    bottom: 20px;
  }
  .header-article .header-img .breadcrumb li a {
    font-size: 13px;
  }
  .header-article h1 {
    bottom: 0;
    font-size: 21px;
  }
  .artical-info p {
    font-size: 17px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 20px;
    word-spacing: 1px;
  }
  .artical-info blockquote {
    font-size: 20px;
    width: 90%;
    margin: 10px auto;
    line-height: 21px;
  }
  .social-container .design-tags {
    margin-bottom: 10px;
  }
  .connect {
    text-align: left;
  }
  .author {
    padding: 50px 15px 10px;
  }
  .author .info .date,
  .author .info .name {
    line-height: 13px;
  }
  .author .info {
    width: 77%;
  }
  .author .info ul.social-network.social-circle {
    font-size: 14px;
    top: 0;
    line-height: 21px;
  }
  .author .author-img {
    width: 15%;
  }
  .design .heading {
    height: auto;
  }
  .design .heading h2 span,
  .design .heading h1 span {
    font-size: 25px;
    padding: 5px 45px;
  }
  .more-categories .heading {
    margin: 15px 0 0;
  }
  .more-categories .heading h2 {
    font-size: 25px;
  }
  .header-article {
    margin-top: 61px;
  }
  .author {
    padding: 20px 15px 10px;
  }
  .contact h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .contact .address-section h1 {
    font-size: 24px;
  }
  .contact .address-section h2 {
    font-size: 24px;
  }
  .contact .address-section address span {
    font-size: 18px;
    line-height: 23px;
  }
  .contact .telephone,
  .contact .skype {
    font-size: 17px;
  }
  .banner-contact {
    display: none;
  }
  .portfolio-banner .project-desc {
    margin-bottom: 20px;
  }
  .prorfolio-work-blocks .right-text p,
  .prorfolio-work-blocks .left-text p {
    padding-right: 15px;
  }
  .prorfolio-work-blocks div:first-child {
    /*margin-top: 15px; */
  }
  .video-section .heading h1 {
    margin-bottom: 15px;
  }
  .video-section .video-js {
    height: 232px !important;
  }
  .prorfolio-work-blocks {
    margin-bottom: 40px;
  }
  .portfolio-banner img {
    margin-top: 30px;
  }
  .portfolio-inner-banner {
    margin-top: 0 !important;
  }
  .single-testimonial .name-cover .name {
    font-size: 16px !important;
  }
  .single-testimonial .wrapper .name-cover .post {
    font-size: 12px !important;
  }
  .project-block {
    width: 70%;
    margin: 15px auto;
  }
  .blogslider h1 {
    line-height: 35px;
    font-size: 30px;
  }
  #custom-search-input {
    margin-top: 48px;
    float: left;
    width: 100%;
    background-color: #fff;
  }
  .blogslider .Bnr {
    margin-top: 62px;
  }
  #custom-search-input .input-group-addon,
  #custom-search-input .input-group-btn {
    width: 0;
  }
  #custom-search-input .input-group {
    padding: 0;
  }
  .quick-service-block ul li {
    padding: 20px 15px 22px;
  }
  .header-article {
    margin-top: 96px;
  }
  .inner-heading h1,
  .inner-heading h2 {
    font-size: 20px;
  }
  .career-openings {
    margin: 25px 0;
  }
  .video-js {
    height: 350px;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 50%;
  }
  .Services {
    margin: 75px auto 0;
  }
  #latest-digitales .carousel {
    margin-bottom: 0;
  }
  .md-modal#search {
    top: 20% !important;
  }
  #they-say #rotate-carousel {
    height: 152vh !important;
  }
  /* new css */
  .static-banner iframe {
    height: 250px;
  }
  .blg-menu #custom-search-input {
    margin-top: 50px !important;
  }
  .blogslider .Bnr {
    margin-top: 40px;
  }
  .blocks .block {
    padding: 25px 15px 20px;
  }
  .tag .tag-page,
  .category .tag-page {
    margin-top: 50px;
  }
  .page-template-filter .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    margin-right: 4px;
  }
  #filter .filter-cate:first-child,
  #filter .filter-cate:nth-child(2),
  #filter .filter-cate:nth-child(3),
  #filter .filter-cate:nth-child(4) {
    width: 50%;
  }
  .otherBanner .right-banner img {
    float: none;
  }
  .banner {
    background-size: 40% !important;
  }
  .services-banner {
    margin: 30px 0 40px;
  }
  .hide-sm {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
  #latest-works .latest-works-slider-sec .carousel-inner {
    padding: 0 !important;
  }
  #latest-works-slider {
    height: auto;
    margin: 15px 0 40px;
  }
  #latest-works-slider ul.carousel-indicators {
    height: auto !important;
    top: 0 !important;
  }
  #latest-works-slider .col-12,
  #latest-works-slider {
    padding: 0;
  }
  #latest-works-slider ul.carousel-indicators {
    display: none;
  }
  #latest-works-slider a.carousel-control-next.right,
  #latest-works-slider a.carousel-control-prev.left {
    top: 0 !important;
    /*margin-top: 30px;*/
  }
  #latest-works-slider img {
    height: 360px;
    width: 100%;
  }
  .home #mep_0 {
    height: 334px !important;
  }
  #latest-works-slider img {
    height: auto !important;
  }
  .home #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .home .banner {
    height: 100vh;
  }
  .banner-info {
    top: 94vh;
  }
  .home .Services {
    margin: 100px auto 0;
  }
  .home #latest-works {
    margin-top: 0;
  }
  .latest-work-container {
    margin-top: 0;
  }
  .chooseBest .thebestSection .info-text p,
  .chooseBest .thebestSection h2 {
    text-align: center
  }
  .page-template-portfolio a.underlined-example {
    margin-bottom: 30px;
  }
  .prorfolio-work-blocks {
    margin-bottom: 0;
    margin-top: 0;
  }
  .panel {
    height: 431px !important;
  }
  .half-box-r-v {
    width: 100%;
    float: left;
  }
  .home .mobile-slider .carousel-control-prev {
    left: -30px;
  }
  .home .mobile-slider .carousel-control-next {
    right: -30px;
  }
  .social li {
    padding: 0 15px;
  }
  .social i.fa {
    font-size: 22px;
  }
  .social i.fa {
    line-height: 40px;
  }
  .social i.fa:hover {
    width: 60px;
    height: 60px;
  }
  .home .footer .social {
    padding: 20px 0 10px !important;
  }
  .social li {
    height: auto;
  }
  .Services .left-banner,
  .Services .right-banner {
    padding: 25px 0;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 0 !important;
  }
  .otherBanner .info-text p {
    padding: 0;
    margin-bottom: 0;
    line-height: 19px;
    padding: 0 12px;
    font-size: 13px;
  }
  #latest-works-slider {
    margin: 15px 0 10px;
  }
  .home #they-say {
    margin-top: 90px !important;
  }
  .start-project h4 {
    margin-top: 0;
  }
  .start-project {
    padding: 0 0 30px;
  }
  .start-project button.button-common {
    margin-top: 22px;
  }
  .page-template-portfolio a.underlined-example {
    margin-bottom: 0;
  }
  .otherBanner .left-banner .info-text,
  .otherBanner .right-banner .info-text {
    padding: 0 15px;
  }
  .header-article h1 {
    bottom: 0;
    font-size: 15px
  }
  .header-article {
    margin-top: 60px !important;
  }
  .header-article .header-img {
    height: 205px
  }
  .header-article .header-img .header-info {
    width: 100%;
    margin: auto
  }
  .header-article .header-img .breadcrumb li a {
    font-size: 11px
  }
  .breadcrumb {
    font-size: 11px;
  }
  .header-article .header-img .breadcrumb {
    bottom: 4px;
  }
  .header-article .header-img .breadcrumb {
    bottom: 0 !important;
    padding: 0;
  }
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  .breadcrumb a,
  .breadcrumb .active {
    padding: 0 3px;
  }
  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat -4px 2px;
    background-size: 12px;
    vertical-align: 3px;
  }
  .header-article .header-img .breadcrumb {
    position: absolute;
    bottom: 20px;
  }
  .blg-menu .navbar-light .navbar-toggler {
    top: -90px;
  }
  .banner-contact {
    display: block !important;
  }
  header #custom-search-input .form-control {
    margin-left: 0;
    /*margin-top: 15px;*/
  }
  .blogslider .Bnr {
    margin-top: 40px;
  }
  #custom-search-input .search-query {
    background: url(../img/blog/search.png) no-repeat 97%;
    background-size: 16px;
  }
  .carousel-icon .back img,
  .carousel-icon .next img {
    width: 50px;
  }
  .page-template-filter .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat 2px 6px;
    background-size: 12px;
  }
  .page-template-filter .breadcrumb .active {
    padding: 0;
  }
  #latest-digitales .info-container h1 {
    padding: 0 5px 5px 0;
  }
  #latest-digitales .info-container .date,
  #latest-digitales .info-container p,
  #latest-digitales .info-container .author {
    padding: 0 0 0;
  }
  .tag .info {
    padding: 0;
  }
  .banner-info {
    top: 550px;
  }
  .home .banner {
    width: 100% !important;
  }
  .home .banner {
    max-width: 345px !important;
    height: 310px !important;
  }
  .banner-info {
    top: 343px !important;
  }
}

@media only screen and (max-width: 667px) {
  .banner-info h1 {
    font-size: 22px;
  }
  .info-text p {
    font-size: 13px;
  }
  .f-links nav a {
    font-size: 16px;
    padding: 0 20px;
  }
  .social i.fa {
    font-size: 30px;
  }
  .social li {
    height: 50px;
    width: 50px;
  }
  i.fa:hover {
    width: 50px;
    height: 50px;
  }
  .social {
    padding: 0 0 10px;
  }
  .start-project-banner h2 {
    font-size: 20px;
  }
  .start-project-banner p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .start-project-banner img {
    width: 60%;
  }
  .start-project-banner .verticle-align {
    margin-top: 12px;
  }
  .start-form form .effect {
    padding: 20px 0;
  }
  .start-form h1 {
    font-size: 15px;
    margin-top: 20px;
  }
  .start-project-banner {
    margin-top: 17px !important;
  }
  #custom-search-input .search-query {
    padding: 4px 0;
  }
  .navbar-light .navbar-toggler {
    top: 4px;
  }
  .blog .logo img {
    width: 70% !important;
  }
  .contact h1 {
    font-size: 22px;
    text-align: left;
  }
  .contact .address-section h1,
  .contact .address-section h2 {
    font-size: 20px;
  }
  .contact .address-section .nav {
    margin-top: 15px;
  }
  .contact .address-section address span {
    font-size: 16px;
    line-height: 24px;
  }
  .wrap {
    margin-top: 10px !important;
  }
  #custom-search-input .search-query {
    padding: 10px 14px;
  }
  .video-js {
    height: 318px;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 486px !important;
    overflow: scroll;
  }
  /*new css*/
  .start-form form .effect {
    padding: 10px 0 5px 0;
  }
  .home #latest-works {
    width: 77%;
  }
  .home .banner {
    width: 80% !important;
  }
  .home .Services {
    margin: 100px auto 0;
  }
  .home .banner {
    max-width: 295px !important;
    height: 265px !important;
  }
  .banner-info {
    top: 302px !important;
  }
}

/* new css */

@media screen and (max-width: 640px) {
  .header-article h1 {
    bottom: 0;
    font-size: 15px
  }
  .header-article {
    margin-top: 60px !important;
  }
  .header-article .header-img {
    height: 195px
  }
  .header-article .header-img .header-info {
    width: 100%;
    margin: auto
  }
  .header-article .header-img .breadcrumb li a {
    font-size: 11px
  }
  .header-article .header-img .breadcrumb {
    bottom: 4px;
  }
  .header-article .header-img .breadcrumb {
    bottom: 0 !important;
    padding: 0
  }
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  .breadcrumb a,
  .breadcrumb .active {
    padding: 0 3px;
  }
  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat -4px 2px;
    background-size: 12px;
    vertical-align: 3px;
  }
  .header-article .header-img .breadcrumb {
    position: absolute;
    bottom: 20px;
  }
  .start-project h4 {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
  .home .banner {
    max-width: 200px !important;
  }
  .banner-info {
    top: 230px !important;
  }
  .banner {
    height: 270px !important;
  }
  .banner-info h2 {
    font-size: 30px;
  }
  .banner-info h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home .Services {
    margin: 25px auto 0;
  }
}

@media only screen and (max-width: 600px) {
  .home .banner {
    height: 400px;
  }
  .banner-info {
    top: 350px;
  }
  .career-opening-blocks .left-banner img,
  .career-opening-blocks .right-banner img {
    width: 100%;
  }
  .career-opening-banner img {
    margin: 25px 0 15px;
    width: 75%;
  }
  .career-opening-banner .name {
    line-height: 40px;
  }
  .career-opening-blocks .left-banner p,
  .career-opening-blocks .right-banner p {
    font-size: 14px;
    line-height: 22px;
  }
  .career-opening-banner span.heading,
  .career-opening-banner .name,
  .career-opening-banner .post,
  .career-opening-banner .Apply-now {
    font-size: 18px;
    line-height: 35px;
  }
  .find-job p,
  .find-job a {
    font-size: 16px;
  }
  .find-job h2 {
    font-size: 20px;
  }
  .find-job p {
    line-height: 15px;
  }
  .career-opening-banner .Apply-now {
    margin-top: 0;
  }
  .contact h1,
  .page-template-contact .contact .address-section h1,
  .our-feeds h2 {
    font-size: 20px;
  }
  .radiobtns span.wpcf7-list-item {
    margin: 0 0 0 0;
  }
  .map-canvas {
    height: 300px !important;
  }
  .start-form {
    padding: 5px;
  }
  .start-form .full {
    /* margin-top: 0;*/
  }
}

@media screen and (max-width: 500px) {
  .header-article h1 {
    bottom: 0;
    font-size: 15px
  }
  .header-article {
    margin-top: 60px !important;
  }
  .header-article .header-img {
    height: 160px;
  }
  .header-article .header-img .header-info {
    width: 100%;
    margin: auto
  }
  .header-article .header-img .breadcrumb li a {
    font-size: 11px
  }
  .header-article .header-img .breadcrumb {
    bottom: 4px;
  }
  .header-article .header-img .breadcrumb {
    bottom: 20px;
    padding: 7px;
  }
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  .breadcrumb a,
  .breadcrumb .active {
    padding: 0 3px;
  }
  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat -4px 2px;
    background-size: 12px;
    vertical-align: 6px;
  }
  .header-article .header-img .breadcrumb {
    position: absolute;
    bottom: 20px;
  }
  .home .banner {
    height: 340px !important;
  }
  .banner-info {
    top: 383px;
  }
}

@media only screen and (max-width: 420px) {
  header.splash {
    height: 50vh;
  }
  header.splash nav {
    margin: 5px 0 0 0;
  }
  .hidden-xs-down {
    display: none !important;
  }
  #latest-works .half-box {
    padding: 0;
  }
  #latest-works .inner-half-box,
  #latest-works .firstcol,
  #latest-works .secondcol {
    width: 100%;
    padding: 0 !important;
  }
  #latest-works .inner-half-box img,
  #latest-works .firstcol img,
  #latest-works .secondcol img {
    height: auto;
  }
  #latest-works .inner-half-box .inner-full-box,
  #latest-works .firstcol .inner-full-box,
  #latest-works .secondcol .inner-full-box {
    padding: 0 !important;
  }
  #latest-works .inner-half-box .inner-full-box img,
  #latest-works .firstcol .inner-full-box img,
  #latest-works .secondcol .inner-full-box img {
    height: auto;
  }
  #latest-works .img-height {
    height: auto !important;
  }
  .l-menu .container .categories {
    top: 50% !important;
  }
  .right-banner {
    margin-top: 40px;
  }
  .Services .otherBanner {
    margin-top: 20px;
  }
  .Services {
    padding-top: 50px;
  }
  .l-menu .container .categories li a .text {
    height: 0 !important;
    line-height: 25px !important;
    font-size: 20px;
  }
  #they-say {
    margin-top: 50px;
  }
  #they-say #rotate-carousel {
    height: 95vh !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    padding: 15px !important;
  }
  #they-say #rotate-carousel .wrapper .testimonial-text {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #they-say #rotate-carousel .wrapper .company-logo img {
    width: 60px !important;
  }
  .big-letter h4 {
    font-size: 22px;
  }
  .big-letter {
    font-size: 86px;
  }
  .big-letter .digitales h1 {
    padding-left: 23px;
  }
  .scketch-activity .second-col .second-row img {
    height: 90px;
  }
  .scketch-activity .second-col .first-row img {
    height: 65px;
  }
  .scketch-activity .fisrt-col {
    display: none;
  }
  .scketch-activity .second-col {
    float: left;
    position: relative;
    width: 100%;
  }
  i.fa {
    line-height: 40px;
  }
  i.fa:hover {
    width: 40px;
    height: 40px;
  }
  .social i.fa {
    font-size: 20px;
  }
  .social li {
    height: 40px;
    width: 40px;
    margin: 0;
  }
  .f-links nav a {
    font-size: 12px;
    padding: 0 5px;
  }
  .animated-character li {
    padding: 22px 5px;
  }
  .copyright h5 {
    font-size: 17px;
  }
  .copyright h5 img {
    width: 68px;
    margin-top: -7px;
    margin-right: 7px;
  }
  .tile {
    width: 48%;
  }
  .tile .img-container {
    margin: auto;
  }
  .heading-wrapper {
    width: 100%;
  }
  #they-say #rotate-carousel ul {
    top: 50px !important;
    width: 92% !important;
  }
  #they-say #rotate-carousel ul .right {
    right: -19px !important;
  }
  #they-say #rotate-carousel ul .left {
    left: -20px !important;
  }
  #they-say .wrapper .img-wrap .name-cover .name {
    font-size: 20px;
    margin-bottom: 0;
  }
  #they-say .wrapper .img-wrap .name-cover {
    width: 80%;
  }
  .video-js {
    height: 196px;
  }
  .social {
    padding: 11px 0 0;
  }
  .quick-service-block {
    width: 75%;
  }
  .start-form {
    margin: 0;
    padding: 15px;
  }
  .banner-info {
    top: 68vh;
  }
  #they-say .wrapper .img-wrap .name-cover .name {
    font-size: 17px;
    line-height: 12px;
  }
  #they-say .wrapper .img-wrap .name-cover .post {
    font-size: 10px;
    line-height: 17px;
  }
  #they-say .wrapper .img-wrap .name-cover {
    width: 65%;
  }
  .career-opening-blocks {
    margin-top: 0;
  }
  .tabs ul li {
    margin-right: 1px;
    padding: 0 8px;
    font-size: 10px;
  }
  .special-full-article .back .post-title {
    font-size: 21px;
  }
  .special-full-article .back p {
    font-size: 16px;
  }
  .blogslider {
    margin-top: 50px;
  }
  .our-feeds .nav-link {
    padding: 14px 20px;
  }
  .masonry .media img {
    width: 100%;
  }
  .blog .logo img {
    width: 55% !important;
  }
  #custom-search-input button {
    left: -26px;
    background-size: 50%;
    top: 0;
  }
  .special-full-article .back {
    padding: 15px;
  }
  .more-cate-block {
    margin: 30px;
  }
  .special-half-article .back .name {
    position: relative;
    bottom: 0;
  }
  .special-half-article .back .post-title,
  .special-half-article .back p {
    font-size: 17px;
    line-height: 20px;
    position: relative;
    color: #fff;
    bottom: 0;
    margin-top: 16px;
  }
  .author-header p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .header-article h1 {
    bottom: 0;
    font-size: 15px;
  }
  .header-article .header-img {
    height: 205px;
  }
  .header-article .header-img .header-info {
    width: 100%;
    margin: auto;
  }
  .header-article .header-img .breadcrumb li a {
    font-size: 11px;
  }
  .author .author-img {
    height: auto;
  }
  .connect {
    padding: 5px 15px;
  }
  .author {
    padding: 20px 15px 10px;
  }
  .video-section .video-js {
    height: 164px !important;
  }
  .video-section .video-js .vjs-big-play-button {
    top: 36% !important;
  }
  .video-section .heading h1 {
    font-size: 16px;
  }
  .block-container {
    margin-bottom: 15px;
  }
  .block-container .about-left .context-container,
  .block-container .about-right .context-container {
    background-color: #fff;
    padding: 29px 15px;
  }
  .single-testimonial .wrapper .testimonial-text {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .single-testimonial .wrapper .name-cover {
    width: 60% !important;
  }
  .all-project span {
    font-size: 15px;
  }
  .project-block {
    width: 100%;
  }
  .blogslider h1 {
    line-height: 30px;
    font-size: 26px;
  }
  .blogslider p {
    line-height: 22px;
    font-size: 16px;
  }
  .owl-one .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  .design .heading h2 span,
  .design .heading h1 span {
    font-size: 20px;
  }
  #custom-search-input .search-query {
    padding: 6px 14px;
  }
  .carousel-icon {
    margin: 0 0;
  }
  span.sliderContent {
    padding: 3px 0;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 400px !important;
    overflow: scroll;
  }
  .scketch-activity .second-col .second-row img {
    height: 60px;
  }
  .scketch-activity .second-col .first-row img {
    height: 50px;
  }
  .left-banner img,
  .right-banner img {
    width: 50%;
    margin: auto;
  }
  .fade-in {
    opacity: 1;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    margin-top: 65%;
  }
  .blog .caret {
    background: url(../img/blog/down-arrow.png) no-repeat 0 4px;
    height: 16px;
  }
  .blog .navbar-light .navbar-nav .nav-link:hover .caret,
  .blog .navbar-light .navbar-nav .nav-link:focus .caret {
    background: url(../img/blog/down-arrow.png) no-repeat 0 4px;
  }
  .Services {
    padding-top: 100px;
  }
  #latest-digitales {
    margin-top: 0;
  }
  .footer {
    margin-top: 50px;
  }
  .Services {
    padding-top: 34px;
  }
  #they-say #rotate-carousel {
    height: 100vh !important;
  }
  #they-say #rotate-carousel ul .left,
  #they-say #rotate-carousel ul .right {
    width: 5%;
  }
  .md-modal input {
    font-size: 25px;
    background: url(../img/search-bar.png) 100% 5px no-repeat !important;
  }
  .md-content button {
    margin-right: 22px !important;
  }
  .dropdown-arrow:hover .caret {
    background: url(../img/blog/down-arrow-hover.png) no-repeat right 3px;
    font-size: 12px;
    width: 16px;
    height: 35px;
    position: absolute;
  }
  .dropdown-arrow .caret {
    position: relative;
    background: url(../img/blog/down-arrow.png) no-repeat right 3px;
    font-size: 12px;
    width: 16px;
    height: 35px;
    position: absolute;
  }
  .footer {
    margin-top: 0;
  }
  .blocks .block {
    margin-bottom: 30px;
  }
  .prorfolio-work-blocks div:first-child {
    /*margin-top: 30px;*/
  }
  .video-section .video-js {
    margin-bottom: 30px;
  }
  .prorfolio-work-blocks p {
    margin-top: 20px;
  }
  .portfolio-inner-banner p {
    padding: 0;
  }
  .portfolio-page .wrap img {
    margin-bottom: 35px;
  }
  #they-say #rotate-carousel {
    height: 85vh !important;
    margin-top: 0 !important;
  }
  #they-say #rotate-carousel ul {
    top: 0;
  }
  .Services {
    padding-top: 0;
  }
  .Services .right-banner img {
    float: none;
  }
  .cocoen {
    width: 94% !important;
  }
  .header-article {
    margin-top: 68px;
  }
  .scketch-culture #they-say #rotate-carousel {
    height: 75vh !important;
    margin-top: 0 !important;
  }
  /* new css */
  .header-article .header-img .breadcrumb {
    bottom: 4px;
  }
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  .breadcrumb a,
  .breadcrumb .active {
    padding: 0 3px;
  }
  .service-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: .4rem;
    padding-left: .2rem;
  }
  .career-openings .button-group .btncareer .btn {
    color: #fff;
    padding: 8px 10px;
  }
  .services-includes {
    margin: 50px 0;
  }
  .eg-washington-element-3 {
    display: none;
  }
  /*.frame img {
    height: auto;
  }*/
  .page-template-scketch-culture #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 420px !important;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 80vh !important;
  }
  .career-openings {
    margin: 65px 0 20px;
  }
  .start-project-banner {
    margin-top: 60px !important;
  }
  .applyform.start-form .half,
  .start-form .half {
    width: 100%;
  }
  .applyform.start-form .halfnew {
    width: 40%;
    margin: 0 5%;
    float: left;
  }
  .applyform.start-form .halfnew .float-none {
    margin-left: 0;
    margin-top: 0;
  }
  .artical-info p {
    font-size: 16px;
    line-height: 21px;
  }
  .social-circle li {
    line-height: 27px;
  }
  .single-post .author .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
    margin: 5px 5px;
  }
  .single-post .author .saboxplugin-wrap .saboxplugin-desc {
    margin: 0;
    text-align: center;
  }
  .blogslider .Bnr {
    margin-top: 80px;
  }
  .tax-app_type .wp-video,
  .page-template-portfolio .wp-video,
  .page-template-portfolio #mep_0,
  .tax-app_type #mep_0,
  .single-portfolios #mep_0,
  .single-portfolios .wp-video {
    margin-bottom: 30px;
  }
  .tax-app_type .prorfolio-work-blocks {
    margin-bottom: 15px;
  }
  .portfolio-banner {
    display: inline-grid;
  }
  .portfolio-banner img {
    margin-top: 0;
    /* order: 1;
     -webkit-order:1;
    */
  }
  .portfolio-banner {
    margin: 77px 0 0;
  }
  .set-order-2 {
    /* order: 2;
     -webkit-order:2;
    */
  }
  .portfolio-banner .heading h1 {
    margin-top: 25px !important;
    padding: 0;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 80px !important;
  }
  .cocoen {
    width: 100% !important;
  }
  .home #they-say #rotate-carousel ul .right {
    margin-top: 65%;
  }
  .page-template-scketch-culture #they-say #rotate-carousel ul li {
    top: -60px !important;
  }
  .current-openings .inner-heading h1,
  .current-openings .inner-heading h2 {
    margin-top: 45px;
  }
  .banner-info {
    top: 78vh;
  }
  #latest-works,
  #they-say {
    margin-top: 20px;
  }
  .home #they-say #rotate-carousel {
    height: 85vh !important;
  }
  .portfolio-banner {
    margin: 0 0 0;
  }
  .portfolio-banner img {
    margin-top: 30px;
	margin-bottom: 30px;
  }
  .home #latest-works {
    margin-top: 0;
  }
  .banner-info {
    top: 68vh;
  }
  .big-letter {
    text-align: center;
  }
  .big-letter h4 {
    text-align: center;
    padding-left: 0 !important;
    transform: translateY(-85%);
  }
  .home .banner {
    height: 90vh;
  }
  #latest-works-slider img {
    height: 229px;
    width: 100%;
  }
  .home #mep_0 {
    height: 200px !important;
  }
  .home #they-say {
    margin-top: 70px !important;
  }
  .footer {
    margin-top: 30px;
  }
  .prorfolio-work-blocks .no-padding {
    padding: 0;
  }
  .prorfolio-work-blocks img {
    width: 100%;
  }
  .portfolio-banner.portfolio-inner-banner {
    margin-top: 5px !important;
  }
  .portfolio-page .wrap img {
    padding: 0 15px;
  }
  .single-testimonial .container {
    padding: 0;
  }
  #slider img {
    width: 100%;
  }
  .cocoen {
    width: 90% !important;
  }
  .blogslider .Bnr {
    margin-top: 45px;
  }
  .blogslider img {
    float: right !important;
    margin-top: 30px;
  }
  .page-template-blog .owl-carousel {
    display: block !important;
    height: auto;
  }
  .masonry.no-padding,
  .page-template-blog .no-padding {
    padding: 0;
  }
  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat -2px 2px;
    margin-right: 2px;
    background-size: 100%;
  }
  .single.single-post header nav li,
  .category-design header nav li {
    display: block;
    padding: 2px 0;
  }
  .career-opening-banner {
    margin-top: 45px;
  }
  .career-opening-banner span.heading {
    font-size: 20px;
  }
  .career-opening-banner .name {
    font-size: 20px;
    line-height: 20px;
  }
  .career-opening-banner {
    margin-bottom: 0;
  }
  .page-template-career .tabs ul li {
    margin: 6px 5px !important;
  }
  .page-template-career .tabs ul li.listTypes a {
    padding: 8px 8px;
    font-size: 12px;
  }
  .page-template-career .tabs {
    margin-top: 60px;
    height: auto;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    margin-top: 50px !important;
  }
  .career-banner {
    margin: 30px 0 0;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 70vh !important;
  }
  .services-banner,
  .banner-contact,
  .static-banner,
  .header-article {
    margin-top: 65px !important;
  }
  .portfolio-banner,
  .portfolio-banner.portfolio-inner-banner,
  .career-banner {
    margin-top: 50px;
  }
  .career-opening-banner,
  .blogslider .Bnr,
  .tag .tag-page,
  .category .tag-page {
    margin-top: 80px;
  }
  .page-template-start-project .static-banner {
    margin-top: 59px !important;
  }
  .author-header {
    margin-top: 119px !important;
  }
  #they-say .heading-wrapper {
    position: relative !important;
  }
  .home .Services {
    margin: 0 auto 0;
  }
  .home .banner {
    height: 80vh;
  }
  .banner {
    background-size: 65% !important;
  }
  .banner-info {
    top: 60vh;
  }
  .contact {
    margin-bottom: 0;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    margin-top: -85px;
  }
  .home #they-say #rotate-carousel {
    height: 75vh !important;
  }
  #latest-works .half-box .inner-full-box img,
  #latest-works .half-box img,
  #latest-works .half-box .firstcol .inner-full-box img,
  .secondcol .img-height {
    height: auto !important;
  }
  #latest-works-slider img {
    height: auto !important;
  }
  .home #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: auto !important;
    overflow: scroll;
  }
  .banner-info {
    top: 59vh;
  }
  .carousel-control-prev {
    left: 25px;
  }
  .carousel-control-next {
    right: 25px;
  }
  .mobile-testimonial .testimonial-tile p {
    font-size: 13px !important;
    line-height: 21px !important;
    padding: 8px !important;
  }
  header .logo img,
  header .blg-menu .logo img {
    /*margin-left: 10px;*/
  }
  .logo {
	line-height: 30px!important;
	}
  .navbar-light .navbar-toggler {
    top: 2px;
  }
  .home .banner {
    height: 480px;
  }
  .home #latest-works {
    margin-top: 20px !important;
  }
  .home #they-say .heading-wrapper {
    position: relative !important;
    margin-top: 35px;
  }
  .page-template-services-php .Services .inner-heading h3 {
    margin: 0 0 5px;
  }
  .services-includes ul {
    margin-top: 40px;
  }
  .services-includes ul li {
    width: 100%;
  }
  .our-process img {
    margin: 80px auto 0;
  }
  .portfolio-inner-banner img {
    margin-top: 65px;
  }
  .portfolio-inner-banner .logo-img img {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .portfolio-inner-banner .logo-img {
    width: 100%;
    text-align: center;
  }
  .portfolio-page h2 {
    margin-top: 73px;
  }
  .portfolio-page.typography h2 {
    margin-top: 25px !important;
  }
  .portfolio-page.software h2 {
    margin-top: 70px !important;
  }
  .portfolio-page.client-testimo h2 {
    margin-top: 50px !important;
  }
  .single-portfolios #they-say .wrapper {
    padding: 0
  }
  .single-portfolios span.sliderContent {
    padding: 25px 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .cocoen.show-slide.ufwireframe {
    width: 100% !important;
  }
  .container.wireframe-logo {
    margin: 0 0;
  }
  .postid-689 .portfolio-page.software h2 {
    margin-top: 48px !important;
  }
  .services-banner,
  .banner-contact,
  .static-banner,
  .header-article {
    margin-top: 0 !important;
  }
  .career-banner {
    margin-top: 0;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    padding: 18px 5px 0;
    width: 100%;
    margin: 30px 0;
  }
  .carousel-control-next {
    right: 10px;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .career-opening-banner {
    margin-top: 0;
  }
  .career-opening-banner span.heading {
    margin-top: 20px;
  }
  .page-template-career .tabs ul li {
    margin: 6px 2px !important;
  }
  .page-template-career .tabs ul li.listTypes a {
    padding: 8px 8px;
    font-size: 12px;
  }
  .career-openings {
    margin: 20px 0 20px;
  }
  .page-template-start-project .static-banner {
    margin-top: 0 !important;
  }
  .category .tag-page {
    margin-top: 40px;
  }
  .author-header {
    margin-top: 75px !important;
  }
  .header-article {
    /*margin-top: 60px !important;*/
  }
  .header-article .header-img .breadcrumb {
    bottom: 20px;
    padding: 7px;
  }
  .banner {
    background-size: 100% !important;
  }
  .home a.carousel-control-next.right img {
    width: 15px;
    margin-right: 15px;
  }
  .home a.carousel-control-prev.left img {
    width: 15px;
    margin-left: 15px;
  }
  .home .carousel-control-prev {
    left: 35px;
  }
  .home .carousel-control-next {
    right: 40px;
  }
  .home .banner {
    background-size: 84% !important;
  }
  .tiles-wrapper {
    margin-bottom: 0;
  }
  .home #they-say {
    margin-top: 50px !important;
  }
  .home #latest-digitales {
    margin-top: 60px;
  }
  #they-say .wrapper .testimonial-tile {
    width: 90%;
    margin: 0 5%;
  }
  .home .carousel-control-prev {
    left: 10px;
  }
  .home .carousel-control-next {
    right: 10px;
  }
  .home .mobile-slider .carousel-control-prev {
    left: -10px;
  }
  .home .mobile-slider .carousel-control-next {
    right: -10px;
  }
  #they-say .wrapper .testquote-mobile {
    background: url(../img/quotes-s.png) 13px 24px no-repeat;
  }
  #they-say .wrapper .testquote-mobile p {
    background: url(../img/quotes-l.png) 100% 100% no-repeat;
  }
  .mobile-testimonial .testimonial-tile p {
    padding: 15px 16px !important;
  }
  .catagory-blog {
    padding: 20px 25px;
   }
  .smart-loader-one {
    top: 32%;
    left: 32%;
  }
  .start-project.blog-subscribe form {
    width: 100%;
    margin: auto;
  }
  .blog-subscribe p {
    font-size: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .blog-subscribe .parsley-required,
  .blog-subscribe .parsley-custom-error-message {
    color: #b94a48;
    height: 40px;
  }
  .start-project {
    padding: 25px 0 40px;
  }
  .social li {
    padding: 0 10px;
  }
  .social i.fa:hover {
    width: 30px;
    height: 30px;
  }
  .social i.fa {
    line-height: 35px;
  }
  .social i.fa {
    font-size: 18px;
  }
  .static-banner iframe {
    height: 180px;
  }
  .wp_autosearch_input {
    line-height: 40px;
  }
  .md-modal input,
  .md-modal {
    width: 100% !important;
    margin: auto !important;
  }
  form#wizardinfosys_autosearch_form {
    width: 100%;
    margin: auto;
  }
  .portfolio-banner {
    margin: 0 0 0;
  }
  .portfolio-inner-banner img {
    margin-top: 0;
  }
  .home #they-say {
    margin-top: 50px !important;
  }
  .prorfolio-work-blocks p {
    font-size: 13px;
    line-height: 18px;
  }
  .prorfolio-work-blocks h2 {
    font-size: 16px !important;
  }
  .hvr-sweep-to-top a,
  .underlined-example {
    font-size: 12px;
  }
  #they-say .wrapper .img-wrap .name-cover .name {
    font-size: 14px;
    line-height: 17px;
  }
  #they-say .wrapper .testimonial-tile .img-wrap img {
    padding: 0;
    height: 145px;
  }
  .mobile-testimonial .testimonial-tile p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #they-say .wrapper .img-wrap .name-cover .post {
    margin-bottom: 5px;
  }
  .start-project h4 {
    font-size: 20px;
  }
  .start-project {
    padding: 0 0 30px;
  }
  .blocks .block p {
    padding-bottom: 2px;
    margin-bottom: 0;
  }
  .blocks .block {
    padding: 25px 15px 25px;
  }
  .panel {
    height: 350px !important;
    margin-bottom: 30px !important;
  }
  .chooseBest .thebestSection h2,
  .blocks .block h2 {
    font-size: 18px;
  }
  .chooseBest .thebestSection .info-text p {
    font-size: 14px;
    line-height: 21px;
  }
  .f-links nav a {
    font-size: 14px;
    padding: 0 7px;
  }
  .blocks .block p {
    font-size: 14px;
    line-height: 21px;
  }
  .service-content p {
    line-height: 24px;
  }
  /* .services-includes ul li {
     padding: 3px 0 12px 0;
}*/
  .services-includes ul li,
  .service-content p {
    font-size: 14px;
  }
  .single-service .services-banner img {
    width: 50%;
  }
  .single-service .services-banner {
    margin-top: 20px !important;
  }
  /* .services-includes ul li {
     background: url(..img/Bullet-point.png) no-repeat left 8px;
     background-size: 4%;
     height: auto;
     margin-bottom: 5px;
     list-style-type: disc;
}*/
  .our-process img {
    margin: 40px auto 0;
  }
  .our-process {
    margin-bottom: 0;
  }
  .service-content p {
    width: 96%;
  }
  .prorfolio-work-blocks .right-text p,
  .prorfolio-work-blocks .left-text p {
    width: 96%;
    margin: 0px auto;
    line-height: 24px;
  }
  .home .banner {
    height: 420px;
  }
  .banner-info {
    top: 330px;
  }
  .banner-info {
    margin-bottom: 0;
  }
  .page-template-services-php .Services .inner-heading h3 {
    margin: 50px 0 5px;
    font-size: 22px;
  }
  .chooseBest .thebestSection:last-child {
    margin: 20px 0 0;
  }
  .prorfolio-tile-section .block-container {
    margin-top: 25px;
    margin-bottom: 73px;
  }
  .tax-app_type .wp-video,
  .page-template-portfolio .wp-video,
  .page-template-portfolio #mep_0,
  .tax-app_type #mep_0,
  .single-portfolios #mep_0,
  .single-portfolios .wp-video {
    height: 183px;
    padding: 15px;
  }
  .logo-img img {
    width: 50%;
  }
  .logo-img {
    margin-top: 28px;
    margin-bottom: 0;
  }
  .single-portfolios #they-say {
    margin-top: 25px !important;
  }
  .all-project .exp-btn {
    box-shadow: none;
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .portfolio-page .view-all {
    margin: 13px 0 0;
  }
  .portfolio-page .wrap img {
    width: 100%;
  }
  .panel .back ul li {
    width: 100%;
  }
  .postid-689 .prorfolio-tile-section .block-container {
    margin-top: 55px;
  }
  .postid-689 .logo-img img {
    width: 80px;
  }
  .postid-689 .portfolio-banner.portfolio-inner-banner .logo-img img {
    width: 190px;
  }
  .logo-img img {
    width: 80px;
  }
  .postid-689 section.all-project img {
    margin-bottom: 31px;
    margin-top: 25px;
  }
  .postid-689 section.all-project .project-block img {
    width: auto;
  }
  .block-container .about-left .context-container h2 {
    margin-top: 15px !important;
  }
  .container.wireframe-logo .logo-img {
    height: 200px;
    margin-top: 0;
  }
  .postid-176 .software .logo-img {
    height: 95px;
    margin-top: 0;
  }
  .cocoen.show-slide.ufwireframe {
    width: 83% !important;
  }
  .cocoen {
    width: 100% !important;
  }
  .postid-170 .prorfolio-tile-section .block-container {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .postid-178 .portfolio-banner .project-desc,
  .postid-689 .portfolio-banner .project-desc,
  .postid-176 .portfolio-banner .project-desc,
  .postid-683 .portfolio-banner .project-desc,
  .postid-174 .portfolio-banner .project-desc,
  .postid-746 .portfolio-banner .project-desc {
    padding: 0 0 0 !important;
    margin: 9px 0 !important;
  }
  .postid-178 .prorfolio-tile-section .block-container {
    margin-bottom: 60px;
  }
  .postid-178 .portfolio-page.typography h2 {
    margin-top: 0 !important;
  }
  .postid-178 .portfolio-page .wrap img {
    margin: auto;
    margin-top: 25px;
  }
  .postid-178 .portfolio-page.software h2 {
    margin-top: 40px !important;
  }
  .postid-178 .software .logo-img {
    margin-top: 0;
  }
  .postid-689 .prorfolio-tile-section .block-container {
    margin-top: 40px;
  }
  .postid-689 .prorfolio-tile-section .block-container {
    margin-top: 40px;
  }
  .postid-689 .portfolio-page.wireframe h2 {
    margin-top: 0;
  }
  .postid-689 .software .logo-img {
    height: 123px;
    margin-top: 15px;
  }
  .container.wireframe-logo {
    margin: 25px 0;
  }
  .postid-176 .portfolio-page.wireframe h2 {
    margin-top: 0;
  }
  .postid-683 .prorfolio-tile-section .block-container:last-child {
    margin-bottom: 55px;
  }
  .postid-683 .portfolio-page.wireframe h2 {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .postid-683 .portfolio-page.typography h2 {
    margin-top: 40px !important;
  }
  .postid-683 .software .logo-img {
    margin-top: 0;
  }
  .postid-174 .portfolio-inner-banner .project-name h1 {
    margin-bottom: 0;
  }
  .prorfolio-tile-section .block-container:last-child {
    margin-bottom: 50px;
  }
  .postid-174 .container.wireframe-logo {
    margin: 0 0 5px;
  }
  .postid-174 .software .logo-img {
    margin-top: 0;
  }
  .postid-174 .portfolio-inner-banner .logo-img img {
    width: 130px;
  }
  .postid-174 .container.wireframe-logo .logo-img {
    height: 100px;
    margin-bottom: 5px;
  }
  .postid-174 .container .wireframe-logo .logo-img img {
    width: 160px;
  }
  .postid-174 .container.wireframe-logo {
    margin: 20px 0 26px;
  }
  .postid-746 .logo-img {
    width: 150px !important;
    margin: auto;
  }
  .cocoen.show-slide.ufwireframe {
    width: 94% !important;
  }
  .content-of-career h1,
  .content-of-career h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .content-of-career h1,
  .content-of-career h2 {
    font-size: 17px;
    line-height: 24px;
  }
  .page-template-scketch-culture #they-say .wrapper .img-wrap .name-cover {
    padding: 1px 15px 0;
  }
  .page-template-scketch-culture #they-say .wrapper .img-wrap .name-cover {
    bottom: 5px;
  }
  .page-template-scketch-culture #they-say .wrapper .img-wrap .name-cover {
    width: 50%;
  }
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    opacity: 1;
  }
  .page-template-scketch-culture #they-say .wrapper .testimonial-tile {
    padding: 5px 5px 20px;
    width: 90%;
    margin: 30px 5%;
    height: 425px;
  }
  .page-template-scketch-culture .mobile-testimonial .carousel.w-100 img.left {
    width: 15px;
  }
  .page-template-scketch-culture .carousel-control-next {
    right: 25px;
  }
  .page-template-scketch-culture .carousel-control-prev {
    left: 25px;
  }
  .page-template-career .tabs ul li.listTypes a {
    padding: 8px 15px;
    font-size: 12px;
  }
  .career-opening-blocks .right-banner h1 {
    font-size: 17px !important;
  }
  .career-openings .button-group .btncareer .btn {
    margin: 11px 10px 0;
  }
  .refer-social {
    width: 250px;
    padding: 15px;
    margin-top: -20px;
  }
  .refer-social .icon {
    background-size: 90% !important;
  }
  .button-group .red {
    width: 184px !important;
  }
  .cocoen>img {
    width: 100% !important;
  }
  .applyform.start-form .half,
  .start-form .half {
    width: 90%;
  }
  .start-project-banner .verticle-align {
    margin-top: 25px !important;
  }
  .start-form .captcha {
    width: 100% !important;
  }
  .page-template-start-project .start-form .send-btn input {
    width: 100px !important;
  }
  .blogslider .Bnr {
    margin-top: 0;
  }
  .header-article .header-img {
    height: 137px;
  }
  .header-article h1 {
    font-size: 13px;
  }
  .header-info.White h1,
  .header-info.Black h1 {
    padding: 15px;
    bottom: 0;
  }
  .design .heading h2 span,
  .design .heading h1 span,
  .our-feeds h2,
  .more-categories .heading h2 {
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px;
  }
  .page-template-filter .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: url(../img/next.png) no-repeat 2px 13px;
    background-size: 10px;
    width: 14px;
  }
  .postid-172 .portfolio-page.typography h2 {
    margin-top: 0 !important;
  }
  .postid-172 .software .logo-img {
    height: 140px;
    margin-top: 15px;
  }
  .postid-172 .portfolio-page.software h2 {
    margin-top: 51px !important;
  }
  .page-template-start-project .start-form textarea {
    line-height: 17px;
    height: 86px;
  }
  .page-template-start-project.page-id-40 .start-form textarea.effect~.focus-border {
    top: 78px;
  }
  .page-template-start-project.page-id-148 .start-form.applyform textarea.effect~.focus-border {
    margin-left: 5%;
    top: 76px;
  }
  .thankyou p {
    font-size: 15px;
  }
  .thankyou .number,
  .thankyou .mail {
    width: 50%;
  }
  .thankyou img {
    width: 75%;
  }
  .home #latest-works {
    width: 93%;
  }
  .home .banner {
    background-size: 100% !important;
    margin-bottom: 20px !important;
  }
  .banner-info h2 {
    font-size: 30px;
  }
  .banner-info h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .panel .back ul li {
    height: 34px;
  }
  .panel .back {
    max-height: 350px !important;
  }
}

@media screen and (max-width: 375px) {
  .Services .tiles-wrapper {
    bottom: 0 !important;
  }
  #they-say #rotate-carousel ul {
    top: 70px !important;
  }
  .our-feeds .nav-link {
    padding: 14px 15px;
  }
  .single-testimonial .wrapper .name-cover {
    width: 100% !important;
  }
  .breadcrumb {
    margin-top: 28px;
  }
  #they-say #rotate-carousel .wrapper .testimonial-tile {
    height: 350px;
    overflow: scroll;
  }
  #they-say .wrapper {
    margin-top: 0;
  }
  .video-js {
    height: 179px;
  }
  #they-say #rotate-carousel ul {
    top: 100px !important;
  }
  .footer {
    margin-top: 0;
  }
  /* new css */
  .home #they-say #rotate-carousel {
    height: 100vh !important;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    margin-top: 0 !important;
  }
  .page-template-scketch-culture #they-say #rotate-carousel {
    height: 80vh !important;
  }
  .home .Services {
    margin: 25px auto 0;
  }
  .banner-info {
    top: 289px;
  }
}

@media screen and (max-width: 320px) {
  .author .info .date,
  .author .info .name {
    line-height: 20px;
  }
  .author .info .name b {
    font-size: 14px;
  }
  .button-group .btn {
    padding: 6px 5px;
  }
  .scketch-activity .second-col .first-row img {
    height: 50px;
  }
  .scketch-activity .second-col .second-row img {
    height: 60px;
  }
  .video-js {
    height: 150px;
  }
  #they-say #rotate-carousel ul {
    top: 100px !important;
  }
  /* new css*/
  .f-links nav a {
    font-size: 12px;
    padding: 0 7px;
  }
  .banner-info {
    top: 273px !important;
  }
}

.start-form input:focus::-webkit-input-placeholder {
  font-size: 12px;
  position: relative;
  top: -18px;
}

.start-form input::-webkit-input-placeholder {
  transition: 0.2s ease-in;
}

.start-form input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  /*height: 50px;*/
}

/*  Banner Gradient css  */

.halftone {
  display: block;
  opacity: 1;
  position: absolute;
}

/*  End Banner Gradient css  */

#profile .fts-powered-by-text {
  display: none !important;
}

.custom-content {
  padding-top: 8px !important;
}

.wpcf7-form .full>p {
  font-size: 16px;
  font-family: sans-serif;
  position: relative;
}

.wpcf7-form .full label {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  transition: top .2s;
  color: #999;
  left: 0;
}

.wpcf7-form .full input.wpcf7-text {
  border: none;
  border-bottom: 3px solid #efefef;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
}

.wpcf7-form .full label.has-value {
  top: 15px;
  font-size: 12px;
}

/*    Budget     */

.wpcf7-form .full label.budget {
  left: 43px;
}

/*End Budget*/

.page-template-contact .wpcf7-form label.error {
  top: 36px;
}

.start-form .col-md-6 {
  float: left
}

.wpcf7-form .half>p {
  font-size: 16px;
  font-family: sans-serif;
  position: relative;
}

.wpcf7-form .half label {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  transition: top .2s;
  color: #999;
  left: 0;
}

.wpcf7-form .half input.wpcf7-text {
  border: none;
  border-bottom: 3px solid #efefef;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
}

.wpcf7-form .half label.has-value {
  top: 15px;
  font-size: 12px;
}

.start-form.applyform .wpcf7-form .half label.error {
  top: 36px;
}

.start-form.applyform .wpcf7-form .half label#subject-error {
  top: 62px;
}

.applyform.start-form .half {
  margin-top: 18px;
}

@media screen and (min-device-width: 1920px) and (max-device-width: 2500px) {
  .home .Services {
    margin: 530px auto 150px;
  }
  .banner-info {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    text-align: center;
    height: 15vh;
    margin-top: 60px;
  }
  .home .banner {
    margin-top: 50px;
    padding-top: 110px;
  }
}

@media screen and (max-width: 1600px) {
  .home .Services {
    margin: 330px auto 150px;
  }
  .banner-info {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    text-align: center;
    height: 15vh;
  }
  .home .banner {
    margin-bottom: 20px;
    max-width: 600px;
  }
}

@media screen and (max-width: 1366px) {
  .home .Services {
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 1200px) {
  .home .Services {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 992px) {
  .home .Services {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 768px) {
  .home .Services {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 420px) {
  .home .Services {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 320px) {
  .home .Services {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #titlediv {
    visibility: hidden ;
  }
}

.zsiq_floatmain{z-index:999!important;}

#ajaxsearchliteres1 .results{height:300px!important;}
