/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  /* background-color: #ff0000; */
  /* color: #fff; */
}
.hide {
  display: none;
}
.show{
  display: block !important;
}
/* ::selection {
  background-color: #ff0000;
  color: #fff;
} */

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #444444;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

html {
    overflow-x: hidden; /*prevent sidescroll on mobile*/
}
body {
  color: #444444;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden; /*prevent sidescroll on mobile*/
}

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #777777;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

@media (max-width: 767px) {
    h1, .h1 {
      font-size: 28px;
    }

    h2, .h2 {
      font-size: 24px;
    }

    h3, .h3 {
      font-size: 20px;
    }

    h4, .h4 {
      font-size: 16px;
    }

    h5, .h5 {
      font-size: 14px;
    }

    h6, .h6 {
      font-size: 14px;
    }

}
td, th {
  border-radius: 0px;
}



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}


.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.section-half {
  padding: 75px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

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

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

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

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

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

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #df0000;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #df0000;
  border: 1px solid #df0000;
  background: #fff;
}

.genric-btn.primary-border {
  color: #df0000;
  border: 1px solid #df0000;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #df0000;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #73d61c;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #73d61c;
  border: 1px solid #73d61c;
  background: #fff;
}

.genric-btn.success-border {
  color: #73d61c;
  border: 1px solid #73d61c;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #73d61c;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #df0000;
}

td, th {
	border: 1px solid #dddddd;
	padding: 10px;
	font-size: 1rem;
}

@media (max-width: 767px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
  padding-top: 5px;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #df0000;
  background: #fff;
  top: 11px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #df0000;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #df0000;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #df0000;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9f9;
  padding: 0 20px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9f9;
  padding: 0 20px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}


.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #df0000;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #df0000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #df0000;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #73d61c;
}

.primary-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #df0000;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #df0000;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9f9;
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.form-select .nice-select .list {
  margin-top: 0;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 1rem;
  padding-left: 20px;
}

.form-select .nice-select .list .option.selected {
  color: #df0000;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #df0000;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.default-header {
  background: white;
  margin-top: 37px;
  padding: 20px 120px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media (max-width: 1347px) {
  .default-header {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .default-header {
    padding: 20px 15px;
  }
}

.menu-bar {
  cursor: pointer;
}

.menu-bar span {
  color: #222222;
  font-size: 24px;
}

.main-menubar {
  position: relative;
}

nav {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: 100% 50%;
}

@media (max-width: 767px) {
  nav {
    margin-right: 0;
    position: absolute;
    right: -40px;
    text-align: left;
    top: 100px;
    padding: 20px 5px;
    z-index: 5;
    background: #fff;
  }
}

nav.hide {
  transform: scale(0);
}

nav a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  margin: 0 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  nav a {
    width: 100%;
    font-size: 1.5em;
    border-bottom: 1px solid;
    padding: 10px;
    margin: 0;
  }

  .menu-bar.hide {
    display: block;
  }

  .default-header {
    padding: 0;
  }
}
/* only on desktop */
@media (min-width: 767px) {
  nav a:hover {
    color: #f0a800;
  }
}
.white-menubar .menu-bar span {
  color: #fff;
}

.white-menubar nav a {
  color: rgba(255, 255, 255, 0.7);
}

.white-menubar nav a:hover {
  color: white;
}

.dup-body {
  background: #ff0000;
}

.dup-body-wrap {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  margin: 40px;
  position: relative;
}

@media (max-width: 1347px) {
  .dup-body-wrap {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .dup-body-wrap {
    /*margin: 10px;*/
  }
}

@media (max-width: 1199px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.section-gap {
  padding: 120px 0;
}

.primary-btn {
  line-height: 1.5;
  padding: 15px 60px 15px 38px;
  border-radius: 0.1875rem;
  background: transparent;
  border: 1px solid #ff0000;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:focus {
  outline: none;
  box-shadow: 0 0 10px 5px #ff00001f;
}

.primary-btn span {
  color: #222222;
  position: absolute;
  top: 54%;
  transform: translateY(-60%);
  right: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  background: #ff0000;
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 25px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #ff0000;
}

.primary-btn.white:hover span {
  color: #ff0000;
}

.banner-area {
  background: #fff;
}
.banner-area .fullscreen {
    height: calc(100vh - 100px) !important;
	min-height: 790px;
}

@media (max-width: 991px) {
  .banner-area .fullscreen {
    min-height: 900px;
  }
}


@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: 800px !important;
  }
}

@media (max-width: 767px) {
  .banner-content {
    margin-top: 100px;
  }
}

.banner-content h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .banner-content h1 br {
    display: none;
  }
}

