/*
Theme Name: CoE Journalism
Author: Pro-Position
Author URI: https://www.proposition.pl
Text Domain: journalism
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

*, ::after, ::before {
  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: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  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; }

code, kbd, pre, 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; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  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; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -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;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .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(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: .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: .5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  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 > td, .table-secondary > th {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > td, .table-success > th {
  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 > td, .table-info > th {
  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 > td, .table-warning > th {
  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 > td, .table-danger > th {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > td, .table-light > th {
  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 > td, .table-dark > th {
  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 > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 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: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark td, .table-dark th, .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.98px) {
  .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.98px) {
  .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.98px) {
  .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.98px) {
  .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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  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;
  width: 100%; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-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, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-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, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.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 {
  color: #fff;
  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; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  color: #fff;
  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; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  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 {
  color: #fff;
  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; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  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 {
  color: #212529;
  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; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  color: #212529;
  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; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  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 {
  color: #fff;
  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; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  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: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  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; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  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: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  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: #6c757d; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .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 .35s ease; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .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: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after {
  margin-left: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(: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=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .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: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  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-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.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: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.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.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    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-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    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-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  .card-group > .card:only-child {
    border-radius: .25rem; }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .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-footer, .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-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }

  .card-columns .card {
    display: inline-block;
    width: 100%; } }
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .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: #6c757d; }

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

.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: #dc3545; }

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

.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: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .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: .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: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.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: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  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; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

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: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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 embed, .embed-responsive iframe, .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.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    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;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !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: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !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: #6c757d !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; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/*
Item name: Menuzord - Responsive Megamenu
Author: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/
/*
	CONTENTS:
	
	 1 - MENU CONTAINER
		- Scrollable menu
	 2 - BRAND
	 3 - MENU
		- Right alignment
		- Menu items
		- Active/hover state
	 4 - DROPDOWN
		- Dropdown items
		- Hover state
		- Dropdown left alignment
	 5 - DROPDOWN/MEGAMENU INDICATORS
	 6 - MEGAMENU
	 7 - MEGAMENU WIDTHS
		- Half width
		- Quarter width
	 8 - GRID SYSTEM
	 9 - SHOW/HIDE BUTTON (MOBILE MODE)
		- Icon
	10 - ICONS (parent menu items)
	11 - SEARCH FIELD
		- Form
		- Input
	12 - VERTICAL TABS
	13 - COLOR SCHEMES
	14 - MOBILE MODE (RESPONSIVE MODE)
		- Menu container
		- Brand
		- Show/hide button
		- Menu
		- Dropdown
		- Dropdown items
		- Dropdown/megamenu indicators
		- Megamenu
		- Search field
*/
/* FONT
======================================*/
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
  background: #fff; }

.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear; }

/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix {
  display: none; }

/* 2 - BRAND
======================================*/
.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer; }

/* 3 - MENU
======================================*/
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

/* Right alignment */
.menuzord-menu.menuzord-right {
  float: right; }

/* Menu items */
.menuzord-menu > li {
  display: inline-block;
  float: left; }

.menuzord-menu > li > a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333; }

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  background: #fff; }

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%; }

/* Dropdown items */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative; }

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear; }

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333; }

/* Dropdown left alignment */
.menuzord-menu ul.dropdown.dropdown-left {
  left: none; }

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%; }

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.menuzord-menu li .indicator {
  margin-left: 3px; }

.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px; }

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff; }

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto; }

/* Quarter width */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto; }

/* 8 - GRID SYSTEM
======================================*/
.menuzord-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px; }

.menuzord-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0; }

.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
  display: table;
  content: "";
  line-height: 0; }

.menuzord-menu > li > .megamenu .megamenu-row:after {
  clear: both; }

.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%; }

.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
  margin-left: 0; }

.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 5.583333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 14.166666666666%; }

.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 22.75%; }

.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 31.333333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 39.916666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 48.5%; }

.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 57.083333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 65.666666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 74.25%; }

.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 82.833333333334%; }

.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.416666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%; }

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Show/hide button icon */
.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: #777; }

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
  font-family: 'FontAwesome'; }

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px; }

/* Input */
.menuzord-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.menuzord-menu > li.search form:hover input[type="text"] {
  width: 160px; }

/* 12 - VERTICAL TABS
======================================*/
.menuzord-tabs {
  width: 100%;
  float: left; }

.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: solid 1px #f0f0f0;
  outline: 0; }

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0; }

.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: solid 1px #f0f0f0; }

.menuzord-tabs-content.active {
  display: block; }

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  color: #4A89DC; }

/* green */
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  color: #37BC9B; }

/* red */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #E9573F; }

/* orange */
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  color: #ff670f; }

/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  color: #F6BB42; }

/* purple */
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  color: #967ADC; }

/* pink */
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  color: #D770AD; }

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 991px) {
  /* Responsive menu container */
  .menuzord-responsive.menuzord {
    padding: 0; }

  /* Brand */
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55; }

  /* Show/hide button */
  .menuzord-responsive .showhide {
    margin: 0; }

  /* Menu */
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important; }

  /* scrollable menu*/
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block; }

  /* Menu items */
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative; }

  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0; }

  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0; }

  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left; }

  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative; }

  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0; }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 40px !important; }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px !important; }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px !important; }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
    padding-left: 50px !important; }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 70px !important; }

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 90px !important; }

  /* Dropdown/megamenu indicators */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5; }

  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px; }

  /* Megamenu */
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0; }

  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px; }

  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child {
    margin-top: 0; }

  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
    margin-top: 0; }

  /* Search field */
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important; }

  .menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
    width: 100%; }

  /* Tabs */
  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%; }

  .menuzord-responsive .menuzord-tabs-content {
    width: 100%; } }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%,100%,40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%,100%,40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,100%,70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%,100%,70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none; }

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto; }

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important; }

.slick-slide {
  float: left;
  padding: 0; }

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 100vh;
  background: #000; }

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }

.Modern-Slider .item .info > div {
  vertical-align: middle;
  height: 100%; }

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 1; }

.Modern-Slider .NextArrow:before {
  content: '\f105'; }

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 1; }

.Modern-Slider .PrevArrow:before {
  content: '\f104'; }

.Modern-Slider .slick-dots li button {
  display: none; }

.Modern-Slider .item h3 {
  -webkit-animation: fadeOutRight 1s both;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0; }

.Modern-Slider .item h5 {
  max-width: 600px;
  overflow: hidden;
  -webkit-animation: fadeOutLeft 1s both;
  animation: fadeOutLeft 1s both; }

.Modern-Slider .item.slick-active h3 {
  -webkit-animation: fadeInDown 1s both 1s;
  animation: fadeInDown 1s both 1s; }

.Modern-Slider .item.slick-active h5 {
  -webkit-animation: fadeInLeft 1s both 1.5s;
  animation: fadeInLeft 1s both 1.5s; }

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/************************************************
Css Table Of Content
-----------------------
01. Resset Css
02. Typogrpahy
    2.1 Font Typography
    2.2 Color Typography
    2.3 Hedding Tag Typography
03. Scroll Top CSS
04. Global Style
05. Pading and Margin Style
*************************************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px; } }
@media (max-width: 767px) {
  /*.container {
      max-width: 100%;
      width: 100%;
  }*/ }
/*--------------01. Start Resset Css------------------*/
* {
  margin: 0px;
  padding: 0px; }

*:focus {
  box-shadow: none;
  border: none;
  outline: none; }

