@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");*/
/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700,800");*/

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

.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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:hover, .dropdown-item:focus {
  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: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -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:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -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-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.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: 0.25rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  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: -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: 0.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: 0.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: 0.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: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -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: 0.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: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

.custom-file {
  position: relative;
  display: inline-block;
  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: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.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: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  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: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -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: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.navbar-toggler:hover, .navbar-toggler:focus {
  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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    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;
  }
   .boximg:before {
          width: 90% !important;
  }
  .boximg {
          margin-bottom: 20px;
          height: 235px !important;
  }
  .team-sec .owl-carousel {
      min-height: auto !important;
  }
  .facebook-page .fb-page,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe {
      height: 100% !important;
      width: 100% !important;
  }
  .gallery-section1 .col-media-item img {
       min-height: auto !important;
    max-height: none !important;
    height: auto;

  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .dropdown:hover .dropdown-menu{
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    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 {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -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 {
  -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: 0.5rem;
  padding-left: 0.5rem;
}

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

.navbar-expand .navbar-collapse {
  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:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(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:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -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-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

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

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

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

.page-link: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: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

.alert-secondary {
  color: #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;
}

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

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

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

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

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

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

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

.close:hover, .close:focus {
  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: 0.5rem;
  pointer-events: none;
}

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

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

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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: 0.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: 0.5;
}

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

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

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

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

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

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

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


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

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

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

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

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


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

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

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

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

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


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

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

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

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

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

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


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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

.flex-column-reverse {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

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

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

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

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

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

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

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

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

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

a.text-dark:hover, a.text-dark:focus {
  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 {
  *,
  *::before,
  *::after {
    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;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'acro';
  src: url("../fonts/acro.eot?o8be09");
  src: url("../fonts/acro.eot?o8be09#iefix") format("embedded-opentype"), url("../fonts/acro.ttf?o8be09") format("truetype"), url("../fonts/acro.woff?o8be09") format("woff"), url("../fonts/acro.svg?o8be09#acro") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="acro-"], [class*=" acro-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'acro' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acro-half-star-shape:before {
  content: "";
}

.acro-star:before {
  content: "";
}

.acro-behance-logo:before {
  content: "";
}

.acro-dribbble-logo:before {
  content: "";
}

.acro-facebook-logo:before {
  content: "";
}

.acro-left-arrow:before {
  content: "";
}

.acro-online-shopping-cart:before {
  content: "";
}

.acro-right-arrow:before {
  content: "";
}

.acro-twitter:before {
  content: "";
}

.acro-view:before {
  content: "";
}

.acro-vimeo-logo:before {
  content: "";
}

.acro-right-arrow2:before {
  content: "";
}

.acro-envelope:before {
  content: "";
}

.acro-phone-receiver:before {
  content: "";
}

.acro-handicap:before {
  content: "";
}

.acro-mortarboard:before {
  content: "";
}

.acro-chat-comment-oval-speech-bubble-with-text-lines:before {
  content: "";
}

.acro-like:before {
  content: "";
  color: #d75a4a;
}

.acro-reply-arrow:before {
  content: "";
}

.acro-share:before {
  content: "";
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  color: #353535;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  outline: none;
}

/* 
 *  Core Owl Carousel SCSS
 *  v1.3.3
 */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 15px;
}

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

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

#owl-demo1 {
  margin-bottom: 0px;
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.well {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .well {
    margin-bottom: 60px;
  }
}

.well .btn-group.filters-button-group {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: transparent !important;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.btn-group .btn-sort {
  border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  transition: padding 1s 0s;
  background-color: #fff !important;
  color: #6a6a6a;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  border-right: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn-group .btn-sort {
    font-size: 18px;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
  }
}

.btn-group .btn-sort:after {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #f78711;
  height: 7px;
  width: 7px;
  margin: auto;
  z-index: -1;
}

@media (min-width: 992px) {
  .btn-group .btn-sort {
    margin-bottom: 0px;
  }
}

.btn-group .btn-sort:hover, .btn-group .btn-sort:focus {
  transition: padding 1s 0s;
  webkitbox-shadow: 0 0 0 #fff inset;
  -ms-box-shadow: 0 0 0 #fff inset;
  box-shadow: 0 0 0 #fff inset;
  color: #f68f0f;
  outline: none !important;
  padding-left: 18px;
  z-index: 1;
}

.btn-group .btn-sort span {
  display: inline-block;
  width: auto;
  background-color: #fff !important;
  padding:8px;
}

.btn-group .btn-sort:nth-last-of-type(1) {
  border-right: none;
}

.btn-group .btn-sort.active {
  color: #f68f0f;
  background-color: #fff !important;
  padding-left: 18px;
  z-index: 1;
}

@media (min-width: 576px) {
  .col-media {
    max-width: 49.5%;
  }
}

@media (min-width: 768px) {
  .col-media {
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .col-media .thumbnail {
    max-width: 330px;
  }
}

@media (min-width: 1200px) {
  .col-media .thumbnail {
    max-width: 390px;
  }
}

.box-height1,
.box-height2 {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .box-height1,
  .box-height2 {
    max-height: 370px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  position: relative;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

*,
body {
  margin: 0 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #f2f2f2;
}

body.home {
  background-color: #fff;
}

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

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

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

input {
  outline: none;
}

input:hover, input:focus {
  outline: none;
}

::-moz-selection {
  color: #000;
  background: #f78711;
}

::selection {
  color: #000;
  background: #f78711;
}

header#header,
header.header {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  header#header,
  header.header {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -moz-flex-wrap: unset;
    -webkit-flex-wrap: unset;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    position: relative;
  }
}

@media (min-width: 992px) {
  header#header,
  header.header {
    margin-bottom: 40px;
  }
}

header#header h1, header#header h2,
header.header h1,
header.header h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 0 0;
  text-transform: capitalize;
  display: block;
      width: 100%;
    text-align: center;
    color: #fff;
}
header#header p, header#header p,
header.header p,
header.header p {
    
}
header#header div, header.header div {
        width: 100%;
}
.contact-area header.header div {
    width: auto;
}


header#header p,
header.header p {
  line-height: normal;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  header#header p,
  header.header p {
    margin-bottom: 20px;
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  header#header p,
  header.header p {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  header#header p,
  header.header p {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

header#header p br,
header.header p br {
  display: none;
}

@media (min-width: 768px) {
  header#header p br,
  header.header p br {
    display: none;
  }
}

@media (min-width: 1200px) {
  header#header p br,
  header.header p br {
    display: inline-block;
  }
}

.inner-banner {
  position: relative;
}

.inner-banner img {
  width: 100%;
}

.inner-banner .caption {
  height: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .inner-banner .caption {
    padding: 0;
  }
}

.inner-banner .caption h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .inner-banner .caption h1 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .inner-banner .caption h1 {
    font-size: 52px;
    line-height: 52px;
  }
}

.inner-banner .caption h1 span {
  display: block;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  right: -20px;
  padding: 0 11px;
}

.about-us,
.event,
.sebscribe-box,
.provided-srvs,
.gallery,
.product,
.contact-area,
#progress-row .progress-box,
.blog-row,
.single-blog,
.event-page,
.team-sec,
.contact-section,
.shop-wraper,
.service-row2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .about-us,
  .event,
  .sebscribe-box,
  .provided-srvs,
  .gallery,
  .product,
  .contact-area,
  #progress-row .progress-box,
  .blog-row,
  .single-blog,
  .event-page,
  .team-sec,
  .contact-section,
  .shop-wraper,
  .service-row2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .about-us,
  .event,
  .sebscribe-box,
  .provided-srvs,
  .gallery,
  .product,
  .contact-area,
  #progress-row .progress-box,
  .blog-row,
  .single-blog,
  .event-page,
  .team-sec,
  .contact-section,
  .shop-wraper,
  .service-row2 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.service-row {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: white;
  padding: 30px;
}

@media (min-width: 768px) {
  .service-row {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 40px 50px;
  }
}

@media (min-width: 1200px) {
  .service-row {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 65px 100px;
  }
}

.social {
  z-index: 0;
  transition: z-index 1s 0s, color 0s;
}

.social ul {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: left;
      justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 10px 0;
}

.social ul li {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  margin-right: 30px;
}

.social ul li a {
  padding: 0;
  color: #ff9800;
  font-size: 22px;
}

.social ul li a:hover {
  color: #000;
  border-color: #000;
}

.social2 {
  z-index: 0;
  transition: z-index 1s 0s, color 0s;
}

.social2 ul {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: left;
      justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
}

.social2 ul li {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  margin-right: 16px;
}

.social2 ul li a {
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  padding: 6px 10px;
  color: #7b7b7b !important;
  font-size: 22px;
}

.social2 ul li a:hover, .social2 ul li a:focus {
  border-color: #f78711;
  color: #f78711 !important;
}

.contacts > ul {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.contacts > ul li {
  display: -ms-flexbox;
  color:#fff;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: left;
      align-items: left;
  -moz-align-items: left;
  -webkit-align-items: left;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .contacts > ul li {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: left;
        align-items: left;
    -moz-align-items: left;
    -webkit-align-items: left;
    margin-bottom: 30px;
  }
}

.contacts > ul li span {
  display: inline-block;
  width: auto;
  margin-right: 18px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .contacts > ul li span {
    width: 100px;
    margin-bottom: 0;
  }
}

.contacts > ul li span:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  content: ":";
  margin: auto;
}

@media (min-width: 576px) {
  .contacts > ul li span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    content: ":";
    margin: auto;
  }
}

.contacts > ul li a, .contacts > ul li address {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
}

.contacts > ul li address {
  font-size: 16px;
}

.contacts.contact-info2 > ul {
  padding-bottom: 0px;
  position: relative;
}

.contacts.contact-info2 > ul li {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: left;
      align-items: left;
  -moz-align-items: left;
  -webkit-align-items: left;
}

.contacts.contact-info2 > ul li a, .contacts.contact-info2 > ul li address {
  color: #323232;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}

@media (min-width: 992px) {
  .contacts.contact-info2 > ul li a, .contacts.contact-info2 > ul li address {
    font-size: 18px;
  }
}

.contacts.contact-info2 strong {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .contacts.contact-info2 strong {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.contacts.contact-info2 p {
  font-size: 15px;
}

.slick-dots li {
  margin: 2px;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

.pagi {
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 10px 20px;
}

.pagi li {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 8px;
}

.pagi li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a6a6a6;
}

.pagi li a:hover, .pagi li a:focus {
  color: #353535;
}

.pagi .active a {
  color: #353535;
}

.pagi .pre a, .pagi .nxt a {
  font-weight: 100;
}

.pagi2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagi2 a {
  font-size: 22px;
  line-height: 22px;
  padding: 12px 18px;
  border: 1px solid #ddd;
  color: #999;
}

.pagi2 .pre {
  border-right: none;
}

.btn-effect:before, .btn-effect:after {
  z-index: -1;
}

.btn-effect[class^="btn-"] {
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #f78711;
  z-index: 9;
  background-color: transparent;
}

@media (min-width: 992px) {
  .btn-effect[class^="btn-"] {
    font-size: 16px;
    padding: 10px 30px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 165px;
    height: 165px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 165px;
    height: 165px;
  }
}

.btn-effect {
  position: relative;
  color: #fff;
  background-color: #f78711;
}

.btn-effect:before, .btn-effect:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  content: '';
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 20px;
  height: 20px;
  background: #f78711;
}

.btn-effect:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.btn-effect:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.btn-effect:hover, .btn-effect:focus {
  color: #fff;
  border-color: #f78711;
}

.btn-effect:hover:before, .btn-effect:focus:before {
  animation: criss-cross-left 0.8s both;
}

.btn-effect:hover:after, .btn-effect:focus:after {
  animation: criss-cross-right 0.8s both;
}

@media (min-width: 992px) {
  .join-now-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: unset;
        justify-content: unset;
    -moz-justify-content: unset;
    -webkit-justify-content: unset;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    z-index: 999;
    padding: 0 15px;
  }
}

.btn-effect.join-now {
    color: #f78711;
    font-weight: 500;
    position: relative;
}
.join-now {
    color: #f78711;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
        letter-spacing: 1px;
}
.btn-effect.join-now:hover {
  color: #000 !important;
}

@media (min-width: 576px) {
  .btn-effect.join-now {
    padding: 10px 30px;
  }
}

@media (min-width: 992px) {
  .btn-effect.join-now {
    padding: 10px 0px;
    border-radius: 0;
    border: none;
  }

}

.btn-effect.btn-km {
  padding: 17px 30px;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  font-weight: 600;
}

.btn-effect.btn-km:hover {
  color: #fff !important;
  transition: all 1s 0s, color 2s;
}

.btn-effect.btn-km:after, .btn-effect.btn-km:before {
  background-color: #000;
}

@media (min-width: 576px) {
  .btn-effect.btn-white {
    color: #fff !important;
    border-color: #fff !important;
  }
  .btn-effect.btn-white:hover {
    color: #1e2a37 !important;
    transition: all 1s 0s, color 2s;
  }
  .btn-effect.btn-white:after, .btn-effect.btn-white:before {
    background-color: #fff !important;
  }
}

.btn-effect.btn-submit2 {
  padding: 17px 60px;
  background-color: transparent;
  color: #f27b11;
  border-color: #f27b11;
  font-weight: 600;
  cursor: pointer;
  margin-top: 40px;
}

@media (min-width: 576px) {
  .btn-effect.btn-submit2 {
    margin-top: 0;
  }
}

.btn-effect.btn-submit2:hover, .btn-effect.btn-submit2:focus {
  outline: none;
  background-color: #f78711;
  color: #fff;
}

a.btn-more2 {
  font-size: 16px;
  font-weight: 600 !important;
  padding: 15px 30px !important;
  background-color: transparent;
  color: #f78711;
  border-color: #f78711 !important;
}

a.btn-more2:hover {
  color: #fff !important;
  transition: all 1s 0s, color 2s;
}

a.btn-more2:after, a.btn-more2:before {
  background-color: #f78711;
}

.load-more {
  transition: box-shadow 1s 0s;
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  background-color: #fff;
  box-shadow: -1px 10px 18px rgba(221, 221, 223, 0.75);
  color: #8b8b8b;
  font-size: 38.4px;
  line-height: 24px;
  padding: 15px 60px;
  display: inline-block;
}

.load-more:hover, .load-more:focus {
  box-shadow: -1px 10px 18px rgba(221, 221, 223, 0.2);
}

input.input-subscribe1 {
  font-weight: 400;
  width: 55%;
  display: block;
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #2d3844;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99%, #7d9eb9 4%);
  background-position: 100px 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  input.input-subscribe1 {
    width: 70%;
  }
}

@media (min-width: 768px) {
  input.input-subscribe1 {
    width: calc(100% - 150px);
  }
}

input.input-subscribe1:focus, input.input-subscribe1:hover {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

input.input-subscribe1:focus::-webkit-input-placeholder, input.input-subscribe1:hover::-webkit-input-placeholder {
  color: #7d9eb9;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input.btn-submit1 {
  border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -moz-align-self: center;
  -webkit-align-self: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: auto 0;
  border: none;
  background-color: #2c3b47;
  color: #4e5b66;
  cursor: pointer;
  padding: 6px;
  height: 34px;
  width: 120px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 0px;
}

input.btn-submit1:hover, input.btn-submit1:focus {
  outline: none;
  background-color: #ee5c8d;
  color: #fff;
}

.navbar {
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 19px !important;
  width: 100%;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

.navbar .navbar-toggler {
  position: relative;
  z-index: 9;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar .navbar-toggler:focus {
  outline: 0;
}

.navbar .navbar-brand {
  margin: 0 !important;
  max-width: 50px;
}

@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin: auto;
    text-align: center;
    max-width: 80px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-brand {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
  }
}

.navbar .navbar-brand img {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
  margin: auto;
  max-width: 55px;
  max-width: 109px !important;
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 70px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-brand img {
    top: 0px;
    right: 0px;
    max-width: 60px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-brand img {
    top: 0px;
    right: 0px;
    max-width: 70px;
    margin-top: 20px;
  }
}

.navbar .navbar-brand:before {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0px;
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 110px;
  height: 110px;
  content: "";
  background-color: #fff;
  margin: auto;
  z-index: 999;
}

@media (min-width: 768px) {
  .navbar .navbar-brand:before {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-brand:before {
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-brand:before {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
  }
}

.navbar .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
      top: 98px;
    background: #000;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    position: static;
    padding-top: 0px;
  }
}

.navbar .navbar-collapse .navbar-nav {
  margin: 0 0 0 auto;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    padding-top: 0px;
    background-color: transparent;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
    margin-right: 35px;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  padding: 10px 0 !important;
  transition: all 0.5s ease 0s;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 25px 0 !important;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 25px 0 !important;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:focus .nav-link {
  background-color: #b73e67;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:focus .nav-link {
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:focus .nav-link {
    background-color: transparent;
    color: #f78711;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  border: none;
  margin-right: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.join-now.btn-effect {
  padding: 10px 30px !important;
}

.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    background-color: transparent;
    color: #fff;
  }
}

#nav-icon2 {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
    width: 50%;
    background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 4px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 4px;
  top: 20px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 20px;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  padding: 0px;
}

@media (min-width: 992px) {
  .dropdown-menu {
    top: 55px;
  }
}

.dropdown-menu a {
  padding: 10px 15px;
  font-size: 15px;
  text-transform: capitalize;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
  background-color: #f78711;
  color: #fff;
}


.top-header {
  background-color: #000;
  position:relative;
  padding:5px;
}
.top-header:before {
    content: "";
    background: #f78711;
    position: absolute;
    width: 30%;
    height: 50px;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
#myHeader {
    border-top: 2px solid #fff;
    z-index: 111;
    background: #000;
    box-shadow: 0px 9px 9px #0000007a;
}

#myHeader .logo {
    width: 130px;
}

footer {
  background: #060809;
  background-size: cover;
  padding-top:50px;
}

footer section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  footer section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  footer section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

footer section .footer-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  footer section .footer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  footer section .footer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  footer section .footer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 1200px) {
  footer section .footer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  footer section .footer-col:nth-of-type(1) {
    padding-right: 30px;
    width: 30%;
  }
}

@media (min-width: 992px) {
  footer section .footer-col:nth-of-type(1) {
    padding-right: 30px;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  footer section .footer-col:nth-of-type(1) {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  footer section .footer-col:nth-of-type(2) {
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  footer section .footer-col:nth-of-type(2) {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  footer section .footer-col:nth-of-type(2) {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 992px) {
  footer section .footer-col:nth-of-type(3) {
    padding-left: 30px;
    width: 40%;
    border-right: none;
  }
}

@media (min-width: 1200px) {
  footer section .footer-col:nth-of-type(3) {
    padding-left: 80px;
  }
}

.footer-col .header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-col .header {
    margin-bottom: 15px;
  }
}
.footer-col .header {
    margin-bottom: 30px;
  }

.footer-col .header h4, .footer-col .header h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-col .ftr-abt {
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-col .ftr-abt {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .footer-col .ftr-abt {
    margin-bottom: 40px;
  }
}

.footer-col .ftr-abt p {
  color: #4e5b66;
  font-weight: 400;
}

.footer-col .social {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-col .social {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .footer-col .social {
    margin-bottom: 40px;
  }
}

.footer-col .sebscribe-box form {
  -ms-flex-align: left;
      align-items: left;
  -moz-align-items: left;
  -webkit-align-items: left;
}

.footer-col .sebscribe-box form input.input-subscribe1 {
  color: #4e5b66;
  font-size: 13px;
}

.footer-col .sebscribe-box form input.input-subscribe1::-webkit-input-placeholder {
  color: #2c3b47;
  font-size: 13px;
  color: #4e5b66;
  font-size: 13px;
  font-weight: 400;
}

.footer-col .sebscribe-box form button,
.footer-col .sebscribe-box form .btn-effect {
  border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -moz-align-self: center;
  -webkit-align-self: center;
  transition: background-color 1s 0s, color 1s;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: auto 0;
  border: none;
  background-color: #2c3b47;
  color: #4e5b66;
  cursor: pointer;
  padding: 6px;
  height: 34px;
  width: 120px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 0px;
}

.footer-col .sebscribe-box form button:hover, .footer-col .sebscribe-box form button:focus,
.footer-col .sebscribe-box form .btn-effect:hover,
.footer-col .sebscribe-box form .btn-effect:focus {
  outline: none;
  color: #fff;
  transition: background-color 1s 0s, color 2s;
}

.footer-col .sebscribe-box form .social {
  z-index: 0;
  transition: z-index 1s 0s, color 0s;
}

.footer-col .sebscribe-box form .social ul {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: left;
      justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 10px 0;
}

.footer-col .sebscribe-box form .social ul li {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  margin-right: 30px;
}

.footer-col .sebscribe-box form .social ul li a {
  padding: 0;
  color: #2c3b47;
  font-size: 22px;
}

.footer-col .sebscribe-box form .social ul li a:hover {
  color: #ef719c;
}

.footer-col:nth-last-of-type(1) {
  margin: 0;
}

.footer-col .ftr-nav li {
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer-col .ftr-nav li {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .footer-col .ftr-nav li {
    margin-bottom: 25px;
  }
}

.footer-col .ftr-nav li:before {
  transition: all 1s 0s;
  width: 6px;
  height: 6px;
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #a2a2a2;
  margin: auto 0;
}

.footer-col .ftr-nav li:hover:before, .footer-col .ftr-nav li:focus:before {
  background-color: #f78711;
}

.footer-col .ftr-nav li a {
  font-size: 14px;
  line-height: 14px;
  color: #a2a2a2;
  font-weight: 600;
}

.tweets ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .tweets ul li {
    margin-bottom: 20px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .tweets ul li {
    margin-bottom: 20px;
  }
}

.tweets ul li a {
  font-weight: 600;
  font-size: 16px -2;
  color: #a2a2a2;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 30px;
}

@media (min-width: 992px) {
  .tweets ul li a {
    padding-left: 40px;
  }
}

.tweets ul li a span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: italic;
}

.tweets ul li .acro-twitter {
  position: absolute !important;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  color: #289fb4;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 10px;
}

@media (min-width: 992px) {
  .tweets ul li .acro-twitter {
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}

.tweets ul li:hover a, .tweets ul li:hover p {
  color: #a2a2a2;
}

.tweets ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.tweets ul li:last-child a {
  margin-bottom: 0;
}

.tweets p {
  color: #a6aaab;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
}


.copyright-sec {
  background-color: #f78711;
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
}

.copyright-sec .cpy-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .copyright-sec .cpy-row {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.copyright-sec .cpy-row .footer-logo {
  display: inline-block;
}

.copyright-sec .cpy-row .footer-logo a {
  display: block;
  color: #fff;
  font-size: 14px;
}

.copyright-sec .cpy-row .cr-txt ul {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

@media (min-width: 768px) {
  .copyright-sec .cpy-row .cr-txt ul {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.copyright-sec .cpy-row .cr-txt ul li {
  padding: 0 10px;
}

@media (min-width: 992px) {
  .copyright-sec .cpy-row .cr-txt ul li {
    padding: 0 24px;
  }
}

.copyright-sec .cpy-row .cr-txt ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.copyright-sec .cpy-row .cr-txt ul li:first-child {
  border-right: 1px solid #6a7f8a;
  line-height: 14px;
}

@media (min-width: 768px) {
  .copyright-sec .cpy-row .cr-txt ul li:first-child {
    line-height: 16px;
  }
}

.copyright-sec .cpy-row .cr-txt ul li:hover a {
  color: #f78711;
}

.sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .sidebar {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .sidebar {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

.sidebar > div {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .sidebar > div {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .sidebar > div {
    margin-bottom: 80px;
  }
}

.sidebar h3 {
  font-size: 20px;
  margin-bottom: 17px;
  font-weight: 600;
  color: #353535;
  text-transform: capitalize;
}

.input-search {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  border-color: #bcbcbc;
  color: #4c4a4a;
  font-weight: 400;
  padding: 10px 30px 10px 0;
  width: 100%;
  font-size: 14px;
}

.input-search::-webkit-input-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.input-search::-moz-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.input-search:-ms-input-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.input-search:-moz-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.event-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
}

.event-list li a {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
}

.event-list li a figure {
  max-width: 100px;
  width: auto;
}

@media (min-width: 992px) {
  .event-list li a figure {
    max-width: 100px;
    width: 100px;
  }
}

.event-list li a figcaption,
.event-list li a .evnt-dtls {
  padding-left: 25px;
}

.event-list li a figcaption p,
.event-list li a .evnt-dtls p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 300;
}

.event-list li a figcaption .event-date,
.event-list li a .evnt-dtls .event-date {
  color: #b3486c;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.event-list li:last-child {
  border-bottom: none;
}

.event-list2 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.event-list2 li a {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.event-list2 li a figure {
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
}

@media (min-width: 992px) {
  .event-list2 li a figure {
    width: 100px;
  }
}

.event-list2 li a figure img {
  display: block;
  height:55px;
}

.event-list2 li a figcaption,
.event-list2 li a .evnt-dtls {
  padding-left: 25px;
}

.event-list2 li a figcaption p,
.event-list2 li a .evnt-dtls p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.event-list2 li a figcaption .event-date,
.event-list2 li a .evnt-dtls .event-date {
  color: #878787;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.event-list2 li:last-child {
  border-bottom: none;
}

.courses-list li {
  border-bottom: 1px solid #bcbcbc;
}

.courses-list li a {
  display: block;
  padding: 15px;
  color: #6a6a6a;
  font-size: 16px;
}

.courses-list li a:hover, .courses-list li a:focus {
  background-color: #b3486c;
  color: #f6f7f7;
}

@media (min-width: 768px) {
  .courses-list li a {
    padding: 20px 15px;
  }
}

@media (min-width: 992px) {
  .courses-list li a {
    padding: 25px 15px;
  }
}

.courses-list li:first-child {
  border-top: 1px solid #bcbcbc;
}

.courses-list li.active {
  border-color: #b3486c;
}

.courses-list li.active a {
  background-color: #b3486c;
  color: #f6f7f7;
}

.courses-list2 li {
  position: relative;
}

.courses-list2 li a {
  display: block;
  padding: 15px 15px 15px 25px;
  color: #6a6a6a;
  font-size: 16px;
}

.courses-list2 li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #959595;
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 15px;
}

.courses-list2 li:hover:before, .courses-list2 li:focus:before {
  background-color: #f78711;
}

.courses-list2 li.active:before {
  background-color: #f78711;
}

.input-search2 {
  border: none;
  border-bottom: 1px solid #bcbcbc;
  color: #4c4a4a;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  background: url(../images/search-icon.png) no-repeat 100% center;
  text-transform: capitalize;
  padding: 10px 0;
}

.input-search2::-webkit-input-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.input-search2::-moz-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.input-search2:-ms-input-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.input-search2:-moz-placeholder {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
}

.category-box .styled-select {
  width: 100%;
}

.all-products-list li {
  border-bottom: 1px solid #bcbcbc;
}

.all-products-list li a {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 15px 0;
  color: #6a6a6a;
  font-size: 16px;
  transition: padding 1s ease, color 0s ease;
}

.all-products-list li a:hover, .all-products-list li a:focus {
  background-color: #b3486c;
  color: #f6f7f7;
}

@media (min-width: 768px) {
  .all-products-list li a {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .all-products-list li a {
    padding: 25px 0;
  }
}

.all-products-list li a:hover {
  padding: 15px;
}

@media (min-width: 576px) {
  .all-products-list li a:hover {
    padding: 20px 15px;
  }
}

@media (min-width: 992px) {
  .all-products-list li a:hover {
    padding: 25px 15px;
  }
}

.all-products-list li:first-child {
  border-top: 1px solid #bcbcbc;
}

.all-products-list li.active {
  border-color: #b3486c;
}

.all-products-list li.active a {
  background-color: #b3486c;
  color: #f6f7f7;
  padding: 15px;
}

@media (min-width: 576px) {
  .all-products-list li.active a {
    padding: 20px 15px;
  }
}

@media (min-width: 992px) {
  .all-products-list li.active a {
    padding: 25px 15px;
  }
}

.product-list .form-check {
  margin-bottom: 20px;
  padding-left: 25px;
}

.product-list .form-check .form-check-input {
  margin-top: 2px;
  margin-left: -25px;
}

.product-list .radios label {
  font-size: 14px;
  font-weight: 400;
}

.input-replace {
  width: 17px;
  height: 17px;
  border: 1px solid #c2c2c2;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: 0;
  cursor: pointer;
}

.input-replace:after {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -1px;
  width: 17px;
  height: 17px;
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  content: '';
  background: #f78711;
  transform: scale(0);
  transition: all 0.1s;
  visible: hidden;
}

.input-replace.checked:after {
  transform: scale(1);
  visible: visible;
}

.checks .input-replace:after {
  background: #e74c3c;
}

label {
  font-size: 18px;
  color: #6a6a6a;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: inline-block;
  height: auto;
  cursor: pointer;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.color-list .form-check {
  margin-bottom: 20px;
  padding-left: 25px;
}

.color-list .form-check .form-check-input {
  margin-top: 2px;
  margin-left: -25px;
}

.color-list .radios label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #353535 !important;
}

.color-list .radios > div {
  display: inline-block;
}

.color-list .radios > div:nth-of-type(1) .input-replace {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.color-list .radios > div:nth-of-type(1) .input-replace:after {
  background-color: transparent;
  border: 1px solid #2ecc71;
}

.color-list .radios > div:nth-of-type(2) .input-replace {
  background-color: #e73a72;
  border-color: #e73a72;
}

.color-list .radios > div:nth-of-type(2) .input-replace:after {
  background-color: transparent;
  border: 1px solid #e73a72;
}

.color-list .radios > div:nth-of-type(3) .input-replace {
  background-color: #cbab85;
  border-color: #cbab85;
}

.color-list .radios > div:nth-of-type(3) .input-replace:after {
  background-color: transparent;
  border: 1px solid #cbab85;
}

.color-list .radios > div:nth-of-type(4) .input-replace {
  background-color: #363636;
  border-color: #363636;
}

.color-list .radios > div:nth-of-type(4) .input-replace:after {
  background-color: transparent;
  border: 1px solid #363636;
}

.color-list .input-replace {
  width: 22px;
  height: 22px;
  border: 1px solid #c2c2c2;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: 0;
  cursor: pointer;
}

.color-list .input-replace:after {
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  content: '';
  background: #b3486c;
  transform: scale(0);
  transition: all 0.1s;
  visibility: hidden;
}

.color-list .input-replace.checked:after {
  transform: scale(1);
  visibility: visible;
}

.color-list label {
  font-size: 18px;
  color: #6a6a6a;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: inline-block;
  height: auto;
  cursor: pointer;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.pignose-calendar {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f7f7f7;
  box-shadow: 0px 20px 60px rgba(188, 211, 217, 0.35);
  background-color: transparent;
}

.pignose-calendar .pignose-calendar-top {
  webkitbox-shadow: 0 0 0 #fff ;
  -ms-box-shadow: 0 0 0 #fff ;
  box-shadow: 0 0 0 #fff ;
  padding: 30px 0 18px 0;
  background-color: #fff;
  border: none;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0px;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev span {
  color: #353535 !important;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  position: absolute;
  top: 20px;
  right: 0px;
  bottom: auto;
  left: auto;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next span {
  color: #353535 !important;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 18px 0;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .pignose-calendar-top-month {
  color: #353535 !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize;
  font-size: 16px;
}

.pignose-calendar .pignose-calendar-header {
  background-color: #f9f9f9;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 8px;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  color: #353535 !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}

.pignose-calendar .pignose-calendar-body {
  padding: 10px !important;
  background-color: #fff;
}

.pignose-calendar .pignose-calendar-body .pignose-calendar-unit {
  height: 45px;
}

.pignose-calendar .pignose-calendar-body .pignose-calendar-unit a {
  color: #9e9e9e !important;
}

.pignose-calendar .pignose-calendar-body .pignose-calendar-unit-active a {
  color: #fff !important;
  background-color: #f78711;
  width: 2em !important;
  height: 2em !important;
  line-height: 2em !important;
}

.price-filter form {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
}

.range-slider {
  width: 60%;
  text-align: center;
  position: relative;
  height: 0;
  top: -13px;
}

.range-slider span {
  display: inline-block;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  color: #858484;
  font-size: 14px;
}

.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}

input[type=number] {
  border: 1px solid #ddd;
  background-color: transparent !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #7d7d7d;
}

input[type=range]:focus::-ms-fill-lower {
  background: #7d7d7d;
}

input[type=range]:focus::-ms-fill-upper {
  background: #7d7d7d;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #7d7d7d;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #585858;
  border: 1px solid #7d7d7d;
  height: 10px;
  width: 10px;
  border-radius: 25px;
  background: #7d7d7d;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #f78711;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #585858;
  border: 1px solid #f78711;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #7d7d7d;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #7d7d7d;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #7d7d7d;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #7d7d7d;
  cursor: pointer;
}

.btn-fltr {
  display: inline-block;
  width: 80px;
  padding: 7px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.video-box {
  position: relative;
}

.video-box video {
  max-width: 100%;
  width: 100%;
}

#atlanticlight {
  position: relative;
}

#atlanticlight video {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
}

#atlanticlight button {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

#atlanticlight button svg {
  width: 30px;
  margin: 0 auto;
  fill: #fff;
  transition: .6s opacity;
}

#atlanticlight #playpause {
  display: none;
}

#atlanticlight .playing {
  opacity: 0;
}

.ads {
  display: inline-block;
}

.ads img {
  border: 5px solid #fff;
}

.input,
textarea.input, textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: block;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d6d6d6;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #4c4a4a 0%);
  background-position: 100px 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #4c4a4a;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .input,
  textarea.input, textarea {
    margin-bottom: 0px;
  }
}

.input:focus, .input:valid,
textarea.input:focus,
textarea.input:valid, textarea:focus, textarea:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.input::-webkit-input-placeholder,
textarea.input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.input::-moz-placeholder,
textarea.input::-moz-placeholder, textarea::-moz-placeholder {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.input:-ms-input-placeholder,
textarea.input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.input:-moz-placeholder,
textarea.input:-moz-placeholder, textarea:-moz-placeholder {
  color: #323232;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.mtnl-cnt {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}

@media (min-width: 576px) {
  .mtnl-cnt {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.radios.radios2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: auto;
}

@media (min-width: 576px) {
  .radios.radios2 {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    width: 180px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .radios.radios2 {
    padding: 0 15px;
    margin-left: 0px;
  }
}

.radios.radios2 label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px !important;
}

.radios.radios2 > div:nth-last-of-type(1) {
  padding-left: 10px;
}

.input-replace {
  width: 14px;
  height: 14px;
  border: 1px solid #c2c2c2;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: 0;
  cursor: pointer;
}

.input-replace:after {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -1px;
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  content: '';
  background: #f78711;
  transform: scale(0);
  transition: all 0.1s;
  visibility: hidden;
}

.input-replace.checked:after {
  transform: scale(1);
  visibility: visible;
}

label {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: inline-block;
  height: auto;
  color: #353535 !important;
  cursor: pointer;
  margin-bottom: 20px;
  text-transform: capitalize;
}

input::-webkit-input-placeholder, button, textarea {
  font-family: 'roboto', sans-serif;
  transition: all 0.3s ease-in-out;
}

form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  width: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
}

label {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #7d9eb9;
  display: block;
  margin-bottom: 20px;
}

input.input-subscribe,
textarea.input-subscribe {
  transition: all 1s 0s;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: block;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(196, 215, 231, 0.5);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99%, rgba(196, 215, 231, 0.3) 2%);
  background-position: 100px 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: rgba(196, 215, 231, 0.5);
  margin-bottom: 30px;
  border-radius: 0;
}

@media (min-width: 576px) {
  input.input-subscribe,
  textarea.input-subscribe {
    margin-bottom: 0px;
  }
}

input.input-subscribe:focus, input.input-subscribe:valid,
textarea.input-subscribe:focus,
textarea.input-subscribe:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

input.input-subscribe:focus::-webkit-input-placeholder, input.input-subscribe:valid::-webkit-input-placeholder,
textarea.input-subscribe:focus::-webkit-input-placeholder,
textarea.input-subscribe:valid::-webkit-input-placeholder {
  color: #C4D7E7;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input.input-subscribe::-webkit-input-placeholder,
textarea.input-subscribe::-webkit-input-placeholder {
  color: #C4D7E7;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  input.input-subscribe::-webkit-input-placeholder,
  textarea.input-subscribe::-webkit-input-placeholder {
    color: #C4D7E7;
    font-size: 14px;
  }
}

input.input-subscribe::-moz-placeholder,
textarea.input-subscribe::-moz-placeholder {
  color: #C4D7E7;
  font-size: 14px;
}

@media (min-width: 992px) {
  input.input-subscribe::-moz-placeholder,
  textarea.input-subscribe::-moz-placeholder {
    color: #C4D7E7;
    font-size: 14px;
  }
}

input.input-subscribe:-ms-input-placeholder,
textarea.input-subscribe:-ms-input-placeholder {
  color: #C4D7E7;
  font-size: 14px;
}

@media (min-width: 992px) {
  input.input-subscribe:-ms-input-placeholder,
  textarea.input-subscribe:-ms-input-placeholder {
    color: #C4D7E7;
    font-size: 14px;
  }
}

input.input-subscribe:-moz-placeholder,
textarea.input-subscribe:-moz-placeholder {
  color: #C4D7E7;
  font-size: 14px;
}

@media (min-width: 992px) {
  input.input-subscribe:-moz-placeholder,
  textarea.input-subscribe:-moz-placeholder {
    color: #C4D7E7;
    font-size: 14px;
  }
}

.btn-submit {
  border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  position: static;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -moz-align-self: center;
  -webkit-align-self: center;
}

@media (min-width: 576px) {
  .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

.btn-submit:hover, .btn-submit:focus {
  outline: none;
}

.join-modal {
  box-shadow: 0px 55px 84px rgba(10, 10, 10, 0.27);
  border-radius: 0;
  border: none;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
}

@media (min-width: 992px) {
  .join-modal {
    text-align: left;
    padding: 60px;
  }
}

.join-modal .modal-header {
  border: none;
  padding: 0px;
}

.join-modal .modal-header .close {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: auto;
  left: auto;
  color: #cacaca;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid #cacaca;
  z-index: 9;
  opacity: 1;
  padding: 2px 7px;
}

@media (min-width: 576px) {
  .join-modal .modal-header .close {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: auto;
    left: auto;
  }
}

.join-modal .modal-header .close:hover, .join-modal .modal-header .close:focus {
  color: #f78711;
  border-color: #f78711;
}

.join-modal .modal-wraper .tm-dtls {
  width: 100%;
}

.join-modal .modal-wraper .tm-dtls h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 30px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .join-modal .modal-wraper .tm-dtls h3 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .join-modal .modal-wraper .tm-dtls h3 {
    font-size: 26px;
    line-height: 26px;
  }
}

.join-modal .modal-wraper .tm-dtls form {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

@media (min-width: 576px) {
  .join-modal .modal-wraper .tm-dtls form {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
  }
}

.join-modal .hlfcl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .join-modal .hlfcl {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}

.join-modal .hlfcl .inptjn {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #c1c1c1;
  border-left: none;
  width: 100%;
  padding: 15px 0;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0px;
}

.join-modal .hlfcl .inptjn::-webkit-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.join-modal .hlfcl .inptjn::-moz-placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.join-modal .hlfcl .inptjn:-ms-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.join-modal .hlfcl .inptjn:-moz-placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 576px) {
  .join-modal .hlfcl:nth-of-type(3), .join-modal .hlfcl:nth-of-type(4) {
    margin-bottom: 70px;
  }
}

.join-modal label {
  font-size: 14px;
  color: #353535;
  font-weight: 400;
}

.join-modal .height-box {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.join-modal .height-box label {
  margin: 0;
}

.join-modal .height-box .box-border {
  border: 1px solid #ccc;
  border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
  width: 75%;
  padding: 10px;
}

@media (min-width: 576px) {
  .join-modal .height-box .box-border {
    width: 80%;
  }
}

.join-modal .height-box .box-border .innerbox {
  width: 45%;
  display: inline-block;
  text-align: center;
}

@media (min-width: 576px) {
  .join-modal .height-box .box-border .innerbox {
    width: 49%;
  }
}

.join-modal .height-box .box-border .innerbox input {
  text-align: center;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  font-size: 14px;
}

.join-modal .height-box .box-border .innerbox input::-webkit-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox input::-webkit-input-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox input::-moz-placeholder {
  color: #585858;
  font-size: 14px;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox input::-moz-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox input:-ms-input-placeholder {
  color: #585858;
  font-size: 14px;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox input:-ms-input-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox input:-moz-placeholder {
  color: #585858;
  font-size: 14px;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox input:-moz-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox span {
  color: #ccc;
  font-size: 14px;
  text-transform: capitalize;
}

.join-modal .height-box .box-border .innerbox:nth-of-type(1) {
  position: relative;
}

.join-modal .height-box .box-border .innerbox:nth-of-type(1):after {
  position: absolute;
  content: "";
  background-color: #ccc;
  height: 18px;
  width: 1px;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.join-modal .height-box .box-border .innerbox2 {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
}

.join-modal .height-box .box-border .innerbox2 input {
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  font-size: 14px;
}

.join-modal .height-box .box-border .innerbox2 input::-webkit-input-placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox2 input::-webkit-input-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox2 input::-moz-placeholder {
  color: #585858;
  font-size: 14px;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox2 input::-moz-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox2 input:-ms-input-placeholder {
  color: #585858;
  font-size: 14px;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox2 input:-ms-input-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox2 input:-moz-placeholder {
  color: #585858;
  font-size: 14px;
}

@media (min-width: 992px) {
  .join-modal .height-box .box-border .innerbox2 input:-moz-placeholder {
    color: #585858;
    font-size: 14px;
  }
}

.join-modal .height-box .box-border .innerbox2 span {
  color: #ccc;
  font-size: 14px;
  text-transform: capitalize;
}

.join-modal .btn-effect.btn-submit2 {
  margin-top: 20px;
  padding: 15px 50px;
  margin-right: 0px;
}

@media (min-width: 576px) {
  .join-modal .btn-effect.btn-submit2 {
    margin-right: 15px;
  }
}

.quantity {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: relative;
  max-width: 150px;
  width: 150px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .quantity {
    border-right: 1px solid #ccc;
    margin-bottom: 0px;
  }
}

.quantity label {
  font-size: 14px;
  color: #353535;
  margin: 0 15px 0 0 !important;
  font-weight: 400;
}

.quantity input {
  position: absolute;
  left: 25px;
  width: 90px;
  height: 34px;
  line-height: 16px;
  font-size: 16px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 35px;
  border-radius: 50px;
  color: #585858;
  font-weight: 400;
}

.quantity input:focus {
  outline: 0;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity-nav {
  float: left;
  position: relative;
  left: 48px;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 50px;
  text-align: center;
  color: #c2c2c2;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 50%;
  transform: translateX(0);
}

.quantity-button.quantity-down {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 50%;
  transform: translateX(-100%);
}

textarea {
  resize: none;
}

.blog-comment-box {
  background-color: #fff;
  padding: 20px;
}

@media (min-width: 768px) {
  .blog-comment-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 35px;
  }
}

@media (min-width: 1200px) {
  .blog-comment-box {
    padding: 50px;
  }
}

.blog-comment-box h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #4c4a4a;
}

@media (min-width: 768px) {
  .blog-comment-box h3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .blog-comment-box h3 {
    margin-bottom: 60px;
    font-size: 26.4px;
  }
}

.blog-comment-box form.leave-comment {
  display: inline-block;
  width: 100%;
}

@media (min-width: 992px) {
  .blog-comment-box form.leave-comment {
    display: block;
  }
}

.blog-comment-box form.leave-comment .half {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-comment-box form.leave-comment .half {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .blog-comment-box form.leave-comment .full {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 100%;
    float: none;
  }
}

.blog-comment-box form.leave-comment .btn-submit2 {
  float: right;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .blog-comment-box form.leave-comment .btn-submit2 {
    margin-right: 15px;
    margin-top: 0px;
  }
}

.blog-comment-box form.leave-comment .input {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .blog-comment-box form.leave-comment .input {
    margin-bottom: 30px;
  }
}

.blog-comment-box > div:nth-last-of-type(1) {
  margin-bottom: 20px;
}

.blog-comment-box button.btn-km.btn-submit {
  padding: 15px 35px;
  float: right;
  margin-top: 20px;
  margin-right: 15px;
}

.contact-form2 {
  border-radius: 30px;
  box-shadow: -22px 20px 73px rgba(110, 110, 110, 0.22);
  background-color: #ffffff;
  padding: 30px;
}

@media (min-width: 992px) {
  .contact-form2 {
    padding: 60px;
  }
}

.form-item {
  border: 1px solid #b9b9b9;
  border-radius: 50px;
  padding: 15px 30px;
}

.form-item input[type=number] {
  width: 50px;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  color: #919191;
  font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.quanti-invitati-op {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #919191;
}



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

.banner-box {
  display: block;
}

.banner-box .sm-banner {
  display: block;
  background: black;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 1200px) {
  .banner-box .sm-banner {
    display: none;
  }
}

.banner img {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

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

#slider {
  display: none;
}

@media (min-width: 992px) {
  #slider {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  #slider {
    display: block;
  }
}

.ben-txt h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  margin: 20px 0 0 0;
  color: #fff;
  letter-spacing: 0px;
}

@media (min-width: 992px) {
  .ben-txt h1 {
    font-size: 120px;
    line-height: 120px;
    margin: 20px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .ben-txt h1 {
    font-size: 220px;
    line-height: 220px;
    margin: 20px 0 0 0;
    letter-spacing: -10px;
  }
}

.ben-txt strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0px 0;
  display: inline-block;
  width: 210px;
  color: #fff;
  text-align: left;
}

@media (min-width: 992px) {
  .ben-txt strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px 0;
    display: inline-block;
    width: 190px;
    color: #fff;
    text-align: left;
  }
}

.ben-txt span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  margin: 0px 0;
  display: block;
  color: #fff;
  display: block;
}

@media (min-width: 992px) {
  .ben-txt span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}

/* bensub-txt */
.bensub-txt:before {
  content: "";
  background-color: rgba(32, 29, 31, 0.3);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -45px;
  top: -20px;
  z-index: -1;
}

.bensub-txt span,
.bensub-txt1 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin: 0px 0;
  display: block;
  color: #f1f5f9;
  display: block;
}

.bensub-txt strong,
.bensub-txt1 strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0;
  display: block;
  color: #fff;
  display: block;
}

.brand {
  display: none;
  background-color: #f78711;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .brand {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.creation-sec ul.altr-box {
  background-color: #1e2a37;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .creation-sec ul.altr-box {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .creation-sec ul.altr-box {
    padding-bottom: 0px;
  }
}





ul.altr-box .left {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  padding-left: 0px;
  z-index: 1;
}

@media (min-width: 576px) {
  ul.altr-box .left {
    padding: 50px;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  ul.altr-box .left {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  ul.altr-box .left {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding: 80px;
    padding-left: 50px;
  }
}

ul.altr-box .left h2 {
  color: #fff;
  font-weight: 100;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  ul.altr-box .left h2 {
    font-size: 44px;
    line-height: 44px;
  }
}

ul.altr-box .left p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  ul.altr-box .left p {
    margin-bottom: 35px;
  }
}

ul.altr-box .left p:nth-last-of-type(1) {
  margin-bottom: 40px;
}

ul.altr-box .left a.btn-knmr {
  border-radius: 40px 40px 40px 40px;
  -ms-border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ee5c8d;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 100;
}

ul.altr-box .right {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  ul.altr-box .right {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

ul.altr-box .right figure {
  display: block;
}

.fullwidth {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .slider-single {
    margin-bottom: 100px;
  }
}

.slider-box {
  position: relative;
}

@media (min-width: 992px) {
  .slider-box {
    position: relative;

  }
}

.slider-box .slider-cap {
  position: absolute;
  top: 270px;
  right: auto;
  bottom: auto;
  left: 30px;
}

@media (min-width: 576px) {
  .slider-box .slider-cap {
    top: 49%;
  }
}

@media (min-width: 768px) {
  .slider-box .slider-cap {
    position: absolute;
    top: 57%;
    right: auto;
    bottom: auto;
    left: 30px;
  }
}

@media (min-width: 992px) {
  .slider-box .slider-cap {
    position: absolute;
    top: 57%;
    right: auto;
    bottom: auto;
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .slider-box .slider-cap {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 90px;
    left: 100px;
  }
}

.slider-box .slider-cap strong {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .slider-box .slider-cap strong {
    font-size: 18px;
    line-height: 18px;
  }
}

.slider-box .slider-cap span {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.slider-box.slick-slide figure {
  background-color: #000;
}

@media (min-width: 768px) {
  .slider-box.slick-slide img {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .slider-box.slick-slide img {
    width: auto;
  }
}

.slider-nav {
  margin: 0 -15px;
}

.slider-nav .slick-slide {
  margin: 15px;
}

.slider-nav-item {
  display: -ms-flexbox !important;
  display: flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: #efefef;
  padding: 15px;
  cursor: pointer;
  box-shadow: 1px 0px 0px 0px #e0e0e0;
}

@media (min-width: 768px) {
  .slider-nav-item {
    display: -ms-flexbox !important;
    display: flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

@media (min-width: 992px) {
  .slider-nav-item {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-color: #efefef;
    padding: 25px 15px;
    cursor: pointer;
  }
}

.slider-nav-item > span {
  display: inline-block;
  width: auto;
  margin-right: 18px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slider-nav-item > span {
    line-height: normal;
    float: none;
  }
}

.slider-nav-item div {
  display: inline-block;
  width: 48%;
  padding: 10px 0;
}

.slider-nav-item div strong {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .slider-nav-item div strong {
    font-size: 15px;
    color: #353535;
    display: block;
  }
}

.slider-nav-item div span {
  font-size: 13px;
  color: #353535;
  font-weight: 400;
  font-style: italic;
}

.slider-nav-item:focus, .slider-nav-item:hover {
  transition: all 1s 0s;
  background-color: #289fb4;
  outline: none;
}

.slider-nav-item:focus strong, .slider-nav-item:focus span, .slider-nav-item:hover strong, .slider-nav-item:hover span {
  color: #fff;
}
.event-dtls {
    padding:20px;
        background: #000;
    height: 385px;
}
.event-dtls h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .event-dtls h3 {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .event-dtls h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .event-dtls h3 {
    padding-right: 100px;
  }
}

.event-dtls p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.event-dtls p:nth-of-type(2), .event-dtls p:nth-of-type(3) {
  display: none;
}

@media (min-width: 768px) {
  .event-dtls p:nth-of-type(2) {
    display: block;
  }
  .event-dtls p:nth-of-type(3) {
    display: none;
  }
}

@media (min-width: 992px) {
  .event-dtls p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .event-dtls p:nth-of-type(3) {
    display: block;
  }
}

.event-dtls .readmore {
  transition: all 1s ease 0s !important;
  display: inline-block;
  width: auto;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .event-dtls .readmore {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .event-dtls .readmore {
    font-size: 40px;
  }
}

#sebscribe-row {
  background: #289fb4;
}

#sebscribe-row .sebscribe-box {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

@media (min-width: 992px) {
  #sebscribe-row .sebscribe-box {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -moz-flex-wrap: unset;
    -webkit-flex-wrap: unset;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

#sebscribe-row .sebscribe-box h2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #sebscribe-row .sebscribe-box h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

#sebscribe-row .sebscribe-box span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media (min-width: 576px) {
  #sebscribe-row .sebscribe-box span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #sebscribe-row .sebscribe-box span {
    font-size: 18px;
  }
}

#sebscribe-row .sebscribe-box form {
  margin-top: 50px;
}

@media (min-width: 768px) {
  #sebscribe-row .sebscribe-box form {
    margin-top: 60px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  #sebscribe-row .sebscribe-box form {
    margin-top: 75px;
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1200px) {
  #sebscribe-row .sebscribe-box form {
    margin-top: 85px;
  }
}

#sebscribe-row .sebscribe-box form input.input-subscribe {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
  border-color: #fff;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  #sebscribe-row .sebscribe-box form input.input-subscribe {
    margin-bottom: 0;
    width: 70%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #sebscribe-row .sebscribe-box form input.input-subscribe {
    width: 75%;
  }
}

#sebscribe-row .sebscribe-box form input.input-subscribe::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

#sebscribe-row .sebscribe-box form input.input-subscribe::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

#sebscribe-row .sebscribe-box form input.input-subscribe:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

#sebscribe-row .sebscribe-box form input.input-subscribe:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

#sebscribe-row .sebscribe-box form .btn-submit {
  border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  position: relative;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -moz-align-self: center;
  -webkit-align-self: center;
  cursor: pointer;
  padding: 17px 60px;
  font-size: 16px;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

@media (min-width: 768px) {
  #sebscribe-row .sebscribe-box form .btn-submit {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin-top: 0px;
  }
}

#sebscribe-row .sebscribe-box form .btn-submit:hover, #sebscribe-row .sebscribe-box form .btn-submit:focus {
  outline: none;
  color: #f78711 !important;
}

#sebscribe-row .sebscribe-box form .btn-submit:after, #sebscribe-row .sebscribe-box form .btn-submit:before {
  background-color: #fff !important;
}





.owl-carousel {
  margin-bottom: 0 !important;
  margin-bottom: 30px;
  min-height: 540px;
}

.owl-carousel .owl-item {
  padding: 0;
}

@media (min-width: 576px) {
  .owl-carousel .owl-item {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .owl-carousel .owl-item {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .team-wraper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*#owl-demo .owl-wrapper {
  min-height: 540px;
}
*/
.product-sec {
  background-color: #f6f7f7;
}

.product-sec .item {
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: box-shadow 1s 0s;
}

.product-sec .item figure {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
  min-height: 0;
}

@media (min-width: 576px) {
  .product-sec .item figure {
    min-height: 260px;
  }
}

.product-sec .item figcaption,
.product-sec .item .item-dtls {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 10px 0 0 0;
  position: relative;
}

.product-sec .item figcaption .left,
.product-sec .item .item-dtls .left {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: left;
      justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  text-align: left;
  width: 80%;
}

.product-sec .item figcaption .left strong, .product-sec .item figcaption .left span,
.product-sec .item .item-dtls .left strong,
.product-sec .item .item-dtls .left span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #353535;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-sec .item figcaption .left span,
.product-sec .item .item-dtls .left span {
  margin-bottom: 0px;
  font-weight: 500;
}

.product-sec .item figcaption .right .cart-item,
.product-sec .item .item-dtls .right .cart-item {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background-color: #289fb4;
  display: inline-block;
  width: auto;
  padding: 15px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}

.product-sec .item figcaption .right img,
.product-sec .item .item-dtls .right img {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 20px;
  left: auto;
}

.product-sec .item figcaption .right img:nth-of-type(2),
.product-sec .item .item-dtls .right img:nth-of-type(2) {
  display: none;
}

.product-sec .item:hover {
  box-shadow: 0 14px 38px 10px #ddd;
}

.product-sec .item:hover .item-dtls .cart-item {
  background-color: #f78711;
}

#owl-demo1.owl-carousel {
  min-height: 0px;
}

#owl-demo1.owl-carousel .owl-item {
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 576px) {
  #owl-demo1.owl-carousel .owl-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  #owl-demo1.owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#owl-demo1.owl-carousel .owl-controls .owl-page span {
  height: 8px;
  width: 8px;
  margin: 5px;
}

#owl-demo1.owl-carousel .owl-controls .owl-page.active span {
  height: 12px;
  width: 12px;
}

.contact-area {
  background: #000;
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}
.contact-area .header h2 {
    color: #fff !important;
}
.contact-area .container {
  position: relative;
  z-index: 3;
}

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

@media (min-width: 992px) {
  .contact-row {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}

.contact-row .contacts {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .contact-row .contacts {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .contact-row .contacts {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0px;
  }
}

.contact-row .contacts > ul li:last-child {
  margin-bottom: 0;
}

.contact-row .contacts > ul:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #707070;
  height: 1px;
  width: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  .contact-row .contacts > ul:before {
    width: 65%;
  }
}

.contact-row .contacts > ul:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  .contact-row .contacts > ul:after {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .contact-row .contacts header p {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .contact-row .contacts header p {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    color: #fff !important;
  }
}

.contact-row .contact-form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .contact-row .contact-form {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.contact-row .contact-form form {
  -ms-flex-align: end;
      align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  box-shadow: 0px 55px 71px 0 rgba(176, 176, 176, 0.3);
  padding: 25px;
  background: #fff;
}

@media (min-width: 576px) {
  .contact-row .contact-form form {
    padding: 35px;
  }
}

@media (min-width: 992px) {
  .contact-row .contact-form form {
    padding: 60px;
  }
}

.contact-row .contact-form form input {
  font-size: 18px;
  border-color: rgba(0, 0, 0, 0.2);
  color: #353535;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-row .contact-form form input {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .contact-row .contact-form form input {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .contact-row .contact-form form input {
    margin-bottom: 15px;
  }
}

.contact-row .contact-form form input::-webkit-input-placeholder {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.contact-row .contact-form form input::-moz-placeholder {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.contact-row .contact-form form input:-ms-input-placeholder {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.contact-row .contact-form form input:-moz-placeholder {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.social h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  color:#fff;
}

.social ul {
  margin-bottom: 0px;
  padding: 0px;
}

.social ul li {
  margin-bottom: 0;
  margin-right: 15px;
  background: #fff;
    border-radius: 50px;
}

.social ul li a {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border: 2px solid #f37e11;
  color: #f37e11;
  font-size: 16px;
  line-height: 16px;
      padding: 8px;
    width: 35px;
    text-align: center;
    height: 35px;
}

.inner-banner.about {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.about {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.about {
    background-image: url(../images/banner-about.jpg);
    min-height: 400px;
  }
}

.inner-banner.about img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.inner-banner.about .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.about .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  text-align: right;
}

.inner-banner.about .container .caption h1 {
    color: #252423;
    background: #ffffff9c;
    padding: 0 10px;
    visibility: hidden;
}

@media (min-width: 992px) {
  .abt-sec-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.abt-sec-1 .left {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .abt-sec-1 .left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.abt-sec-1 .left figure img {
  border: 11px solid #fff;
  box-shadow: 0px 48px 87px rgba(146, 146, 146, 0.54);
}

@media (min-width: 992px) {
  .abt-sec-1 .right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.right h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #353535;
  border-left: 2px solid #f78711;
  padding-left: 10px;
}
  .right p {
    color: #000 !important;
  }
@media (min-width: 992px) {
  .right p {
    margin-bottom: 30px;
    line-height: 24px;
    color: #000 !important;
  }
}

@media (min-width: 992px) {
  .right p:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
}

strong {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.sign {
  display: inline-block;
  padding-right: 45px;
  width: 180px;
}

@media (min-width: 992px) {
  .sign {
    float: right;
  }
}

.sign img {
  margin-bottom: 10px;
}

.sign span {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #353535;
}

#progress-row {
  background-color: #f78711;
  background-attachment: fixed;
  background-size: cover;
}

#progress-row .progress-box {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  #progress-row .progress-box {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

@media (min-width: 992px) {
  #progress-row .progress-box {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -moz-flex-wrap: unset;
    -webkit-flex-wrap: unset;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    width: auto;
  }
}

#progress-row .progress-box .circle-box {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #progress-row .progress-box .circle-box {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  #progress-row .progress-box .circle-box {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 0px;
  }
}

#progress-row .progress-box .circle-box div {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -moz-flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #progress-row .progress-box .circle-box div {
    margin-bottom: 30px;
  }
}

#progress-row .progress-box .circle-box div strong {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 36px;
  height: 36px;
  margin: auto;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-style: initial;
}

#progress-row .progress-box .circle-box div strong i {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  #progress-row .progress-box .circle-box div strong {
    font-size: 40.8px;
    line-height: 40.8px;
    height: 40.8px;
  }
}

#progress-row .progress-box .circle-box div canvas {
  width: 160px !important;
  height: 160px !important;
}

@media (min-width: 768px) {
  #progress-row .progress-box .circle-box div canvas {
    width: 220px !important;
    height: 220px !important;
  }
}

@media (min-width: 992px) {
  #progress-row .progress-box .circle-box div canvas {
    width: inherit;
    height: inherit;
  }
}

#progress-row .progress-box .circle-box .pb-cap {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  #progress-row .progress-box .circle-box .pb-cap {
    margin-bottom: 0;
  }
}

.inner-banner.service {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.service {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.service {
    background-image: url(../images/banner-services.jpg);
    min-height: 400px;
  }
}

.inner-banner.service img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}


.inner-banner.service .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.service .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.inner-banner.service .container .caption h1 {
  color: #252423;
    background: #ffffff9c;
    padding: 0 10px;
    visibility: hidden;
}

.service-row header {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .service-row header {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .service-row header {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .service-row header {
    margin-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .service-row header {
    margin-bottom: 180px;
  }
}

.service-dtls1 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .service-dtls1 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .service-dtls1 {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .service-dtls1 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .service-dtls1 {
    margin-bottom: 140px;
  }
}

.service-dtls1 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #353535;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .service-dtls1 h3 {
    margin-bottom: 30px;
  }
}

.service-dtls1 p {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.service-dtls2 {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .service-dtls2 {
    margin-bottom: 60px;
  }
}

.service-dtls2 .service-img {
  display: none;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .service-dtls2 .service-img {
    display: block;
  }
}

@media (min-width: 992px) {
  .service-dtls2 .service-img {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .service-dtls2 .service-img {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .service-dtls2 .service-img:after {
    content: "&";
    position: absolute;
    font-size: 500px;
    line-height: 610px;
    font-family: "Montserrat", sans-serif;
    color: #f1f1f1;
    font-weight: 600;
    z-index: -1;
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .service-dtls2 .service-img:after {
    font-size: 700px;
  }
}

ul.service-list {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  ul.service-list {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    box-shadow: 4.881px 55.787px 68px rgba(193, 192, 191, 0.43);
    padding: 45px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  ul.service-list {
    padding: 85px;
  }
}

ul.service-list li {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  ul.service-list li {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  ul.service-list li {
    display: block;
    width: 100%;
  }
}

ul.service-list li:last-child {
  margin-bottom: 0;
}

a.icon-box {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #585858;
}

a.icon-box span {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background-color: #e9e8e8;
  border-radius: 50%;
  padding: 15px;
}






#author-slider {
  min-height: 0;
}

#author-slider .owl-item {
  padding: 0px !important;
  text-align: center;
}

@media (min-width: 1200px) {
  #author-slider .owl-item .item {
    margin:10px;
  }
}

#author-slider.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  opacity: 0.5;
  border-radius: 20px;
  background: #fff;
}

#author-slider.owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  box-shadow: 1.239px 26.989px 98px rgba(137, 137, 137, 0.28);
  visibility: hidden;
  width: 290px;
  background-color: #fff;
  color: #fff;
  text-align: left;
  padding: 30px;
  position: absolute;
  z-index: 1;
  bottom: auto;
  top: 0px;
  left: 0;
  margin-left: -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 99;
}

@media (min-width: 768px) {
  .popup .popuptext {
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .popup .popuptext {
    width: 415px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.popup .popuptext span {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
}

.popup .popuptext div {
  width: 100%;
  display: inline-block;
  position: relative;
}

@media (min-width: 1200px) {
  .popup .popuptext div {
    width: 70%;
  }
}

.popup .popuptext div strong {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #353535;
  font-weight: 600;
  margin-bottom: 30px;
  font-style: normal;
  display: inline-block;
}

.popup .popuptext div p {
  font-size: 14px;
}

/* Popup arrow */
/* Toggle this class - hide and show the popup */
.popup .show,
.popup.show .popuptext {
  visibility: visible;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */

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

span.close {
  display: inline-block !important;
  background-color: #353535 !important;
  border-radius: 50px !important;
  height: 30px !important;
  width: 30px !important;
  color: #fff !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  font-weight: 300 !important;
  font-family: "Montserrat", sans-serif !important;
  margin: 0px !important;
  font-size: 15px !important;
  line-height: 10px !important;
  padding: 10px !important;
  text-align: center !important;
}

.inner-banner.banner-gallery {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.banner-gallery {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.banner-gallery {
    background-image: url(../images/banner-contact.jpg);
    min-height: 400px;
  }
}

.inner-banner.banner-gallery img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}


.inner-banner.banner-gallery .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.banner-gallery .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.inner-banner.banner-gallery .container .caption h1 {
  color: #252423;
    background: #ffffff9c;
    padding: 0 10px;
        visibility: hidden;
}










.view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

.gallery-box.gal-pgbox .btn-group .btn-sort {
  background-color: #f2f2f2 !important;
}

.gallery-box.gal-pgbox .btn-group .btn-sort span {
  background-color: #f2f2f2 !important;
}

.gallery-box.gal-pgbox .btn-group .btn-sort.active {
  background-color: #f2f2f2 !important;
}

.inner-banner.event-banner {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.event-banner {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.event-banner {
    background-image: url(../images/banner-event.jpg);
    min-height: 400px;
  }
}

.inner-banner.event-banner img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .inner-banner.event-banner img {
    display: none;
  }
}

.inner-banner.event-banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.event-banner .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.inner-banner.event-banner .container .caption h1 {
  color: #535353;
}

.event #page {
  overflow: hidden;
}

@media (min-width: 992px) {
  .event-wraper2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .event-wraper2 .sidebar {
    margin-left: 8.3333333333%;
  }
}

.event-area2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .event-area2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .event-area2 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .event-area2 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.single-event2 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .single-event2 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .single-event2 {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .single-event2 {
    margin-bottom: 60px;
  }
}

.single-event2:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.single-event2 .events-thumb {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .single-event2 .events-thumb {
    position: relative;
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .single-event2 .events-thumb {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

@media (min-width: 1200px) {
  .single-event2 .events-thumb {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.single-event2 .events-thumb img {
  border: 11px solid #fff;
}

.single-event2 .events-thumb:hover .events-social {
  background-color: #ee5c8d;
}

@media (min-width: 992px) {
  .single-event2 .events-dtls {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.single-event2 .events-dtls h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .single-event2 .events-dtls h3 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
  }
}

.single-event2 .events-dtls .post-nd {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .single-event2 .events-dtls .post-nd {
    margin-bottom: 35px;
  }
}

.single-event2 .events-dtls .post-nd .clock {
  display: inline-block;
  width: 16px;
  float: left;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.single-event2 .events-dtls .post-nd span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #4c4a4a;
  font-style: italic;
  font-weight: 400;
  padding-right: 1px;
  position: relative;
}

.single-event2 .events-dtls .post-nd span:after {
  content: ",";
}

.single-event2 .events-dtls .post-nd span:nth-of-type(1):after, .single-event2 .events-dtls .post-nd span:nth-last-of-type(1):after {
  content: ",";
  display: none;
}

.single-event2 .events-dtls p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-event2 .events-dtls p {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .single-event2 p {
    line-height: 28px;
    margin-bottom: 40px;
  }
}

.events-social2 {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  background-color: transparent;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .events-social2 {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin-top: 0px;
  }
}

.events-social2 li {
  margin-left: 0px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .events-social2 li {
    margin-left: 15px;
    margin-right: 0px;
  }
}

.events-social2 li a {
  font-size: 16px;
  color: #a4a4a4;
  display: block;
}

@media (min-width: 992px) {
  .events-social2 li a {
    padding: 5px;
  }
}

.events-social2 li a:hover, .events-social2 li a:focus {
  color: #f78711;
}

.inner-banner.shop-banner {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.shop-banner {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.shop-banner {
    background-image: url(../images/banner-shop.jpg);
    min-height: 400px;
  }
}

.inner-banner.shop-banner img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .inner-banner.shop-banner img {
    display: none;
  }
}

.inner-banner.shop-banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.shop-banner .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.inner-banner.shop-banner .container .caption h1 {
  color: #8e8c8f;
}

.breadcrumb1 {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .breadcrumb1 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .breadcrumb1 {
    margin-bottom: 70px;
  }
}

.breadcrumb1 li {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #f78711;
  padding-right: 12px;
  margin-right: 7px;
  position: relative;
}

@media (min-width: 768px) {
  .breadcrumb1 li {
    font-size: 16px;
  }
}

.breadcrumb1 li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #323232;
}

@media (min-width: 576px) {
  .breadcrumb1 li a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .breadcrumb1 li a {
    font-size: 18px;
  }
}

.breadcrumb1 li a:hover {
  color: #b3486c;
}

.breadcrumb1 li:after {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: auto;
  content: "/";
  font-size: 20px;
  font-weight: 300;
  color: #6a6a6a;
}

@media (min-width: 992px) {
  .breadcrumb1 li:after {
    font-weight: 500;
    top: 0px;
  }
}

.breadcrumb1 li:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .shop-wraper-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: unset;
        justify-content: unset;
    -moz-justify-content: unset;
    -webkit-justify-content: unset;
    -ms-flex-align: unset;
        align-items: unset;
    -moz-align-items: unset;
    -webkit-align-items: unset;
  }
}

@media (min-width: 1200px) {
  .shop-wraper-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.shop-area {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .shop-area {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .shop-area {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .shop-area {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

.shop-area h2 {
  font-size: 32px;
  line-height: 32px;
  color: #4c4a4a;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .shop-area h2 {
    font-size: 49.6px;
    line-height: 49.6px;
  }
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .top-bar {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}

.top-bar .short-bar {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

@media (min-width: 992px) {
  .top-bar .short-bar {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .top-bar .styled-select select {
    width: 330px;
  }
}

.input-select {
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border: 1px solid #c8c8c8;
  padding: 10px;
}

@media (min-width: 992px) {
  .pagi {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.pagi ul {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: relative;
}

.pagi ul li {
  position: relative;
  z-index: 1;
  left: 40px;
}

.pagi ul li a {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  background-color: #5f5f5f;
  color: #fff;
  width: 80px;
  height: 40px;
  padding-right: 25px;
}

.pagi ul li.active {
  position: relative;
  z-index: 3;
  left: 80px;
}

.pagi ul li.active a {
  background-color: #b3486c;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 0;
}

.pagi ul li.next {
  position: static;
  z-index: 0;
}

.pagi ul li.next a {
  background-color: transparent;
  border: 1px solid #5f5f5f;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .item-wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.item-wraper .shop-item {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .item-wraper .shop-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .item-wraper .shop-item {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .item-wraper .shop-item {
    margin-bottom: 60px;
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.item-wraper .shop-item figure {
  background-color: #fff;
  padding: 6px;
}

.item-wraper .shop-item figure a {
  display: block;
}

.item-wraper .shop-item figure a > img {
  display: block;
  width: 100%;
}

.item-wraper .shop-item .item-dtls {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 25px 0 15px 0;
  position: relative;
}

.item-wraper .shop-item .item-dtls .left {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: left;
      justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  text-align: left;
  width: 60%;
}

.item-wraper .shop-item .item-dtls .left strong, .item-wraper .shop-item .item-dtls .left span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #353535;
  font-size: 18px;
  margin-bottom: 10px;
  font-style: normal;
}

.item-wraper .shop-item .item-dtls .left span {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

.item-wraper .shop-item .item-dtls .right .cart-item {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background-color: #f78711;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 15px;
  font-size: 22px;
  line-height: 22px;
}

.item-wraper .shop-item .item-dtls .right .cart-item:hover {
  background-color: #f78711;
  color: #fff;
}

.item-wraper .shop-item .item-dtls .right img {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 20px;
  left: auto;
}

.item-wraper .shop-item .item-dtls .right img:nth-of-type(2) {
  display: none;
}

.short-msg {
  font-size: 13px;
  display: inline-block;
  width: auto;
  padding: 10px;
  padding-left: 0px;
}

.styled-select {
  border: 1px solid #e1e1e1;
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  overflow: hidden;
  position: relative;
}

.styled-select .styled-select select {
  width: 60%;
}

select:focus {
  outline: none;
}

.styled-select select {
  cursor: pointer;
  width: 100%;
  padding: 18px 20px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #4c4a4a;
  font-weight: 400;
  /*hide default down arrow in webkit */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dd-arrow.png) no-repeat 92% center;
}

.fa-caret-down {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
  font-size: 20px;
  color: #e1e1e1;
}

@-moz-document url-prefix() {
  .styled-select select {
    width: 110%;
  }
}

select::-ms-expand {
  display: none;
}

/* hide default down arrow in IE10*/
/* hack to fall back in opera */
_:-o-prefocus .styled-select, .selector .styled-select {
  background: none;
}

/****** Style Star Rating Widget *****/
fieldset {
  margin: 0;
  padding: 0;
}

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label {
  color: #b3486c;
}

.rating > input:checked ~ label:hover {
  color: #b3486c;
}

.rating > input:checked ~ label:hover ~ label {
  color: #b3486c;
}

.rating > input:checked + label:hover {
  color: #b3486c;
}

.rating label {
  margin: 0;
  padding: 0;
  line-height: 0px;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > label:before {
  margin: 4px;
  font-size: 16px;
  font-family: 'acro';
  display: inline-block;
  content: "\e901";
  color: #facf2a;
}

.rating > label:hover ~ input:checked ~ label {
  color: #facf2a;
}

.rating > label:nth-last-of-type(1) ~ input:checked ~ label {
  color: #333;
}

.rating:not(:checked) > label:hover {
  color: #b3486c;
}

.rating:not(:checked) > label:hover ~ label {
  color: #b3486c;
}

.inner-banner.shop-dtls-banner {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.shop-dtls-banner {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.shop-dtls-banner {
    background-image: url(../images/banner-shop2.jpg);
    min-height: 400px;
  }
}

.inner-banner.shop-dtls-banner img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .inner-banner.shop-dtls-banner img {
    display: none;
  }
}

.inner-banner.shop-dtls-banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.shop-dtls-banner .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-banner.shop-dtls-banner .container .caption h1 {
  color: #e0e5f5;
}

.shop-dtls-wraper {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (min-width: 576px) {
  .shop-dtls-wraper {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .shop-dtls-wraper {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .shop-dtls-wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 60px;
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .shop-dtls-wraper {
    margin-bottom: 80px;
    margin-top: 120px;
  }
}

.shop-dtls-area {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .shop-dtls-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .shop-dtls-area {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .shop-dtls-area {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

.product-dtls-row1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product-dtls-row1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .product-dtls-row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .product-dtls-row1 {
    margin-bottom: 60px;
  }
}

.product-dtls-row1 figure {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product-dtls-row1 figure {
    width: 45%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .product-dtls-row1 figure {
    width: 45%;
  }
}

.product-dtls-row1 figure img {
  border: 8px solid #fff;
}

.product-dtls-row1 .prdtls {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
}

@media (min-width: 992px) {
  .product-dtls-row1 .prdtls {
    width: 55%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .product-dtls-row1 .prdtls {
    width: 55%;
  }
}

.product-dtls-row1 .prdtls h2 {
  color: #353535;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .product-dtls-row1 .prdtls h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.product-dtls-row1 .prdtls .item-price {
  font-family: "Montserrat", sans-serif;
  color: #353535;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .product-dtls-row1 .prdtls .item-price {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.product-dtls-row1 .prdtls .item-price small {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.product-dtls-row1 .prdtls p {
  margin-bottom: 45px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .product-dtls-row1 .prdtls p {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .product-dtls-row1 .prdtls p {
    margin-bottom: 85px;
  }
}

.product-review {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .product-review {
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .product-review {
    padding-bottom: 30px;
  }
}

.product-review .review-text {
  font-size: 12px;
}

.qnc-box {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.qnc-box .item-qnt-box {
  border-radius: 50px 50px 50px 50px;
  -ms-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  display: inline-block;
  width: auto;
  padding: 2px 15px;
  border: 1px solid #bcbcbc;
}

@media (min-width: 992px) {
  .qnc-box .item-qnt-box {
    padding: 10px 15px;
  }
}

.qnc-box .item-qnt-box .input-search3 {
  color: #4c4a4a;
  font-weight: 500;
  padding: 10px 15px;
  padding-right: 35px;
  width: 70px;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  border: none;
  text-align: center;
}

.qnc-box .item-qnt-box .input-search3::-webkit-input-placeholder {
  color: #919191;
  font-size: 16px;
  font-weight: 300;
}

.qnc-box .item-qnt-box .input-search3::-moz-placeholder {
  color: #919191;
  font-size: 16px;
  font-weight: 300;
}

.qnc-box .item-qnt-box .input-search3:-ms-input-placeholder {
  color: #919191;
  font-size: 16px;
  font-weight: 300;
}

.qnc-box .item-qnt-box .input-search3:-moz-placeholder {
  color: #919191;
  font-size: 16px;
  font-weight: 300;
}

.qnc-box a.btn-addtocart {
  padding: 15px 30px;
  color: #f78711;
  font-weight: 600;
}

.qnc-box a.btn-addtocart:hover, .qnc-box a.btn-addtocart:focus {
  transition: all 1s 0s, color 2s;
  color: #fff;
  border-color: #f78711;
}

.related-product h3 {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  color: #4c4a4a;
}

@media (min-width: 768px) {
  .related-product h3 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .related-product h3 {
    margin-bottom: 45px;
  }
}

.vertical-tabs-container {
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vertical-tabs-container {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .vertical-tabs-container {
    margin-bottom: 50px;
  }
}

.vertical-tabs-container li {
  list-style: none;
}

.vertical-tabs-container .vertical-tabs {
  display: none;
  position: relative;
}

@media (min-width: 992px) {
  .vertical-tabs-container .vertical-tabs {
    display: inline;
    float: left;
    width: 100%;
    display: block;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.vertical-tabs-container .vertical-tabs:after {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.vertical-tabs-container .vertical-tabs:focus {
  outline: none;
}

.vertical-tabs-container .vertical-tabs a.vertical-tab {
  color: #333;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 18px;
}

.vertical-tabs-container .vertical-tabs a.vertical-tab:nth-last-of-type(1) {
  border-bottom: none;
}

.vertical-tabs-container .vertical-tabs a.vertical-tab span {
  display: inline-block;
  background-color: #5ecfb9;
  border-radius: 50%;
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 24px;
  text-align: center;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .vertical-tabs-container .vertical-tabs a.vertical-tab.is-active {
    font-weight: 600;
  }
}

.vertical-tabs-container a.vertical-tab-accordion-heading {
  background-color: white;
  color: #333;
  border-top: 1px solid gainsboro;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0.75em 0.809em;
}

@media (min-width: 992px) {
  .vertical-tabs-container a.vertical-tab-accordion-heading {
    display: none;
  }
}

.vertical-tabs-container a.vertical-tab-accordion-heading:focus, .vertical-tabs-container a.vertical-tab-accordion-heading:hover {
  color: #b3486c;
}

.vertical-tabs-container a.vertical-tab-accordion-heading:first-child {
  border-top: none;
}

.vertical-tabs-container a.vertical-tab-accordion-heading.is-active {
  background: #f6f6f6;
  border-bottom: none;
}

.vertical-tabs-container .vertical-tab-content-container {
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .vertical-tabs-container .vertical-tab-content-container {
    height: auto;
    width: 100%;
    display: inline-block;
  }
}

.vertical-tabs-container .vertical-tab-content-container a:focus {
  outline: none;
}

.vertical-tabs-container .vertical-tab-content {
  padding: 15px;
}

@media (min-width: 992px) {
  .vertical-tabs-container .vertical-tab-content {
    padding: 50px 0;
    padding-right: 0;
    border: none;
    display: none;
  }
}

.vertical-tabs-container .vertical-tab-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.vertical-tabs-container .vertical-tab-content p {
  color: #353535;
  line-height: 28px;
  font-size: 14px;
}

.vertical-tabs-container .vertical-tab-content p:nth-last-of-type(1) {
  margin-bottom: 0px !important;
}

.vertical-tabs-container:after {
  clear: both;
  content: "";
  display: block;
}

.inner-banner.coach-banner {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.coach-banner {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.coach-banner {
    background-image: url(../images/banner-coaches.jpg);
    min-height: 400px;
  }
}

.inner-banner.coach-banner img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .inner-banner.coach-banner img {
    display: none;
  }
}

.inner-banner.coach-banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.coach-banner .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.inner-banner.coach-banner .container .caption h1 {
  color: #535353;
}

.team-page {
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

@media (min-width: 576px) {
  .team-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .team-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}



@media (min-width: 576px) {
  .team-page .tm-box {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .team-page .tm-box {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 425px;
  }
  .team-page .tm-box:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .team-page .tm-box {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
    min-height: 430px;
  }
}

@media (min-width: 1200px) {
  .team-page .tm-box {
    min-height: 510px;
  }
  .team-page .tm-box:nth-last-child(-n + 4) {
    margin-bottom: 0px;
  }
}

.team-page .tm-box .tm-social {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

.team-page .tm-box .tm-social ul {
  padding: 0;
}

.team-page .tm-box .tm-body {
  cursor: pointer !important;
}

.team-page .tm-box .tm-footer {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
}

.tmdt-modal {
  box-shadow: 0px 55px 84px rgba(10, 10, 10, 0.27);
  border-radius: 0;
  border: none;
  padding: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .tmdt-modal {
    text-align: left;
    padding: 60px;
  }
}

.tmdt-modal .modal-header {
  border: none;
  padding: 0px;
}

.tmdt-modal .modal-header .close {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: auto;
  left: auto;
  color: #080808;
  z-index: 9;
  opacity: 1;
}

@media (min-width: 992px) {
  .tmdt-modal .modal-wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.tmdt-modal .modal-wraper figure {
  display: inline-block;
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 175px;
  height: 175px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .tmdt-modal .modal-wraper figure {
    border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    width: 175px;
    height: 175px;
    overflow: hidden;
  }
}

.tmdt-modal .modal-wraper .tm-dtls {
  padding: 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .tmdt-modal .modal-wraper .tm-dtls {
    padding-left: 60px;
    width: 75%;
  }
}

.tmdt-modal .modal-wraper .tm-dtls h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 12px;
}

.tmdt-modal .modal-wraper .tm-dtls span {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #595959;
  margin-bottom: 28px;
  display: block;
}

.tmdt-modal .modal-wraper .tm-dtls p {
  font-size: 14px;
  font-weight: 400;
 color: black !important;
  margin-bottom: 18px;
}

.tmdt-modal .modal-wraper .tm-dtls strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}

.tmdt-modal .modal-wraper .tm-dtls .tmdtl-social {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .tmdt-modal .modal-wraper .tm-dtls .tmdtl-social {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
}

.tmdt-modal .modal-wraper .tm-dtls .tmdtl-social li {
  margin-right: 20px;
}

.tmdt-modal .modal-wraper .tm-dtls .tmdtl-social li a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #f78711;
}

.inner-banner.blog-banner {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.blog-banner {
    min-height: 280px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.blog-banner {
    background-image: url(../images/banner-blog.jpg);
    min-height: 400px;
  }
}

.inner-banner.blog-banner img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}


.inner-banner.blog-banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.blog-banner .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-banner.blog-banner .container .caption h1 {
      color: #252423;
    background: #ffffff9c;
    padding: 0 10px;
    visibility: hidden;
}

.blogsection {
  background-color: #f5f5f5;
}

.blog-list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  margin-bottom: 20px;
}

.blog-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  margin-bottom: 30px;
  overflow: visible;
}

@media (min-width: 992px) {
  .blog-list > li {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    display: -webkit-box;
    margin-bottom: 60px;
  }
}

.blog-list > li .blog-thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
}

@media (min-width: 992px) {
  .blog-list > li .blog-thumbnail {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.blog-list > li .blog-thumbnail img {
  border: 10px solid #fff;
}

.blog-list > li:nth-child(even) .blog-thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}

@media (min-width: 992px) {
  .blog-list > li:nth-child(even) .blog-thumbnail {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .blog-list > li:nth-child(even) .blog-details {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
  }
}

.blog-list > li:hover .blog-thumbnail img, .blog-list > li:focus .blog-thumbnail img {
  box-shadow: 0px 48px 87px rgba(146, 146, 146, 0.54);
}

.blog-thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}

@media (min-width: 992px) {
  .blog-thumbnail {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.blog-details {
  overflow: hidden;
  padding: 15px;
  z-index: 0;
}

@media (min-width: 576px) {
  .blog-details {
    padding: 30px 15px;
  }
}

@media (min-width: 768px) {
  .blog-details {
    padding: 50px 20px;
  }
}

@media (min-width: 992px) {
  .blog-details {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 40px 70px;
  }
}

@media (min-width: 1200px) {
  .blog-details {
    padding: 70px;
  }
}

.blog-details h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #4c4a4a;
  margin-bottom: 20px;
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  .blog-details h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .blog-details h3 {
    font-size: 22.8px;
    line-height: 22.8px;
    font-weight: 500;
    margin-left: -20px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.blog-details h3:nth-of-type(1):before {
  content: "";
  background-color: #f78711;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
  width: 2px;
  height: 100%;
}

@media (min-width: 992px) {
  .blog-details h3:nth-of-type(1):before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0px;
  }
}

.blog-details .adc {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .blog-details .adc {
    margin-bottom: 40px;
  }
}

.blog-details .adc span {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.blog-details .adc span:before {
  content: "/";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 20px;
  height: auto;
  font-size: 18px;
  line-height: 20px;
}

.blog-details .adc span:hover, .blog-details .adc span:focus {
  color: #f78711;
}

.blog-details .adc span:hover:before, .blog-details .adc span:focus:before {
  color: #f78711;
}

.blog-details .adc span.author {
  padding-left: 0px;
  margin-left: 0px;
}

.blog-details .adc span.author:before {
  display: none;
}

.blog-details p {
  font-size: 14px;
  line-height: 24px;
  color: #000 !important;
}

@media (min-width: 768px) {
  .blog-details p {
    font-weight: 400;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .blog-details p {
    margin-bottom: 60px;
  }
}

.blog-details .blog-social {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: transparent;
  padding: 0;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-details .blog-social {
    margin-top: 15px;
  }
}

.blog-details .blog-social li {
  margin: 0 3px;
}

.blog-details .blog-social li a {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #868686;
  font-size: 12px;
  border: 1px solid #868686;
  padding: 4px;
}

.blog-details .blog-social li a:hover, .blog-details .blog-social li a:focus {
  color: #f78711;
  border: 1px solid #f78711;
}

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

.inner-banner.single-blog-banner img {
  display: block;
}

.inner-banner.single-blog-banner .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.single-blog-banner .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
}

.inner-banner.single-blog-banner .container .caption h1 {
  color: #535353;
}

@media (min-width: 992px) {
  .blog-wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}

.blog-detail-main {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-detail-main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .blog-detail-main {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .blog-detail-main {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.blog-detail-main .blog-thumbnail {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.blog-detail-main .blog-thumbnail img {
  border: 10px solid #fff;
}

.blog-detail-main .blog-details {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none;
  top: 0;
  transform: translateY(0);
  background-color: transparent;
}

@media (min-width: 992px) {
  .blog-detail-main .blog-details {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

.blog-detail-main .blog-details h3 {
  margin-left: 0px;
  padding-left: 0px;
}

@media (min-width: 992px) {
  .blog-detail-main .blog-details h3 {
    padding-left: 0px;
  }
}

.blog-detail-main .blog-details h3:nth-of-type(1) {
  padding-left: 20px;
}

.blog-detail-main .blog-details h3:before {
  width: 3px;
}

@media (min-width: 768px) {
  .blog-detail-main .blog-details p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .blog-detail-main .blog-details p {
    line-height: 26px;
  }
}

.blog-detail-main .blog-details blockquote {
  color: #878787;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  position: relative;
  margin-bottom: 40px;
  margin-left: 25px;
  letter-spacing: .3px;
}

@media (min-width: 992px) {
  .blog-detail-main .blog-details blockquote {
    font-weight: 400;
    margin-left: 60px;
    line-height: 26px;
  }
}

.blog-detail-main .blog-details blockquote:before {
  content: "";
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -30px;
  width: 1px;
  height: 100%;
}

.blog-social {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: transparent;
  padding: 0;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-social {
    margin-top: 15px;
  }
}

.blog-social li {
  margin: 0 3px;
}

.blog-social li a {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #868686;
  font-size: 12px;
  border: 1px solid #868686;
  padding: 4px;
}

.blog-social li a:hover, .blog-social li a:focus {
  color: #f78711;
  border: 1px solid #f78711;
}

.list-type1 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .list-type1 {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .list-type1 {
    margin-bottom: 65px;
  }
}

.list-type1 li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #4c4a4a;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .list-type1 li {
    margin-bottom: 20px;
  }
}

.list-type1 li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  content: "";
  background-color: #f78711;
  margin: auto;
}

.list-type1 li:last-child {
  margin-bottom: 0px;
}

.author-says {
  display: inline-block;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .author-says {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .author-says {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .author-says figure {
    width: 100px;
    height: auto;
    display: inline-block;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
  }
}

.author-says figure img {
  border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border: 4px solid #fff;
}

.author-says .author-dtls {
  color: #858484;
  display: inline-block;
  width: 75%;
}

@media (min-width: 768px) {
  .author-says .author-dtls {
    padding-left: 30px;
  }
}

.author-says .author-dtls strong {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-style: normal;
}

.author-says .author-dtls span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #f78711;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}

.author-says .author-dtls span:after {
  position: absolute;
  content: "";
  background-color: #858484;
  height: 10px;
  width: 1px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.author-says .author-dtls span:nth-last-of-type(1) {
  padding-right: 0px;
  margin-right: 0px;
}

.author-says .author-dtls span:nth-last-of-type(1):after {
  display: none;
}

.author-says .author-dtls span a {
  color: #858484;
}

.author-says .author-dtls span a:hover {
  color: #f78711;
}

.author-says .author-dtls p {
  font-size: 16px;
  margin-bottom: 10px;
}

.author-says .author-dtls .author-social {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
}

.author-says .author-dtls .author-social li {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .author-says .author-dtls .author-social li {
    margin-right: 30px;
  }
}

.author-says .author-dtls .author-social li a {
  color: #848484;
  font-size: 18px;
}

.author-says .author-dtls .author-social li a:hover, .author-says .author-dtls .author-social li a:focus {
  color: #ee5c8d;
}

.author-says li {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.author-says.depth2 {
  padding: 10px 0;
  -webkit-margin-start: 100px;
          margin-inline-start: 100px;
  margin-bottom: 10px;
}

.author-says.depth2 li {
  margin-bottom: 10px;
}

.lcs-box {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}

.lcs-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.lcs-box ul li {
  margin: 0 5px;
}

.lcs-box ul li a {
  color: #a7b6c2;
  padding: 5px;
  font-size: 14px;
}

.lcs-box ul li i {
  margin-right: 3px;
}

.lcs-box ul li i:before {
  color: #a7b6c2;
}

.lcs-box ul li:hover a, .lcs-box ul li:hover i::before {
  color: #f78711;
}

.rnc-box {
  display: -ms-flexbox;
  display: flex;
}

.rnc-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.rnc-box ul li {
  width: auto;
  margin: 0 !important;
}

.rnc-box ul li a {
  color: #a7b6c2;
  padding: 5px;
  font-size: 14px;
}

.rnc-box ul li i {
  margin-right: 3px;
}

.rnc-box ul li i:before {
  color: #a7b6c2;
}

.rnc-box ul li:hover a, .rnc-box ul li:hover i::before {
  color: #f78711;
}

.inner-banner.contact {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 160px;
}

@media (min-width: 768px) {
  .inner-banner.contact {
    min-height: 280px;
  }
}

@media (min-width: 1200px) {
  .inner-banner.contact {
    background-image: url(../images/banner-contact.jpg);
    min-height: 400px;
  }
}

.inner-banner.contact img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}


.inner-banner.contact .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-banner.contact .container .caption {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-direction: unset;
      flex-direction: unset;
  -moz-flex-direction: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-pack: unset;
      justify-content: unset;
  -moz-justify-content: unset;
  -webkit-justify-content: unset;
  -ms-flex-align: center;
      align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-banner.contact .container .caption h1 {
      color: #252423;
    background: #ffffff9c;
    padding: 0 10px;
    visibility: hidden;
}

.contact-section header {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .contact-section header {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .contact-section header {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .contact-section header {
    margin-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .contact-section header {
    margin-bottom: 180px;
  }
}

@media (min-width: 992px) {
  .contact-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.contact-body .left {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .contact-body .left {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .contact-body .right {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
  }
}

.contact-body form {
  -ms-flex-align: end;
      align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
}

.contact-body form input {
  margin-bottom: 20px;
  color: #353535;
  font-size: 14px;
  border-color: #353535;
}

@media (min-width: 992px) {
  .contact-body form input {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .contact-body form input {
    margin-bottom: 30px;
  }
}

.contact-body form input:nth-of-type(3) {
  margin-bottom: 40px;
}

.contact-body form input::-webkit-input-placeholder {
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .contact-body form input::-webkit-input-placeholder {
    color: #353535;
    font-size: 14px;
  }
}

.contact-body form input::-moz-placeholder {
  color: #353535;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact-body form input::-moz-placeholder {
    color: #353535;
    font-size: 14px;
  }
}

.contact-body form input:-ms-input-placeholder {
  color: #3f3f3f;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact-body form input:-ms-input-placeholder {
    color: #3f3f3f;
    font-size: 14px;
  }
}

.contact-body form input:-moz-placeholder {
  color: #3f3f3f;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact-body form input:-moz-placeholder {
    color: #3f3f3f;
    font-size: 14px;
  }
}

.contact-body form input:focus {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.contact-body form input:focus::-webkit-input-placeholder {
  color: #353535;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

.contact-body form .btn-submit2 {
  margin-top: 0px;
}

.contact-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .contact-info {
    margin-bottom: 30px;
  }
}

.contact-info ul {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.contact-info ul li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contact-info ul li {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .contact-info ul li {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .contact-info ul li {
    margin-bottom: 30px;
  }
}

p {
    
    text-align: justify;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.right-section ul li {
    display: inline-flex;
}
.right-section ul li a i {
    color:#fff;
}

/*==============================testimonials========================*/


.modal-video-tes .modal-content{
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%);
}
.modal-video-tes .modal-header{
    border-bottom: 1px solid #e9ecef00;
}
.modal-video-tes .modal-open .modal {
    background: #040303ba;
}
.modal-video-tes button.close {
    padding: 0;
    background-color: #00beff;
    opacity: 1;
    line-height: 13px;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
}
/*================================*/

.logo-effect-tilt {
    background: black;
}

.logo-effect-tilt img {
    margin: 0 auto;
    display: block;
    transform: translate3d(-50%, -50%,);
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

@media (max-width: 768px) {
    .d-xs-none-sec {
        display:none;
    }
    .right-section {
        margin: 0 auto;
        background: #000;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .instagram-page iframe{
        min-width: 260px !important;
    }
    .about-us .gym-list li {
        max-width:100%;
        margin:0px;
    }
    .about-us .gym-list li a span {
         max-width:100%;
    }
}
/*=================sm-banner=======================*/
.bounce img {
    padding-top: 12px;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.bounce img{
	
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.text-area-read-more-1 p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
}
.text-area-read-more p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-header .logo img{
    width:130px;
}
.top-header #social-icon .right-section {
        line-height: 12px;
}
.button-lr {
    position: fixed;
    width: 60px;
    right: 5px;
    bottom: 20px;
    z-index: 111;
}
.button-lr1 {
    position: fixed;
    width: 80px;
    left: 5px;
    bottom: 20px;
    z-index: 111;
}
.gallery-page #video-slider .owl-item {
    width:380px !important;
}
.page-testimonials .item span {
    color:#000;
}
.page-testimonials .item p {
    color:#000;
}
.page-testimonials #author-slider.owl-theme .owl-controls .owl-page span {
        background: black;
}
.services-page .gallery-box.gal-pgbox .btn-group .btn-sort span{
    background: #f78711 !important;
    color: #fff;
}
.services-page .gallery-box.gal-pgbox .btn-group .btn-sort.active {
        background: #f78711 !important;
}
.services-page .gallery-box.gal-pgbox .btn-group .btn-sort {
        background: #f78711 !important;
    padding: 10px 20px;
}
.services-page .btn-group .btn-sort:after {
    background: #f78711 !important;
}
.servicespage-details-modal .services-details-page img {
        width: 400px;
    float: left;
    margin-right: 15px;
}
.servicespage-details-modal .services-details-page p {
    color: #000 !important;
}
.testi-color .header p {
    color: #000 !important;
}
.servicespage-details-modal .join-modal {
    border-radius: 0px;
}
.gal-pgbox-page .well .btn-group {
        text-align: center;
    align-items: center;
    margin: 0 auto;
    display: block;
}

.blog-page .box{
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #b1a6a6;
    background: white;
    margin-bottom: 30px;
    padding: 6px 5px 0;
}
.blog-page .box:before{
    content: "";
    width: 80%;
    height: 220%;
    background: rgb(247 135 17);
    position: absolute;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
}
.blog-page .box:hover:before{
    left: 10%;
}
.blog-page .box:after{
    content: "";
    width: 55%;
    height: 175%;
    background-color: rgb(247 135 17);
    position: absolute;
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all 0.8s ease 0s;
}
.blog-page .box:hover:after{
    bottom: -70%;
}
.blog-page .box img{
    width: 100%;
    height: auto;
}
.blog-page .box .box-content{
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    color: #fff;
    padding: 0 20px;
    z-index: 2;
    transition: all 1.1s ease 0s;
}
.blog-page .box:hover .box-content{
    top: 30px;
}
.blog-page .box .title{
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: white;
    font-weight: 500;
}
.blog-page .box .post{
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
    width: 60%;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-page .box .icon{
    width: 100%;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s;
}
.blog-page .box:hover .icon{
    bottom: 25px;
}
.blog-page .box .icon li{
    display: inline-block;
}
.blog-page .box .icon li a{
    display: inline-block;
    line-height: 35px;
    background: #000;
    padding: 0px 8px;
    margin: 0 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.blog-page .box .icon li a:hover{
    background: #fff;
    color: #f58111;
}
@media only screen and (max-width:990px){
    .blog-page .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:768px){
    .blog-page .box .title{ font-size: 20px; }
    .top-header .logo {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .top-header #social-icon .right-section {
        margin-top: 0px;
    }
    .right-section {
        background:transparent;
        margin-bottom:10px;
    }
    .button-lr1 {
        bottom:7px;
    }
    .services-details-page {
        margin-top: 35px;
    }
.top-header:before {
    content: "";
    width: 95%;
    height: 89px;
}
.join-now-item {
    text-align:center;
}


}







.shop-modal-details .tmdt-modal .modal-wraper figure {
        width: auto;
    height: auto;
    overflow: hidden;
    float: left;
    border-radius: 0;
}
.shop-modal-details .tmdt-modal .modal-wraper .tm-dtls {
    padding-left: 22px;
    width: 59%;
}
.payment-modal .modal  {
    background: white;
}
.payment-modal .payment-sec img {
    width:100%;
}
.payment-modal .payment-sec {
    margin: 0 auto;
}
.payment-modal .tmdt-modal {
    padding:0px;
}
.payment-sec {
    margin-top: 10px;
}
.payment-sec img {
    width:100px;
}
.classes-sec .blog-list li {
    box-shadow: 0px 48px 87px rgba(146, 146, 146, 0.54);
}
.classes-sec .blog-details {
    padding: 40px 43px 83px 40px;
}
.classes-sec .blog-list > li {
    margin-bottom: 100px;
}

.page-testimonials .demo{ background-color: #E4E4E6; }
.page-testimonials .main-timeline{
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.page-testimonials .main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.page-testimonials .main-timeline .timeline{
    width: 80%;
    margin: 0 30px 20px 0;
    float: left;
}
.page-testimonials .main-timeline .timeline-content{
    color: #333;
    min-height: 150px;
    padding: 30px;
    border: 3px solid #952F78;
    display: block;
    position: relative;
    z-index: 1;
}
.page-testimonials .main-timeline .timeline-content:before,
.page-testimonials .main-timeline .timeline-content:after{
    content: '';
    background: #fff;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.3);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.page-testimonials .main-timeline .timeline-content:after{
    background-color: #952F78;
    height: 3px;
    width: 100px;
    box-shadow: none;
    transform: translateY(-50%);
    left: 100%;
    right: auto;
    top: 50%;
    bottom: auto;
    z-index: -1;
}
.page-testimonials .main-timeline .timeline-content:hover{ text-decoration: none; }
.page-testimonials .main-timeline .timeline-icon {
    height: 150px;
    width: 150px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -200px;
}
.page-testimonials .main-timeline .timeline-icon figure {
    transform: rotate(-45deg);
}
.page-testimonials .main-timeline .timeline-icon:before{
    content: "";
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
}
.page-testimonials .main-timeline .timeline-icon i{ transform: rotate(-45deg); }
.page-testimonials .main-timeline .title{
    color: #952F78;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.page-testimonials .main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
    color:#000;
}
.page-testimonials .main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 20px 30px;
}
.page-testimonials .main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: auto;
    right: 100%;
}
.page-testimonials .main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -200px;
}

.page-testimonials .main-timeline .timeline:nth-child(4n+2) .title{ color: #CC2310; }
.page-testimonials .main-timeline .timeline:nth-child(4n+3) .timeline-content{ border-color: #37792F; }
.page-testimonials .main-timeline .timeline:nth-child(4n+3) .timeline-content:after{ background-color: #37792F; }


.page-testimonials .main-timeline .timeline:nth-child(4n+4) .title{ color: #08abcc; }
@media screen and (max-width:767px){
    .about-us section {
            width: 100% !important;
    }
    .main_title h2 {
            font-size: 30px !important;
                margin-bottom: 0 !important;
    }
    .about-section1 p {
            width: 100% !important;
    }
    .main_title p {
        font-size: 14px !important;
    }
    .Our_Journey_So {
    margin-top: 0 !important;
    padding-bottom: 1px !important;
    padding-top: 50px !important;
}
.provided_service {
    padding-top: 50px;
}
    .about-section1 {
    padding-bottom: 0 !important;
}
.our-archivment1 {
    padding-top: 0 !important;
}
.provided-srvs {
    padding: 0 !important;
}
.event-dtls {
        height: 200px;
}
    .page-testimonials .main-timeline .timeline{
        width: 100%;
        padding: 0 170px 0 0;
    }
    .new-about-section h2 {
        margin-top: 38px;
    margin-bottom: 30px;
    }
    .page-testimonials .main-timeline .timeline:nth-child(even){ padding: 0 0 0 170px; }
    .page-testimonials .main-timeline .timeline-content:after{ width: 50px; }
    .page-testimonials .main-timeline .timeline-icon{ right: -150px; }
    .page-testimonials .main-timeline .timeline:nth-child(even) .timeline-icon{ left: -150px; }
}
@media screen and (max-width:576px){
    .page-testimonials .page-testimonials .main-timeline .timeline,
    .page-testimonials .page-testimonials .main-timeline .timeline:nth-child(even){
        padding: 35px 0 0 0;
        margin: 0 0 10px;
    }
    .page-testimonials .page-testimonials .main-timeline .timeline-content{ padding-top: 45px; }
    .page-testimonials .page-testimonials .main-timeline .timeline-content:after{ display: none; }
    .page-testimonials .page-testimonials .main-timeline .timeline .timeline-icon{
        font-size: 25px;
        line-height: 50px;
        height: 50px;
        width: 50px;
        right: 7px;
        top: -27px;
        transform: translateY(0) rotate(45deg);
    }
    .page-testimonials .main-timeline .timeline:nth-child(even) .timeline-icon{ left: 7px; }
    .page-testimonials .main-timeline .timeline .timeline-icon:before{
        height: 83%;
        width: 83%;
    }
    .page-testimonials .main-timeline .title{ font-size: 18px; }
    .auto-container-padding {
    padding:0px !important;
}
.navbar {
   margin:0;
    padding: 0;
}
#myHeader .logo {
    width: 108px;
}
}
.auto-container-padding {
    padding:0 100px;
}
.creation-sec,
.video-testimonials-section,
.gallery,
.map2 {
    margin-top:40px;
}

@media (max-width: 1215px) {
    .navbar .navbar-collapse .navbar-nav .nav-item {
        text-align: center;
        margin-right: 10px;
    }
    .auto-container-padding {
        padding:0 50px;
    }
}


.right-section .btn {
	display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    box-shadow: 0 0px 10px #ffffff;
    color: #3498db;
    overflow: hidden;
    position: relative;
        padding: 0;
    text-align: center;
    line-height: 43px;
}

.right-section .btn i {
	line-height: 30px;
    font-size: 20px;
	transition: 0.2 linear;
}
.right-section .btn:hover i {
	transform: scale(1.3);
	color: #f1f1f1;
}
.right-section .btn::before{
content: "";
position: absolute;
width: 120%;
height: 120%;
background-color: #3498db;
transform: rotate(45deg);
left: -110%;
top: 90%;
}
.right-section .btn:hover::before{
	animation: aaa 0.7s 1;
	top: -10%;
	left: -10%;
}
.right-section .youtube:hover::before{
	background: red;
}
.right-section .facebook:hover::before{
	background: #3b5999;
}
.right-section .instagram:hover::before{
	background: #e4405f;
}
.right-section .linkedin:hover::before {
	background: #007bb6;
}
.right-section .twitter:hover::before {
	background: #1da1f2;
}
.right-section .whatsapp:hover::before {
	background: #25d366;
}
.right-section .phone:hover::before {
	background: #007bb6;
}

@keyframes aaa {
	0%{
		left: -110%;
		top: 90%;
	}
	50%{
		left: 10%;
		top: -30%
	}
	100%{
		top: -10%;
		left: -10%;
	}
}

.celibritibetes-sec {
    background: #000;
    padding-bottom: 40px;
}
.video-testimonials-section {
    background: #f78711;
    padding-bottom: 40px;
    margin: 0;
}
.gallery-section1 {
    background: #f6f7f7;
    padding-bottom:10px;
}
footer .useful-link li a{
    color: #fff;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}
footer .useful-link {
    margin-bottom:30px;
}
footer .useful-link li a:hover {
    color:#f37e11;
}

.shop-page-home .header h2{
    color: #000 !important;
}
.shop-page-home .header p{
    color: #000 !important;
} 

.mb-50 {
    margin-bottom:50px;
}
.blog-page #header p{
    color: #000 !important;
}
.single-blog #header p{
    color: #000 !important;
}




/* Custom Arrow */
.prev1{
	color: #999;
	position: absolute;
	top: 38%;
	left: -2em;
	font-size: 1.5em;
	
}
.prev1:hover{
	cursor: pointer;
	color: black;
}
.next1{
	color: #999;
	position: absolute;
	top: 38%;
	right: -2em;
	font-size: 1.5em;
	
}
.next1:hover{
	cursor: pointer;
	color: black;
}
@media screen and (max-width: 800px) {
    .next1 {
        display: none !important;
    }
}

.creation-sec p {
        text-align: left !important;
}
.map2 {
    margin-top: 0;
}
#Our_Journey_So_slider {
        height: auto;
    min-height: auto;
}
#Our_Journey_So_slider .owl-prev,
#Our_Journey_So_slider .owl-next {
    background: transparent;
    opacity: 1;
    font-size: 25px;
}