.banner-content p {
  font-size: 16px;
  color: #444444;
}

@media (max-width: 767px) {
  .banner-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .banner-content p br {
    display: none;
  }
}

.generic-banner {
  background: #fff;
}

.generic-banner.element-banner {
  background: #ff0000;
}

.generic-banner .height {
	height: 500px;
  	padding-top: 50px;
}

@media (max-width: 767px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .generic-banner .banner-content h2 br {
    display: none;
  }
}

.generic-banner .banner-content p {
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .generic-banner .banner-content p br {
    display: none;
  }
}



.overlay-bg {
  background: rgba(220, 0, 0, 0.8);
}







.achivement-area {
  background: #fff;
}

.achivement-area .achivement-content h2 {
  line-height: 1.15em;
  margin-bottom: 10px;
}

.achivement-area .single-achivement {
  margin-top: 30px;
  text-align: center;
}

.achivement-area .single-achivement .achivement-link {
  display: block;
  background: #f9fcff;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.achivement-area .single-achivement .achivement-link i {
  display: inline-block;
  padding: 40px 0;
  font-size: 42px;
  color: #777777;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.achivement-area .single-achivement h6 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.achivement-area .single-achivement h6 a {
  color: #222222;
  font-weight: 300;
}

.achivement-area .single-achivement:hover .achivement-link {
  background: #ff0000;
}

.achivement-area .single-achivement:hover .achivement-link i {
  color: #fff;
}

.video-area {
  position: relative;
  background: url(../img/video-area-bg.jpg) no-repeat center center/cover;
}

.video-area .overlay-bg {
  background: rgba(220, 0, 0, 0.8);
}

.video-area .video-content {
  padding: 200px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}

.skill-area {
  background: #fff;
}

.skill-area .skill-content h2 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .total-progress-bar {
    margin-top: 50px;
  }
}

.single-progressbar {
  background: #f9fcff;
}

.single-progressbar .progress-bar {
  background: #ff0000;
  height: 5px;
  line-height: 5px;
}

.carousel-area {
  position: relative;
  background: url(../img/carousel-bg.jpg) no-repeat center center/cover;
}



.active-bottle-carousel {
  position: relative;
}

.active-bottle-carousel .carousel-thumb {
  border-radius: 5px;
  overflow: hidden;
}

.active-bottle-carousel .carousel-thumb img {
  width: auto;
}

@media (max-width: 1199px) {
  .active-bottle-carousel .carousel-content {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .active-bottle-carousel .carousel-content {
    margin-top: 50px;
    padding-right: 0;
  }
}

.active-bottle-carousel .owl-controls {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .active-bottle-carousel .owl-controls {
    right: 0;
  }
}

@media (max-width: 767px) {
  .active-bottle-carousel .owl-controls {
    display: none;
  }
}

.active-bottle-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
}

.active-bottle-carousel .owl-controls .owl-dots .owl-dot {
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.active-bottle-carousel .owl-controls .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}

.active-bottle-carousel .owl-controls .owl-dots .owl-dot.active {
  background: white;
  width: 50px;
}

.contact-area {
  background: #fff;
  padding: 90px 0 120px 0;
}

.contact-area .single-address {
  margin-top: 30px;
  padding: 0 5px;
}

.contact-area .single-address h6 {
  margin-bottom: 20px;
}

.contact-area .single-address p {
  margin-bottom: 0;
}

.subscription-area {
  padding-bottom: 90px;
}

.subscription input {
  width: 100%;
  line-height: 50px;
  padding: 0 180px 0 25px;
  border: none;
  background: transparent;
  font-weight: 300;
  border-radius: 25px;
  background: #f9f9ff;
}