body {
  padding: 0px;
  font-size: 15px;
  line-height: 26px;
  margin: 0px auto;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
figur,
a {
  margin: 0px;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures; }

P,
.p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #666; }

a {
  text-decoration: none;
  color: #333; }

a:hover,
a:focus,
input:focus,
button:focus,
a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

button {
  cursor: pointer; }

/*------------0.1 End Resset Css----------------------*/
/*--------------------02. Typography------------------*/
/*------------2.1 font weight Typography------------*/
.fw_300 {
  font-weight: 300; }

.fw_400 {
  font-weight: 400; }

.fw_500 {
  font-weight: 500; }

.fw_600 {
  font-weight: 600; }

.fw_700 {
  font-weight: 700; }

.fw_800 {
  font-weight: 800; }

.fw_900 {
  font-weight: 900; }

/*------------2.2 color Typography----------*/
.color_22 {
  color: #222222; }

.color_33 {
  color: #333333; }

.color_55 {
  color: #555555; }

.color_66 {
  color: #666666; }

.color_77 {
  color: #777777; }

.color_88 {
  color: #888888; }

.color_ff {
  color: #ffffff; }

.color_00 {
  color: #000000; }

.color_10 {
  color: #101010; }

.color_dd {
  color: #dddddd; }

.color_ee {
  color: #eeeeee; }

.color_44 {
  color: #444444; }

.color_ae {
  color: #aeaeae; }

.color_af5 {
  color: #af52ca; }

.color_2fc {
  color: #2fc4c0; }

.color_1ed {
  color: #1ed798; }

.color_724 {
  color: #724bde; }

.color_ef4 {
  color: #ef4581; }

.color_027 {
  color: #027aec; }

.color_7a5 {
  color: #7a57db; }

.color_984 {
  color: #984059; }

.color_dc3 {
  color: #dc3840; }

.color_18a {
  color: #18a9d9; }

.color_2f6 {
  color: #2f61b2; }

.color_247 {
  color: #2474ce; }

.color_00b {
  color: #00b4e1; }

.color_0fb {
  color: #0fba97; }

.color_1c1 {
  color: #1c1f2e; }

.color_151 {
  color: #15131b; }

.color_9dc {
  color: #9dce45; }

.color_f7 {
  color: #f7f7f7; }

.color_26d {
  color: #26d28f; }

.color_fbf {
  color: #fbfbfb; }

.color_15d {
  color: #15ddd6; }

.color_ffe {
  color: #ffeb3b; }

.color_34e {
  color: #34eec8; }

.color_e5e {
  color: #e5e5e5; }

.color_1b1 {
  color: #1b1c21; }

.color_e2e {
  color: #e2e2e2; }

.color_faf {
  color: #fafafa; }

/*------------background color-------------*/
.bg_color_22 {
  background-color: #222222; }

.bg_color_33 {
  background-color: #333333; }

.bg_color_55 {
  background-color: #555555; }

.bg_color_ff {
  background-color: #ffffff; }

.bg_color_00 {
  background-color: #000000; }

.bg_color_10 {
  background-color: #101010; }

.bg_color_dd {
  background-color: #dddddd; }

.bg_color_ee {
  background-color: #eeeeee; }

.bg_color_44 {
  background-color: #444444; }

.bg_color_ae {
  background-color: #aeaeae; }

.bg_color_af5 {
  background-color: #af52ca; }

.bg_color_2fc {
  background-color: #2fc4c0; }

.bg_color_1ed {
  background-color: #1ed798; }

.bg_color_724 {
  background-color: #724bde; }

.bg_color_ef4 {
  background-color: #ef4581; }

.bg_color_027 {
  background-color: #027aec; }

.bg_color_7a5 {
  background-color: #7a57db; }

.bg_color_984 {
  background-color: #984059; }

.bg_color_dc3 {
  background-color: #dc3840; }

.bg_color_18a {
  background-color: #18a9d9; }

.bg_color_2f6 {
  background-color: #2f61b2; }

.bg_color_247 {
  background-color: #2474ce; }

.bg_color_00b {
  background-color: #00b4e1; }

.bg_color_0fb {
  background-color: #0fba97; }

.bg_color_1c1 {
  background-color: #1c1f2e; }

.bg_color_151 {
  background-color: #15131b; }

.bg_color_9dc {
  background-color: #9dce45; }

.bg_color_f7 {
  background-color: #f7f7f7; }

.bg_color_26d {
  background-color: #26d28f; }

.bg_color_f4f {
  background-color: #f4f4f4; }

.bg_color_fbf {
  background-color: #fbfbfb; }

.bg_color_15d {
  background-color: #15ddd6; }

.bg_color_ffe {
  background-color: #ffeb3b; }

.bg_color_34e {
  background-color: #34eec8; }

.bg_color_f5f {
  background-color: #f5f5f5; }

.bg_color_f8f {
  background-color: #f8f8f8; }

.bg_color_f1f {
  background-color: #f1f1f1; }

.bg_color_f7f {
  background-color: #f7f7f7; }

.bg_color_faf {
  background-color: #fafafa; }

/*-------------border-color-------------*/
.border_color_22 {
  border-color: #222222; }

.border_color_33 {
  border-color: #333333; }

.border_color_55 {
  border-color: #555555; }

.border_color_ff {
  border-color: #ffffff; }

.border_color_00 {
  border-color: #000000; }

.border_color_10 {
  border-color: #101010; }

.border_color_dd {
  border-color: #dddddd; }

.border_color_ee {
  border-color: #eeeeee; }

.border_color_44 {
  border-color: #444444; }

.border_color_ae {
  border-color: #aeaeae; }

.border_color_af5 {
  border-color: #af52ca; }

.border_color_2fc {
  border-color: #2fc4c0; }

.border_color_1ed {
  border-color: #1ed798; }

.border_color_724 {
  border-color: #724bde; }

.border_color_ef4 {
  border-color: #ef4581; }

.border_color_027 {
  border-color: #027aec; }

.border_color_7a5 {
  border-color: #7a57db; }

.border_color_984 {
  border-color: #984059; }

.border_color_dc3 {
  border-color: #dc3840; }

.border_color_18a {
  border-color: #18a9d9; }

.border_color_2f6 {
  border-color: #2f61b2; }

.border_color_247 {
  border-color: #2474ce; }

.border_color_00b {
  border-color: #00b4e1; }

.border_color_0fb {
  border-color: #0fba97; }

.border_color_1c1 {
  border-color: #1c1f2e; }

.border_color_151 {
  border-color: #15131b; }

.border_color_9dc {
  border-color: #9dce45; }

.border_color_f7 {
  border-color: #f7f7f7; }

.border_color_26d {
  border-color: #26d28f; }

.border_color_fbf {
  border-color: #fbfbfb; }

.border_color_15d {
  border-color: #15ddd6; }

.border_color_ffe {
  border-color: #ffeb3b; }

.border_color_34e {
  border-color: #34eec8; }

.border_color_151 {
  border-color: #15161b; }

/*-----------2.3 heading tag Typogrpahy------------*/
h1,
.h1 {
  font-size: 50px;
  line-height: 65px; }

h2,
.h2 {
  font-size: 40px;
  line-height: 54px; }

h3,
.h3 {
  font-size: 30px;
  line-height: 42px; }

h4,
.h4 {
  font-size: 24px;
  line-height: 34px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 26px; }

.title_70 {
  font-size: 70px;
  line-height: 85px; }

.title_60 {
  font-size: 60px;
  line-height: 75px; }

.title_55 {
  font-size: 55px;
  line-height: 70px; }

.title_45 {
  font-size: 45px;
  line-height: 50px; }

.title_36 {
  font-size: 36px;
  line-height: 48px; }

.title_20 {
  font-size: 20px;
  line-height: 30px; }

/*-------------03. scroll top css-----------*/
.scroll_top {
  background: #027AEC;
  border-radius: 3px;
  bottom: 90px;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99; }

.scroll_top:hover i {
  color: #000; }

.not_visible {
  visibility: hidden;
  display: none; }

.scroll_top i {
  color: #fff;
  font-size: 24px;
  line-height: 38px; }

/*-------------04. Global style---------------*/
.raleway {
  font-family: 'Raleway', sans-serif; }

.lato {
  font-family: 'Lato', sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.playfair {
  font-family: 'Playfair Display', serif; }

.mont {
  font-family: 'Montserrat', sans-serif; }

.merriweather {
  font-family: 'Merriweather', serif; }

.popins {
  font-family: 'Poppins', sans-serif; }

.open {
  font-family: 'Open Sans', sans-serif; }

.pos_relative {
  position: relative; }

.d_block {
  display: block; }

.overlay2,
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.section_tbl {
  display: table;
  width: 100%;
  height: 100%; }

.section_tbl_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/*---------border-radius-------*/
.radius_3 {
  border-radius: 3px; }

.radius_5 {
  border-radius: 5px; }

.radius_10 {
  border-radius: 10px; }

.radius_50 {
  border-radius: 50px; }

.radius_100p {
  border-radius: 100%; }

.menuzord {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

img.header_logo {
  height: 35px; }

.offcanvas .navigation_item .logo_li img,
.contact_page4 .abform_area button,
.contact_page4 .abform_area .abinput_group label,
.contact_page3 .abform_area button,
.contact_page3 .abform_area .abinput_group label,
.contact_page1 .abform_area .abinput_group label,
.contact_page1 .abform_area button,
.recent_propertes_section .single_recent_properte .properte_img::before,
.accordion_style4 .card .title:before,
.property_search ul.search-ul li button i,
.stuck_menu .menuzord-menu > li > a:before,
.team_section .single_member::before,
.team_section .single_member::after,
.header_v1 .topbar_left li a,
.header_v1 .topbar_right li.request a,
.header_v1 .topbar_right li i,
footer .single_widget .snd_msg button,
.header_v1 .stuck_menu .menuzord-menu > li > a,
.header_v2 .stuck_menu2 .search_btn_area li,
.header_v3 .stuck_menu .search_btn_area li,
.stuck_menu .megamenu .col3 li a::before,
.footer_widget4 .contact_area form > button,
.footer_widget6 .contact_area form > button,
.footer_widget14 .contact_area form > button,
.header_v9 .stuck_menu .menuzord-menu > li::before,
.stuck_menu .menuzord-menu ul.dropdown li a,
.header_v9 .stuck_menu .search_btn_area li,
footer .single_widget .newsletter button,
.header_v11 .topbar_right .sdropdown,
.cta8 .cta_content .cta_button:after,
.welcome3 .intro_common,
.welcome5 .intro_common .intro_text h5:before,
.welcome4 .intro_common span i,
.welcome3 .intro_common span i,
.welcome3 .intro_common .intro_text p,
.welcome1 .intro_common span,
.welcome2 .intro_common span,
.welcome1 .intro_common span i,
.welcome2 .intro_common span i,
.welcome6 .intro_common,
.welcome6 .intro_common:before,
.welcome7 .intro_common span:after,
.welcome11 .intro_common span.d_block:before,
.welcome11 .intro_common span.d_block:after,
.welcome14 .intro_common span.d_block:before,
.welcome21 .intro_common span.d_inline:before,
.welcome21 .intro_common span.d_inline:after,
.welcome22 .intro_common:after,
.welcome23 .intro_common span i,
.welcome26 .intro_common span:after,
.welcome30 .intro_common span.d_block::before,
.welcome30 .intro_common span.d_block::after,
.welcome38 .intro_common:before,
.tab_style3 .nav > li > a i,
.tab_style5 .nav > li > a:before,
.tab_style6 .nav > li,
.tab_style7 .nav > li > a i,
.tab_style8 .nav > li > a:before,
.tab_style8 .nav > li > a i,
.tab_style9 .nav > li > a:before,
.testimonial_style2 .owl-next,
.testimonial_style2 .owl-prev,
.testimonial_style5 .single_testimonial:after,
.testimonial_style6 .author_comment::before,
.testimonial_style8 .owl-prev,
.testimonial_style8 .owl-next,
.testimonial-image-slider .slick-arrow,
.header_v11 .topbar_right .search_icon > li,
.header_17 .stuck_menu .menuzord-menu > li > a,
.accordion_style3 .card .title i,
.cta10 .cta_content .cta_button i,
.cta11 .cta_content .cta_button i,
.header_v12 .special_content li i,
.header_17 .search_btn_area li i,
.header_v13 .search_icon li i,
.header_v5 .topbar_dropdown,
.header_v8 .cart_icon > li,
#search_icon .search_area,
.all_shopping,
.transition_3s,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.portfolio_common .portfolio_menu li span.icon,
.portfolio_common .portfolio_menu li:before,
.portfolio_IT .single_item .overlay,
.table_style_common table tr > td,
.list_common li a,
.instagram3 .single_image img,
.logo_carousel2 > li img,
.logo_wrapper .owl-prev,
.logo_wrapper .owl-next,
.abcarousel_common .owl-prev,
.abcarousel_common .owl-next,
.abcarousel1 .carousel_item img,
.card_style .single_card .img_area img,
.card_style1 .card_content .puls i,
.contact_form .abform_area .abinput_group label,
.contact_form .abform_area .abinput_group,
.contact_form .abform_area .abinput_group button,
.contact_form .abform_area .abinput_group:before,
.contact_form .abform_area .abinput_group:after,
.subscribe1 .subscribe_form button span,
.text label span.icon::before,
.text label span.icon::after,
.switch_icon label span.icon::before,
.switch_icon label span.icon::after,
.switch_common .switch + label:after,
.switch_common .switch + label:before,
.switch_common .switch + label,
.video2 .video_text > a.readmore:before,
.btn_style3 li a span,
.btn_style3 li a i,
.icon_style4 li a:before,
.icon_style1 li a i::before,
.team_style15 .team_common,
.team_style13 .team_common .member_img,
.team_style12 .team_common,
.team_style12 .member_info span,
.team_style11 .member_info .line,
.team_style10 .member_info .line,
.team_style9 .member_info .line,
.team_style8 .team_common .member_info span,
.team_style8 .team_common .member_info a,
.team_style8 .team_common .member_info,
.team_style4 .member_info:before,
.team_style3 .member_info .content,
.team_style3 .member_info .content:before,
.team_style2 .member_info .overlay2,
.team_section .owl-prev,
.team_section .owl-next,
.team_style1 .member_info:before,
.contact_form .abform_area button,
input,
textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blog_post13 .single_blog_post .blog_content,
.blog_post12 .single_blog_post .blog_content > ul:before,
.blog_post11 .single_blog_post .blog_content,
.blog_post11 .single_blog_post .img_area .date,
.blog_post_comon .single_blog_post .img_area img,
.blog_post_common .single_blog_post .img_area img,
.portfolio_OT.masonary .single_item .line,
.portfolio_common .portfolio_menu.style3 li,
.portfolio_IT.icon_overlay2 .single_item ul.icon,
.portfolio_IT.icon_overlay2 .single_item .title,
.portfolio_OT .single_item a img,
.portfolio_IT .single_item img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.portfolio_IT.icon_overlay3 .single_item ul.icon,
.transition_5s {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

/*------------02. Business Consult project all transition------------------*/
.blog_details .blog_details_sidebar .input_group > button,
.project_details_carousel .single_img > img,
.home3_footer .contact_area form > button,
.welcome37 .intro_common .overlay,
header.home3 .topbar,
header.home3 .stuck_menu,
.home2_banner.v2 .banner_content .txt_wrapper a.get_free i,
.free_consult_section form button,
.header_v10 .topbar_right .search_area > button,
.header_v11,
.header_v10 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.home_slider .Modern-Slider .slick-dots li:before,
.transition_4s {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.align_center_center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

.align_col_center_left {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center; }

.align_col_bottom_left {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end; }

.align_col_center_right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center; }

.align_col_right_bottom {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end; }

.align_col_center_bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end; }

.align_row_left_top {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start; }

.align_row_center_left {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start; }

.align_row_center_right {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end; }

.align_row_center_center {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center; }

.align_row_spacebetween {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between; }

.d_inline,
.d_inline li {
  display: inline-block; }

.uppercase > li > a {
  text-transform: uppercase; }

.capitalize > li > a {
  text-transform: capitalize; }

/* --------04. End GLOBAL style css ------**/
/*------------------05. padding typography--------------------*/
/*--padding top bottom---*/
.ptb_150 {
  padding: 150px 0; }

.ptb_145 {
  padding: 145px 0; }

.ptb_140 {
  padding: 140px 0; }

.ptb_135 {
  padding: 135px 0; }

.ptb_130 {
  padding: 130px 0; }

.ptb_125 {
  padding: 125px 0; }

.ptb_120 {
  padding: 120px 0; }

.ptb_110 {
  padding: 110px 0; }

.ptb_100 {
  padding: 100px 0; }

.ptb_95 {
  padding: 95px 0; }

.ptb_90 {
  padding: 90px 0; }

.ptb_85 {
  padding: 85px 0; }

.ptb_80 {
  padding: 80px 0; }

.ptb_75 {
  padding: 75px 0; }

.ptb_70 {
  padding: 70px 0; }

.ptb_65 {
  padding: 65px 0; }

.ptb_60 {
  padding: 60px 0; }

.ptb_55 {
  padding: 55px 0; }

.ptb_50 {
  padding: 50px 0; }

.ptb_45 {
  padding: 45px 0; }

.ptb_40 {
  padding: 40px 0; }

.ptb_35 {
  padding: 35px 0; }

.ptb_30 {
  padding: 30px 0; }

.ptb_25 {
  padding: 25px 0; }

.ptb_20 {
  padding: 20px 0; }

.ptb_15 {
  padding: 15px 0; }

.ptb_10 {
  padding: 10px 0; }

.ptb_5 {
  padding: 5px 0; }

.p_0 {
  padding: 0px 0; }

.plr_0 {
  padding: 0px; }

.plr_5 {
  padding: 0 5px; }

.plr_10 {
  padding: 0 10px; }

/*---padding top---*/
.pt_0 {
  padding-top: 0 !important; }

.pt_5 {
  padding-top: 5px; }

.pt_10 {
  padding-top: 10px; }

.pt_15 {
  padding-top: 15px; }

.pt_20 {
  padding-top: 20px; }

.pt_25 {
  padding-top: 25px; }

.pt_30 {
  padding-top: 30px; }

.pt_35 {
  padding-top: 35px; }

.pt_40 {
  padding-top: 40px; }

.pt_45 {
  padding-top: 45px; }

.pt_50 {
  padding-top: 50px; }

.pt_55 {
  padding-top: 55px; }

.pt_60 {
  padding-top: 60px; }

.pt_65 {
  padding-top: 65px; }

.pt_70 {
  padding-top: 70px; }

.pt_75 {
  padding-top: 75px; }

.pt_80 {
  padding-top: 80px; }

.pt_85 {
  padding-top: 85px; }

.pt_90 {
  padding-top: 90px; }

.pt_95 {
  padding-top: 95px; }

.pt_100 {
  padding-top: 100px; }

.pt_105 {
  padding-top: 105px; }

.pt_110 {
  padding-top: 110px; }

.pt_115 {
  padding-top: 115px; }

.pt_120 {
  padding-top: 120px; }

/*---padding bottom---*/
.pb_0 {
  padding-bottom: 0 !important; }

.pb_5 {
  padding-bottom: 5px; }

.pb_10 {
  padding-bottom: 10px; }

.pb_15 {
  padding-bottom: 15px; }

.pb_20 {
  padding-bottom: 20px; }

.pb_25 {
  padding-bottom: 25px; }

.pb_30 {
  padding-bottom: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pb_40 {
  padding-bottom: 40px; }

.pb_45 {
  padding-bottom: 45px; }

.pb_50 {
  padding-bottom: 50px; }

.pb_55 {
  padding-bottom: 55px; }

.pb_60 {
  padding-bottom: 60px; }

.pb_65 {
  padding-bottom: 65px; }

.pb_70 {
  padding-bottom: 70px; }

.pb_75 {
  padding-bottom: 75px; }

.pb_80 {
  padding-bottom: 80px; }

.pb_85 {
  padding-bottom: 85px; }

.pb_90 {
  padding-bottom: 90px; }

.pb_95 {
  padding-bottom: 95px; }

.pb_100 {
  padding-bottom: 100px; }

.pb_105 {
  padding-bottom: 105px; }

.pb_110 {
  padding-bottom: 110px; }

.pb_115 {
  padding-bottom: 115px; }

.pb_120 {
  padding-bottom: 120px; }

/*---padding-left---*/
.pl_0 {
  padding-left: 0px !important; }

.pl_5 {
  padding-left: 5px; }

.pl_10 {
  padding-left: 10px; }

.pl_15 {
  padding-left: 15px; }

.pl_20 {
  padding-left: 20px; }

.pl_25 {
  padding-left: 25px; }

.pl_30 {
  padding-left: 30px; }

.pl_35 {
  padding-left: 35px; }

.pl_40 {
  padding-left: 40px; }

.pl_45 {
  padding-left: 45px; }

.pl_50 {
  padding-left: 50px; }

.pl_55 {
  padding-left: 55px; }

.pl_60 {
  padding-left: 60px; }

.pl_65 {
  padding-left: 65px; }

.pl_70 {
  padding-left: 70px; }

.pl_75 {
  padding-left: 75px; }

.pl_80 {
  padding-left: 80px; }

.pl_85 {
  padding-left: 85px; }

.pl_90 {
  padding-left: 90px; }

.pl_95 {
  padding-left: 95px; }

.pl_100 {
  padding-left: 100px; }

/*---padding-right---*/
.pr_0 {
  padding-right: 0px !important; }

.pr_5 {
  padding-right: 5px; }

.pr_10 {
  padding-right: 10px; }

.pr_15 {
  padding-right: 15px; }

.pr_20 {
  padding-right: 20px; }

.pr_25 {
  padding-right: 25px; }

.pr_30 {
  padding-right: 30px; }

.pr_35 {
  padding-right: 35px; }

.pr_40 {
  padding-right: 40px; }

.pr_45 {
  padding-right: 45px; }

.pr_50 {
  padding-right: 50px; }

.pr_55 {
  padding-right: 55px; }

.pr_60 {
  padding-right: 60px; }

.pr_65 {
  padding-right: 65px; }

.pr_70 {
  padding-right: 70px; }

.pr_75 {
  padding-right: 75px; }

.pr_80 {
  padding-right: 80px; }

.pr_85 {
  padding-right: 85px; }

.pr_90 {
  padding-right: 90px; }

.pr_95 {
  padding-right: 95px; }

.pr_100 {
  padding-right: 100px; }

/*----------------margin typography-------------*/
/*---margin top bottom----*/
.mtb_0 {
  margin: 0px !important; }

.mtb_5 {
  margin: 5px 0; }

.mtb_10 {
  margin: 10px 0; }

.mtb_15 {
  margin: 15px 0; }

.mtb_20 {
  margin: 20px 0; }

.mtb_25 {
  margin: 25px 0; }

.mtb_30 {
  margin: 30px 0; }

.mtb_35 {
  margin: 35px 0; }

.mtb_40 {
  margin: 40px 0; }

.mtb_45 {
  margin: 45px 0; }

.mtb_50 {
  margin: 50px 0; }

.mtb_55 {
  margin: 55px 0; }

.mtb_60 {
  margin: 60px 0; }

.mtb_65 {
  margin: 65px 0; }

.mtb_70 {
  margin: 70px 0; }

.mtb_75 {
  margin: 75px 0; }

.mtb_80 {
  margin: 80px 0; }

.mtb_85 {
  margin: 85px 0; }

.mtb_90 {
  margin: 90px 0; }

.mtb_95 {
  margin: 95px 0; }

.mtb_100 {
  margin: 100px 0; }

/*-----margin bottom-----*/
.mb_0 {
  margin-bottom: 0px !important; }

.mb_5 {
  margin-bottom: 5px; }

.mb_10 {
  margin-bottom: 10px; }

.mb_15 {
  margin-bottom: 15px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_25 {
  margin-bottom: 25px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_35 {
  margin-bottom: 35px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_45 {
  margin-bottom: 45px; }

.mb_50 {
  margin-bottom: 50px; }

.mb_55 {
  margin-bottom: 55px; }

.mb_60 {
  margin-bottom: 60px; }

.mb_65 {
  margin-bottom: 65px; }

.mb_70 {
  margin-bottom: 70px; }

.mb_75 {
  margin-bottom: 75px; }

.mb_80 {
  margin-bottom: 80px; }

.mb_85 {
  margin-bottom: 85px; }

.mb_90 {
  margin-bottom: 90px; }

.mb_95 {
  margin-bottom: 95px; }

.mb_100 {
  margin-bottom: 100px; }

/*-----margin top*/
.mt_0 {
  margin-top: 0px !important; }

.mt_10 {
  margin-top: 10px; }

.mt_15 {
  margin-top: 15px; }

.mt_20 {
  margin-top: 20px; }

.mt_25 {
  margin-top: 25px; }

.mt_30 {
  margin-top: 30px; }

.mt_35 {
  margin-top: 35px; }

.mt_40 {
  margin-top: 40px; }

.mt_45 {
  margin-top: 45px; }

.mt_50 {
  margin-top: 50px; }

.mt_55 {
  margin-top: 55px; }

.mt_60 {
  margin-top: 60px; }

.mt_65 {
  margin-top: 65px; }

.mt_70 {
  margin-top: 70px; }

.mt_75 {
  margin-top: 75px; }

.mt_80 {
  margin-top: 80px; }

.mt_85 {
  margin-top: 85px; }

.mt_90 {
  margin-top: 90px; }

.mt_95 {
  margin-top: 95px; }

.mt_100 {
  margin-top: 100px; }

.mt_120 {
  margin-top: 120px; }

/*-----margin left------*/
.ml_0 {
  margin-left: 0px !important; }

.ml_10 {
  margin-left: 10px; }

.ml_15 {
  margin-left: 15px; }

.ml_20 {
  margin-left: 20px; }

.ml_25 {
  margin-left: 25px; }

.ml_30 {
  margin-left: 30px; }

.ml_35 {
  margin-left: 35px; }

.ml_40 {
  margin-left: 40px; }

.ml_45 {
  margin-left: 45px; }

.ml_50 {
  margin-left: 50px; }

.ml_55 {
  margin-left: 55px; }

.ml_60 {
  margin-left: 60px; }

.ml_65 {
  margin-left: 65px; }

.ml_70 {
  margin-left: 70px; }

.ml_75 {
  margin-left: 75px; }

.ml_80 {
  margin-left: 80px; }

.ml_85 {
  margin-left: 85px; }

.ml_90 {
  margin-left: 90px; }

.ml_95 {
  margin-left: 95px; }

.ml_100 {
  margin-left: 100px; }

/*-----margin right------*/
.mr_0 {
  margin-right: 0px !important; }

.mr_10 {
  margin-right: 10px; }

.mr_15 {
  margin-right: 15px; }

.mr_20 {
  margin-right: 20px; }

.mr_25 {
  margin-right: 25px; }

.mr_30 {
  margin-right: 30px; }

.mr_35 {
  margin-right: 35px; }

.mr_40 {
  margin-right: 40px; }

.mr_45 {
  margin-right: 45px; }

.mr_50 {
  margin-right: 50px; }

.mr_55 {
  margin-right: 55px; }

.mr_60 {
  margin-right: 60px; }

.mr_65 {
  margin-right: 65px; }

.mr_70 {
  margin-right: 70px; }

.mr_75 {
  margin-right: 75px; }

.mr_80 {
  margin-right: 80px; }

.mr_85 {
  margin-right: 85px; }

.mr_90 {
  margin-right: 90px; }

.mr_95 {
  margin-right: 95px; }

.mr_100 {
  margin-right: 100px; }

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none;
  border-bottom: 2px #a9153d solid;
  padding: 5px 0; }

.gform_wrapper label.gfield_label {
  font-weight: 400 !important;
  margin-bottom: 0; }

.gform_wrapper select {
  border: none;
  border-bottom: 2px #a9153d solid;
  cursor: pointer;
  position: relative;
  padding: 2px 0 !important;
  margin-top: 7px; }

body .gform_wrapper ul li.gfield {
  margin-top: 25px !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  font-weight: 300 !important;
  font-size: .8em;
  line-height: 1.3;
  padding-left: 15px; }
  .gform_wrapper ul.gfield_checkbox li label a, .gform_wrapper ul.gfield_radio li label a {
    color: #a9153d; }
    .gform_wrapper ul.gfield_checkbox li label a:hover, .gform_wrapper ul.gfield_radio li label a:hover {
      color: #a9153d; }

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
  vertical-align: top; }

#field_1_4 .gfield_label, #field_1_10 .gfield_label {
  display: none !important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  max-width: 95% !important; }

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400 !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  padding: 15px 25px;
  color: #fff;
  background: #a9153d;
  border: none;
  cursor: pointer; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background: #000; }

.gform_wrapper div.validation_error {
  color: #a9153d !important; }

.gform_wrapper .validation_message {
  color: #a9153d !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  background: none !important;
  color: #a9153d !important;
  padding: 0 !important;
  margin: 0 !important; }

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: none !important;
  border-bottom: 2px #a9153d solid !important; }

header .languages {
  position: absolute;
  right: 200px;
  top: 32px;
  background: #a9153d;
  padding: 0 17px 10px 10px; }
  header .languages ul li {
    text-align: right;
    position: relative; }
    header .languages ul li:not(.active) {
      display: none; }
    header .languages ul li.active::after {
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      border-left: 1px #fff solid;
      border-bottom: 1px #fff solid;
      content: "";
      transform: rotate(-45deg);
      right: -15px;
      top: 7px; }
  header .languages ul:hover li {
    display: block; }
  header .languages a {
    color: #fff;
    margin-left: 15px; }
    header .languages a:hover {
      opacity: 0.7; }

.team-row {
  display: flex;
  flex-wrap: wrap; }
.team h2 {
  text-align: center; }
.team .staff {
  flex-basis: 20%; }
  .team .staff h3 {
    font-size: 1.1em;
    line-height: 1.3;
    color: #a9153d;
    margin-bottom: 0; }
  .team .staff img {
    height: auto !important;
    max-width: 80%; }
  .team .staff p {
    font-size: 0.9em; }

.timetable {
  margin: 15px 0; }
  .timetable-circle {
    width: 14px;
    height: 14px;
    border: 2px #a9153d solid;
    border-radius: 100%;
    display: block;
    margin: 0 auto; }
    .timetable-circle.fill {
      background: #a9153d;
      width: 20px;
      height: 20px; }
  .timetable-line {
    width: 2px;
    height: 30px;
    background: #a9153d;
    display: block;
    margin: 0 auto; }

/************************************************
[Master Stylesheet]

Project Name    : Agency
Author Url      : https://themeforest.net/user/themebeck


Css Table Of Content
-----------------------
01. Home Page-1 Style
    1.1 Header Section
    1.2 Slider Section
    1.3 Service Section
    1.4 About Section
    1.5 Project Section
    1.6 Pricing Section
    1.7 Skill Section
    1.8 Facts Section
    1.9 Showcase Section
    1.10 Testimonial Section
    1.11 Client Logo Section
    1.12 Blog Section
    1.13 Call to action Section
    1.14 Footer Section
02. Home Page-2 Style
03. Home Page-3 Style
04. About Page Style
05. Service Page Style
06. Project Page Style
07. Project Details Page Style
08. Blog Page Style
09. Blog-details Page Style
10. Contact Page Style


*************************************************/
/*---------------------------- 01. start Home page style ------------------------------------*/
body,
p {
  font-family: 'Poppins', sans-serif;
  color: #666; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif; }

.color_010 {
  color: #010101; }

.color_772 {
  color: #a9153d; }

.color_7c7 {
  color: #7c7c7c; }

.color_452 {
  color: #4521b9; }

.color_175 {
  color: #1753eb; }

.bg_color_772 {
  background: #a9153d; }

.bg_color_175 {
  background: #1753eb; }

.popins {
  font-family: 'Poppins', sans-serif; }

.playfair {
  font-family: 'Playfair Display', serif; }

.blog_deails_comment .abform_area button,
.blog_deails_comment .abform_area .abinput_group::before,
.blog_details .blog_details_carousel .owl-prev,
.blog_details .blog_details_carousel .owl-next,
.blog_column2 .single_blog_post .img_area img,
.project_next_prev .single_direction a i,
.project_next_prev .single_direction a span,
.project_next_prev .single_direction a h5,
.callback_section .callback_form > button,
.team_style3 .member_info .line,
.home3_about .right_content .single_block i,
.home2_client .client_list > li a img,
.blog_post1 .single_blog_post .blog_content,
.testimonial1 .owl-next,
.testimonial1 .owl-prev,
.service_section .intro_common span.d_inline,
.service_section .intro_common,
.header_v1,
.search_area_modal button i,
.search_area_modal .ion-android-close,
.header_v1 .stuck_menu .menuzord-menu > li > a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.portfolio_IT .single_item ul.icon,
.home1_slider .Modern-Slider .slick-dots li,
.home1_slider .Modern-Slider .slick-dots li button:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

img.header_logo {
  height: 90px;
  transition: 0.4s ease all; }

.sticky img.header_logo, .subpage img.header_logo {
  height: 45px;
  transition: 0.4s ease all; }

.header_v1.subpage .stuck_menu .menuzord-brand {
  margin-top: 25px; }

/*------search area style-------*/
.search_overlay {
  background: rgba(34, 34, 34, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 11;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.search_overlay.show_overlay {
  opacity: 1;
  visibility: visible; }

.search_area_modal {
  background: #f6f6f6 none repeat scroll 0 0;
  left: 50%;
  min-width: 600px;
  padding: 30px;
  position: fixed;
  top: -120px;
  overflow: hidden;
  z-index: 12;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.07, 0.68, 0.46, 0.98);
  -o-transition: all 0.4s cubic-bezier(0.07, 0.68, 0.46, 0.98);
  transition: all 0.4s cubic-bezier(0.07, 0.68, 0.46, 0.98); }

.search_area_modal.show_search {
  top: 60px; }

.search_area_modal .ion-android-close {
  background: #fff;
  color: #222;
  border-radius: 0 8px 0 70px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 6px 16px 11px 19px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -3px; }

.search_area_modal .ion-android-close:hover {
  background: #a9153d;
  color: #fff; }

.search_area_modal input,
.search_area_modal button {
  border: medium none;
  float: left;
  height: 50px;
  padding: 5px; }

.search_area_modal input {
  padding-left: 20px;
  font-size: 18px; }

.search_area_modal input {
  color: #333;
  background: #fff; }

.search_area_modal button {
  background: #fff; }

.search_area_modal input {
  width: 90%; }

.search_area_modal button {
  width: 10%; }

.search_area_modal button i {
  font-size: 25px;
  padding: 9px;
  display: inline-block; }

.search_area_modal button:hover i {
  color: #a9153d; }

/*------------ 1.1 Header Section-------------*/
.header_v1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 0 100px;
  background: #a9153d; }

.header_v1.sticky {
  background: #a9153d;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }

.header_v1 .stuck_menu .menuzord {
  padding: 0; }

.header_v1 .stuck_menu .menuzord-menu {
  float: right;
  list-style: none;
  text-align: center;
  width: 50%;
  position: relative;
  margin-right: 230px; }

.header_v1 .stuck_menu .menuzord-brand {
  margin: 40px 0px 0 0;
  z-index: 1;
  position: absolute;
  transition: 0.3s ease all; }

.header_v1.sticky .stuck_menu .menuzord-brand {
  margin-top: 23px;
  transition: 0.3s ease all; }

.header_v1 .stuck_menu .menuzord-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize; }

.header_v1 .stuck_menu .menuzord-menu > li {
  padding: 0 26px;
  float: none; }

.header_v1 .stuck_menu .menuzord-menu > li > a {
  line-height: 90px;
  padding: 0; }

.header_v1 .search_icon {
  margin-top: -27px;
  position: absolute;
  right: 15px;
  top: 50%; }

.header_v1 .search_icon li i {
  color: #fff;
  cursor: pointer;
  font-size: 23px;
  padding: 5px 8px; }

.header_v1 .search_icon .getqut {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 43px;
  line-height: 42px;
  margin-right: 10px;
  min-width: 140px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase; }

.header_v1 .search_icon .getqut:hover {
  border-color: #fff;
  color: #a9153d;
  background: #fff; }

.header_v1 .search_icon {
  margin-top: -20px; }

.header_v1 .search_icon > li {
  vertical-align: middle; }

.header_v1 .search_icon > li#search_icon {
  padding-top: 8px; }

.header_v1 .stuck_menu .menuzord-menu > li > a {
  position: relative; }

.header_v1 .stuck_menu .menuzord-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 1px;
  background: #fff;
  bottom: 30px; }

.header_v1 .stuck_menu .menuzord-menu li a:hover:before,
.header_v1 .stuck_menu .menuzord-menu li.current-menu-item a:before, .header_v1 .stuck_menu .menuzord-menu li.current-post-parent a:before {
  width: 100%; }

/*-----------dropdown menu style----------*/
.stuck_menu .menuzord-menu ul.dropdown,
.stuck_menu .menuzord-menu ul.dropdown li ul.dropdown {
  background: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.07);
  min-width: 250px;
  text-align: left; }

.stuck_menu .menuzord-menu > li > .megamenu,
.stuck_menu .menuzord-menu ul.dropdown {
  top: 90px; }

.stuck_menu .menuzord-menu ul.dropdown li ul.dropdown {
  top: 0px; }

.stuck_menu .menuzord-menu ul.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #444444;
  font-size: 14px;
  padding: 12px 25px 12px 22px;
  text-transform: capitalize; }

.stuck_menu .menuzord-menu ul.dropdown li a:hover {
  background: rgba(0, 0, 0, 0.03); }

.stuck_menu .menuzord-menu ul.dropdown > li:last-child a {
  border-bottom: none; }

.stuck_menu .menuzord-menu li ul.dropdown li .indicator {
  top: 13px; }

.stuck_menu .menuzord-menu ul.dropdown li a i.ion-ios-plus-outline {
  font-size: 18px; }

/*---------------------1.2 slider section-----------------*/
.home1_slider h4 a {
  color: #fff;
  padding: 15px;
  border: 2px #fff solid; }

.home1_slider h4 a:hover {
  color: #a9153d;
  background: #fff; }

.home1_slider {
  background: rgba(0, 0, 0, 0) url("images/slider_bg.jpg") no-repeat scroll right center/contain;
  overflow: hidden; }

.home1_slider .container {
  max-width: 100%;
  padding-left: 100px; }

.home1_slider::before {
  top: -500px;
  left: -500px;
  z-index: 1;
  width: 70%;
  content: "";
  height: 200%;
  position: absolute;
  background: #a9153d;
  transform: rotate(20deg);
  box-shadow: 0 0 45px #000; }

.home1_slider .overlay {
  background: rgba(0, 0, 0, 0.15); }

.home1_slider .Modern-Slider {
  z-index: 2; }

.home1_slider .Modern-Slider .item .img-fill .info .row {
  width: 100%; }

.home1_slider .Modern-Slider .item .img-fill .info,
.home1_slider .Modern-Slider .item .img-fill {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.home1_slider .Modern-Slider .info .sub_title {
  max-width: 650px;
  width: 100%;
  padding-top: 40px;
  line-height: 40px; }

.home1_slider .Modern-Slider .slick-arrow {
  display: none !important; }

.home1_slider .Modern-Slider ul.slick-dots {
  top: 50%;
  right: 60px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.home1_slider .Modern-Slider .slick-dots li {
  display: block;
  margin-bottom: 50px; }

.home1_slider .Modern-Slider .slick-dots li:last-child {
  margin-bottom: 0; }

.home1_slider .Modern-Slider .slick-dots li button {
  color: #a9153d;
  width: 35px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border: medium none;
  font-family: "Poppins", sans-serif;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.home1_slider .Modern-Slider .slick-dots li.slick-active button {
  color: #fff; }

.home1_slider .Modern-Slider .slick-dots li button:before {
  width: 0;
  left: 50%;
  content: "";
  height: 1px;
  bottom: -3px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.home1_slider .Modern-Slider .slick-dots li.slick-active button:before {
  width: 100%; }

/*--------slider title animation--------*/
/*---slide Out animation---*/
.home1_slider .Modern-Slider .item .main_title {
  -webkit-animation: 1s ease both fadeOutUp;
  animation: 1s ease both fadeOutUp;
  max-width: 950px;
  width: 100%; }

.home1_slider .Modern-Slider .item .sub_title {
  -webkit-animation: 1s ease both fadeOutUp;
  animation: 1s ease both fadeOutUp; }

/*---slide in animation---*/
.home1_slider .Modern-Slider .item.slick-active .main_title {
  -webkit-animation: fadeInUp 1s both 0.3s;
  animation: fadeInUp 1s both 0.3s; }

.home1_slider .Modern-Slider .item.slick-active .sub_title {
  -webkit-animation: fadeInUp 1s both;
  animation: fadeInUp 1s both; }

.home1_slider > .social_connect {
  left: 50%;
  z-index: 3;
  bottom: 110px;
  width: 1170px;
  padding-left: 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.home3_hero > .social_connect li a,
.home2_hero > .social_connect li a,
.home1_slider > .social_connect li a {
  width: 38px;
  height: 38px;
  padding: 5px;
  color: #a9153d;
  display: block;
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #a9153d; }

.home1_slider > .social_connect li:last-child a {
  margin-right: 0; }

.home1_slider > .social_connect li a:hover {
  color: #fff;
  border-color: #fff; }

/*-------slider bg shape--------*/
.breadcrumb_section > span.top_left_circle2,
.breadcrumb_section > span.top_left_circle1,
.home1_slider > span.top_left_circle2,
.home1_slider > span.top_left_circle1 {
  border-radius: 100%;
  height: 415px;
  position: absolute;
  width: 415px;
  z-index: 2; }

.breadcrumb_section > span.top_left_circle1,
.home1_slider > span.top_left_circle1 {
  background: #6e25cd;
  left: -70px;
  top: -160px; }

.breadcrumb_section > span.top_left_circle2,
.home1_slider > span.top_left_circle2 {
  background: rgba(73, 35, 183, 0.7);
  left: -210px;
  top: 50px; }

.breadcrumb_section .ven_diagram_shape,
.home1_slider .ven_diagram_shape {
  height: 270px;
  margin-top: -10px;
  position: absolute;
  right: 200px;
  top: 50%;
  width: 320px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.breadcrumb_section .ven_diagram_shape .circle3,
.breadcrumb_section .ven_diagram_shape .circle2,
.breadcrumb_section .ven_diagram_shape .circle1,
.home1_slider .ven_diagram_shape .circle3,
.home1_slider .ven_diagram_shape .circle2,
.home1_slider .ven_diagram_shape .circle1 {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(73, 35, 183, 0.5); }

.breadcrumb_section .ven_diagram_shape .circle1,
.home1_slider .ven_diagram_shape .circle1 {
  left: 50%;
  margin-left: -90px;
  top: 0;
  -webkit-animation: circle1 4s linear infinite;
  -moz-animation: circle1 4s linear infinite;
  -ms-animation: circle1 4s linear infinite;
  -o-animation: circle1 4s linear infinite;
  animation: circle1 4s linear infinite; }

.breadcrumb_section .ven_diagram_shape .circle2,
.home1_slider .ven_diagram_shape .circle2 {
  bottom: 0;
  right: 0px;
  -webkit-animation: circle2 4.2s linear 0.3s infinite;
  -moz-animation: circle2 4.2s linear 0.3s infinite;
  -ms-animation: circle2 4.2s linear 0.3s infinite;
  -o-animation: circle2 4.2s linear 0.3s infinite;
  animation: circle2 4.2s linear 0.3s infinite; }

.breadcrumb_section .ven_diagram_shape .circle3,
.home1_slider .ven_diagram_shape .circle3 {
  left: 0px;
  bottom: 0;
  -webkit-animation: circle3 3.7s linear 0.2s infinite;
  -moz-animation: circle3 3.7s linear 0.2s infinite;
  -ms-animation: circle3 3.7s linear 0.2s infinite;
  -o-animation: circle3 3.7s linear 0.2s infinite;
  animation: circle3 3.7s linear 0.2s infinite; }

@-webkit-keyframes circle1 {
  0% {
    top: 0; }
  50% {
    top: 20px; }
  100% {
    top: 0px; } }
@-moz-keyframes circle1 {
  0% {
    top: 0; }
  50% {
    top: 20px; }
  100% {
    top: 0px; } }
@keyframes circle1 {
  0% {
    top: 0; }
  50% {
    top: 20px; }
  100% {
    top: 0px; } }
/*---circle-2 animation--*/
@-webkit-keyframes circle2 {
  0% {
    bottom: 0;
    right: 0px; }
  50% {
    bottom: 10px;
    right: 30px; }
  100% {
    bottom: 0;
    right: 0px; } }
@-moz-keyframes circle2 {
  0% {
    bottom: 0;
    right: 0px; }
  50% {
    bottom: 10px;
    right: 30px; }
  100% {
    bottom: 0;
    right: 0px; } }
@keyframes circle2 {
  0% {
    bottom: 0;
    right: 0px; }
  50% {
    bottom: 10px;
    right: 30px; }
  100% {
    bottom: 0;
    right: 0px; } }
/*---circle-3 animation--*/
@-webkit-keyframes circle3 {
  0% {
    bottom: 0;
    left: 0px; }
  50% {
    bottom: 10px;
    left: 30px; }
  100% {
    bottom: 0;
    left: 0px; } }
@-moz-keyframes circle3 {
  0% {
    bottom: 0;
    left: 0px; }
  50% {
    bottom: 10px;
    left: 30px; }
  100% {
    bottom: 0;
    left: 0px; } }
@keyframes circle3 {
  0% {
    bottom: 0;
    left: 0px; }
  50% {
    bottom: 10px;
    left: 30px; }
  100% {
    bottom: 0;
    left: 0px; } }
/*--------------1.2 end slider section-----------------*/
/*--------------1.3 start service section-----------------*/
.section_padding {
  padding: 130px 0; }

.title_wrapper {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.title_wrapper .view_all {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  min-width: 180px;
  text-align: center; }

.title_wrapper .view_all:hover {
  border: 1px solid #fff;
  color: #a9153d;
  background: #fff; }

.service_section {
  padding-bottom: 100px; }

.service_section .intro_common {
  padding: 40px 14px;
  margin-bottom: 30px; }

.service_section .intro_common:hover {
  background: #fff; }

.service_section .intro_common span.d_inline {
  align-items: center;
  background: #fff;
  border: 2px solid transparent;
  color: #a9153d;
  display: inline-flex;
  flex-flow: column nowrap;
  font-size: 38px;
  height: 100px;
  justify-content: center;
  line-height: normal;
  text-align: center;
  width: 100px; }

.service_section .intro_common:hover span.d_inline {
  background: transparent;
  border: 2px solid #a9153d;
  color: #a9153d; }

.service_section .intro_common .intro_text h5 a {
  color: #333333;
  font-weight: 600; }

.service_section .intro_common .intro_text h5 a:hover {
  color: #a9153d; }

/*--------------1.3 end service section-----------------*/
/*--------------1.4 start about section-----------------*/
.view_all {
  font-size: 18px;
  color: #666;
  display: inline-block;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  max-width: 180px;
  text-align: center; }

.view_all:hover {
  color: #a9153d; }

.single_goal img {
  width: 200px;
  float: left; }

.about_section {
  padding-bottom: 0px; }

.about_section .about_title {
  padding-bottom: 80px; }

.about_section .single_goal {
  padding: 22px 0 22px 110px; }

.about_section .single_goal:first-child {
  padding-top: 0; }

.about_section .single_goal::before {
  background: #efefef none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 345px;
  display: none; }

.about_section .single_goal:last-child:before {
  display: none; }

.about_section .single_goal > i {
  color: #a9153d;
  display: inline-block;
  font-size: 72px;
  left: 0;
  line-height: normal;
  position: absolute;
  top: 15px;
  max-width: 72px; }

.about_section .single_goal > img {
  color: #a9153d;
  display: block;
  max-width: 80px;
  left: 0;
  line-height: normal;
  position: absolute;
  top: 15px; }

.about_section .single_goal:first-child > i {
  top: -8px; }

.about_section .about_goal_video .overlay {
  background: rgba(78, 36, 202, 0.8) none repeat scroll 0 0; }

.about_section .about_goal_video > a.venobox {
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  height: 60px;
  left: 50%;
  padding: 15px 22px;
  position: absolute;
  top: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*--------------1.4 end about section-----------------*/
/*--------------1.5 start project section-----------------*/
.portfolio_common .portfolio_menu {
  width: 100%;
  text-align: center; }

.portfolio_IT.portfolio_common .portfolio_menu {
  width: 100%;
  text-align: left; }

.portfolio_common .portfolio_menu li {
  font-size: 15px;
  color: #888888;
  text-transform: uppercase;
  padding: 0 23px;
  cursor: pointer;
  position: relative; }

.portfolio_common .portfolio_menu li.is-checked {
  color: #000; }

/*------portfolio menu click animation-----*/
.portfolio_common .portfolio_menu li span.icon {
  background: #000;
  bottom: 0px;
  height: 9px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 1px;
  opacity: 0;
  visibility: hidden; }

.portfolio_common .portfolio_menu li.is-checked span.icon {
  bottom: -10px;
  opacity: 1;
  visibility: visible; }

.portfolio_common .portfolio_menu li span.icon:before {
  background: #000 none;
  border-radius: 100%;
  bottom: -4px;
  content: "";
  height: 5px;
  left: -2px;
  position: absolute;
  width: 5px; }

.portfolio_common .portfolio_menu li:before {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  content: "";
  left: 50%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100px;
  height: 100px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  -ms-transform: translate(-50%, -50%) scale(0.2);
  -o-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2); }

.portfolio_common .portfolio_menu li.is-checked:before {
  -webkit-animation: circle_wave 0.5s ease-out;
  -moz-animation: circle_wave 0.5s ease-out;
  -ms-animation: circle_wave 0.5s ease-out;
  -o-animation: circle_wave 0.5s ease-out;
  animation: circle_wave 0.5s ease-out; }

@keyframes circle_wave {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    -o-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2); }
  50% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
@-moz-keyframes circle_wave {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    -o-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2); }
  50% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
@-webkit-keyframes circle_wave {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    -o-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2); }
  50% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
/*------*/
.portfolio_common .portfolio_menu.style3 li span.icon {
  display: none; }

.portfolio_common .portfolio_menu.style3 li {
  padding: 8px 23px;
  border: 1px solid transparent; }

.portfolio_common .portfolio_menu.style3 li.is-checked {
  border-color: #000; }

@media (max-width: 991px) {
  .portfolio_common .portfolio_menu li {
    font-size: 14px;
    padding: 0 17px; }

  .portfolio_common .portfolio_menu.style2 li {
    padding: 0;
    margin: 0 18px; }

  .portfolio_common .portfolio_menu.style3 li {
    padding: 8px 16px; } }
@media (max-width: 767px) {
  .portfolio_common .portfolio_menu li {
    margin-bottom: 17px; }

  .portfolio_common .portfolio_menu.style2 li span.icon {
    display: none; } }
/*-----------*/
.portfolio_IT {
  padding-bottom: 0px; }

.portfolio_IT .single_item .overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

.portfolio_IT .single_item:hover .overlay {
  opacity: 1;
  visibility: visible; }

.portfolio_IT .single_item {
  margin-bottom: 20px;
  overflow: hidden; }

.portfolio_IT .single_item img {
  width: 100%; }

.portfolio_IT .single_item .title {
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0 15px;
  width: 100%;
  z-index: 2; }

.portfolio_IT .single_item .title .line {
  height: 1px;
  width: 100px;
  background: #fff;
  display: block; }

.portfolio_IT .single_item .title .line,
.portfolio_IT .single_item .title h5,
.portfolio_IT .single_item .title p {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden; }

.portfolio_IT .single_item:hover .title .line,
.portfolio_IT .single_item:hover .title h5,
.portfolio_IT .single_item:hover .title p {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible; }

.portfolio_IT .single_item .title .line {
  -webkit-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; }

.portfolio_IT .single_item .title h5 {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.portfolio_IT .single_item .title p {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s; }

.portfolio_IT > .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.portfolio_IT .single_item ul.icon {
  padding-bottom: 30px;
  opacity: 0;
  visibility: hidden; }

.portfolio_IT .single_item:hover ul.icon {
  opacity: 1;
  visibility: visible; }

.portfolio_IT .single_item ul.icon a {
  border-radius: 100%;
  color: #333;
  font-size: 18px;
  height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
  background: #fff;
  display: block;
  line-height: 40px; }

/*--------------1.5 end project section-----------------*/
/*--------------1.6 start pricing section-----------------*/
.pricingTbl {
  padding-top: 110px;
  padding-bottom: 94px; }

.pricingTbl .section_title {
  padding-bottom: 117px; }

.pricingTbl .single_tbl .tbl_body li.dactive_color {
  color: #c8c8ca; }

.pricingTbl .single_tbl {
  border: 1px solid #e9e9e9; }

.pricingTbl .single_tbl .tbl_header {
  padding: 47px 15px; }

.pricingTbl .single_tbl .tbl_header::before {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  bottom: -12.5px;
  content: "";
  height: 25px;
  left: 50%;
  margin-left: -12.5px;
  position: absolute;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.pricingTbl .single_tbl .tbl_header h3 {
  color: #1d1728;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; }

.pricingTbl .single_tbl .tbl_body {
  border-top: 1px solid #e9e9e9;
  padding: 46px 15px 60px; }

.pricingTbl .single_tbl .tbl_body .price {
  margin-bottom: 27px; }

.pricingTbl .single_tbl .tbl_body .price span {
  color: #4521b9; }

.pricingTbl .single_tbl .tbl_body .price h1 {
  color: #4521b9;
  line-height: 53px;
  position: relative;
  display: inline-block; }

.pricingTbl .single_tbl .tbl_body .dollar {
  font-size: 42px;
  font-weight: 300;
  left: -28px;
  line-height: 30px;
  position: absolute;
  top: -5px; }

.pricingTbl .single_tbl .tbl_body li {
  color: #666;
  line-height: 22px;
  padding: 10px 0; }

.pricingTbl .single_tbl .tbl_btn {
  border: 1px solid #4722b8;
  color: #4722b8;
  display: inline-block;
  height: 48px;
  line-height: 47px;
  margin-top: 45px;
  width: 180px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500; }

.pricingTbl .single_tbl .tbl_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 1px;
  height: 30px;
  background: #4722b8; }

.pricingTbl .single_tbl .tbl_btn:hover {
  background: #4722b8;
  color: #fff; }

.pricingTbl .single_tbl.advanced {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px); }

.pricingTbl .single_tbl.advanced .tbl_header,
.pricingTbl .single_tbl.advanced .tbl_header::before {
  background: #f6f6f6; }

.pricingTbl .single_tbl.advanced .tbl_header .rating {
  margin-bottom: 20px; }

.pricingTbl .single_tbl.advanced .tbl_header .rating li i {
  color: #1e172b;
  font-size: 16px; }

.pricingTbl .single_tbl.advanced .tbl_body {
  padding: 46px 15px 85px; }

.pricingTbl .single_tbl.advanced .tbl_btn {
  background: #4722b8;
  border-color: #4722b8;
  color: #fff; }

/*--------------1.6 end pricing section-----------------*/
/*--------------1.7 start skill section-----------------*/
/*---------------skill section----------------*/
.skill_section {
  background: url(images/skill_bg.jpg) no-repeat center center/cover;
  padding-bottom: 230px;
  padding-top: 120px; }

.skill_section .overlay {
  background: rgba(48, 25, 57, 0.9); }

.skill_section .skill_txt h5.title_20 {
  color: #d7d7d7; }

/*-----------progresbar----------*/
.skill-progress .progress-title-holder {
  position: relative;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

.skill-progress .progress-wrapper {
  width: 100%;
  z-index: 10; }

.skill-progress .progress-mark {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.skill-progress .progress-outter {
  background-color: #3d2d55; }

.skill-progress .progress-content {
  width: 0%;
  background: #474d53; }

.skill-progress .progress-content,
.skill-progress .progress-outter {
  height: 20px; }

.skill-progress .percent {
  color: #fff;
  font-size: 14px; }

.style2 .progress-content,
.style2 .progress-outter {
  height: 4px; }

.style2 .progress-content {
  background: #752ada; }

.style2 .percent {
  position: relative; }

.style2 .percent:before {
  background: #752ada;
  border-radius: 100%;
  bottom: -17px;
  content: "";
  height: 15px;
  position: absolute;
  right: 13px;
  width: 15px; }

.style2 .skill-bar {
  margin-bottom: 18px; }

.style2 .skill-bar:last-child {
  margin-bottom: 0px; }

/*--------------1.7 end skill section-----------------*/
/*--------------1.8 start facts section-----------------*/
.facts {
  margin-top: -115px; }

.facts .facts_common {
  background: #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08); }

.facts .facts_common i {
  color: #6c6c6c;
  display: inline-block;
  font-size: 45px;
  line-height: normal;
  margin-bottom: 15px; }

.facts .facts_common span.line {
  height: 2px;
  width: 50px;
  background: #752ada;
  margin: 10px auto 15px; }

/*--------------1.8 end facts section-----------------*/
/*--------------1.9 start showcase section-----------------*/
.showcase .section_title .title_20 {
  margin: 0 auto;
  width: 100%; }

/*--------------1.9 end showcase section-----------------*/
/*--------------1.10 start testimonial section-----------------*/
.testimonial1 .section_title {
  max-width: 700px;
  width: 100%; }

.testimonial1 .author_img {
  width: 30%; }

.testimonial1 .author_img img {
  border: 1px solid #eeeeee;
  width: 260px;
  height: 260px; }

.testimonial1 .author_info {
  padding-left: 15px;
  padding-right: 100px;
  width: 70%; }

.testimonial1 .author_info > h5::before {
  background: #c7c7c7;
  content: "";
  height: 1px;
  position: absolute;
  right: -55px;
  top: 17px;
  width: 35px; }

.testimonial1 .author_info > h5::after {
  background: #c7c7c7;
  border-radius: 100%;
  content: "";
  height: 8px;
  right: -62px;
  margin-left: -4px;
  position: absolute;
  top: 13.0px;
  width: 8px; }

.testimonial1 .author_info > h5 {
  color: #a9153d;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  text-transform: capitalize; }

.testimonial1 .owl-nav {
  position: absolute;
  right: 130px;
  top: -166px; }

.testimonial1 .owl-next,
.testimonial1 .owl-prev {
  background: #a9153d;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 40px;
  margin: 0 10px;
  padding: 8px 12px;
  width: 40px; }

.testimonial1 .owl-next:hover,
.testimonial1 .owl-prev:hover {
  background: #000;
  color: #fff; }

.scroll_top {
  background: #a9153d; }

/*--------------1.10 end testimonial section-----------------*/
/*--------------1.11 start client logo section-----------------*/
.logo_carousel3 li {
  border: 1px solid #f2f2f2; }

.logo_carousel3 li a {
  padding: 20px;
  text-align: center; }

.logo_carousel3 li a img {
  width: auto !important;
  margin: 0 auto; }

.logo_carousel3 .owl-prev,
.logo_carousel3 .owl-next {
  background: #f2f2f2;
  color: #333;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  margin-top: -20px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  opacity: 0;
  visibility: hidden; }

.logo_carousel3 .owl-prev {
  left: 20px; }

.logo_carousel3 .owl-next {
  right: 20px; }

.logo_carousel3 .owl-prev:hover,
.logo_carousel3 .owl-next:hover {
  background: #4722b8;
  color: #fff; }

.logo_carousel3:hover .owl-prev,
.logo_carousel3:hover .owl-next {
  opacity: 1;
  visibility: visible; }

/*--------------1.11 end client logo section-----------------*/
/*--------------1.12 start Blog section-----------------*/
.bg_gray {
  background: #f8f8f8; }

.blog_post1 .single_blog_post .blog_content {
  border-top: 1px solid #555555;
  padding: 40px;
  background: #fff; }

.blog_post1 .single_blog_post:hover .blog_content {
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.09); }

.blog_post1 .single_blog_post .blog_content .date {
  font-size: 12px;
  padding-left: 45px;
  position: relative; }

.d_block img {
  max-width: 100%; }

.blog_post1 .single_blog_post .blog_content .date::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 30px; }

.blog_post1 .single_blog_post .blog_content h5 a {
  color: #a9153d; }

.blog_post1 .single_blog_post .blog_content h5 a:hover {
  color: #000; }

.blog_post1 .single_blog_post .blog_content .line {
  background: #d1d1d1;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100px;
  position: relative; }

.blog_post1 .single_blog_post .blog_content .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background: #666666; }

.blog_post1 .single_blog_post ul.author li {
  font-size: 12px; }

.blog_post1 .single_blog_post .blog_content ul.author img {
  border-radius: 100%;
  height: 30px;
  margin-right: 15px;
  vertical-align: bottom;
  width: 30px; }

/*--------------1.12 end Blog section-----------------*/
/*--------------1.13 start call to action section-----------------*/
.cta_common .cta_content .content_txt p {
  font-size: 18px;
  line-height: 27px; }

.cta_common .cta_content .cta_button {
  display: inline-block;
  font-size: 18px;
  height: 55px;
  line-height: 54px;
  min-width: 250px;
  text-align: center; }

.cta1 {
  background: url(images/cta_bg.jpg) no-repeat fixed top center/cover;
  position: relative; }

.cta1 .overlay {
  background: rgba(0, 0, 0, 0.5); }

.cta1 .content_txt h3 {
  font-size: 36px; }

.cta1 .cta_content .content_txt p {
  color: #fff;
  max-width: 480px;
  width: 100%; }

.cta1 .cta_content {
  height: 380px; }

.cta1 .cta_content .content_txt {
  max-width: 650px;
  width: 100%; }

.cta1 .cta_content .cta_button {
  background: #fff;
  line-height: 56px;
  color: #a9153d; }

.cta1 .cta_content .cta_button:hover {
  color: #fff;
  background: #a9153d; }

/*--------------1.13 end call to action section-----------------*/
/*--------------1.14 start footer section-----------------*/
.footer_wrapper {
  background: #fff;
  overflow: hidden; }

.footer_wrapper .shape2,
.footer_wrapper .shape1 {
  border-radius: 50px;
  position: absolute;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.footer_wrapper .shape1 {
  background: #1b1141;
  bottom: -50px;
  height: 370px;
  left: -250px;
  width: 500px; }

.footer_wrapper .shape2 {
  background: #180f3b;
  bottom: -150px;
  height: 350px;
  left: -90px;
  width: 600px; }

.footer_section {
  padding-bottom: 110px;
  padding-top: 110px; }

.footer_section .widget1 .language_select > li {
  color: #000;
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.footer_section .widget1 .language_select .nice-select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #000;
  font-size: 15px;
  height: auto;
  line-height: normal;
  font-family: "Poppins",sans-serif; }

.footer_section .widget1 .language_select .nice-select::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 8px;
  margin-top: -5px;
  width: 8px; }

.footer_section .widget1 .language_select .nice-select .list {
  border-radius: 3px;
  color: #333; }

.footer_section .single_widget ul.footer_signin li a {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 36px;
  line-height: 35px;
  min-width: 108px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px; }

.footer_section .single_widget ul.footer_signin li.login a {
  background: #fff none repeat scroll 0 0;
  color: #570fc6;
  margin-right: 10px; }

.footer_section .single_widget ul.footer_signin li a:hover {
  background: #fff;
  color: #570fc6; }

.footer_section .single_widget ul.footer_signin li.login a:hover {
  background: none;
  color: #fff; }

.footer_section .single_widget ul li a {
  color: #000;
  font-size: 15px; }

.footer_section .single_widget ul li a.email {
  color: #a9153d; }

.footer_section .single_widget ul li {
  color: #000; }

.footer_section .single_widget ul li a:hover {
  color: #a9153d; }

.footer_section h5 {
  color: #a9153d; }

.footer_section .fa {
  font-size: 22px;
  margin-right: 15px; }

.footer_section .fa:hover {
  color: #a9153d; }

.footer_section .single_widget .footer_event > li {
  border: 1px solid #231650;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 120px;
  position: relative; }

.footer_section .single_widget .footer_event li a {
  color: #a39bba;
  display: block;
  line-height: normal;
  margin-top: -3px; }

.footer_section .single_widget .footer_event li a:hover {
  color: #fff; }

.footer_section .footer_event li span.time {
  background: #231650;
  border-radius: 5px;
  height: 42px;
  left: 10px;
  line-height: 43px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 100px; }

.footer_section .footer_event li .date {
  color: #a39bba;
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-top: 2px; }

/*---------*/
.footer_wrapper footer .footer_content {
  border-top: 1px solid #271959;
  padding: 28px 0; }

.footer_wrapper footer p.copyright {
  color: #fff;
  font-size: 15px;
  vertical-align: middle; }

.footer_wrapper footer .copyright a {
  color: #939393;
  text-decoration: underline; }

.footer_wrapper footer .copyright a:hover {
  text-decoration: none; }

.footer_wrapper footer .footer_left .policy li:last-child a {
  margin-right: 0; }

.footer_wrapper footer .footer_left .policy a {
  color: #a184b0;
  font-size: 15px;
  margin-right: 15px; }

.footer_wrapper footer .footer_left .policy a:hover {
  color: #cecece; }

.footer_wrapper footer .footer_right > p {
  color: #fff;
  font-size: 15px;
  font-weight: 500; }

.footer_wrapper footer .footer_right .social_icon li a {
  color: #a184b0;
  font-size: 18px;
  padding: 1px 6px; }

.footer_wrapper footer .footer_right .social_icon li a:hover {
  color: #fff; }

.footer_left p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px; }

.footer_left a, .footer_left a:hover {
  color: #a9153d; }

/*--------------1.14 end footer section-----------------*/
/*---------------------------- 01. start Home page-1 style ------------------------------------*/
/*---------------------------- 02. start Home page-2 style ------------------------------------*/
.header_v1.home2 {
  position: absolute;
  padding: 0; }

.header_v1.home2.sticky {
  background: none; }

.header_v1.home2 .stuck_menu .menuzord-menu {
  float: right;
  margin-left: 0;
  text-align: inherit;
  width: auto; }

.header_v1.home2 .stuck_menu .menuzord-menu > li > a::before {
  display: none; }

.header_v1.home2 .stuck_menu .menuzord-menu li a:hover,
.header_v1.home2 .stuck_menu .menuzord-menu li.current-menu-item a {
  color: #749bff; }

/*-------------home-2 hero section----------------*/
.home2_hero {
  background: url(images/home2_hero_bg.jpg) no-repeat fixed center center/cover; }

.home2_hero .overlay {
  background: rgba(17, 17, 17, 0.5); }

.home2_hero .hero_content {
  height: 100vh; }

.home2_hero .hero_content h1 {
  margin-top: -130px;
  width: 100%; }

.home3_hero .social_connect,
.home2_hero .social_connect {
  position: absolute;
  right: 60px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.home3_hero .social_connect > li,
.home2_hero .social_connect > li {
  display: block;
  margin-bottom: 10px; }

.home3_hero > .social_connect li a,
.home2_hero > .social_connect li a {
  border-color: #fff;
  color: #fff;
  padding: 6px;
  font-size: 16px; }

.home2_hero > .social_connect li a:hover {
  background: #fff;
  color: #000; }

.home2_hero .hero_content .contact_now {
  background: #1753eb;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  margin-top: 78px; }

.home2_hero .hero_content .contact_now:hover {
  background: #fff;
  color: #1753eb; }

/*-----------service section----------*/
.home2_service {
  margin-top: -163px; }

.home2_service .overlay {
  background: #1753eb;
  width: 40%; }

.home2_service .row.bg {
  background: #1753eb;
  padding-bottom: 70px;
  padding-top: 73px; }

.home2_service .single_service h4 {
  border-bottom: 2px solid #2f65ed;
  padding-bottom: 26px;
  position: relative; }

.home2_service .single_service h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50%;
  height: 2px;
  background: #fff; }

.home2_service .service_list {
  padding-top: 30px; }

.home2_service .service_list > li {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  position: relative;
  padding-left: 26px; }

.home2_service .service_list > li:before {
  content: "\f3d6";
  font-family: "Ionicons";
  font-size: 25px;
  left: 0;
  line-height: normal;
  position: absolute;
  top: 3px; }

.home2_service .more_service {
  background: #fff;
  box-shadow: 0 10px 31px rgba(0, 0, 0, 0.1);
  color: #1753eb;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  min-width: 220px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  right: -150px;
  bottom: -2px; }

/*----------home-2 client section------------*/
.home2_client .section_title {
  border-bottom: 1px solid #f3f3f3; }

.home2_client .section_title h2 {
  margin: 0 auto;
  max-width: 950px;
  width: 100%; }

.home2_client .client_list {
  padding-top: 80px; }

.home2_client .client_list > li {
  padding: 0 15px;
  text-align: center;
  width: 25%; }

.home2_client .client_list > li a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03); }

/*----------home-2 about section---------*/
.section_title h2 {
  margin: 0 auto;
  max-width: 660px;
  width: 100%; }

.about_section.home2 {
  padding-bottom: 130px;
  position: relative; }

.about_section.home2 > .overlay {
  background: #fff;
  width: 200px; }

.about_section.home2 .about_goal_video .overlay {
  background: rgba(23, 83, 235, 0.8); }

.about_section.home2 .single_goal > i {
  color: #1753eb; }

.about_section.home2 .about_goal_video .icon_bg {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 10px 23px rgba(0, 0, 0, 0.08);
  height: 110px;
  left: 0;
  margin-left: -55px;
  position: absolute;
  top: 50%;
  width: 110px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.about_section.home2 .about_goal_video .icon_bg a.venobox {
  border: 2px solid #1753eb;
  color: #1753eb;
  font-size: 22px;
  height: 60px;
  left: 50%;
  padding: 15px 22px;
  position: absolute;
  top: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*----------------------home-2 project section-----------------*/
.portfolio_common .portfolio_menu.style2 {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  margin: 0 auto 60px;
  max-width: 980px;
  width: 100%;
  padding-bottom: 10px; }

.portfolio_common .portfolio_menu.style2 li {
  padding: 0;
  margin: 0 23px; }

.portfolio_common .portfolio_menu.style2 li span.icon {
  background: #000 none repeat scroll 0 0;
  bottom: 0px;
  height: 1px;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 100%; }

.portfolio_common .portfolio_menu.style3 li span.icon:before,
.portfolio_common .portfolio_menu.style2 li span.icon:before {
  display: none; }

.portfolio_common .portfolio_menu.style2 li.is-checked span.icon {
  bottom: -11px; }

/*---------*/
.portfolio_OT {
  padding-bottom: 0; }

.portfolio_OT > .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.portfolio_OT .single_item {
  padding-bottom: 15px; }

.portfolio_OT .single_item img {
  width: 100%; }

.portfolio_OT .single_item > a {
  display: block;
  overflow: hidden; }

.portfolio_OT .single_item a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03); }

.portfolio_OT .single_item .title {
  border-bottom: 1px solid #f0f0f0; }

.portfolio_OT .single_item .title h5 a {
  color: #222222; }

.portfolio_OT .single_item .title h5 a:hover {
  color: #1753eb; }

/*--------------------home-2 pricing table-----------------*/
.pricingTbl2 {
  padding-bottom: 90px; }

.pricingTbl2 .section_title {
  padding-bottom: 118px; }

.pricingTbl2 .single_tbl {
  background: #f8f8f8;
  border: 10px solid #f3f3f3; }

.pricingTbl2 .single_tbl .tbl_header {
  color: #fff;
  padding: 56px 20px 38px; }

.pricingTbl2 .single_tbl .tbl_header h1 {
  display: inline-block;
  color: #191620; }

.pricingTbl2 .single_tbl .tbl_header h1 .dollar {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  left: -30px;
  position: absolute;
  top: -20px; }

.pricingTbl2 .single_tbl .tbl_header h1 .month {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: normal; }

.pricingTbl2 .single_tbl .tbl_body h5.plan_type {
  color: #190445;
  padding: 40px 15px 22px; }

.pricingTbl2 .single_tbl .tbl_body li {
  color: #524d5b;
  line-height: 22px;
  padding: 13px 0; }

.pricingTbl2 .single_tbl .tbl_body li:nth-child(2n+1) {
  background: #fff; }

.pricingTbl2 .single_tbl .tbl_btn {
  display: inline-block;
  height: 48px;
  line-height: 47px;
  position: relative;
  text-transform: uppercase;
  width: 180px;
  border: 1px solid #1753eb;
  color: #1753eb;
  margin-top: 33px;
  margin-bottom: 50px; }

.pricingTbl2 .single_tbl .tbl_btn:hover {
  background: #1753eb;
  color: #fff; }

.pricingTbl2 .single_tbl .tbl_body li.dactive_color {
  color: #c8c8ca; }

/*-popular--*/
.pricingTbl2 .single_tbl.popular {
  background: #f8f8f8;
  border: none;
  -webkit-transform: translateY(-38px);
  -moz-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  -o-transform: translateY(-38px);
  transform: translateY(-38px); }

.pricingTbl2 .single_tbl.popular .tbl_header {
  background: #1753eb; }

.pricingTbl2 .single_tbl.popular .tbl_header .rating {
  display: block;
  margin-bottom: 32px; }

.pricingTbl2 .single_tbl.popular .tbl_header .rating li i {
  color: #fff;
  font-size: 15px;
  margin: 0 2px; }

.pricingTbl2 .single_tbl.popular .tbl_header {
  padding: 46px 20px 38px; }

.pricingTbl2 .single_tbl.popular .tbl_header h1 {
  color: #fff; }

.pricingTbl2 .single_tbl.popular .tbl_body h5.plan_type {
  color: #1753eb; }

.pricingTbl2 .single_tbl.popular .tbl_body {
  border: 10px solid #f3f3f3;
  border-top: none; }

.pricingTbl2 .single_tbl.popular .tbl_body li:nth-child(2n+1) {
  background: #fff; }

.pricingTbl2 .single_tbl.popular .tbl_btn {
  background: #1753eb;
  color: #fff;
  margin-bottom: 70px; }

/*---------------home-2 testimonial section----------------*/
.home2_testimonial {
  background: url(images/home2_testimonial_bg.jpg) no-repeat fixed top right/cover; }

.home2_testimonial:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: #fff;
  z-index: 1; }

.home2_testimonial .overlay {
  background: rgba(247, 247, 247, 0.9); }

.home2_testimonial .testimonial_content .testimonial_txt {
  color: #666;
  font-size: 20px;
  line-height: 36px;
  position: relative; }

.home2_testimonial .testimonial_content .testimonial_txt::before {
  color: #1753eb;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 30px;
  left: -40px;
  position: absolute;
  top: 6px; }

.home2_testimonial .testimonial_content .author {
  color: #666666;
  display: block;
  font-size: 15px;
  margin-top: 38px;
  padding-left: 30px;
  position: relative; }

.home2_testimonial .testimonial_content .author:before {
  background: #666;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 20px; }

.home2_testimonial .all_testimonial {
  background: #1753eb;
  bottom: 0;
  box-shadow: 0 10px 31px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  min-width: 220px;
  position: absolute;
  right: 28px;
  text-align: center;
  text-transform: capitalize;
  z-index: 2; }

/*------------home-2 facts style--------------*/
.facts.home2 {
  margin-top: 0; }

.facts.home2 .facts_common {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: none; }

.facts.home2 .facts_common i {
  color: #1753eb; }

.facts.home2 .facts_common span.line {
  background: #e5e5e5; }

/*----------------hom-2 blog post section----------------*/
.blog_post5 .single_blog_post .blog_content {
  padding: 30px 35px; }

.blog_post5 .single_blog_post .blog_content .date {
  font-size: 16px; }

.blog_post5 .single_blog_post .blog_content h4 a {
  color: #292929; }

.blog_post5 .single_blog_post .blog_content h4 a:hover {
  color: #1753eb; }

.blog_post5 .single_blog_post .blog_content .read_more {
  border: 1px solid #555555;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  padding: 0 20px; }

.blog_post5 .single_blog_post .blog_content .read_more:hover {
  border-color: #1753eb;
  color: #fff;
  background: #1753eb; }

.blog_post5 .single_blog_post.sm_post {
  margin-bottom: 33px; }

.blog_post5 .single_blog_post.sm_post:last-child {
  margin-bottom: 0px; }

/*---------------home-2 cta section--------------*/
.cta2 {
  padding-top: 130px; }

.cta2 .content_txt {
  max-width: 650px;
  width: 100%; }

.cta2 .cta_content .content_txt p {
  max-width: 650px;
  width: 100%;
  margin: 0 auto; }

.cta2 .cta_content {
  border: 1px solid #f1f1f1;
  padding: 70px;
  border-top: 3px solid #1753eb; }

.cta2 .cta_content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #f1f1f1; }

.cta2 .cta_content .cta_button {
  background: #1753eb;
  border: 1px solid #1753eb;
  color: #fff;
  z-index: 1;
  position: relative;
  min-width: 220px; }

.cta2 .cta_content .cta_button:hover {
  background: transparent;
  color: #60357f; }

.cta2 .cta_content .cta_button i {
  font-size: 20px;
  margin-left: 12px; }

/*------------home-2 contact section-----------*/
.contact_form .abform_area .abinput_group {
  margin-bottom: 20px;
  width: 49.1%;
  position: relative;
  height: 50px;
  background: #fff; }

.contact_form .abform_area .abinput_group.msg {
  width: 100%;
  clear: both;
  height: 150px;
  margin-bottom: 40px; }

.contact_form .abform_area .abinput_group > input {
  border: medium none;
  height: 100%;
  padding: 10px 22px;
  width: 100%;
  background: none; }

.contact_form .abform_area .abinput_group > textarea {
  border: none;
  resize: none;
  width: 100%;
  padding: 10px 22px;
  margin-bottom: 0;
  height: 100%;
  background: none; }

.contact_form .abform_area button {
  border: none;
  height: 50px; }

.contact_form2 {
  position: relative;
  padding-bottom: 90px; }

.contact_form2 .section_title h2 {
  max-width: 500px;
  width: 100%; }

.contact_form2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url(images/contact_bg.jpg) no-repeat top center/cover; }

.contact_form2 .overlay {
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66ffffff', GradientType=0); }

.contact_form2 .abform_area .abinput_group:nth-child(even) {
  margin-left: 20px; }

.contact_form2 .abform_area .abinput_group > textarea,
.contact_form2 .abform_area .abinput_group > input {
  color: #666666;
  border: 1px solid #b9b9b9; }

.contact_form2 .abform_area button {
  background: #1753eb;
  border-radius: 50px;
  display: block;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 170px; }

.contact_form2 .abform_area button:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }

.contact_form2 .abform_area .abinput_group {
  background: none; }

/*-----contact info--------*/
.contact_form2 .contact_info .single_info {
  background: #fff;
  float: left;
  padding: 58px 15px 60px;
  width: 33.33%; }

.contact_form2 .contact_info .single_info i {
  color: #1753eb;
  font-size: 45px;
  line-height: normal; }

.contact_form2 .contact_info .single_info > p,
.contact_form2 .contact_info .single_info > a {
  color: #434343;
  font-size: 14px; }

.contact_form2 .contact_info .single_info > a:hover {
  color: #1753eb; }

.contact_form2 .contact_info .single_info.email {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1; }

.contact_form2 .home2_footer {
  border-top: 1px solid #c2c2c2;
  padding-top: 40px; }

.contact_form2 .home2_footer .privacy li a,
.contact_form2 .home2_footer .copyright a,
.contact_form2 .home2_footer .copyright {
  color: #010101;
  font-size: 15px; }

.contact_form2 .home2_footer .copyright a {
  text-decoration: underline; }

.contact_form2 .home2_footer .copyright a:hover {
  color: #1753eb; }

.contact_form2 .home2_footer .privacy li a {
  display: block;
  margin: 0 22px; }

.contact_form2 .home2_footer .privacy li a:hover {
  color: #1753eb; }

/*---------------------------- 02. end Home page-2 style ------------------------------------*/
/*---------------------------- 03. start Home page-3 style ------------------------------------*/
/*----------home-3 header-----------*/
.home3_header {
  left: 0;
  padding: 20px 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }

.home3_header .menubar {
  padding: 5px 7px;
  cursor: pointer; }

.home3_header .menubar .bar {
  background: #1a1c28;
  height: 3px;
  margin: 6px 0;
  width: 30px; }

/*----navigation overlay----*/
.offcanvas .navigation_overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  z-index: 999;
  cursor: url("images/cross.png"), pointer;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.offcanvas.visible .navigation_overlay {
  left: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }

/*--navigation wrapper*/
.offcanvas .navigation_wrapper {
  background: #3d60f4;
  position: fixed;
  left: -100%;
  width: 300px;
  z-index: 999;
  height: 100%;
  -webkit-transition: all 1s ease-in-out 0.3s;
  -o-transition: all 1s ease-in-out 0.3s;
  transition: all 1s ease-in-out 0.3s; }

.offcanvas.visible .navigation_wrapper {
  left: 0;
  visibility: visible;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }

.offcanvas .navigation_item ul li {
  position: relative; }

.offcanvas .navigation_item .logo_li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  text-align: center;
  display: block; }

.offcanvas .navigation_item ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  padding: 12px 20px;
  text-transform: uppercase; }

.offcanvas .navigation_item ul li.active a,
.offcanvas .navigation_item ul li a:hover {
  color: #a1aad0; }

/*------dropdown-----*/
.offcanvas .navigation_item ul li > i {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  cursor: pointer; }

.offcanvas .navigation_item .dropdown {
  display: none; }

.offcanvas .navigation_item ul.dropdown li a {
  padding: 12px 20px 12px 40px; }

.offcanvas .navigation_item ul.dropdown li ul.dropdown li a {
  padding: 12px 20px 12px 60px; }

/*----------home-3 hero area---------*/
.home3_hero {
  background: #f2f5f9;
  overflow: hidden; }

.home3_hero .hero_content {
  height: 100vh;
  min-height: 768px; }

.home3_hero .hero_content h1 {
  max-width: 880px;
  width: 100%;
  z-index: 1;
  position: relative; }

.home3_hero .hero_content .contact_now {
  border: 1px solid #3d60f4;
  color: #3d60f4;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 61px;
  margin-top: 68px;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  border-radius: 50px;
  position: relative;
  z-index: 1; }

.home3_hero .hero_content .contact_now:hover {
  background: #3d60f4;
  color: #fff; }

.home3_hero .hero_content .circle:before {
  content: "";
  background: #f2f5f9;
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 370px;
  height: 370px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%; }

.home3_hero > .social_connect li a {
  color: #666666; }

.home3_hero > .social_connect li a:hover {
  background: #fff none repeat scroll 0 0;
  color: #000; }

.home3_hero .big_square {
  background: #e9edf2;
  border-radius: 70px;
  height: 420px;
  position: absolute;
  right: -240px;
  top: -40px;
  width: 620px;
  z-index: 0;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg); }

.home3_hero .circle2,
.home3_hero .circle1 {
  border: 10px solid #b8c5f7;
  border-radius: 100%;
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation: home3circle1 4s linear 0s infinite;
  -moz-animation: home3circle1 4s linear 0s infinite;
  -ms-animation: home3circle1 4s linear 0s infinite;
  -o-animation: home3circle1 4s linear 0s infinite;
  animation: home3circle1 4s linear 0s infinite; }

.home3_hero .circle1 {
  left: 30%;
  top: -50px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.home3_hero .circle2 {
  right: 160px;
  top: 270px; }

@-webkit-keyframes home3circle1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes home3circle1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes home3circle1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/*------triangle shape------*/
.home3_hero .triangle {
  position: absolute;
  width: 0px;
  height: 0px; }

.home3_hero .triangle1 {
  left: 50px;
  top: 215px;
  border-right: 22px solid #3d60f4;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.home3_hero .triangle1:before {
  content: "";
  position: absolute;
  left: 11px;
  top: -21px;
  border: 3px solid #ee366e;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-animation: home3circle1 2.5s linear 0s infinite;
  -moz-animation: home3circle1 2.5s linear 0s infinite;
  -ms-animation: home3circle1 2.5s linear 0s infinite;
  -o-animation: home3circle1 2.5s linear 0s infinite;
  animation: home3circle1 2.5s linear 0s infinite; }

/*-----traiangle-2 -------*/
.home3_hero .triangle2 {
  border-bottom: 15px solid transparent;
  border-right: 28px solid #ee366e;
  border-top: 15px solid transparent;
  bottom: 315px;
  left: 100px; }

.home3_hero .triangle2:before {
  border: 2px solid #3d60f4;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 16px;
  position: absolute;
  top: -23px;
  width: 20px;
  -webkit-animation: home3circle1 2.5s linear 0.4s infinite;
  -moz-animation: home3circle1 2.5s linear 0.4s infinite;
  -ms-animation: home3circle1 2.5s linear 0.4s infinite;
  -o-animation: home3circle1 2.5s linear 0.4s infinite;
  animation: home3circle1 2.5s linear 0.4s infinite; }

/*-----traiangle-3 -------*/
.home3_hero .triangle3 {
  border-bottom: 10px solid transparent;
  border-right: 20px solid #3d60f4;
  border-top: 11px solid transparent;
  bottom: 27%;
  left: 270px;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  transform: rotate(-11deg); }

.home3_hero .triangle3:before {
  background: #ee366e;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 8px; }

/*-----traiangle-4 -------*/
.home3_hero .triangle4 {
  bottom: 40%;
  left: 400px;
  top: inherit; }

.home3_hero .triangle4:before {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

/*-----traiangle-5 -------*/
.home3_hero .triangle5 {
  top: 269px;
  left: inherit;
  bottom: inherit;
  right: 300px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*-----traiangle-6 -------*/
.home3_hero .triangle6 {
  left: inherit;
  bottom: 30%;
  right: 230px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/*------------home page-3 about section---------*/
.home3_about {
  overflow: hidden; }

.home3_about .container-fluid,
.home3_about .col-12 {
  padding-right: 0; }

.home3_about .row {
  margin-right: 0; }

.home3_about .left_content,
.home3_about .right_content {
  float: left; }

.home3_about .left_content {
  width: 45%;
  height: 100%;
  padding-left: 80px;
  padding-right: 115px; }

.home3_about .left_content h1 {
  width: 100%; }

.home3_about .left_content h5 {
  padding-top: 60px;
  max-width: 580px;
  width: 100%;
  padding-bottom: 71px; }

.home3_about .left_content .more {
  background: #3d60f4;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  min-width: 250px;
  text-align: center;
  text-transform: uppercase; }

.home3_about .left_content .more:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }

.home3_about .right_content {
  width: 55%;
  height: 100%;
  background: #212453;
  padding: 130px 15px 130px 115px; }

.home3_about .right_content .single_block {
  margin-bottom: 50px; }

.home3_about .right_content .single_block:last-child {
  margin-bottom: 0px; }

.home3_about .right_content .single_block.meet_team {
  padding-left: 50px; }

.home3_about .right_content .single_block i {
  align-items: center;
  border: 1px solid #2d3061;
  border-radius: 100%;
  color: #676cbb;
  display: flex;
  flex-flow: column nowrap;
  font-size: 70px;
  height: 170px;
  justify-content: center;
  line-height: normal;
  width: 170px; }

.home3_about .right_content .single_block:hover i {
  border-color: #3d60f4;
  color: #3d60f4; }

.home3_about .right_content .single_block .icon_content {
  padding-left: 30px;
  width: 370px; }

.home3_about .right_content .single_block p {
  color: #989abb;
  padding-top: 13px; }

/*----------home-3 project section-------------*/
.section_title3 h2 {
  margin: 0 auto;
  max-width: 760px;
  width: 100%; }

.home3_project .project_img_area,
.home3_project .project_content_area {
  float: left; }

.home3_project .project_img_area {
  width: 55%; }

.home3_project .project_content_area {
  width: 45%;
  padding-left: 80px !important; }

.home3_project .project_content_area .single_content {
  padding-right: 120px;
  width: 100%; }

.home3_project .project_content_area .single_content p {
  font-size: 17px; }

.home3_project .project_content_area .single_content .live {
  border: 1px solid #3d60f4;
  color: #3d60f4;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase; }

.home3_project .project_content_area .single_content .live:hover {
  background: #3d60f4;
  color: #fff; }

.home3_project .project_img_area button.slick-arrow {
  border: none;
  background: #212453;
  color: #fff;
  line-height: normal;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  width: 130px;
  height: 70px;
  z-index: 1;
  padding: 14px 20px; }

.home3_project .project_img_area button.PrevArrow {
  text-align: right;
  right: 0; }

.home3_project .project_img_area button.NextArrow {
  right: -128px;
  text-align: left; }

/*------------home2 service-------------*/
.home3_service {
  padding-bottom: 80px; }

.home3_service .single_service {
  margin-bottom: 40px; }

.home3_service .single_service i {
  color: #3d60f4;
  font-size: 70px;
  line-height: normal; }

.home3_service .single_service h4 a {
  color: #222222;
  font-weight: 500; }

.home3_service .single_service h4 a:hover {
  color: #3d60f4; }

.home3_service .single_service p {
  color: #7c7c7c;
  font-size: 17px; }

/*--------------------achivement section------------------*/
.achivement_section {
  background: url(images/achivement_bg.jpg) no-repeat center center/cover;
  padding-bottom: 465px; }

.achivement_section .overlay {
  background: rgba(0, 0, 0, 0.9); }

.achivement_section .facts .facts_common {
  margin-bottom: 30px; }

.achivement_section .facts .facts_common.item4,
.achivement_section .facts .facts_common.item3 {
  margin-bottom: 0px; }

.achivement_section .experience {
  background: #3d60f4;
  height: 100%;
  padding: 20px; }

.achivement_section .experience h4,
.achivement_section .experience h3 {
  width: 100%; }

.achivement_section .experience h1 {
  font-size: 200px;
  line-height: 160px; }

.achivement_section .experience .line {
  background: #fff;
  display: block;
  height: 3px;
  margin: 30px 0 52px;
  width: 100px; }

/*------------home3 video-------------*/
.home3_video {
  margin-top: -335px; }

.home3_video .video_content .overlay {
  background: rgba(25, 14, 129, 0.85); }

.home3_video .video_content {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); }

.home3_video .video_content .icon_bg {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 10px 23px rgba(0, 0, 0, 0.08);
  height: 110px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 110px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home3_video .video_content .icon_bg a.venobox {
  border: 2px solid #1753eb;
  color: #1753eb;
  font-size: 22px;
  height: 60px;
  left: 50%;
  padding: 15px 22px;
  position: absolute;
  top: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*----------------home3 team section---------------*/
.team_common .member_info > a {
  color: #222;
  font-size: 18px;
  line-height: 26px; }

.team_common .member_info span {
  color: #363636;
  font-size: 13px; }

.team_common .member_img img {
  width: 100%; }

.team_style3 .team_common {
  border: 1px solid #f1f1f1;
  background: #ffffff;
  padding: 25px 30px; }

.team_style3 .member_img {
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  height: 130px;
  width: 130px; }

.team_style3 .member_img img {
  border-radius: 100%; }

.team_style3 .team_common .member_info {
  padding: 30px 0px 0px; }

.team_style3 .member_info .line {
  background: #3d60f4;
  height: 1px;
  margin: 12px 0;
  width: 25px; }

.team_style3 .team_common:hover .member_info .line {
  width: 50px; }

.team_style3 .member_info a.mobile_number {
  color: #3d60f4;
  font-size: 14px; }

.team_style3 .member_info .social_contact li {
  display: inline-block; }

.team_style3 .member_info .social_contact a {
  color: #606060;
  display: inline-block;
  padding: 7px;
  text-align: center; }

.team_style3 .member_info .social_contact li:first-child a {
  padding-left: 0; }

.team_style3 .team_common .member_info a:hover {
  color: #3d60f4; }

/*--------------testimonial section-------------*/
.home3_testimonial {
  background: url(images/testimonial_bg.jpg) no-repeat center center/cover;
  padding-top: 130px;
  padding-bottom: 500px; }

.home3_testimonial .overlay {
  background: rgba(6, 36, 162, 0.92); }

.home3_testimonial .testimoial_content {
  border-bottom: 1px solid #2e4ecd;
  padding-bottom: 130px; }

.home3_testimonial .testimoial_content i {
  font-size: 30px;
  color: #fff;
  line-height: normal;
  display: block; }

.home3_testimonial .testimoial_content h4 {
  margin: 0 auto;
  max-width: 970px;
  width: 100%; }

.home3_testimonial .testimoial_content .author::before {
  background: #fff;
  content: "";
  height: 1px;
  left: -45px;
  position: absolute;
  top: 10px;
  width: 30px; }

/*------------------home-3 blog post section-----------------*/
.home3_blog_post {
  margin-top: -544px; }

.home3_blog_post .single_blog_post .img_area .date {
  background: #fffffc;
  color: #222;
  font-size: 13px;
  height: 60px;
  font-weight: 700;
  line-height: 19px;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  bottom: 50px;
  width: 60px; }

.home3_blog_post .single_blog_post .blog_content {
  padding: 20px 30px 0px; }

.home3_blog_post .single_blog_post .blog_content a.read_more {
  font-size: 14px;
  color: #555555;
  text-decoration: underline; }

.home3_blog_post .single_blog_post .blog_content a.read_more:hover {
  text-decoration: none; }

/*-------------home-3 contact section------------*/
.home3_contact.contact_form2::before {
  display: none; }

.home3_contact .abform_area {
  width: 55%;
  background: #212453;
  padding: 130px 130px 130px 380px; }

.home3_contact .contact_info {
  width: 45%;
  padding: 0 80px; }

.home3_contact.contact_form .abform_area .abinput_group {
  width: 48.1%; }

.home3_contact.contact_form .abform_area .abinput_group.msg {
  width: 100%; }

.home3_contact .abform_area .abinput_group > textarea,
.home3_contact .abform_area .abinput_group > input {
  border: 1px solid #524c90;
  color: #ccc; }

.home3_contact.contact_form2 .abform_area button {
  background: #1c68ff;
  border-radius: 0;
  font-size: 15px;
  margin: 0 0 0 auto; }

.home3_contact .contact_info .info_title h5 {
  max-width: 540px;
  width: 100%; }

.home3_contact .contact_info p {
  margin-bottom: 20px; }

.home3_contact .contact_info p i {
  background: #e2e2e2 none repeat scroll 0 0;
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: normal;
  padding: 7px 3px;
  text-align: center;
  width: 50px; }

.home3_contact .contact_info p span {
  padding-left: 20px; }

/*---------footer section--------*/
.home3_footer {
  padding: 60px 0; }

.home3_footer .social_connect > li {
  position: relative; }

.home3_footer .social_connect > li:last-child::after,
.home3_footer .social_connect > li:first-child::before {
  background: #dcdcdc;
  content: "";
  height: 1px;
  position: absolute;
  top: 13px;
  width: 40px; }

.home3_footer .social_connect > li:first-child::before {
  left: -50px; }

.home3_footer .social_connect > li:last-child::after {
  right: -50px; }

.home3_footer .social_connect li a {
  color: #666666;
  display: block;
  font-size: 18px;
  margin: 0 7px; }

.home3_footer .social_connect li a:hover {
  color: #3d60f4; }

.home3_footer .copyright {
  color: #666; }

.home3_footer .copyright a {
  color: #333;
  font-weight: 600; }

.home3_footer .copyright a:hover {
  color: #3d60f4; }

/*---------------------------- 03. end Home page-3 style ------------------------------------*/
/*---------------------------- 04. start about page style ------------------------------------*/
.breadcrumb_section {
  background: url(images/breadcrubm_bg_more.jpg) no-repeat top center/cover; }

.breadcrumb_section.team {
  background: url(images/breadcrubm_bg.jpg) no-repeat top center/cover; }

.breadcrumb_section.natolin {
  background: url(images/breadcrubm_bg_natolin.jpg) no-repeat top center/cover; }

.breadcrumb_section .breadrumb_content {
  height: 550px;
  z-index: 2;
  position: relative; }

.breadcrumb_section.news-single .breadrumb_content {
  height: 550px; }

.breadcrumb_section .breadrumb_content h4 {
  max-width: 850px;
  width: 100%; }

.blog_details h1 {
  font-weight: 600;
  line-height: 1.3;
  color: #a9153d; }

/*--------------working process section-------------*/
.working_process .section_title {
  padding-bottom: 94px; }

.working_process .section_title h5.title_20 {
  max-width: 700px;
  width: 100%; }

.working_process .single_process {
  margin-bottom: 100px; }

.working_process .single_process:last-child {
  margin-bottom: 0px; }

.working_process .single_process:nth-child(even) {
  flex-flow: row-reverse wrap; }

.working_process .single_process:nth-child(even) .process_content {
  padding-right: 0px;
  padding-left: 50px;
  text-align: right; }

.working_process .process_content {
  max-width: 770px;
  width: 100%;
  padding-right: 50px; }

.working_process .process_img {
  max-width: 370px;
  width: 100%; }

.working_process .single_process .process_content ul li {
  color: #666666;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px; }

.working_process .single_process .process_content ul li:before {
  content: "\e64d";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #3d60f4; }

.working_process .single_process:nth-child(even) .process_content ul li {
  padding-left: 0;
  padding-right: 30px; }

.working_process .single_process:nth-child(even) .process_content ul li::before {
  left: inherit;
  right: 0; }

/*---------------------------- 04. end about page style ------------------------------------*/
/*---------------------------- 05. start service page style ------------------------------------*/
.home3_service.page {
  padding-top: 110px;
  padding-bottom: 45px; }

.home3_service.page .single_service {
  margin-bottom: 75px; }

.callback_section {
  background: url(images/callback_bg.jpg) no-repeat center center/cover; }

.callback_section .overlay {
  background: rgba(46, 24, 208, 0.9); }

.callback_section .callback_content {
  padding-right: 65px; }

.callback_section .callback_content .person > img {
  border-radius: 100%;
  height: 80px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 80px; }

.callback_section .callback_content .person {
  padding: 15px 0 14px 110px; }

.callback_section .callback_content .person a.email {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block; }

.callback_section .callback_content .person a.phone {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600; }

.callback_section .callback_content .person a:hover {
  text-decoration: underline; }

/*---form---*/
.callback_section {
  padding: 180px 0; }

.callback_section .callback_form {
  padding: 0 35px; }

.callback_section .callback_form .abinput_group {
  margin-bottom: 20px; }

.callback_section .callback_form .abinput_group > input {
  border: 1px solid #263847;
  font-size: 14px;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
  color: #666; }

.callback_section .callback_form .abinput_group .nice-select {
  border: medium none;
  color: #666;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 0; }

.callback_section .callback_form .abinput_group .nice-select::after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  height: 9px;
  margin-top: -6px;
  right: 17px;
  width: 9px; }

.callback_section .callback_form .abinput_group .nice-select .list {
  border-radius: 0; }

.callback_section .callback_form > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  text-transform: uppercase;
  width: 220px; }

.callback_section .callback_form > button:hover {
  color: #2e18d0;
  background: #fff; }

.callback_section .callback_form > button i {
  font-size: 16px;
  line-height: normal;
  margin-left: 8px;
  vertical-align: middle; }

/*---------------------------- 05. end service page style ------------------------------------*/
/*---------------------------- 06. start Project page style ------------------------------------*/
.portfolio_IT.page {
  padding-bottom: 105px; }

.cta3 {
  background: url(images/cta3_bg.jpg) no-repeat top center/cover; }

.cta3 .overlay {
  background: rgba(81, 44, 190, 0.9); }

.cta3 .content_txt p {
  font-size: 20px;
  font-weight: 500;
  color: #d1d1d1; }

.cta3 .cta_content {
  height: 380px; }

.cta3 .cta_content .content_txt {
  max-width: 650px;
  width: 100%; }

.cta3 .cta_content .cta_button {
  line-height: 52px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid transparent; }

.cta3 .cta_content .cta_button:hover {
  border-color: #fff;
  color: #fff;
  background: none; }

/*---------------------------- 06. end Project page style ------------------------------------*/
/*---------------------------- 07. start Project details page style ------------------------------------*/
.project_brief .brief_title {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 45px;
  margin-bottom: 72px; }

.project_brief .details_content h4 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 45px; }

.project_brief .details_content p {
  font-size: 17px;
  line-height: 28px; }

.project_brief .brief_summary {
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0; }

.project_brief .brief_summary:first-child {
  padding-top: 0; }

.project_brief .brief_summary:last-child {
  padding-bottom: 0;
  border-bottom: none; }

/*-------------project showcase-----------*/
.project_showcase .single_project {
  float: left;
  width: 50%; }

.project_showcase .single_project > img {
  width: 100%; }

/*---------mac preview-------*/
.mac_preview {
  padding-bottom: 90px; }

.mac_preview .title h5 {
  margin: 0 auto;
  max-width: 980px;
  width: 100%; }

.mac_preview img.mac_preview_img {
  text-align: center;
  display: block;
  margin: 0 auto; }

/*-------------blockquote section-------*/
.blockquote_section {
  background: #f8f8f8; }

.blockquote_section .single_block {
  width: 33.33%; }

.blockquote_section .blockquote_block {
  padding: 0 40px; }

.blockquote_section .blockquote_block i {
  color: #1e64f4;
  font-size: 30px; }

.blockquote_section .blockquote_block .author::before {
  background: #666;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 20px; }

.blockquote_section .blockquote_block .author {
  color: #666666;
  display: inline-block;
  font-size: 15px;
  padding-left: 30px;
  position: relative; }

.blockquote_section .video_block .overlay {
  background: rgba(0, 0, 0, 0.6); }

.blockquote_section .video_block a.venobox {
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  height: 60px;
  left: 50%;
  padding: 17px 22px;
  position: absolute;
  top: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.blockquote_section .video_block a.venobox:hover {
  background: #fff;
  color: #1e64f4; }

.project_share {
  border-bottom: 1px solid #f2f2f2; }

.project_share ul li a {
  background: #222;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 7px;
  text-align: center;
  width: 40px; }

.project_share ul li a:hover {
  background: #fff;
  color: #222;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1); }

/*----------next prev section------------*/
.project_next_prev {
  border-top: 1px solid #f2f2f2;
  margin-top: 4px;
  padding-bottom: 122px;
  padding-top: 52px; }

.project_next_prev .single_direction a {
  display: inline-block; }

.project_next_prev .single_direction i {
  color: #666;
  font-size: 30px;
  position: absolute;
  top: 0; }

.project_next_prev .single_direction.prev i {
  left: 0; }

.project_next_prev .single_direction.next i {
  right: 0; }

.project_next_prev .single_direction a:hover i,
.project_next_prev .single_direction a:hover span,
.project_next_prev .single_direction a:hover h5 {
  color: #027aec; }

/*---------------------------- 07. end Project details page style ------------------------------------*/
/*---------------------------- 08. start Blog page style ------------------------------------*/
.blog_column2 .single_blog_post .img_area {
  overflow: hidden;
  border-radius: 5px 5px 0 0; }

.blog_column2 .single_blog_post:hover .img_area img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03); }

.blog_column2 .single_blog_post .img_area img {
  width: 100%; }

.blog_column2 .single_blog_post img {
  border-radius: 5px 5px 0 0; }

.blog_column2 .single_blog_post {
  border-radius: 5px;
  margin-bottom: 30px; }

.blog_column2 .single_blog_post .img_area .date {
  bottom: 0;
  font-size: 13px;
  padding: 6px 20px;
  position: absolute; }

.blog_column2 .single_blog_post .blog_content {
  padding: 20px 20px 0; }

.blog_column2 .single_blog_post .blog_content h5 a {
  font-weight: bold;
  color: #a9153d; }

.blog_column2 .single_blog_post .blog_content p {
  border-bottom: 1px solid #eee;
  border-top: 4px double #eee;
  padding-bottom: 22px;
  padding-top: 12px;
  margin-top: 17px; }

.blog_column2 .single_blog_post .blog_content ul img {
  border-radius: 100%;
  height: 30px;
  vertical-align: bottom;
  width: 30px;
  margin-right: 15px; }

.blog_column2 .single_blog_post .blog_content ul li {
  font-size: 13px; }

.blog_column2 .single_blog_post .blog_content ul li a {
  font-size: 13px;
  color: #a9153d;
  font-weight: bold; }

.blog_column2 .single_blog_post .blog_content ul li a:hover {
  text-decoration: underline; }

/*---pagination---*/
.blog_column2 .pagination {
  width: 100%;
  margin-top: 50px; }

.blog_column2 .pagination > li {
  margin: 0 5px; }

.blog_column2 .pagination li a {
  text-align: center;
  border: 1px solid #efefef;
  color: #555555;
  display: block;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  padding: 0 15px;
  border-radius: 3px; }

.blog_column2 .pagination li:last-child a,
.blog_column2 .pagination li:first-child a {
  font-size: 15;
  text-transform: uppercase;
  color: #131313; }

.blog_column2 .pagination li.active a,
.blog_column2 .pagination li a:hover {
  border-color: #2a2a2a;
  color: #fff;
  background: #2a2a2a; }

/*---------------------------- 08. end Blog page style ------------------------------------*/
/*---------------------------- 09. start Blog-details page style ------------------------------------*/
.blog_details p.details_txt {
  line-height: 30px; }

.blog_details p.dropcap_style1 span {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 50px;
  height: 70px;
  line-height: 68px;
  margin-bottom: 3px;
  margin-right: 20px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  background: #a9153d; }

.blog_details .blog_details_carousel .owl-prev,
.blog_details .blog_details_carousel .owl-next {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 20px;
  height: 40px;
  padding: 6px 5px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden; }

.blog_details .blog_details_carousel:hover .owl-prev,
.blog_details .blog_details_carousel:hover .owl-next {
  opacity: 1;
  visibility: visible; }

.blog_details .blog_details_carousel .owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0; }

.blog_details .blog_details_carousel .owl-next {
  right: 0;
  border-radius: 5px 0 0 5px; }

/*-----blockquote section----*/
.blog_details .blog_details_content .blockqute {
  padding: 40px 40px 40px 98px;
  margin: 50px 0; }

.blog_details_content img {
  max-width: 100%;
  margin: 30px 0; }

.blog_details_content p {
  margin-bottom: 15px !important; }

.blog_details_content h2, .blog_details_content h3, .blog_details_content h4, .blog_details_content h5, .blog_details_content h6 {
  color: #a9153d;
  margin-bottom: 25px;
  font-weight: 600; }
.blog_details_content ul {
  margin-left: 15px;
  margin-bottom: 15px; }
  .blog_details_content ul li {
    list-style-type: circle; }
.blog_details_content ol {
  margin-left: 15px;
  margin-bottom: 15px; }
  .blog_details_content ol li {
    list-style-type: decimal; }
.blog_details_content strong {
  font-weight: 700; }
.blog_details_content em {
  font-style: italic; }
.blog_details_content a, .blog_details_content a:hover {
  color: #a9153d; }

.blog_details .blog_details_content .blockqute h2:before {
  content: "\f10d";
  color: #a9153d;
  font-family: fontawesome;
  font-size: 40px;
  left: -56px;
  position: absolute;
  top: 7px; }

.blog_details .blog_details_content .blockqute span {
  padding-left: 30px;
  margin-top: 13px; }

.blog_details .blog_details_content .blockqute span::before {
  background: #666;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 20px; }

/*------tag and share------*/
.blog_details .tagnshare_area {
  border: 1px solid #f1f1f1;
  margin-bottom: 90px;
  margin-top: 50px;
  padding: 32px 25px 38px; }

.blog_details .tagnshare_area .tags .admin li {
  border-right: 1px solid;
  color: #666666;
  font-size: 14px;
  line-height: 13px;
  padding: 0 10px; }

.blog_details .tagnshare_area .tags .admin li:last-child {
  border-right: none;
  padding-right: 0; }

.blog_details .tags .admin li:first-child {
  padding-left: 0; }

.blog_details .tags .tag li {
  display: inline-block; }

.blog_details .tags .tag li a {
  border: 1px solid #eaeaea;
  color: #666666;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  margin-right: 5px;
  padding: 0 11px;
  text-align: center; }

.blog_details .tags .tag li a:hover {
  background: #f5f5f5; }

.blog_details .tagnshare_area .social_share li a {
  border-radius: 100%;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px; }

.blog_details .tagnshare_area .social_share li.facebook a {
  background: #4c65a8; }

.blog_details .tagnshare_area .social_share li.twitter a {
  background: #41a1f6; }

.blog_details .tagnshare_area .social_share li.g-plus a {
  background: #db7740; }

.blog_details .tagnshare_area .social_share li.instagram a {
  background: #8f6247; }

.blog_details .blog_column2 .single_blog_post {
  background: #f7f7f7; }

/*----comment area---*/
.blog_details_content .comment_area .comment_wrapper li {
  padding-left: 110px;
  position: relative;
  margin-bottom: 40px; }

.blog_details_content .comment_area .comment_wrapper li:last-child {
  margin-bottom: 0px; }

.blog_details_content .comment_area .comment_wrapper li img {
  border-radius: 100%;
  height: 80px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 80px; }

.blog_details_content .comment_area .comment_wrapper li h6 span {
  font-size: 13px;
  color: #535353;
  text-transform: uppercase; }

.blog_details_content .comment_area .comment_wrapper li h6 .name {
  color: #333333;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize; }

.blog_details_content .comment_area .comment_wrapper li h6 .reply {
  color: #333333;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 600; }

.blog_details_content .comment_area .comment_wrapper li h6 .reply:hover {
  text-decoration: underline; }

.blog_details_content .comment_area .comment_wrapper li p {
  color: #535353;
  padding-top: 6px;
  padding-right: 48px; }

/*----replay---*/
.blog_details_content .comment_area .comment_wrapper li ul li img {
  height: 60px;
  width: 60px; }

.blog_details_content .comment_area .comment_wrapper li ul li {
  margin-top: 20px;
  padding-left: 85px; }

/*----reply form-----*/
.blog_details_content .comment_area .comment_wrapper li .reply_form {
  margin-top: 15px;
  padding-right: 90px; }

.blog_details_content .comment_area .comment_wrapper li .reply_form img {
  height: 50px;
  margin-right: 14px;
  position: relative;
  width: 50px; }

.blog_details_content .comment_area .comment_wrapper li .reply_form input {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  height: 35px;
  width: 80%; }

.blog_details_content .comment_area .comment_wrapper li .reply_form a.reply {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 60px;
  top: 10px; }

.blog_details_content .comment_area .comment_wrapper li .reply_form a.reply:hover {
  text-decoration: underline; }

/*------comment form--------*/
.blog_deails_comment .abform_area .abinput_group {
  margin-bottom: 20px;
  width: 49.1%;
  position: relative;
  height: 50px;
  background: #fff; }

.blog_deails_comment .abform_area .abinput_group.msg {
  width: 100%;
  clear: both;
  height: 150px;
  margin-bottom: 40px; }

.blog_deails_comment .abform_area .abinput_group > input {
  border: medium none;
  height: 100%;
  padding: 10px 22px;
  width: 100%;
  background: none; }

.blog_deails_comment .abform_area .abinput_group > textarea {
  border: none;
  resize: none;
  width: 100%;
  padding: 10px 22px;
  margin-bottom: 0;
  height: 100%;
  background: none; }

.blog_deails_comment .abform_area button {
  border: none;
  height: 50px; }

.blog_deails_comment {
  padding: 90px 0 0; }

.blog_deails_comment .abform_area .abinput_group {
  width: 48.6%;
  background: none; }

.blog_deails_comment .abform_area .abinput_group:nth-child(even) {
  margin-left: 20px; }

.blog_deails_comment .abform_area .abinput_group > textarea,
.blog_deails_comment .abform_area .abinput_group > input {
  color: #878787;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 0; }

.blog_deails_comment .abform_area .abinput_group:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #1960ED; }

.blog_deails_comment .abform_area .abinput_group.input_effect:before {
  width: 100%; }

.blog_deails_comment .abform_area button {
  letter-spacing: 1px;
  padding: 2px 45px 0;
  background: #3d60f4; }

.blog_deails_comment .abform_area button:hover {
  background: #084fdc; }

/*---------------------------- 09. end Blog-details page style ------------------------------------*/
/*---------------------------- 10. start Contact page style ------------------------------------*/
.google_map_section .contact_section_title h1,
.contact_page .contact_section_title h1 {
  color: #131418; }

.google_map_section .contact_section_title p,
.contact_page .contact_section_title p {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  font-size: 17px;
  color: #555555; }

.contact_page .contact_content {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  padding: 70px 0px 70px 65px; }

.contact_page .wrapper {
  padding-right: 40px; }

.contact_page .contact_content h3.contact_title {
  font-size: 26px;
  color: #1c1c1c; }

.contact_page .abform_area .abinput_group label {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: text;
  -webkit-transform: translateY(38px);
  -moz-transform: translateY(38px);
  -ms-transform: translateY(38px);
  -o-transform: translateY(38px);
  transform: translateY(38px); }

.contact_page .abform_area .abinput_group.input_effect label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.contact_page .abform_area .abinput_group {
  width: 48.3%;
  height: auto;
  background: none; }

.contact_page .abform_area .abinput_group:nth-child(even) {
  margin-left: 20px; }

.contact_page .abform_area .abinput_group > input {
  height: 50px;
  font-family: roboto; }

.contact_page .abform_area .abinput_group.msg {
  height: auto;
  margin-bottom: 0; }

.contact_page .abform_area .abinput_group.msg textarea {
  height: 150px;
  padding-right: 90px !important; }

.contact_page .abform_area .abinput_group > textarea,
.contact_page .abform_area .abinput_group > input {
  color: #333333;
  padding-left: 0;
  border-bottom: 1px solid #d2d2d2; }

.contact_page .abform_area button {
  background: transparent;
  bottom: 60px;
  color: #333;
  font-size: 80px;
  height: auto;
  position: absolute;
  right: 0; }

.contact_page .abform_area button:hover {
  color: #3d60f4; }

.contact_page .contact_address {
  align-items: flex-start;
  background: #3d60f4;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  padding: 45px 35px;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px); }

.contact_page .contact_address h4 {
  font-size: 26px; }

.contact_page .contact_content h3.contact_title::after,
.contact_page .contact_content h3.contact_title::before,
.contact_page .contact_address h4::after,
.contact_page .contact_address h4::before {
  background: #fff;
  bottom: -11px;
  content: "";
  height: 1px;
  left: 3px;
  position: absolute;
  width: 50px; }

.contact_page .contact_content h3.contact_title::after,
.contact_page .contact_address h4::after {
  left: 68px; }

.contact_page .contact_content h3.contact_title::after,
.contact_page .contact_content h3.contact_title::before {
  background: #222; }

.contact_page .contact_address p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
  padding-left: 35px;
  color: #e9e9e9;
  font-family: roboto; }

.contact_page .contact_address p i {
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0; }

.contact_page .contact_address .web > a {
  color: #fff; }

.contact_page .contact_address .web > a:hover {
  text-decoration: underline; }

.contact_page .contact_address .social_contact a {
  color: #fff;
  font-size: 18px;
  margin-right: 12px; }

.contact_page .contact_address .social_contact a:hover {
  color: #222; }

/*----google map----*/
.google_map_section {
  padding-bottom: 130px; }

.google_map_section .mapHome2 {
  height: 550px;
  width: 100%; }

/*---------------------------- 10. end Contact page style ------------------------------------*/
.objective img {
  max-width: 100%; }
.objective .content_img {
  width: 40%; }
.objective .content_txt {
  width: 60%; }

about_section .cta_button {
  background: red;
  min-width: 250px; }

.pagination {
  font-size: 1.1em;
  text-transform: uppercase; }
  .pagination h2 {
    display: none; }
  .pagination a {
    display: inline-block;
    min-width: 40px;
    line-height: 40px;
    border: 1px #efefef solid;
    margin: 0 5px;
    padding: 0 15px;
    border-radius: 3px; }
    .pagination a:hover {
      background: #000;
      color: #fff;
      border: 1px #000 solid; }
  .pagination span {
    display: inline-block;
    line-height: 40px;
    border: 1px #000 solid;
    min-width: 40px;
    padding: 0 15px;
    background: #000;
    color: #fff;
    border-radius: 3px; }
  .pagination .nav-links {
    width: 100%; }

h4 a {
  color: #a9153d; }
  h4 a:hover {
    color: #000; }

.bg {
  background: #f7f7f7; }

.visible-xs {
  display: none !important; }

.header_v1 .stuck_menu .menuzord-menu {
  width: auto;
  margin-right: 170px; }

@media (max-width: 1700px) {
  .header_v1 .stuck_menu .menuzord-menu > li {
    padding: 0 20px; }

  .header_v1 .stuck_menu .menuzord-menu {
    width: auto; }

  img.header_logo {
    height: 80px; }

  .header_v1.home2 .menuzord-menu ul.dropdown li ul.dropdown {
    left: inherit;
    right: 100%; }

  .home3_contact .abform_area {
    padding: 130px 90px 130px 200px; }

  .home3_contact .contact_info {
    padding: 0 30px 0 80px; }

  .home3_contact.contact_form .abform_area .abinput_group {
    width: 48.2%; }

  .home3_hero .hero_content img {
    width: 730px; }

  .home3_project .project_content_area .single_content {
    padding-right: 70px; }

  /*-----------------about us page----------------*/
  .breadcrumb_section .breadrumb_content {
    height: 440px; }

  .breadcrumb_section .breadrumb_content h1.title_70 {
    font-size: 55px;
    line-height: 65px;
    margin-top: 40px; }

  .breadcrumb_section .breadrumb_content h4 {
    max-width: 750px;
    font-size: 20px;
    line-height: 32px; }

  .breadcrumb_section > span.top_left_circle2,
  .breadcrumb_section > span.top_left_circle1 {
    height: 300px;
    width: 300px; }

  .breadcrumb_section > span.top_left_circle2 {
    left: -180px; } }
/*---end 1501-1700px----*/
@media (max-width: 1570px) {
  .home1_slider::before {
    left: -300px; }

  .home1_slider .container {
    padding-left: 35px; }

  img.header_logo {
    height: 60px; }

  .header_v1 {
    padding: 0 20px; }

  .home1_slider > span.top_left_circle2,
  .home1_slider > span.top_left_circle1 {
    height: 360px;
    width: 360px; }

  .home1_slider .Modern-Slider .slick-dots li {
    margin-bottom: 30px; }

  .header_v1 .stuck_menu .menuzord-menu {
    text-align: left;
    width: auto; }

  .footer_wrapper .shape1 {
    bottom: -130px;
    left: -260px; }

  .footer_wrapper .shape2 {
    bottom: -130px;
    height: 300px;
    left: -180px; }

  /*--------------home page-2 style--------------*/
  .home2_service .more_service {
    right: -100px; }

  .about_section.home2 > .overlay {
    width: 100px; }

  .home2_testimonial:before {
    width: 100px; }

  /*---------------home page-3--------------*/
  .home3_hero .triangle4 {
    left: 320px; }

  .home3_about .left_content {
    padding-left: 60px;
    padding-right: 50px; }

  .home3_about .right_content {
    padding: 130px 15px 130px 70px; }

  .home3_project .project_content_area {
    padding-left: 40px !important; }

  .home3_project .single_content .title_36 {
    font-size: 32px;
    line-height: 42px; }

  .home3_project .project_img_area button.slick-arrow {
    font-size: 26px;
    width: 100px;
    height: 60px;
    padding: 13px 20px; }

  .home3_project .project_img_area button.NextArrow {
    right: -98px; }

  .home3_contact .abform_area {
    padding: 130px 70px 130px 70px; }

  .home3_contact .contact_info {
    padding: 0 80px 0 50px; }

  .home3_contact .contact_info .info_title h1 {
    font-size: 40px;
    line-height: 55px; }

  /*--------------service page-------------*/
  .callback_section {
    padding: 130px 0; }

  /*------------project details page-----*/
  .blockquote_section .blockquote_block {
    padding: 0 30px; } }
/*---end 1401-1500px----*/
@media (max-width: 1400px) {
  .header_v1 .stuck_menu .menuzord-menu > li {
    padding: 0 18px; }

  .home1_slider .Modern-Slider .item .main_title {
    font-size: 60px;
    line-height: 75px; }

  .home1_slider .Modern-Slider .info .sub_title {
    padding-top: 28px; }

  .home1_slider > .social_connect {
    bottom: 80px; }

  .home1_slider > span.top_left_circle2,
  .home1_slider > span.top_left_circle1 {
    height: 300px;
    width: 320px; }

  /*------------------home page-2 style----------------*/
  .home2_service {
    padding-bottom: 65px; }

  .home2_service .row.bg {
    padding-top: 55px;
    padding-bottom: 50px; }

  .home2_service {
    margin-top: -95px; }

  .home2_hero .hero_content h1 {
    margin-top: -50px;
    font-size: 40px;
    line-height: 55px;
    max-width: 600px; }

  .home2_hero .hero_content .contact_now {
    font-size: 16px;
    height: 50px;
    line-height: 51px;
    width: 200px;
    margin-top: 58px; }

  .home2_service .overlay {
    width: 100%; }

  .home2_service .more_service {
    font-size: 18px;
    height: 52px;
    line-height: 53px;
    min-width: 200px;
    position: relative;
    right: inherit;
    bottom: inherit; }

  .home2_service .more_service:hover {
    box-shadow: none; }

  .about_section.home2 > .overlay {
    width: 0;
    display: none; }

  .home2_testimonial:before {
    width: 0;
    display: none; }

  .home2_testimonial .all_testimonial {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    min-width: 200px;
    position: relative;
    right: inherit;
    display: block;
    margin: 40px auto 0;
    width: 200px; }

  /*-----------------home page-3 style----------------*/
  .home3_hero .triangle5 {
    top: 319px;
    right: 290px; }

  .home3_hero .circle2 {
    right: 120px;
    top: 220px; }

  .home3_hero .big_square {
    height: 360px;
    width: 570px; }

  .home3_hero .hero_content img {
    max-width: 600px; }

  .home3_about .left_content h1 {
    font-size: 46px;
    line-height: 60px; }

  .home3_project .project_content_area {
    width: 50%;
    padding-left: 60px !important; }

  .home3_project .project_img_area {
    width: 50%; }

  .home3_contact .contact_info {
    padding: 0 50px 0 50px; }

  .home3_about .right_content {
    padding: 100px 15px 100px 70px; }

  .home3_about .right_content .single_block i {
    font-size: 60px;
    height: 150px;
    width: 150px; }

  .home3_about .left_content h1 {
    font-size: 40px;
    line-height: 60px; }

  .home3_project .project_content_area .single_content {
    padding-right: 42px; }

  .home3_project .project_img_area {
    width: 55%; }

  .home3_project .project_content_area {
    width: 45%;
    padding-left: 40px !important; }

  .home3_project .project_img_area button.slick-arrow {
    font-size: 20px;
    width: 64px;
    height: 50px;
    padding: 12px 20px;
    text-align: center; }

  .home3_project .project_img_area button.NextArrow {
    right: 0; }

  .home3_project .project_img_area button.PrevArrow {
    right: 63px; }

  .home3_contact.contact_form .abform_area .abinput_group {
    width: 48%; }

  /*-------------about us page-------------*/
  .breadcrumb_section .breadrumb_content {
    height: 400px; }

  .breadcrumb_section > span.top_left_circle2,
  .breadcrumb_section > span.top_left_circle1 {
    height: 280px;
    width: 280px; }

  .breadcrumb_section .breadrumb_content h1.title_70 {
    font-size: 45px;
    line-height: 50px; }

  .breadcrumb_section .breadrumb_content h4 {
    max-width: 650px;
    font-size: 18px;
    line-height: 30px; }

  .cta3 .cta_content {
    height: 320px; }

  /*-----project details page----*/
  .project_share {
    padding: 90px 0; }

  .blockquote_section .blockquote_block h5.title_20 {
    font-size: 17px;
    line-height: 30px; }

  .contact_page .contact_address {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }
/*---end 1200-1400px----*/
@media (max-width: 1280px) {
  img.header_logo {
    height: 55px; } }
@media (max-width: 1199px) {
  img.header_logo {
    height: 50px; }

  .header_v1.sticky .stuck_menu .menuzord-brand, .header_v1.subpage .stuck_menu .menuzord-brand {
    margin-top: 15px; }

  header .languages {
    top: 25px;
    right: 170px; }

  .header_v1 {
    padding: 0 0px; }

  .header_v1 .stuck_menu .menuzord-menu {
    margin-left: 30px; }

  .header_v1 .search_icon .getqut {
    min-width: 120px;
    padding: 0 10px;
    font-weight: 500; }

  .header_v1 .stuck_menu .menuzord-menu > li {
    float: left;
    padding: 0 13px; }

  .header_v1 .stuck_menu .menuzord-menu > li > a::before {
    height: 1px;
    bottom: 20px; }

  .header_v1 .stuck_menu .menuzord-brand {
    margin: 20px 0 0; }

  .header_v1 .stuck_menu .menuzord-menu > li > a {
    line-height: 75px; }

  .header_v1 .search_icon {
    margin-top: 15px;
    top: 0; }

  .stuck_menu .menuzord-menu > li > .megamenu,
  .stuck_menu .menuzord-menu ul.dropdown {
    top: 75px; }

  /*-------slider section------*/
  .home1_slider > span.top_left_circle2,
  .home1_slider > span.top_left_circle1 {
    height: 270px;
    width: 300px; }

  .home1_slider > .social_connect {
    bottom: 50px;
    width: 970px; }

  .home1_slider {
    background-size: cover; }

  .home1_slider .Modern-Slider .item .main_title {
    font-size: 55px;
    line-height: 70px;
    max-width: 710px; }

  .breadcrumb_section .ven_diagram_shape,
  .home1_slider .ven_diagram_shape {
    height: 220px;
    right: 70px;
    width: 230px; }

  .breadcrumb_section .ven_diagram_shape .circle3,
  .breadcrumb_section .ven_diagram_shape .circle2,
  .breadcrumb_section .ven_diagram_shape .circle1,
  .home1_slider .ven_diagram_shape .circle3,
  .home1_slider .ven_diagram_shape .circle2,
  .home1_slider .ven_diagram_shape .circle1 {
    height: 120px;
    width: 120px; }

  .breadcrumb_section .ven_diagram_shape .circle1,
  .home1_slider .ven_diagram_shape .circle1 {
    margin-left: -60px; }

  .home1_slider .Modern-Slider .info .sub_title {
    font-size: 20px;
    line-height: 32px;
    max-width: 550px;
    padding-top: 28px; }

  .home1_slider .Modern-Slider .slick-dots li button {
    font-weight: 500;
    width: 25px; }

  .home1_slider .Modern-Slider .slick-dots li {
    margin-bottom: 25px; }

  .section_padding {
    padding: 90px 0; }

  .section_title > h1 {
    font-size: 40px;
    line-height: 50px; }

  .section_title > h5.title_20 {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px; }

  .service_section {
    padding-bottom: 60px; }

  .about_section {
    padding-bottom: 0; }

  .about_section .single_goal::before {
    width: 263px; }

  .about_section .about_title h1 {
    font-size: 40px;
    line-height: 55px; }

  .about_section .about_title h5.title_20 {
    font-size: 18px;
    line-height: 28px; }

  .portfolio_IT {
    padding-bottom: 0; }

  .portfolio_IT .single_item ul.icon {
    padding-bottom: 15px; }

  .pricingTbl {
    padding-bottom: 64px; }

  .pricingTbl .single_tbl .tbl_body .price h1 {
    font-size: 40px;
    line-height: 50px; }

  .pricingTbl .single_tbl .tbl_body .dollar {
    font-size: 30px;
    left: -26px; }

  .skill_section {
    padding-bottom: 200px;
    padding-top: 85px; }

  .testimonial1 .author_img img {
    height: 220px;
    width: 220px; }

  .blog_post1 .single_blog_post .blog_content {
    padding: 30px 15px; }

  .blog_post1 .single_blog_post .blog_content h5 {
    font-size: 17px;
    line-height: 28px; }

  .blog_post1 .single_blog_post .blog_content .line {
    width: 70px; }

  .cta1 .cta_content {
    height: 280px; }

  .cta1 .cta_content .cta_button {
    max-width: 220px; }

  .footer_section {
    padding-bottom: 50px; }

  .footer_section .single_widget {
    margin-bottom: 40px; }

  .footer_section .single_widget.widget2 {
    padding-left: 50px; }

  .footer_wrapper .shape2,
  .footer_wrapper .shape1 {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }

  .footer_wrapper .shape1 {
    left: inherit;
    right: -260px; }

  .footer_wrapper .shape2 {
    left: inherit;
    right: -180px; }

  .footer_section .widget1 .language_select {
    padding: 25px 0; }

  .footer_section .single_widget h5.title {
    padding-bottom: 20px; }

  /*--------------------home page-2 style-----------------*/
  .header_v1.home2 .stuck_menu .menuzord-menu > li > .megamenu,
  .header_v1.home2 .stuck_menu .menuzord-menu ul.dropdown {
    left: inherit;
    right: 0 !important; }

  .header_v1.home2 .stuck_menu .menuzord-menu > li {
    position: relative; }

  .header_v1.home2 .menuzord-menu ul.dropdown li ul.dropdown {
    left: inherit;
    right: 100% !important; }

  .home2_hero .hero_content h1 {
    font-size: 35px;
    line-height: 50px;
    max-width: 530px; }

  .portfolio_OT {
    padding-bottom: 0; }

  .pricingTbl2 .single_tbl .tbl_header h1 {
    font-size: 40px;
    line-height: 55px; }

  .pricingTbl2 .single_tbl .tbl_header h1 .dollar {
    font-size: 30px;
    font-weight: 400;
    left: -23px;
    top: -16px; }

  .home2_testimonial .testimonial_content .testimonial_txt {
    text-align: center; }

  .home2_testimonial .testimonial_content .testimonial_txt::before {
    left: -10px;
    position: relative;
    top: 6px; }

  .home2_testimonial .testimonial_content .author {
    text-align: center; }

  .home2_testimonial .testimonial_content .author:before {
    left: -15px;
    position: relative;
    top: -4px;
    display: inline-block; }

  .blog_post5 .single_blog_post .blog_content {
    padding: 35px 35px 41px; }

  .blog_post5 .single_blog_post.sm_post .blog_content {
    padding: 20px 25px; }

  .blog_post5 .single_blog_post .blog_content h4 {
    font-size: 20px;
    line-height: 30px; }

  .blog_post5 .single_blog_post .blog_content .date {
    font-size: 14px;
    font-weight: 500; }

  .cta_common .cta_content .content_txt p {
    font-size: 18px;
    line-height: 27px; }

  .cta_common .cta_content .cta_button {
    display: inline-block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    min-width: 190px;
    text-align: center; }

  .cta2 .cta_content::after {
    display: none; }

  .cta2 .cta_content {
    padding: 60px 40px; }

  .cta2 .content_txt {
    max-width: 570px; }

  .cta2 .content_txt h2 {
    font-size: 32px;
    line-height: 44px; }

  .contact_form .abform_area .abinput_group {
    width: 48.9%; }

  .contact_form2 .abform_area .abinput_group:nth-child(even) {
    margin-left: 0; }

  .contact_form2 .contact_info .single_info {
    padding: 28px 15px 42px; }

  .contact_form2 .home2_footer {
    display: block;
    text-align: center; }

  .contact_form2 .home2_footer .copyright {
    margin-bottom: 10px; }

  .contact_form2 .home2_footer .privacy li a {
    margin: 0 15px; }

  /*-----------------home page-3 style-------------*/
  .home3_header {
    padding: 20px 30px; }

  .home3_hero .hero_content h1 {
    max-width: 700px;
    font-size: 40px;
    line-height: 52px; }

  .home3_hero .hero_content .circle:before {
    width: 270px;
    height: 270px; }

  .home3_hero .hero_content .contact_now {
    font-size: 16px;
    height: 54px;
    line-height: 55px;
    margin-top: 60px;
    width: 200px;
    margin-bottom: 30px; }

  .home3_hero .triangle2 {
    bottom: 375px;
    left: 170px; }

  .home3_hero .triangle3 {
    left: 50px; }

  .home3_hero .triangle5 {
    left: inherit !important;
    bottom: inherit !important; }

  .home3_hero .triangle6 {
    right: 140px;
    left: inherit; }

  .home3_hero .triangle4 {
    left: 180px;
    bottom: 6%; }

  /*-----*/
  .home3_about .left_content {
    padding-left: 50px;
    padding-right: 40px; }

  .home3_about .left_content h1 {
    font-size: 33px;
    line-height: 46px; }

  .home3_about .left_content h5 {
    padding-top: 40px;
    max-width: 580px;
    padding-bottom: 50px;
    font-size: 16px; }

  .home3_about .left_content .more {
    font-size: 16px;
    height: 50px;
    line-height: 51px;
    min-width: 200px; }

  .home3_about .right_content {
    padding: 100px 15px 100px 40px; }

  .home3_about .right_content .single_block i {
    font-size: 46px;
    height: 110px;
    width: 110px; }

  .home3_about .right_content .single_block.meet_team {
    padding-left: 0; }

  .home3_about .right_content .single_block .icon_content {
    padding-left: 30px;
    width: 350px; }

  .home3_project .single_content .title_36 {
    font-size: 26px;
    line-height: 35px; }

  .home3_project .project_content_area .single_content p {
    font-size: 16px;
    padding-top: 20px; }

  .home3_project .project_content_area .single_content .live {
    font-size: 16px;
    min-width: 170px; }

  .home3_project .project_img_area button.slick-arrow {
    font-size: 18px;
    width: 60px;
    height: 46px;
    padding: 11px 20px; }

  .home3_project .project_img_area button.PrevArrow {
    right: 60px; }

  .section_title3 h1 {
    font-size: 42px;
    line-height: 55px;
    padding-bottom: 30px; }

  .home3_service .single_service h4 {
    font-size: 20px;
    line-height: 34px; }

  .home3_service .single_service p {
    font-size: 16px; }

  .home3_service .single_service i {
    font-size: 60px; }

  .home3_video {
    margin-top: 90px; }

  .achivement_section .experience h3 {
    font-size: 26px;
    line-height: 40px; }

  .achivement_section .experience h1 {
    font-size: 160px;
    line-height: 140px; }

  .home3_testimonial {
    padding-top: 90px; }

  .home3_testimonial .testimoial_content {
    padding-bottom: 70px; }

  .home3_testimonial .testimoial_content h4 {
    font-size: 22px;
    line-height: 38px; }

  .home3_contact .abform_area {
    padding: 90px 50px 90px 50px; }

  .home3_contact.contact_form .abform_area .abinput_group {
    width: 100%;
    float: none; }

  /*-----------------about us page ----------------------*/
  .breadcrumb_section .breadrumb_content {
    height: 350px; }

  .breadcrumb_section > span.top_left_circle2,
  .breadcrumb_section > span.top_left_circle1 {
    height: 260px;
    width: 260px; }

  .working_process .process_content {
    max-width: 590px;
    padding-right: 50px; }

  .working_process .process_img {
    max-width: 330px; }

  /*--------------service page---------------*/
  .home3_service.page .single_service {
    margin-bottom: 45px; }

  .home3_service.page {
    padding-bottom: 45px;
    padding-top: 90px; }

  .callback_section .callback_content {
    padding-right: 0; }

  .callback_section .callback_content h2 {
    font-size: 34px;
    line-height: 42px; }

  .callback_section .callback_content .title_20 {
    font-size: 18px;
    line-height: 28px; }

  .portfolio_IT.page {
    padding-bottom: 70px; }

  .cta3 .cta_content {
    height: 270px; }

  /*----------project details page-----------*/
  .blockquote_section .blockquote_block {
    padding: 0 20px; }

  .blockquote_section .blockquote_block i {
    font-size: 24px; }

  .blockquote_section .blockquote_block h5.title_20 {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 20px;
    padding-top: 10px; }

  .project_next_prev {
    padding-bottom: 82px; }

  /*--------------------contact page style--------------------*/
  .contact_page .contact_content {
    padding: 70px 40px 70px 40px; }

  .contact_page .wrapper {
    padding-right: 0; }

  .contact_page .abform_area .abinput_group {
    width: 47.8%; }

  .contact_page .abform_area .abinput_group.msg textarea {
    padding-right: 70px !important; }

  .contact_page .contact_address {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }

  .google_map_section {
    padding-bottom: 90px; } }
/*---end 992-1199px---*/
@media (max-width: 1160px) {
  .header_v1 .stuck_menu .menuzord-menu {
    margin-right: 150px; }

  .home1_slider {
    background-position: 0 0; }

  .breadcrumb_section.news-single .breadrumb_content {
    height: 350px; } }
@media (max-width: 1025px) {
  img.header_logo {
    height: 50px; } }
@media (max-width: 1024px) {
  .header_v1 .stuck_menu .menuzord-menu li.current-menu-item a {
    text-decoration: underline; }

  .objective {
    margin-bottom: 45px; }
    .objective:last-of-type {
      margin: 0; }

  .align_row_center_left.objective {
    flex-wrap: wrap;
    padding-bottom: 0 !important; }

  .objective .content_img {
    width: 100%;
    padding: 30px !important;
    display: none; }

  .objective .content_txt {
    width: 100%;
    text-align: center; }

  .content_txt h2 {
    font-size: 28px;
    line-height: 1.3; }

  .header_v1.sticky .stuck_menu .menuzord-brand {
    margin-top: 0; }

  .sticky img.header_logo, .subpage img.header_logo {
    height: 45px; }

  .header_v1 .stuck_menu .menuzord {
    min-height: 70px;
    padding: 15px 0; }

  .header_v1 .stuck_menu .menuzord-brand {
    margin: 0 0 0; }

  .header_v1 .stuck_menu .menuzord-brand {
    margin-top: 0; }

  .header_v1 .search_icon {
    margin-top: 20px;
    right: 70px; }

  .header_v1 .menuzord .showhide {
    padding: 10px 0 0; }

  .header_v1 .menuzord .showhide em {
    background: #fff;
    display: block;
    margin: 5px 10px 0;
    width: 30px; }

  .header_v1 .menuzord-responsive .menuzord-menu {
    background: #a9153d;
    margin-top: 25px;
    margin-left: 0;
    width: 100%; }

  .header_v1 .stuck_menu .menuzord-menu > li {
    padding: 0; }

  .header_v1 .stuck_menu .menuzord-menu > li > a {
    padding: 13px 21px;
    line-height: normal;
    border-bottom-color: #a9153d; }

  .header_v1 .stuck_menu .menuzord-menu > li:first-child > a {
    border-top-color: #a9153d; }

  .header_v1 .stuck_menu .menuzord-menu > li > a::before {
    display: none; }

  .header_v1 .stuck_menu .menuzord-menu > li.contact > a {
    border-bottom: none; }

  .header_v1 .stuck_menu .menuzord-menu ul.dropdown li a {
    padding: 11px 25px 11px 22px;
    color: #fff; }

  .header_v1 .stuck_menu .menuzord-menu ul.dropdown li a:hover {
    background: none; }

  .header_v1 .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
    padding-left: 40px !important; }

  .header_v1 .stuck_menu .menuzord-menu ul.dropdown,
  .header_v1 .stuck_menu .menuzord-menu ul.dropdown li ul.dropdown {
    box-shadow: none;
    background: #4923b7; }

  .stuck_menu .menuzord-menu ul.dropdown li a {
    border-bottom: 1px solid #542ec2; }

  .header_v1 .stuck_menu .menuzord-menu ul.dropdown > li:last-child a {
    border-bottom: 1px solid #542ec2; }

  .header_v1 .menuzord-responsive .menuzord-menu li .indicator {
    height: 50px;
    line-height: 52px;
    border-left-color: #542ec2; }

  .header_v1 .stuck_menu .menuzord-menu li ul.dropdown li .indicator {
    height: 48px;
    line-height: 48px;
    top: 0; }

  .header_v1 .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 60px !important; }

  /*---slider section---*/
  .home1_slider .Modern-Slider .item .img-fill {
    min-height: 550px;
    text-align: center; }

  .home1_slider .Modern-Slider .item .container.align_col_center_left {
    align-items: center; }

  .home1_slider .Modern-Slider .item .main_title {
    font-size: 40px;
    line-height: 60px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center !important; }

  .home1_slider .Modern-Slider .info .sub_title {
    font-size: 17px;
    line-height: 27px;
    max-width: 450px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center !important; }

  .home1_slider .Modern-Slider .slick-dots li button::before {
    bottom: 0; }

  .home1_slider .Modern-Slider .slick-dots li {
    display: inline-block;
    margin: 0 7px; }

  .home1_slider .Modern-Slider .slick-dots li button {
    font-size: 15px;
    width: 18px; }

  .home1_slider .Modern-Slider ul.slick-dots {
    bottom: 30px;
    position: absolute;
    right: 50%;
    top: inherit;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%); }

  .home1_slider > .social_connect {
    bottom: 35px;
    width: auto;
    padding-left: 0;
    left: 15px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit; }

  .home1_slider > .social_connect > li {
    display: block;
    margin-bottom: 7px; }

  .home1_slider > .social_connect li a {
    font-size: 14px;
    height: 30px;
    margin-right: 0;
    padding: 2px;
    width: 30px; }

  /*--service section---*/
  .section_padding {
    padding: 70px 0; }

  .service_section {
    padding-bottom: 40px; }

  .section_title {
    padding-bottom: 50px;
    text-align: center; }

  .section_title > h1 {
    font-size: 32px;
    line-height: 38px; }

  .section_title > h5.title_20 {
    font-size: 16px;
    line-height: 26px; }

  .title_wrapper .view_all {
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    min-width: 150px; }

  .title_wrapper .section_title {
    padding-bottom: 0px;
    text-align: left; }

  /*----about section ----*/
  .about_section {
    padding-bottom: 0; }

  .about_section .about_title {
    padding-bottom: 60px;
    text-align: center; }

  .about_section .about_title h1 {
    font-size: 32px;
    line-height: 39px; }

  .about_section .about_title h5.title_20 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    padding-top: 15px; }

  .about_section .single_goal {
    margin: 0 auto;
    max-width: 450px; }

  .about_section .single_goal::before {
    width: 338px; }

  .about_section .about_goal_video {
    margin-top: 30px; }

  .about_section .about_goal_video img {
    width: 100%; }

  /*---poject---*/
  .portfolio_IT {
    padding-bottom: 0; }

  /*----pricing table----*/
  .pricingTbl {
    padding-bottom: 50px; }

  .pricingTbl .single_tbl .tbl_header {
    padding: 30px 15px; }

  .pricingTbl .single_tbl .tbl_header h3 {
    font-size: 20px;
    line-height: 26px; }

  .pricingTbl .single_tbl .tbl_body {
    padding: 46px 15px 40px; }

  .pricingTbl .single_tbl .tbl_body .price h1 {
    font-size: 28px;
    line-height: 32px; }

  .pricingTbl .single_tbl .tbl_body .dollar {
    font-size: 23px;
    left: -20px; }

  .pricingTbl .single_tbl.advanced .tbl_header .rating li i {
    font-size: 14px; }

  .pricingTbl .single_tbl.advanced .tbl_body {
    padding: 46px 15px 41px; }

  .pricingTbl .single_tbl .tbl_btn {
    height: 44px;
    line-height: 44px;
    width: 150px; }

  .pricingTbl .single_tbl .tbl_btn::before {
    height: 20px;
    top: -16px; }

  /*-----skill section----*/
  .skill_section .skill_txt {
    margin-bottom: 50px;
    text-align: center; }

  .facts .facts_common {
    margin-bottom: 40px; }

  .showcase .section_title .title_20 {
    padding-top: 20px; }

  /*----testimoinial---*/
  .testimonial1 .author_img img {
    height: 180px;
    width: 180px; }

  .testimonial1 .author_info {
    padding-left: 15px;
    width: 70%;
    padding-right: 0; }

  .testimonial1 .owl-nav {
    margin-top: 40px;
    position: relative;
    right: inherit;
    text-align: center;
    top: inherit;
    width: 100%; }

  .logo_carousel3 li a {
    padding: 15px;
    text-align: center; }

  .logo_carousel3 .owl-next {
    right: 10px; }

  .logo_carousel3 .owl-prev {
    left: 10px; }

  /*-----cta------*/
  .cta1 .cta_content {
    flex-flow: column wrap;
    justify-content: center;
    text-align: center; }

  .cta1 .cta_content .content_txt h2 {
    font-size: 34px;
    line-height: 42px; }

  .cta1 .cta_content .content_txt p {
    margin: 0 auto;
    max-width: 480px;
    padding-bottom: 20px; }

  .cta1 .cta_content .cta_button {
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    line-height: 46px;
    min-width: 180px; }

  .footer_section {
    padding-bottom: 30px; }

  .footer_section .single_widget.widget2 {
    padding-left: 0; }

  /*-------------------home page-2 style----------------*/
  .header_v1.home2 .stuck_menu .menuzord-menu {
    width: 100%; }

  .header_v1.home2 .menuzord-responsive .menuzord-menu {
    background: #1753eb; }

  .header_v1.home2 .stuck_menu .menuzord-menu ul.dropdown,
  .header_v1.home2 .stuck_menu .menuzord-menu ul.dropdown li ul.dropdown {
    background: #1753eb; }

  .header_v1.home2 .stuck_menu .menuzord-menu > li > a {
    border-bottom-color: #0b47df; }

  .header_v1.home2 .stuck_menu .menuzord-menu ul.dropdown li a {
    border-bottom-color: #0b47df; }

  .header_v1.home2 .menuzord-responsive .menuzord-menu li .indicator {
    border-left-color: #0b47df; }

  .home2_hero .hero_content {
    min-height: 500px; }

  .home2_hero .hero_content h1 {
    font-size: 32px;
    line-height: 43px;
    max-width: 530px;
    margin-top: 0;
    margin: 0 auto;
    text-align: center; }

  .home2_hero .hero_content .contact_now {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: 170px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto; }

  .home2_hero .social_connect {
    right: 20px; }

  .home2_hero > .social_connect li a {
    font-size: 14px;
    height: 35px;
    padding: 4px;
    width: 35px; }

  .home2_service {
    margin-top: 0; }

  .home2_service .single_service {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    text-align: center; }

  .home2_service .single_service h4 {
    font-size: 20px;
    line-height: 30px; }

  .home2_service .single_service h4::before {
    left: 50%;
    width: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .home2_service .service_list > li::before {
    left: -10px;
    position: relative; }

  .home2_service .service_list > li {
    padding-left: 0; }

  .home2_service .more_service {
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    min-width: 190px;
    width: 190px; }

  .home2_service .row.bg {
    padding-bottom: 10px; }

  .home2_client .section_title h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 580px; }

  .home2_client .client_list {
    padding-top: 50px; }

  .home2_client .client_list img {
    width: 120px; }

  .about_section.home2 {
    padding-bottom: 90px; }

  .about_section.home2 .section_title h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 450px; }

  .about_section.home2 .about_goal_video .icon_bg {
    left: 50%;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .portfolio_OT {
    padding-bottom: 0; }

  .portfolio_OT .section_title h2 {
    font-size: 30px;
    line-height: 40px; }

  .portfolio_common .portfolio_menu.style2 li {
    margin: 0 18px;
    padding: 0; }

  .pricingTbl2 .section_title {
    padding-bottom: 70px; }

  .pricingTbl2 .single_tbl {
    margin: 0 auto 30px;
    max-width: 430px; }

  .pricingTbl2 .single_tbl.popular {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit; }

  .pricingTbl2 .single_tbl .tbl_header {
    padding: 56px 20px 0; }

  .pricingTbl2 .single_tbl.popular .tbl_btn {
    margin-bottom: 50px; }

  .pricingTbl2 .section_title h2 {
    font-size: 30px;
    line-height: 40px; }

  .home2_testimonial .testimonial_content .testimonial_txt {
    font-size: 17px;
    line-height: 35px; }

  .home2_testimonial .testimonial_content .testimonial_txt::before {
    font-size: 23px;
    top: 2px; }

  .blog_post5 .section_title h2,
  .home2_testimonial .section_title h2 {
    font-size: 30px;
    line-height: 40px; }

  .facts.home2 {
    padding-bottom: 40px;
    padding-top: 80px; }

  .blog_post5 .single_blog_post {
    margin-bottom: 30px; }

  .blog_post5 .single_blog_post.sm_post .blog_content {
    padding: 15px 20px; }

  .blog_post5 .single_blog_post.sm_post .blog_content h4 {
    font-size: 17px;
    line-height: 25px; }

  .blog_post5 .single_blog_post .blog_content {
    padding: 19px 25px 30px; }

  .cta2 {
    padding-top: 80px; }

  .cta_common .cta_content.align_row_spacebetween {
    text-align: center;
    display: block;
    height: auto;
    padding: 70px 0 80px; }

  .cta_common .cta_content .content_txt {
    max-width: 100%; }

  .cta_common .cta_content .cta_button {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    min-width: 200px;
    margin-top: 30px; }

  .contact_form2 .section_title h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 370px; }

  .contact_form .abform_area .abinput_group {
    width: 48.6%; }

  .contact_form2 .contact_info .single_info i {
    font-size: 35px; }

  /*-----------------home page-3 style-------------*/
  .home3_hero .big_square {
    height: 320px;
    width: 490px; }

  .home3_hero .triangle5 {
    top: 359px;
    right: 140px; }

  .home3_hero .triangle6 {
    right: 40px;
    left: inherit; }

  .home3_hero .social_connect {
    right: 30px; }

  .home3_hero .hero_content h1 {
    max-width: 550px;
    font-size: 32px;
    line-height: 42px; }

  .home3_hero .hero_content .contact_now {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    width: 180px;
    margin-bottom: 10px; }

  .home3_about .row {
    margin-right: -15px; }

  .home3_about .container-fluid,
  .home3_about .col-12 {
    padding-right: 15px; }

  .home3_about .left_content,
  .home3_about .right_content {
    float: none;
    width: 100%; }

  .home3_about .left_content {
    height: auto;
    text-align: center;
    padding: 80px 40px; }

  .home3_about .left_content h5 {
    margin: 0 auto; }

  .home3_about .left_content .more {
    font-size: 15px;
    min-width: 180px;
    margin: 0 auto; }

  .home3_about .right_content .single_block {
    max-width: 470px;
    margin: 0 auto 50px; }

  .section_title3 h2 {
    margin: 0 auto;
    max-width: 650px;
    font-size: 17px; }

  .home3_project .container-fluid.align_row_center_left {
    display: block;
    padding-left: 15px !important;
    max-width: 750px; }

  .home3_project .project_img_area {
    width: 100%; }

  .home3_project .project_content_area {
    width: 100%;
    padding-left: 0px !important;
    text-align: center;
    padding-top: 50px !important; }

  .home3_project .project_content_area .single_content {
    padding-right: 0; }

  .home3_service {
    padding-bottom: 40px !important; }

  .home3_service .single_service {
    text-align: center; }

  .facts.home2 {
    padding-bottom: 30px;
    padding-top: 0; }

  .achivement_section {
    padding-bottom: 90px; }

  .team_style3 .team_common {
    margin-bottom: 30px;
    text-align: center; }

  .team_style3 .member_img {
    margin: 0 auto; }

  .team_style3 .member_info .line {
    margin: 12px auto; }

  .home3_blog_post {
    margin-top: -500px; }

  .home3_blog_post .single_blog_post .blog_content {
    padding: 20px 20px 25px; }

  .home3_blog_post .single_blog_post .blog_content h4 {
    font-size: 21px;
    line-height: 34px; }

  .home3_contact .container-fluid.align_row_center_left {
    display: block;
    max-width: 750px;
    padding-left: 15px !important; }

  .home3_contact .abform_area {
    padding: 90px 50px 90px 50px;
    width: 100%; }

  .home3_contact.contact_form2 .abform_area button {
    margin: 0 auto 0 auto; }

  .home3_contact .contact_info {
    padding: 60px 50px 0 50px;
    width: 100%;
    text-align: center; }

  .home3_contact .contact_info p {
    text-align: left;
    max-width: 320px;
    margin: 0 auto 20px; }

  .home3_footer .content_wrapper {
    flex-flow: column nowrap;
    justify-content: center; }

  .home3_footer .content_wrapper .social_connect {
    margin: 15px 0 12px; }

  /*-------------------about us page-------------------*/
  .breadcrumb_section .breadrumb_content {
    height: 300px;
    text-align: center;
    align-items: center; }

  .breadcrumb_section .breadrumb_content h1.title_70 {
    font-size: 36px;
    line-height: 40px; }

  .breadcrumb_section .breadrumb_content h4 {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 580px; }

  /*---work process----*/
  .working_process .process_img {
    max-width: 270px; }

  .working_process .process_content {
    max-width: 440px;
    padding-right: 30px; }

  .working_process .single_process .process_content ul li {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px; }

  .working_process .process_content h3.title_36 {
    font-size: 25px;
    line-height: 36px; }

  .working_process .single_process:nth-child(2n) .process_content {
    padding-left: 30px; }

  .working_process .single_process {
    flex-flow: column-reverse wrap;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center; }

  .working_process .single_process:nth-child(2n) {
    flex-flow: column-reverse wrap;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
    padding: 30px 15px; }

  .working_process .process_content {
    padding-right: 0;
    padding-top: 40px; }

  .working_process .single_process .process_content ul li::before {
    top: 2px;
    position: relative;
    left: -6px; }

  .working_process .single_process:nth-child(2n) .process_content {
    padding-left: 0;
    text-align: center; }

  .working_process .single_process:nth-child(2n) .process_content ul li::before {
    left: -6px;
    right: inherit; }

  .working_process .single_process:nth-child(2n) .process_content ul li {
    padding-left: 0;
    padding-right: 0; }

  /*--------------------service page----------------*/
  .callback_section .callback_content h2 {
    font-size: 24px;
    line-height: 33px; }

  .callback_section .callback_content .title_20 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
    padding-top: 20px; }

  .callback_section .callback_form {
    padding: 0px; }

  /*-----project page----*/
  .cta3 {
    padding: 60px 0 70px; }

  .cta3 .cta_content {
    height: auto; }

  .cta_common .cta_content .content_txt h2 {
    font-size: 36px;
    line-height: 50px; }

  .cta_common .cta_content .content_txt p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto;
    max-width: 460px; }

  /*----------------project details page----------------*/
  .project_brief .brief_title {
    margin-bottom: 42px; }

  .project_brief .details_content {
    margin-bottom: 30px; }

  .project_brief .brief_title h2 {
    font-size: 32px;
    line-height: 44px; }

  .project_brief .brief_summary {
    float: left;
    width: 47.5%; }

  .project_brief .brief_summary:first-child {
    padding-top: 20px; }

  .project_brief .brief_summary:nth-child(2n) {
    margin-left: 5%; }

  .project_brief .brief_summary:last-child {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px; }

  .mac_preview .title h2 {
    font-size: 32px;
    line-height: 44px; }

  .mac_preview .title h5 {
    font-size: 17px; }

  .blockquote_section {
    display: block; }

  .blockquote_section .single_block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }

  .blockquote_section .blockquote_block {
    padding: 50px 0; }

  /*--------------blog page style---------------*/
  .blog_column2 .blog_content h5.title_20 {
    font-size: 18px;
    line-height: 26px; }

  /*-------------------contact page-------------*/
  .google_map_section .contact_section_title h1,
  .contact_page .contact_section_title h1 {
    font-size: 36px;
    line-height: 40px; }

  .contact_page .contact_content {
    padding: 50px 40px 50px; }

  .contact_form .abform_area .abinput_group {
    width: 48.4%; }

  .contact_page .contact_address {
    height: auto;
    margin-top: 50px; }

  .google_map_section {
    padding-top: 20px; } }
/*-----end 768-991-----*/
@media (max-width: 800px) {
  .home1_slider::before {
    left: -350px; }

  .breadcrumb_section.news-single .breadrumb_content {
    height: 300px; }

  .blog_details.pb_90 {
    padding: 0 !important; }

  .team .staff {
    flex-basis: 50%; } }
@media (max-width: 767px) {
  .blog_details h1 {
    font-size: 28px; }

  .blog_details h4 {
    font-size: 18px; }

  .container {
    max-width: 540px; }

  .portfolio_IT.portfolio_common .portfolio_menu {
    text-align: center; }

  .pricingTbl .section_title {
    padding-bottom: 50px; }

  .pricingTbl .single_tbl {
    margin: 0 auto 30px;
    max-width: 350px; }

  .pricingTbl .single_tbl.advanced {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  .skill_section .skill_txt h3 {
    font-size: 26px;
    line-height: 40px; }

  /*-----testimonial---*/
  .testimonial1 .single_testimonial {
    display: block;
    text-align: center; }

  .testimonial1 .author_img {
    width: 100%; }

  .testimonial1 .author_img img {
    height: 120px;
    width: 120px;
    margin: 0 auto; }

  .testimonial1 .author_info {
    padding-left: 0;
    width: 100%;
    margin-top: 30px; }

  .testimonial1 .author_info > h5 {
    font-size: 24px; }

  .testimonial1 .author_info > h5::before,
  .testimonial1 .author_info > h5::after {
    display: none; }

  .logo_carousel3 .owl-next {
    right: 20px; }

  .logo_carousel3 .owl-prev {
    left: 20px; }

  .blog_post1 {
    padding-bottom: 40px; }

  .blog_post1 .single_blog_post {
    margin-bottom: 40px; }

  .blog_post1 .single_blog_post .blog_content {
    padding: 30px 25px; }

  .footer_wrapper footer .footer_content {
    display: block;
    text-align: center; }

  .footer_wrapper footer .footer_right {
    margin-top: 10px; }

  /*-----------------home page-2 style--------------------*/
  .home2_hero .social_connect > li {
    display: inline-block;
    margin-bottom: 0; }

  .home2_hero .social_connect {
    bottom: 50px;
    right: 50%;
    top: inherit;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    -o-transform: translate(50%, 0%);
    transform: translate(50%, 0%); }

  .home2_client .client_list {
    flex-wrap: wrap; }

  .home2_client .client_list > li {
    width: 50%;
    margin-bottom: 20px; }

  .about_section.home2 .about_goal_video .icon_bg {
    height: 90px;
    width: 90px; }

  .portfolio_OT .single_item .title h5 {
    font-size: 18px;
    line-height: 30px; }

  .cta2 .content_txt h2 {
    font-size: 24px;
    line-height: 36px; }

  .cta2 .cta_content {
    padding: 50px 40px; }

  .contact_form h3.contact_title {
    text-align: center; }

  .contact_form .abform_area .abinput_group {
    float: none !important;
    width: 100%; }

  .contact_form .abform_area .abinput_group:nth-child(2n) {
    margin-left: 0; }

  .contact_form .abform_area {
    margin: 0 auto; }

  .contact_form2 .contact_info .single_info {
    float: none;
    width: 100%; }

  .contact_form2 .contact_info .single_info.email {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08); }

  /*----------------home page-3 style---------------*/
  .offcanvas .navigation_wrapper {
    width: 250px; }

  .home3_hero .hero_content {
    height: 768px;
    padding-bottom: 100px; }

  .home3_hero .big_square {
    border-radius: 40px;
    height: 240px;
    width: 400px; }

  .home3_hero .triangle4 {
    display: none; }

  .home3_hero .hero_content h1 {
    font-size: 28px;
    line-height: 42px; }

  .home3_hero .social_connect > li {
    display: inline-block;
    margin-bottom: 0; }

  .home3_hero .social_connect {
    bottom: 37px;
    right: 50%;
    top: inherit;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%); }

  .home3_hero > .social_connect li a {
    border-color: #666666; }

  .home3_about .left_content h1 {
    font-size: 30px;
    line-height: 40px; }

  .home3_about .left_content {
    padding: 80px 0; }

  .home3_about .right_content {
    padding: 80px 15px 80px 30px; }

  .section_title3 h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px; }

  .section_title3 h2 {
    font-size: 16px;
    line-height: 26px; }

  .home3_service .single_service {
    margin: 0 auto 40px;
    max-width: 390px; }

  .achivement_section .experience h1 {
    font-size: 140px;
    line-height: 120px; }

  .home3_video .video_content .icon_bg {
    height: 90px;
    width: 90px; }

  .home3_testimonial .testimoial_content h4 {
    font-size: 17px;
    line-height: 33px; }

  .home3_blog_post .single_blog_post {
    box-shadow: 0 10px 11px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px; }

  .home3_contact .contact_info .info_title h1 {
    font-size: 30px;
    line-height: 45px; }

  .home3_contact .contact_info .info_title h5 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 50px;
    padding-top: 20px; }

  /*------------service page------------*/
  .callback_section .callback_content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px; }

  .callback_section .callback_content .person {
    padding: 0px; }

  .callback_section .callback_content .person > img {
    border-radius: 100%;
    height: 80px;
    left: inherit;
    margin: 20px auto;
    position: relative;
    top: inherit;
    width: 80px; }

  .callback_section .callback_form > button {
    margin: 0 auto;
    display: block; }

  /*-------------project page-----*/
  .cta_common .cta_content .content_txt h2 {
    font-size: 32px;
    line-height: 40px; }

  /*-----------------project details page-----------------*/
  .project_brief .details_content {
    text-align: center; }

  .project_brief .details_content h4 {
    font-size: 20px;
    padding-bottom: 30px; }

  .project_brief .details_content p {
    font-size: 16px;
    line-height: 28px; }

  .project_next_prev .single_direction a h5.title_20 {
    font-size: 18px;
    line-height: 28px; }

  /*--------------------blog details page style------------------*/
  .blog_details .blog_details_content .blockqute {
    padding: 30px 25px 30px 68px; }

  .blog_details .blog_details_content .blockqute h2::before {
    font-size: 28px;
    left: -42px;
    top: -1px; }

  .blog_details .tagnshare_area {
    display: block;
    margin-bottom: 60px; }

  .blog_details .tagnshare_area .tags {
    margin-bottom: 20px; }

  .blog_details .blog_post6 .single_blog_post {
    max-width: 100%; }

  .blog_details .blog_details_content .comment_area {
    margin-top: 30px; }

  .blog_details_content .comment_area .comment_wrapper li img {
    height: 70px;
    width: 70px; }

  .blog_details_content .comment_area .comment_wrapper li {
    padding-left: 90px; }

  .blog_details_content .comment_area .comment_wrapper li .reply_form a.reply {
    right: 0; }

  .blog_details_content .comment_form .abform_area .abinput_group {
    float: none;
    width: 100%; }

  .blog_details_content .comment_form .abform_area .abinput_group:nth-child(2n) {
    margin-left: 0px; }

  /*------------------contact page ------------------*/
  .contact_page {
    padding: 70px 0; }

  .contact_page h3.contact_title {
    text-align: left; }

  .google_map_section .contact_section_title p,
  .contact_page .contact_section_title p {
    font-size: 15px; }

  .contact_page .contact_section_title {
    padding-bottom: 55px; }

  .contact_page .abform_area .abinput_group {
    float: none;
    width: 100%; }

  .contact_page .abform_area .abinput_group:nth-child(2n) {
    margin-left: 0px; }

  .contact_page .abform_area button {
    font-size: 56px; }

  .google_map_section .mapHome2 {
    height: 420px; }

  .search_area_modal {
    min-width: 480px; } }
/*-----end 576-767-----*/
@media (max-width: 600px) {
  .about_section .single_goal {
    padding-left: 115px; }

  .header_v1 .search_icon .getqut {
    display: none; } }
@media (max-width: 575px) {
  .search_area_modal {
    min-width: 480px; }

  .home1_slider .Modern-Slider .item .main_title {
    font-size: 30px;
    line-height: 40px; }

  .home1_slider > .social_connect > li {
    display: inline-block;
    margin: 0 2px; }

  .home1_slider > .social_connect {
    bottom: 80px;
    left: 0;
    padding-left: 0;
    text-align: center;
    width: 100%; }

  .breadcrumb_section {
    overflow: hidden; }

  .breadcrumb_section > span.top_left_circle2,
  .breadcrumb_section > span.top_left_circle1,
  .home1_slider > span.top_left_circle2,
  .home1_slider > span.top_left_circle1 {
    height: 160px;
    width: 160px; }

  .breadcrumb_section > span.top_left_circle1,
  .home1_slider > span.top_left_circle1 {
    left: -70px;
    top: -80px; }

  .breadcrumb_section > span.top_left_circle2,
  .home1_slider > span.top_left_circle2 {
    left: -120px;
    top: 10px; }

  .breadcrumb_section .ven_diagram_shape,
  .home1_slider .ven_diagram_shape {
    left: 50%;
    right: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .title_wrapper {
    display: block;
    text-align: center; }

  .title_wrapper .section_title {
    text-align: center;
    margin-bottom: 20px; }

  .section_title > h1 {
    font-size: 28px;
    line-height: 32px; }

  .section_title > h5.title_20 {
    font-size: 15px;
    line-height: 26px; }

  .about_section .about_title h1 {
    font-size: 24px;
    line-height: 34px; }

  .about_section .single_goal {
    padding: 22px 0 22px 115px; }

  .about_section .single_goal > i {
    font-size: 50px; }

  .about_section .about_goal_video > a.venobox {
    font-size: 17px;
    height: 50px;
    padding: 11px 19px;
    width: 50px; }

  .portfolio_common .portfolio_menu li {
    display: block;
    margin-bottom: 5px; }

  .skill_section {
    padding-bottom: 180px;
    padding-top: 65px; }

  .skill_section .skill_txt h3 {
    font-size: 24px;
    line-height: 40px; }

  .style2 .skill-bar {
    padding-right: 20px; }

  .facts .facts_common .title_36 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px; }

  .logo_carousel3 .owl-prev,
  .logo_carousel3 .owl-next {
    display: inline-block;
    margin: 0 5px;
    opacity: 1;
    position: relative;
    top: inherit;
    visibility: visible; }

  .logo_carousel3 .owl-next {
    right: inherit; }

  .logo_carousel3 .owl-prev {
    left: inherit; }

  .logo_carousel3 .owl-nav {
    width: 100%;
    text-align: center;
    margin-top: 30px; }

  .cta1 .cta_content {
    height: auto;
    padding: 30px 0; }

  .cta1 .cta_content .content_txt h2 {
    font-size: 26px;
    line-height: 34px; }

  .cta1 .cta_content .content_txt p {
    font-size: 16px;
    line-height: 25px; }

  .footer_section .single_widget {
    text-align: center;
    margin-bottom: 60px; }

  .footer_section .single_widget .footer_event > li {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    text-align: left; }

  /*-------------------home page-2 style---------------*/
  .home2_hero .hero_content h1 {
    font-size: 26px;
    line-height: 40px; }

  .home2_hero .social_connect {
    min-width: 172px; }

  .contact_form2 .section_title h2,
  .blog_post5 .section_title h2,
  .home2_testimonial .section_title h2,
  .portfolio_OT .section_title h2,
  .pricingTbl2 .section_title h2,
  .about_section.home2 .section_title h2,
  .home2_client .section_title h2 {
    font-size: 26px;
    line-height: 36px; }

  .home2_client .client_list {
    flex-wrap: wrap; }

  .home2_client .client_list > li {
    width: 100%; }

  .about_section.home2 .about_goal_video .icon_bg a.venobox {
    font-size: 18px;
    height: 50px;
    padding: 11px 18px;
    width: 50px; }

  .about_section.home2 .about_goal_video .icon_bg {
    height: 80px;
    width: 80px; }

  .pricingTbl2 .single_tbl .tbl_header h1 {
    font-size: 34px;
    line-height: 45px; }

  .pricingTbl2 .single_tbl .tbl_header h1 .dollar {
    font-size: 23px;
    left: -20px; }

  .pricingTbl2 .single_tbl .tbl_body h5.plan_type {
    padding: 20px 15px 22px; }

  .pricingTbl2 .single_tbl.popular .tbl_header .rating {
    margin-bottom: 20px; }

  .pricingTbl2 .single_tbl.popular .tbl_header .rating li i {
    font-size: 13px; }

  .home2_testimonial .testimonial_content .testimonial_txt {
    font-size: 16px;
    line-height: 32px; }

  .blog_post5 .single_blog_post .blog_content {
    padding: 19px 15px 30px;
    text-align: center; }

  .cta2 .cta_content {
    padding: 50px 15px; }

  .cta2 .cta_content .cta_button {
    height: 48px;
    line-height: 48px;
    min-width: 180px; }

  .contact_form .abform_area .abinput_group > textarea,
  .contact_form .abform_area .abinput_group > input {
    padding: 10px 15px; }

  /*-------------home page-3 style---------*/
  .home3_header {
    padding: 20px 15px; }

  .offcanvas .navigation_item .logo_li a {
    padding: 25px 0; }

  .offcanvas .navigation_wrapper {
    width: 210px;
    overflow: scroll; }

  .offcanvas .navigation_item ul li a {
    padding: 8px 20px;
    font-size: 13px; }

  .offcanvas .navigation_item ul.dropdown li a {
    padding: 8px 20px 8px 28px; }

  .offcanvas .navigation_item ul.dropdown li ul.dropdown li a {
    padding: 8px 20px 8px 40px; }

  .offcanvas .navigation_item ul li > i {
    height: 43px;
    line-height: 43px; }

  .home3_hero .hero_content h1 {
    font-size: 24px;
    line-height: 35px; }

  .home3_hero .big_square {
    border-radius: 40px;
    height: 180px;
    width: 340px; }

  .home3_hero .triangle {
    display: none; }

  .home3_hero .hero_content .contact_now {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 0;
    margin-top: 50px;
    width: 160px; }

  .home3_hero .hero_content img {
    max-width: auto;
    width: auto; }

  .home3_hero .social_connect {
    min-width: 190px; }

  .home3_hero .hero_content {
    justify-content: center;
    height: 620px;
    padding-top: 50px;
    padding-bottom: 30px; }

  .section_title3 {
    padding-bottom: 50px; }

  .section_title3 h1 {
    font-size: 26px;
    line-height: 38px; }

  .section_title3 h2 {
    font-size: 15px; }

  .home3_about .left_content h1 {
    font-size: 26px;
    line-height: 38px; }

  .home3_about .right_content .single_block {
    display: block; }

  .home3_about .right_content {
    padding: 60px 15px 50px 20px; }

  .home3_about .right_content .single_block .icon_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 350px;
    padding-left: 0;
    text-align: center;
    width: 100%; }

  .home3_about .right_content .single_block i {
    font-size: 35px;
    height: 90px;
    margin: 0 auto;
    width: 90px; }

  .home3_about .right_content .single_block .icon_content h4 {
    font-size: 22px;
    line-height: 30px; }

  .home3_project .single_content .title_36 {
    font-size: 22px;
    line-height: 34px; }

  .home3_project .project_img_area button.slick-arrow {
    font-size: 16px;
    height: 42px;
    padding: 10px 17px;
    width: 50px; }

  .home3_project .project_img_area button.PrevArrow {
    right: 50px; }

  .home3_project .project_content_area .single_content .live {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    min-width: 140px; }

  .home3_service .single_service p {
    font-size: 15px; }

  .achivement_section {
    padding-bottom: 70px; }

  .achivement_section .facts .facts_common.item3 {
    margin-bottom: 30px; }

  .achivement_section .experience h3 {
    font-size: 22px;
    line-height: 34px; }

  .achivement_section .experience .line {
    height: 2px;
    margin: 30px 0 32px;
    width: 60px; }

  .achivement_section .experience h1 {
    font-size: 80px;
    line-height: 80px; }

  .achivement_section .experience h4 {
    font-size: 18px;
    line-height: 34px; }

  .home3_video {
    margin-top: 60px; }

  .home3_video .video_content .icon_bg a.venobox {
    font-size: 16px;
    height: 40px;
    padding: 5px 14px;
    width: 40px; }

  .home3_video .video_content .icon_bg {
    height: 60px;
    width: 60px; }

  .home3_testimonial .testimoial_content h4 {
    font-size: 15px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 30px; }

  .home3_blog_post {
    padding-bottom: 40px; }

  .home3_blog_post .single_blog_post .img_area .date {
    bottom: 30px; }

  .home3_blog_post .single_blog_post .blog_content h4 {
    font-size: 20px;
    line-height: 30px; }

  .home3_contact .abform_area {
    padding: 60px 15px;
    width: 100%; }

  .contact_form2 .abform_area button {
    width: 150px; }

  .home3_contact .contact_info .info_title h1 {
    font-size: 26px;
    line-height: 38px; }

  .home3_contact .contact_info {
    padding: 60px 0 0; }

  .home3_contact .contact_info p span {
    font-size: 14px;
    line-height: 23px; }

  /*--------------about us page---------*/
  .breadcrumb_section .breadrumb_content {
    height: auto;
    padding: 90px 0 30px; }

  .breadcrumb_section .breadrumb_content h1.title_70 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 36px; }

  .breadcrumb_section .breadrumb_content h4 {
    font-size: 15px;
    padding-top: 15px; }

  .working_process .process_img {
    max-width: 200px; }

  .working_process .process_content h3.title_36 {
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 25px; }

  .working_process .single_process .process_content ul li {
    font-size: 15px;
    margin-bottom: 14px; }

  .working_process .single_process .process_content ul li::before {
    font-size: 16px;
    top: 0; }

  /*---------------service page---------------*/
  .home3_service.page {
    padding-bottom: 20px !important;
    padding-top: 60px; }

  .callback_section .callback_content .person a.phone {
    font-size: 20px;
    line-height: 30px; }

  /*----project page-----*/
  .cta_common .cta_content .content_txt h2 {
    font-size: 25px;
    line-height: 35px; }

  .cta3 .cta_content .cta_button {
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    line-height: 43px;
    min-width: 170px; }

  /*----------------------project details page----------------*/
  .project_brief .brief_title h2 {
    font-size: 24px;
    line-height: 30px; }

  .project_brief .brief_title h5.title_20 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 12px; }

  .project_brief .brief_title {
    margin-bottom: 30px;
    padding-bottom: 25px; }

  .project_brief .details_content h4 {
    font-size: 17px;
    line-height: 28px; }

  .project_brief .details_content p {
    font-size: 15px; }

  .project_brief .brief_summary {
    float: none;
    margin: 0 auto;
    max-width: 280px;
    text-align: center;
    width: 100%; }

  .project_brief .brief_summary:nth-child(2n) {
    margin-left: auto; }

  .project_showcase .single_project {
    float: none;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%; }

  .mac_preview .title h2 {
    font-size: 24px;
    line-height: 34px; }

  .mac_preview .title h5 {
    font-size: 16px;
    line-height: 28px; }

  .blockquote_section {
    padding: 0 20px; }

  .project_share {
    padding: 50px 0; }

  .project_share ul li a {
    margin: 0 4px; }

  .project_next_prev {
    padding-bottom: 10px;
    padding-top: 6px; }

  .project_next_prev .single_direction.prev {
    border-bottom: 1px solid #f1f1f1; }

  .project_next_prev .single_direction {
    margin: 0 auto;
    max-width: 300px;
    padding: 20px 0;
    text-align: center !important; }

  .project_next_prev .single_direction i {
    display: block;
    position: relative;
    top: inherit; }

  .project_next_prev .single_direction a span {
    font-size: 14px; }

  /*-----------------blog-page style-------------*/
  .blog_column2 .blog_content h5.title_20 {
    font-size: 17px;
    line-height: 23px; }

  .blog_column2 .pagination > li {
    margin: 0 1px; }

  .blog_column2 .pagination li a {
    font-size: 14px;
    height: 34px;
    line-height: 33px;
    padding: 0 10px; }

  .blog_column2 .pagination {
    margin-top: 20px;
    width: 100%; }

  /*-------------------start blog-details style--------------*/
  .blog_details p.dropcap_style1 span {
    font-size: 40px;
    height: 60px;
    line-height: 58px;
    width: 60px; }

  .blog_details .blog_details_content h4 {
    font-size: 20px;
    line-height: 29px; }

  .blog_details .blog_details_content .blockqute {
    padding: 50px 25px 30px 28px; }

  .blog_details .blog_details_content .blockqute h2 {
    font-size: 17px; }

  .blog_details .blog_details_content .blockqute h2::before {
    left: -2px;
    top: -30px; }

  .blog_details .blog_details_content .tags .tag li {
    margin-bottom: 10px; }

  .blog_details .tagnshare_area {
    padding: 22px 20px 28px; }

  .blog_details_content .comment_area .comment_wrapper li {
    padding-left: 0; }

  .blog_details_content .comment_area .comment_wrapper li img {
    left: inherit;
    position: relative;
    top: inherit;
    margin-bottom: 10px; }

  .blog_details_content .comment_area .comment_wrapper li ul li {
    padding-left: 0; }

  .blog_deails_comment .abform_area button {
    padding: 2px 30px 0; }

  /*--------------------contact page----------------*/
  .google_map_section .contact_section_title {
    padding-bottom: 55px; }

  .google_map_section .contact_section_title h1,
  .contact_page .contact_section_title h1 {
    font-size: 26px;
    line-height: 30px; }

  .contact_page .contact_content h3.contact_title {
    font-size: 24px;
    line-height: 28px; }

  .contact_page .contact_content h3.contact_title::after,
  .contact_page .contact_content h3.contact_title::before,
  .contact_page .contact_address h4::after,
  .contact_page .contact_address h4::before {
    display: none; }

  .contact_page .contact_content h3.contact_title {
    margin-bottom: 30px;
    text-align: center; }

  .contact_page .abform_area .abinput_group.msg textarea {
    height: 120px;
    padding-right: 47px !important; }

  .contact_page .abform_area button {
    bottom: 20px; }

  .contact_page .contact_content {
    box-shadow: none;
    padding: 0; }

  .contact_page .contact_address {
    padding: 30px 15px; }

  .contact_page .contact_address h4 {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    font-size: 24px; }

  .contact_page .contact_address p {
    margin-left: auto;
    margin-right: auto;
    width: 250px; }

  .contact_page .contact_address .social_contact {
    text-align: center;
    width: 100%; }

  .google_map_section {
    padding-top: 0px;
    padding-bottom: 70px; }

  .google_map_section .mapHome2 {
    height: 350px; }

  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; }

  .team h2 {
    font-size: 28px;
    padding-bottom: 0 !important;
    margin-top: 90px; }

  .team .staff {
    flex-basis: 100%; }

  h1 {
    font-size: 28px; }
    h1.pb_90 {
      padding: 30px 0 !important; }

  .blog_details h1 {
    margin-top: 90px; }

  .offset-2 {
    margin: 0 !important; }

  .home1_slider .container {
    padding-left: 15px; }

  .breadcrumb_section.team, .breadcrumb_section.news-single .breadrumb_content {
    display: none; } }
/*-----end 300-575-----*/
@media (max-width: 479px) {
  .sticky img.header_logo, .subpage img.header_logo, img.header_logo {
    height: 40px;
    margin-top: 3px !important; }

  .header_v1 .search_icon .getqut {
    display: none; }

  .search_area_modal {
    padding: 40px 15px 20px;
    width: 100%;
    min-width: 100%; }

  .search_area_modal button i {
    display: inline-block;
    font-size: 25px;
    padding: 0; }

  .about_section .single_goal {
    padding: 22px 0 22px 78px; }

  .about_section .single_goal > img {
    max-width: 60px; } }
/*-----end 300-479-----*/
@media (max-width: 320px) {
  .sticky img.header_logo, .subpage img.header_logo, img.header_logo {
    height: 30px;
    margin-top: 9px !important; } }

/*# sourceMappingURL=style.css.map */