.subscription .primary-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: #ff0000;
  color: #fff;
}

.subscription .primary-btn span {
  color: #fff;
}

.subscription .info {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
}

.subscription .info.valid {
  color: #fff;
}

.subscription .info.error {
  color: #fff;
}

@media (max-width: 767px) {
  .subscription input {
    padding: 0 25px;
  }
  .subscription .primary-btn {
    top: 120%;
    transform: translate(50%, 0);
    right: 50%;
    width: 220px;
  }
  .subscription .info {
    top: 110px;
  }
}

.footer-widget-area {
  position: relative;
  background: url(../img/f-bg.jpg) no-repeat center center/cover;
}



.footer-widget-area .container {
  position: relative;
  z-index: 2;
}

.footer-widget-area .footer-nav {
  margin-top: -7px;
}

.footer-widget-area .footer-nav li {
  margin-top: 8px;
}

.footer-widget-area .footer-nav li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget-area .footer-nav li a:hover {
  color: white;
}

.instafeed {
  margin: -5px;
}

.instafeed li {
  overflow: hidden;
  width: 25%;
}

.instafeed li img {
  margin: 5px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.footer-bottom {
  padding-top: 40px;
}

.footer-bottom .footer-text {
  color: #fff;
}

.footer-bottom .footer-text i {
  color: #fff;
}

.footer-bottom .footer-text a {
  text-decoration: underline;
  color: #fff;
}

.footer-bottom .footer-text a:hover {
  color: white;
}

@media (max-width: 767px) {
  .footer-social {
    margin-top: 10px;
  }

  nav{
    display: none;
    padding: 0;
    margin: 0;
  }

  .menu-bar{
    display: block;
  }

  .default-header {
    padding: 0 40px;
  }

  nav a {
    margin: 0;
    padding: 15px 40px;
  }
}

.main-menubar nav a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-weight: 700;

}
.main-menubar nav a:not(.primary-btn):not(.not-link-style) {
    box-shadow: none;
}


.footer-social a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.footer-social a i {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  background: #fff;
  border: 1px solid white;
}

.footer-social a:hover i {
  color: #ff0000;
}

.about-generic-area {
  position: relative;
  background: url(../img/g-bg.jpg) no-repeat center center/cover;
}



.about-generic-area .container {
  position: relative;
  z-index: 2;
}

.about-generic-area .border-top-generic {
  padding: 100px 15px;
}

.about-generic-area p {
  margin-bottom: 30px;
}


.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}
[name="personal_website_part[]"] {
  margin-bottom: 10px;
}
.btn-secondary a,
.btn-secondary a:hover {
  color: #42352d;
  text-decoration: none;
}
#add-experience-modal .modal-dialog {
  max-width: 800px;
}










/**/




/* --------- Modified existing classes-------*/
.hide {
    display: none;
}
.default-header{
    z-index: 999;
}
nav .login-area {
    display:inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
    nav .login-area {
        display: block;
        margin-top: 5px;
        text-align: right;
        padding-right: 8px;
        position: relative;
        top: 5px;
    }
}
@media (max-width: 767px) {
    nav .login-area {
        width: 100%;
        text-align: center;
        padding: 0px 30px;
    }
}
a.nav-button {
    padding: 9px 13px 8px;
    color: #fff !important;
    border: 2px solid #000;
    background-color: #000;
    margin-right: 10px;
    margin-left: 10px;
}
a.nav-button:hover,
a.nav-button:focus {
    background: #ffff00;
    color: #000 !important;
}

a.nav-button-outline{
    padding: 9px 13px 8px;
    border: 2px solid #000;
    margin-left: 10px;
}
a.nav-button-outline:hover {
    border-color: #000;
}
@media (max-width: 1680px) {
    .default-header{
        padding-left: 90px;
        padding-right: 60px;
    }
}
@media (max-width: 1347px) {
    .default-header{
        padding-left: 50px;
        padding-right: 20px;
        font-size: 11px;

    }
}
@media (max-width: 991px) {
    .default-header{
        padding-left: 30px;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .default-header {
        padding: 20px 30px;
    }
    a.nav-button {
        margin: 0;
    }
}

nav a {
    margin: 0;
    padding: 7px 13px 5px;
    text-decoration: none;
}

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

@media (max-width: 1100px) {
    nav a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    nav {
        right: -30px;
        top: 88px;
        border-bottom: 2px solid #000;
    }
    nav a {
        margin: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    a.nav-button {
        width: calc(50% - 10px);
        padding: 10px 20px;
        margin: 20px 0px;
    }

    a.nav-button-outline {
        width: calc(50% - 10px);
        padding: 10px 20px;
        margin: 20px 0px 20px 20px;
    }
}


body {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
    font-size: 1.1rem;
    color: #000;
}
.dup-body{
    background: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
a {
    color: #000;
    text-decoration: underline;
}
a:not(.primary-btn):not(.not-link-style):not(.dropdown-item) {
    text-decoration: none;
    font-weight: 700;
    outline: 0;
    color: #000;
    box-shadow: inset #fff200 0 -2px 0;
}
a:not(.primary-btn):not(.not-link-style):not(.dropdown-item):hover,
a:not(.primary-btn):not(.not-link-style):not(.dropdown-item):focus   {
    box-shadow: inset #fff200 0 -10px 0;
    text-decoration: none;
    color: #000;
}
.logo a,
.main-menubar a {
    box-shadow: none !important;
}

.black-bg a:not(.primary-btn):not(.not-link-style):not(.dropdown-item),
.error a:not(.primary-btn):not(.not-link-style):not(.dropdown-item) {
    color: #fff;
}

.black-bg a:not(.primary-btn):not(.not-link-style):not(.dropdown-item):hover,
.black-bg a:not(.primary-btn):not(.not-link-style):not(.dropdown-item):focus,
.error a:not(.primary-btn):not(.not-link-style):not(.dropdown-item):hover,
.error a:not(.primary-btn):not(.not-link-style):not(.dropdown-item):focus {
  box-shadow: inset #fff200 0 -4px 0;
  border-bottom: 2px solid #fff200;
  color: #fff
}

a.remove-link-css,
a.remove-link-css:hover,
.black-bg a.remove-link-css,
.black-bg a.remove-link-css:hover {
    border-bottom: none !important;
    box-shadow: none !important;
}


/* only on desktop */
a:focus {
    color: #000;
    outline: 1px dashed #000;
}
.black-bg a:focus {
    outline: 1px dashed #fff;
}
nav a:hover,
nav a:focus {
    background-color: #ffff00;
    color: #000;
}
.dup-body-wrap{
    box-shadow: none;
    margin: 0;
}
.header-wrap {
    max-width: 1680px;
    margin: 0 auto;
}
.logo {
    width: 200px;
    min-width: 200px;
}
.logo a:not(.primary-btn):not(.not-link-style) {
    box-shadow: none;
    text-decoration: none;
}
@media (max-width: 991px) {

    .logo {
        width: 160px;
        min-width: 160px;
    }
}

.lnr-menu:before,
.lnr-cross:before {
    position: relative;
    padding: 30px;
    left: 30px;
}

section{
    padding: 0 120px;
}
@media (max-width: 1680px) {
    section{
        padding: 0 60px;
    }
}
@media (max-width: 1347px) {
    section{
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    section{
        padding: 0;
    }
}
section > .container {
    max-width: 1360px;
    margin: 0 auto;
}
.primary-btn {
    border-radius: 25px;
    border: 0;
    color: #000000;
    font-weight: 900;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
    text-decoration: none;
    background: rgba(255, 255, 0, 1);
    letter-spacing: 0.5px;
}
.lnr-arrow-right:before {
    font-weight: 700;
}
.primary-btn:hover,
.primary-btn:focus {
    background: hsla(60, 100%, 50%, 1);
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.9);
}
.primary-btn:focus {
    outline-offset: 6px;
    outline: 1px dashed #000;
    box-shadow: none;
}
.black-bg .primary-btn:focus {
    outline: 1px dashed #fff;
}

.primary-btn:hover span {
    color: #000;
}

.primary-btn.alternative {
    background: rgba(230, 230, 230, 1);
}
.primary-btn.alternative:hover,
.primary-btn.alternative:focus {
    box-shadow: 0 0 15px rgba(220, 220, 220, 0.5);
}

.black-bg .primary-btn.alternative {
    background: transparent;
    border: 2px solid white;
    padding: 13px 58px;
    color: #fff;
}
.black-bg .primary-btn.alternative:hover,
.black-bg .primary-btn.alternative:focus {
    background: #ccc;
    border-color:ccc;
    box-shadow: 0 0 15px rgba(220, 220, 220, 0.5);
}


/* .black-bg form label,
.black-bg form small {
    color: #bfbfbf;
} */

.include-in-api-call {
    position: relative;
}

input {
    display: block;
    position: relative;
}
textarea {
    overflow: hidden;
}

p.instructions {
    font-size: 0.875rem;
    line-height: 1.35;
    color: #bfbfbf;
    margin-top: 5px;
    font-weight: 600;
}
.black-bg p.instructions b {
    font-weight: 700;
    color: #ddd;
}

.error + p.instructions,
.error + label + p.instructions {
    /* color: #ff4444; */
    margin-bottom: 0;
}

.single-input,
.single-textarea,
.form-select .nice-select {
    padding: 6px 0 5px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}

.single-textarea {
    min-height: 45px;
}

.form-select .nice-select {
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 44px;
}

.form-select .nice-select option {
    color: #000;
}
.nice-select:after{
    border-color: #fff;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    box-shadow: inset 0px -3px 0 #cffff8;
    border-bottom-color: #cffff8;
}
.single-input:hover,
.single-textarea:hover {
    border-bottom-color: #cffff8;
}
.single-input:focus,
.single-textarea:focus {
    /* border-bottom: 5px solid #fff; */
    /* padding-bottom: 1px; */
    box-shadow: inset 0px -3px 0 #cffff8;
    border-bottom-color: #cffff8;
}
.single-input::placeholder,
.single-textarea::placeholder {
    color: #666;
    font-weight: 700;
}

.label-animate + label,
.label-animate label {
    position: absolute;
    pointer-events: none;
    font-size: 1.3rem;
    color: #666;
    font-weight: 700;
    top: 6px;
    left: 0;
    transition: all 300ms ease;
}

.col-6 .label-animate + label,
.col-6 .label-animate label,
.col-12 .label-animate + label,
.col-12 .label-animate label  {
    left: 15px;
}

.form-select.label-animate label {
    left: 0;
}

.col-6 .form-select.label-animate label {
    left: 15px;
}

input.is-filled + label,
textarea.is-filled + label,
.form-select.is-filled label,
.nice-select:active + label,
.nice-select.open + label,
.nice-select:focus + label {
    top: -18px;
    font-size: 0.8125rem;
    color: #ccc;
    letter-spacing: 0.5px;
}

.single-input.error,
.single-textarea.error,
.form-select .nice-select.error {
    border-bottom-color: #ff4444 !important;
    color: #ff4444 !important;
}
.single-input.error:focus,
.single-textarea.error:focus {
        box-shadow: inset 0px -3px 0 #ff4444;
}

.single-input.error + label,
.single-textarea.error + label,
.form-select .nice-select.error label,
.form-select .nice-select.error + label {
    color: #ff4444 !important;
}

@media (max-width: 767px) {
    .label-animate + label,
    .label-animate label {
        font-size: 1rem;
        top: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
    .single-input,
    .single-textarea,
    .form-select .nice-select {
        font-size: 1rem;
    }
    input.is-filled + label,
    textarea.is-filled + label,
    .form-select.is-filled label,
    .nice-select:active + label,
    .nice-select.open + label,
    .nice-select:focus + label {
        font-size: 0.75rem;
        top: -15px;
    }
    .form-select .nice-select{
        height: 37px;
    }
    p.instructions {
        font-size: 0.75rem;
    }
    .single-textarea {
        min-height: 37px;
    }


}





/* Checkboxes */
.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  top: 1px;
}
.checkbox:hover + label:before {
  background: rgb(207, 255, 248, 1);
}
.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgb(207, 255, 248, 0.75);
}
.checkbox:checked + label:before {
  background: rgb(207, 255, 248, 1);
}
.checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 11px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


@media (max-width: 767px) {
    .checkbox + label {
        font-size: 1rem;
    }
    .checkbox + label:before {
        top: -1px;
    }
    .checkbox:checked + label:after {
        top: 9px;
    }



}

#success-msg {
    display: none;
    color: #ffffff;
    background: #1f5d0b;
    font-weight: 600;
    padding: 20px 20px 10px;
    border: 2px solid #21e221;
}

#success-msg p {
    margin-bottom: 0.5rem;
}





/*-----Override Chrome autofill colors------------*/
/* Change the white to any color ;) */
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:active  {
        -webkit-box-shadow: 0 0 0 30px #ffffdc inset !important;
    }

    /*Change text in autofill textbox*/
    input:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-text-fill-color: #000 !important;
    }

    .black-bg input:-webkit-autofill,
    .black-bg input:-webkit-autofill:hover,
    .black-bg input:-webkit-autofill:focus,
    .black-bg input:-webkit-autofill:active,
    .black-bg select:-webkit-autofill,
    .black-bg select:-webkit-autofill:hover,
    .black-bg select:-webkit-autofill:focus,
    .black-bg select:-webkit-autofill:active  {
        -webkit-box-shadow: 0 0 0 30px #333000 inset !important;
    }

    /*Change text in autofill textbox*/
    .black-bg input:-webkit-autofill,
    .black-bg select:-webkit-autofill {
        -webkit-text-fill-color: #fff !important;
    }




    /*-----Override select inside margins------------*/

    select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px;
    }




/*-----------New CSS Classes-----------*/
section.first-section > .container,
section.second-section > .container {
    max-width: 1680px;
}
.first-section {
    padding-top: 190px;
    position: relative;
}
.first-section .container {
    position: relative;
}
.first-section .overlay {
    background: #fff;
    margin-top: 310px;
}
.white-box-with-border {
    background: #fff;
    padding: 50px;
    border: 2px solid #000;
    margin: 50px;
}
@media (max-width: 1680px) {
    .white-box-with-border {
        margin-left: 25px;
        margin-right: 25px;
        padding: 50px 40px 40px;
    }
}
@media (max-width: 1347px) {
    .white-box-with-border {
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 30px 30px;
    }
}
@media (max-width: 991px) {
    .white-box-with-border {
        margin-left: 0;
        margin-right: 0;
        padding: 40px 20px 20px;
    }
}
@media (max-width: 575px) {
    .white-box-with-border {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 15px 15px;
    }
}
/* -----------Transformers----------- */
.white-bg {
    background: #fff;
    color: #000;
}
.black-bg {
    background: #201e25;
    color: #fff;
}
.black-bg h2 {
    color: #fff;
}
.stripes-bg {
    background-image: url("/img/bg-pattern-2.png");
    background-repeat:repeat;
}

.white-box-with-border .primary-btn {
    margin-top: 30px;
}
.inline-block{
    display: inline-block;
}
.highlight {
    background-color: #cffff8;
    padding: 5px 2px;
    font-weight: 700;
    color: black;
}
.semi-bold {
    font-weight: 600
}
.bold {
    font-weight: 700;
}
.extra-bold {
    font-weight: 800
}
.black-bold {
    font-weight: 900;
}
.align-center-wrapper {
    text-align: center; /* Find bootstrap alternative class... */
}

.first-paragraphs{
    line-height: 30px;
    max-width: 750px;
    margin: 50px auto 10px;
    font-weight: 600;
    text-align: center;
}
.first-paragraphs .highlight {
    font-weight: 800;
}
.first-paragraphs p {
    margin-bottom: 30px;
}
.first-paragraphs p b,
.first-paragraphs b {
    font-weight: 800;
}
.first-paragraphs a:not(.primary-btn):not(.not-link-style) {
    font-weight: 800;
}

#contact-form label.error {
    color: #ff4444;
    font-size: 1rem;
    display: block;
    margin: 5px 0;
    text-align: left;
}
.label-animate + label.error,
.label-animate label.error {
    position: relative;
    top: 3px;
    font-weight: 400;
}

.col-6 .label-animate + label.error,
.col-6 .label-animate label.error {
    left: 0;
}







.selected-url{
    /* border-bottom: 2px solid black; */
    /* color: #ffbf00; */
    background-color: #ffff00;
}
nav a.dropdown-link.selected-url::after {
    border-top-color: #000;
}
nav .dropdown-container {
    background: #fff;
    border: 3px solid #000000;
    z-index: 50;
}
nav .dropdown-container a:not(:last-child) {
    display: block;
    /* margin-bottom: 1rem; */
}
nav .dropdown-container a:last-child,
nav .dropdown-parent.clicked > a {
    border-bottom: none;
}

nav a.dropdown-link::after {
    content: "";
    position: relative;
    right: -4px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 4px solid #000;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  nav a.dropdown-link::after {
    right: -7px;
    top: 13px;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5.5px solid #000;
  }
}
nav a.dropdown-link:hover::after {
    border-top-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
nav .dropdown-parent {
    display: inline-block;
}
@media (min-width: 767px) {
    nav .dropdown-container {
        display: none;
        position: absolute;
        flex-direction: column;
        padding: 25px 10px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .dropdown-parent:hover .dropdown-container{
        display: flex;
    }
    .display-mobile-only{
        display: none;
    }
}
@media (max-width: 767px) {
    nav .dropdown-parent {
        display: block;
    }

    /** to reenable OLD MOBILE MENU WITH DROPDOWN ON TOUCH, COMMENT THE NEXT TWO CSS RULES: **/
    /*.display-mobile-only{*/
        /*display: inline-block;*/
    /*}*/
    /*a[href="/contact"].display-mobile-only {*/
          /*display: none;*/
      /*}*/
    /*nav .dropdown-parent {*/
        /*display: none !important;*/
    /*}*/
    /** to reenable OLD MOBILE MENU WITH DROPDOWN ON TOUCH, COMMENT THE PREVIOUS TWO CSS RULES: **/


    nav .dropdown-container {
      border-left: none;
      border-right: none;
    }

    nav .dropdown-parent.clicked .dropdown-container a{
        padding-left: 60px;
    }

    .dropdown-parent:not(.clicked) .dropdown-container{
        display: none;
    }

    .dropdown-parent.clicked a.dropdown-link{
        /* color: #f0a800; */
    }

    a:focus,
    nav a.dropdown-link:hover::after,
    nav a.dropdown-link:focus::after{
        color: #000;
    }

}




/* Casting Calls Files Listing */
ul li.file {
    display: inline-block;
    margin-top: 5px;
}
ul li.file a:not(.primary-btn):not(.not-link-style) {
    font-size: 13px;
    background: #000;
    box-shadow: none;
    color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 4px 24px 4px 12px;
    font-weight: 600;
}
ul li.file a:not(.primary-btn):not(.not-link-style)::after {
    font-family: 'Linearicons-Free';
    content: "\e878";
    position: absolute;
    top: 3px;
    right: 9px;
    font-size: 10px;
    border-bottom: 1px solid white;

}
/* ------------------------------------------------- */
/* ------ Radio Buttons (forms on black bg) ------- */
/* ------------------------------------------------ */
.black-bg p.radio-question {
    font-size: 1.3rem;
    /* color: #e6e6e6; */
    color: #fff;
    font-weight: 700;
}
.black-bg p.radio-question b {
    /* font-weight: 800; */
    /* color: #fff; */
    font-weight: inherit;
}
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
    background-color: #9dfff1;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}
.radio-container input:focus ~ .checkmark {
    box-shadow: 0 0 0 3px rgb(207 255 248 / 75%);
}
/* ------------------------------------------------ */


/* Black BG Form  */
.form-footer-title {
    font-size: 1rem;
    color: #ccc;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

p.form-footer {
    font-size: 0.8125rem;
    color: #bbb;
    font-weight: 400;
    margin-bottom: 0.25rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
p.form-footer:last-child {
    padding-bottom: 40px;
}

.primary-btn.contact-form {
    background-color: #fff;
    padding: 15px 60px;
    margin: 40px auto 100px;
}

.primary-btn.contact-form:hover,
.primary-btn.contact-form:focus {
    letter-spacing: 0.5px;
    background-color: #ffff00;
    color: #000;
}

/* ------------------------------------------------ */



/* Create Casting Calls File Uploader */
.file-list-container ul.files-list li:not(.placeholder),
.files-already-uploaded ul li {
    font-size: 0.8125rem;
    padding-top: 8px;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
    display: flex;
    justify-content: space-between;
}

.file-list-container ul.files-list li:not(.placeholder):last-of-type,
.files-already-uploaded ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 10px;
}

.file-list-container ul.files-list li:not(.placeholder) .rmv,
.files-already-uploaded ul li .rmv {
    background: #931f1f;
    padding: 2px 10px 0px;
    border-radius: 2px;
    position: relative;
    top: -3px;
    font-size: 0.75rem;
}
.files-already-uploaded > p:first-child {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.black-bg ul.files-list .btn-link,
.black-bg ul.files-list .btn-link:focus,
.black-bg ul.files-list .btn-link:active {
    color: #00ffff;
    text-decoration: underline;
}


.black-bg ul.files-list .btn-link:focus,
.black-bg ul.files-list .btn-link:hover {
    color: #00ffff;
    cursor: pointer;
}

/* ------------------------------------------------ */
.refresh-captcha{
  display: inline-block;
  font-size: 30px;
  padding: 15px;
  vertical-align: bottom;
}

h2 a.not-link-style {
  text-decoration: none;
}

h2 a.not-link-style:hover {
  color: initial;
}

/* bootstrap nice select */

.dropdown.bootstrap-select.bootstrap-nice-select .btn.dropdown-toggle.btn-light.bs-placeholder{
  opacity: 0;
}

.dropdown.bootstrap-select.bootstrap-nice-select .btn.dropdown-toggle.btn-light{
  background-color:transparent;
  color: #fff;
  padding: 6px 0 5px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  padding-bottom: 5px;
}

.bootstrap-nice-select{
  border-bottom: 2px solid #fff;
}

.bootstrap-nice-select.focus{
  border-bottom-color: #cffff8;
  box-shadow: inset 0px -3px 0 #cffff8;
}

.dropdown.bootstrap-select.bootstrap-nice-select .btn.dropdown-toggle.btn-light:hover{
  cursor: pointer;
}

.dropdown.bootstrap-select.bootstrap-nice-select + .move-label{
  background-color: inherit;
  color: #ccc !important;
  border: none;
  display: block;
  position: absolute !important;
  top: -18px !important;
  transition: 0.5s;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif !important;
}

.dropdown.bootstrap-select.bootstrap-nice-select .btn-light:focus, .btn-light.focus {
  box-shadow: none !important;
}

.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-toggle:focus {
  outline: none !important;
}

.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-item {
  display: block;
  width: 100%;
  padding: 0 !important;
  clear: both;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  color: #000 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-item:hover{
  background-color: #1e90ff !important;
  color: white !important;
  transition: none !important;
  cursor: auto !important;
}

.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-item:not(:hover){
  transition: none !important;
}

.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-toggle::after{
  opacity: 0 !important;
}

.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-menu.show {
  padding: 0 !important;
}
.dropdown.bootstrap-select.bootstrap-nice-select .dropdown-menu li a span.text::before {
  box-shadow: none;
  border: 2px solid #505050;
  height: 20px;
  width: 20px;
  top: 4px;
  left: 5px;
}
.dropdown.bootstrap-select.bootstrap-nice-select .bs-ok-default:after {
  width: 7px;
  height: 13px;
  border-width: 0 3px 3px 0;
  position: relative;
  top: 1px;
  left: 2px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text{
  margin-left: 30px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text::before{
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  border: 1px solid black;
  width: 25px;
  height: 25px;
  left:3px;
  top: 3px;
  box-shadow: inset 0 0 3px black;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
  left: 10px !important;
}

/* .disable-click-while-loading{
  pointer-events: none;
} */
