.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option--selectable {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--group {
  padding: 0
}

.select2-container--default .select2-results__option--disabled {
  color: #999
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
  padding: 0
}

.select2-container--classic .select2-results__option--disabled {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

@font-face {
  font-family: Myriad-Pro-B;
  src: url(../fonts/MyriadPro-Bold.3b4f09a1.eot);
  src: url(../fonts/MyriadPro-Bold.3b4f09a1.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Bold.c771cfcc.woff2) format("woff2"), url(../fonts/MyriadPro-Bold.ebfe6bf9.woff) format("woff"), url(../fonts/MyriadPro-Bold.3284dd37.ttf) format("truetype"), url(../img/MyriadPro-Bold.2edb7428.svg#MyriadPro-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Myriad-Pro;
  src: url(../fonts/MyriadPro-Regular.a84ab7aa.eot);
  src: url(../fonts/MyriadPro-Regular.a84ab7aa.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Regular.c7e88556.woff2) format("woff2"), url(../fonts/MyriadPro-Regular.1f94dad6.woff) format("woff"), url(../fonts/MyriadPro-Regular.b83b3a02.ttf) format("truetype"), url(../img/MyriadPro-Regular.3bb53b4c.svg#MyriadPro-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

* {
  border: none;
  outline: 0 !important
}

.animated3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1000000;
  animation-iteration-count: 1000000
}

.about-image2 {
  max-height: 643px
}

.img-full {
  width: 100%
}

.ajax_form_opacity {
  opacity: .4;
  pointer-events: none;
  background: #fff
}

.my_alert {
  position: absolute;
  top: 10%;
  font-size: 52px;
  color: red;
  right: 50%
}

.my_disabled {
  pointer-events: none;
  cursor: none
}

.accordion .accordion-item {
  margin-bottom: 15px;
  float: left;
  width: 100%
}

.accordion .accordion-item .accordion-header {
  position: relative
}

.accordion .accordion-item .accordion-header.active .title {
  background: #fff;
  color: #333;
  border: 1px solid #ddd
}

.accordion .accordion-item .accordion-header.active span {
  background: #f69c23 !important
}

.accordion .accordion-item .accordion-header.active span:before {
  content: "\f063";
  color: #fff
}

.accordion .accordion-item .accordion-header .title {
  cursor: pointer;
  color: #253c61;
  position: relative;
  background: #efd99e;
  margin: 0;
  padding: 12px 20px 14px 70px;
  font-size: 15px
}

.accordion .accordion-item .accordion-header span {
  position: absolute;
  left: 20px;
  top: 10px;
  height: 30px;
  width: 30px;
  color: #fff;
  background: #0199f3;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 80%
}

.accordion .accordion-item .accordion-body {
  padding: 20px;
  background: #f4f4f4;
  display: none
}

.accordion .accordion-item .accordion-body p {
  color: #444;
  margin: 0;
  font-size: 14px
}

.accordion .accordion-item:first-child .accordion-body {
  display: block
}

.faq-title {
  font-size: 64px;
  line-height: 74px
}

.cs-btn-one {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #0199f3;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  padding: 14px 42px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer
}

.cs-btn-one:hover {
  background: #d63c00;
  color: #fff;
  transition: all .3s ease
}

.cs-btn-one.has-icon i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px
}

.cs-btn-one.btn-sm.has-icon i {
  font-size: 18px
}

.cs-btn-one.btn-circle {
  border-radius: 60px 60px 60px 60px
}

.cs-btn-one.btn-square {
  border-radius: 0
}

.cs-btn-one.btn-sm {
  font-size: 14px;
  padding: 10px 28px
}

.cs-btn-one.btn-md {
  font-size: 16px;
  padding: 18px 56px
}

.cs-btn-one.btn-lg {
  font-size: 18px;
  padding: 20px 64px
}

.cs-btn-one.btn-xl {
  font-size: 18px;
  padding: 24px 56px
}

.cs-btn-one.btn-border {
  border: 2px solid #0199f3;
  background: 0 0;
  color: #0199f3
}

.cs-btn-one.btn-light {
  background: #fff;
  color: #0199f3;
  border: 2px solid transparent;
  font-weight: 800
}

.cs-btn-one.btn-light:hover {
  border: 2px solid
}

.cs-btn-one.btn-light:focus {
  box-shadow: none
}

.cs-btn-one.btn-hover-border:hover {
  border: 2px solid #0199f3
}

.cs-btn-one.btn-secordary-color {
  background: #03324d
}

.cs-btn-one.btn-secordary-color.hover-white:hover {
  background: #fff;
  color: #0c2239
}

.cs-btn-one.btn-secordary-color:hover {
  background: #0199f3
}

.cs-btn-one.btn-primary-color {
  background: #0199f3;
  padding: 9px 40px
}

.cs-btn-one.btn-primary-color.hover-white:hover {
  background: #fff;
  color: #0c2239
}

.cs-btn-one.btn-primary-color:hover {
  background: #03324d
}

.cs-btn-one.btn-gradient-color {
  background: linear-gradient(45deg, #ca1f26, #0199f3) !important;
  color: #fff
}

.cs-btn-one.btn-gradient-color:hover {
  background: linear-gradient(-20deg, #ca1f26, #0199f3) !important;
  -ms-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, .6);
  -o-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, .6);
  box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, .6)
}

.cs-btn-one.btn-transparent {
  background: rgba(0, 0, 0, .2)
}

.cs-btn-one.text-btn {
  color: #0199f3
}

.animate-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 15px 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  transition: all .4s ease-out 0s;
  background: #0199f3
}

.animate-btn i {
  margin-left: 10px
}

.animate-btn:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  background: rgba(3, 50, 77, .2);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .4s ease-out 0s
}

.animate-btn:hover:before {
  width: 100%;
  background: #03669e
}

.animate-btn.btn-circle {
  border-radius: 60px 60px 60px 60px
}

.animate-btn.btn-square {
  border-radius: 0
}

.animate-btn.btn-sm {
  font-size: 14px;
  padding: 10px 28px
}

.animate-btn.btn-md {
  font-size: 14px;
  padding: 18px 56px
}

.animate-btn.btn-lg {
  padding: 22px 56px;
  font-size: 16px
}

.animate-btn.btn-xl {
  font-size: 18px;
  padding: 24px 56px
}

p {
  margin: 0 0 20px;
  line-height: 1.8em
}

h1, h2, h3, h4, h5, h6 {
  color: #03324d;
  margin: 0;
  font-family: Roboto, sans-serif
}

h1, h2 {
  font-weight: 800
}

h3, h4 {
  font-weight: 700
}

h5, h6 {
  font-weight: 600
}

h1 {
  font-size: 48px;
  line-height: 56px
}

h2 {
  font-size: 36px;
  line-height: 50px
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em
}

h4 {
  font-size: 22px;
  line-height: 32px
}

h5 {
  font-size: 18px;
  line-height: 24px
}

h6 {
  font-size: 16px;
  line-height: 26px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit
}

b, strong {
  color: #03324d
}

iframe {
  border: none
}

a, b, div, li, ul {
  -webkit-tap-highlight-color: transparent
}

button, button[type=submit], input, input[type=date], input[type=email], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  -moz-appearance: none;
  box-shadow: none !important
}

embed, img:not([draggable]), object, video {
  max-width: 100%;
  height: auto
}

a {
  transition: all .3s ease 0s;
  cursor: pointer;
  color: #049ad3
}

a:focus, a:hover, a:visited {
  text-decoration: none
}

a:hover {
  color: #0199f3
}

img {
  border: none;
  max-width: 100%;
  width: auto;
  height: auto
}

.side-panel-logo a {
  text-align: center
}

.side-panel-logo a img {
  max-width: 70%;
  display: block;
  margin: 0 auto
}

.clear-both:after, .clear-both:before {
  display: table;
  content: "";
  clear: both
}

.block-quote {
  padding: 30px;
  background: #f4f5f8;
  border-left: 5px solid #0199f3;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px
}

.block-quote:after {
  position: absolute;
  content: "\ea70";
  font-family: webexicon !important;
  font-size: 17rem;
  top: 50px;
  right: -15px;
  opacity: .08
}

.block-quote p {
  font-size: 20px;
  color: #555362
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.c41e7a60.svg);
  background-size: 90px
}

.section-gap {
  padding: 110px 0
}

.bg-pos-center-center {
  background-position: 50%
}

.bg-pos-center-bottom {
  background-position: bottom
}

.table {
  display: table;
  height: 100%
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: middle
}

.homepage-slides .owl-nav button.owl-next, .homepage-slides .owl-nav button.owl-prev {
  font-size: 20px;
  height: 50px;
  left: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  background: #fff;
  transform: translateY(-50%);
  transition: all .6s ease 0s;
  opacity: 0;
  visibility: hidden
}

.homepage-slides:hover .owl-nav button.owl-next, .homepage-slides:hover .owl-nav button.owl-prev {
  opacity: 1;
  visibility: visible
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 50px
}

.social-list li {
  display: inline;
  float: left;
  margin-right: 15px
}

.social-list li a {
  background: #48beec;
  border: 2px solid #f7a023;
  height: 42px;
  width: 42px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  font-size: 16px
}

.social-list.list-primary-color li a, .social-list li a:hover {
  background: #0199f3
}

.social-list.list-flat li a {
  border-radius: 0
}

.social-list.list-lg li a {
  height: 48px;
  width: 48px;
  font-size: 18px;
  line-height: 48px
}

.social-list.list-sm li {
  margin-right: 10px
}

.social-list.list-sm li, .social-list.list-sm li a {
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px
}

.order-list li {
  display: inherit;
  position: relative;
  padding-left: 30px;
  margin: 12px 0
}

.order-list li:before {
  position: absolute;
  content: "\f192";
  left: 0;
  top: 0;
  font-family: Font Awesome\ 5 Pro
}

.order-list li:first-child {
  margin-top: 0
}

.order-list.primary-color li:before {
  color: #0199f3;
  font-weight: 500
}

.list-items li {
  display: inherit;
  padding: 5px 0
}

#curve {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg)
}

#curve path {
  fill: #fff
}

.google-map {
  height: 465px
}

.google-map.map-full-height, .mapouter {
  height: 100%
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%
}

.marquee1 {
  background-color: #0199f3;
  color: #fff;
  line-height: 30px
}

.marquee1 marquee {
  height: 23px;
  color: #fff
}

.mapouter.fixed-height {
  height: 590px;
  margin-bottom: 30px
}

.vnt-box-about {
  padding-bottom: 30px;
  overflow: hidden
}

.vnt-box-about .vnt-box-title {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 10px
}

.vnt-box-about .vnt-box-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 70px;
  height: 4px;
  background: #0199f3;
  margin-left: -35px
}

.vnt-box-about .vnt-box-title h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400
}

.wrap_ib {
  margin-top: 30px;
  margin-bottom: 50px
}

.wrap_ib .div_ib {
  display: inline-block;
  vertical-align: middle
}

.wrap_ib .ib_1 {
  width: 31%
}

.wrap_ib .ib_2 {
  width: 68%;
  position: relative;
  padding-left: 145px
}

.wrap_ib .ib_2:before {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 50px;
  content: "";
  width: 1px;
  background: #aaa
}

.wrap_ib .ib_loai_2 {
  width: 200px;
  position: relative
}

.wrap_ib .ib_loai_2 .node {
  background: #fff;
  position: relative;
  z-index: 1
}

.wrap_ib .ib_loai_2.ib_loai_1 .node {
  margin-bottom: 90px;
  z-index: 1;
  padding: 10px 0 5px;
  position: relative
}

.wrap_ib .ib_loai_2.ib_loai_1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  width: 1px;
  background: #aaa
}

.wrap_ib .ib_loai_2.ib_loai_1 .node~.node:after {
  position: absolute;
  top: -45px;
  left: 50%;
  height: 1px;
  width: 174px;
  background: #aaa;
  content: ""
}

.wrap_ib .ib_loai_2.ib_loai_1 .node:last-child {
  margin-bottom: 0
}

.wrap_ib .ib_loai_2 .node:before {
  position: absolute;
  content: "";
  top: 100px;
  left: 100%;
  margin-left: 5px;
  width: 69px;
  height: 1px;
  background: #aaa
}

.wrap_ib .ib_loai_2.ib_loai_1 .node:before {
  display: none
}

.wrap_ib .ib_loai_2 .node .i-tooltip {
  width: 140px;
  margin: 0 auto
}

.wrap_ib .ib_loai_2 .node .i-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #ddd;
  vertical-align: middle;
  margin: 0 auto 15px
}

.wrap_ib .ib_loai_2 .node .i-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wrap_ib .ib_loai_2 .node .i-desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px
}

.wrap_ib .ib_loai_2 .node .i-desc .i-name {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px
}

.wrap_ib .ib_2 .node {
  position: relative;
  margin-bottom: 30px
}

.wrap_ib .ib_2 .node:last-child {
  margin-bottom: 0
}

.wrap_ib .ib_2 .node:after {
  position: absolute;
  top: 50px;
  content: "";
  right: 100%;
  margin-right: 10px;
  width: 135px;
  height: 1px;
  background: #aaa
}

.wrap_ib .ib_2 .node .i-tooltip {
  display: inline-block;
  width: 100px;
  margin: 0 auto;
  vertical-align: middle
}

.wrap_ib .ib_2 .node .i-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #ddd;
  vertical-align: middle
}

.wrap_ib .ib_2 .node .i-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wrap_ib .ib_2 .node .i-desc {
  display: inline-block;
  margin-left: 20px;
  max-width: 315px;
  max-width: calc(100% - 250px);
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle
}

.wrap_ib .ib_2 .node .i-desc .i-name {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px
}

.style_don_vi_1 .sdv_title {
  text-align: center
}

.style_don_vi_1 .sdv_title .sdvt_text1 {
  font-size: 55px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2a7cdc
}

.style_don_vi_1 {
  margin-bottom: 30px
}

.style_don_vi_1 .sdv_content {
  position: relative;
  margin: 0 -10px;
  padding-top: 80px
}

.style_don_vi_1 .sdv_content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 7.142857%;
  right: 7.142857%;
  border-top: 2px dotted #000
}

.style_don_vi_1 .node {
  float: left;
  width: 14.285714%;
  padding: 0 10px;
  text-align: center;
  font-size: 17px;
  line-height: 22px
}

.style_don_vi_1 .node .i-title {
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a7cdc;
  margin-bottom: 5px
}

.style_don_vi_1 .node .node_2 .i-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px
}

.style_don_vi_1 .node .node_1 {
  position: relative
}

.style_don_vi_1 .node .node_1:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1px;
  margin-bottom: 15px;
  content: "";
  border-left: 2px dotted #000;
  height: 60px
}

.style_don_vi_1 .node_2 {
  margin-top: 80px;
  position: relative
}

.style_don_vi_1 .node .node_2:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1px;
  margin-bottom: 15px;
  content: "";
  border-left: 2px dotted #000;
  height: 50px
}

.style_don_vi_2 {
  margin-bottom: 30px
}

.style_don_vi_2 .sdv_title {
  text-align: center
}

.style_don_vi_2 .sdv_content {
  border-top: 2px dotted #000;
  text-align: center
}

.style_don_vi_2 .sdv_content .node {
  display: inline-block;
  width: 210px;
  border-radius: 4px;
  background: #f1f1f1;
  margin: 25px 25px 0;
  vertical-align: top;
  padding: 10px 10px 10px 15px
}

.style_don_vi_2 .sdv_content .node .i-image {
  width: 55px;
  float: left
}

.style_don_vi_2 .sdv_content .node .i-text {
  padding: 5px 0 0 65px;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  color: #000
}

.style_don_vi_3 {
  margin-bottom: 30px
}

.style_don_vi_3 .sdv_title {
  text-align: center
}

.style_don_vi_3 .sdv_content {
  position: relative;
  margin: 0 -10px;
  padding-top: 70px
}

.style_don_vi_3 .sdv_content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 6.25%;
  right: 6.25%;
  border-top: 2px dotted #000
}

.style_don_vi_3 .sdv_content .node {
  width: 12.5%;
  padding: 0 10px;
  float: left;
  position: relative
}

.style_don_vi_3 .sdv_content .node:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  height: 56px;
  margin-bottom: 10px;
  margin-left: -1px;
  border-left: 2px dotted #000
}

.style_don_vi_3 .sdv_content .node .i-text {
  border-radius: 4px;
  background: #959595;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  min-height: 90px
}

.style_don_vi_4 {
  margin-bottom: 30px
}

.style_don_vi_4 .sdv_title {
  text-align: center
}

.style_don_vi_4 .sdv_content {
  border-top: 2px dotted #000;
  text-align: center
}

.style_don_vi_4 .sdv_content .wrap_content {
  margin: 0 -12px
}

.style_don_vi_4 .sdv_content .wrap_content .node {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  margin-left: -4px;
  width: 16.666667%;
  margin-top: 40px
}

.style_don_vi_4 .sdv_content .wrap_content .node .item {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  overflow: hidden
}

.style_don_vi_4 .sdv_content .wrap_content .node .item .i-image {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding-top: 56%
}

.style_don_vi_4 .sdv_content .wrap_content .node .item .i-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.cho_thue_diagram img {
  display: block;
  text-align: center;
  margin: 0 auto
}

.table_bus i {
  font-size: 18px;
  color: #0785de
}

.highlight {
  color: #0785de;
  cursor: pointer
}

.resultsearch h5 {
  font-size: 18px
}

.resultsearch h1, .resultsearch h5 {
  font-weight: 700;
  display: inline-block
}

.resultsearch h1 {
  font-size: 20px
}

.resultsearch h1 strong {
  font-size: 20px;
  font-weight: 700;
  color: #2a7cdc
}

.resultsearch h1 strong a {
  font-weight: 500;
  color: #333
}

.team-title a {
  font-size: 17px
}

.team-bottom-part h6 {
  font-size: 14px;
  height: 26px;
  overflow: hidden;
  display: block
}

.arrowcus {
  margin: 0 5px;
  color: #f60
}

.cho_thue {
  position: relative
}

.cho_thue img {
  filter: brightness(.6)
}

.vitri {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 1px 7px #827979
}

.vitri a {
  display: block;
  background-color: rgba(226, 5, 5, .7000000000000001);
  font-size: 15px;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff
}

.vitri i {
  color: #3fc2f3;
  font-size: 34px
}

@media screen and (max-width:1170px) {
  .style_don_vi_2 .sdv_content .node {
    margin: 25px 10px 0
  }
}

@media screen and (max-width:991px) {
  .style_giatri [class^=col-]:nth-child(odd), .style_prize [class^=col-]:nth-child(odd) {
    clear: left
  }

  .wrap_ib .ib_2 {
    width: 400px
  }

  .wrap_ib .ib_2 .node .i-image {
    margin-bottom: 15px
  }

  .wrap_ib .ib_2 .node .i-desc {
    max-width: 100%;
    display: block
  }

  .wrap_ib .ib_2:before {
    bottom: 115px
  }

  .style_don_vi_1 .sdv_title {
    display: inline-block;
    vertical-align: middle;
    width: 200px
  }

  .style_don_vi_1 .sdv_content {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 755px;
    width: calc(100% - 210px);
    padding-top: 0;
    padding-left: 50px;
    text-align: left
  }

  .style_don_vi_1 .sdv_content .node {
    float: none;
    width: 100%
  }

  .style_don_vi_1 .sdv_content:before {
    top: 15px;
    left: 0;
    right: auto;
    bottom: 54px;
    border-left: 2px dotted #000;
    border-top: none
  }

  .style_don_vi_1 .node {
    text-align: left;
    margin-bottom: 20px;
    padding: 0
  }

  .style_don_vi_1 .node .node_1, .style_don_vi_1 .node_2 {
    width: 50%;
    display: inline-block;
    vertical-align: top
  }

  .style_don_vi_1 .node_2 {
    margin-top: 0;
    margin-left: -4px;
    padding-left: 50px
  }

  .style_don_vi_1 .node .node_1:before {
    left: auto;
    right: 100%;
    margin-right: 11px
  }

  .style_don_vi_1 .node .node_1:before, .style_don_vi_1 .node .node_2:before {
    position: absolute;
    bottom: auto;
    top: 15px;
    margin-left: 0;
    margin-bottom: 0;
    content: "";
    border-left: 0;
    border-top: 2px dotted #000;
    height: 0;
    width: 35px
  }

  .style_don_vi_1 .node .node_2:before {
    left: 5px
  }

  .style_don_vi_3 .sdv_title {
    display: inline-block;
    vertical-align: middle;
    width: 200px
  }

  .style_don_vi_3 .sdv_content {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 755px;
    width: calc(100% - 210px);
    padding-top: 0;
    padding-left: 50px;
    text-align: left
  }

  .style_don_vi_3 .sdv_content:before {
    top: 44px;
    left: 0;
    right: auto;
    bottom: 54px;
    border-left: 2px dotted #000;
    border-top: none
  }

  .style_don_vi_3 .sdv_content .node {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    max-width: 210px;
    float: none
  }

  .style_don_vi_3 .sdv_content .node:before {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    width: 40px;
    height: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
    margin-right: 5px;
    border-top: 2px dotted #000
  }

  .style_don_vi_4 .sdv_content .wrap_content {
    margin: 0 -7px
  }

  .style_don_vi_4 .sdv_content .wrap_content .node {
    padding: 0 7px
  }
}

@media screen and (max-width:767px) {
  .wrap_ib .ib_1 {
    width: 200px
  }

  .wrap_ib .ib_loai_2 {
    width: 150px
  }

  .wrap_ib .ib_loai_2 .node:before {
    top: 75px;
    width: 49px
  }

  .wrap_ib .ib_2 {
    width: 235px;
    padding-left: 50px
  }

  .wrap_ib .ib_2 .node {
    margin-bottom: 30px
  }

  .wrap_ib .ib_2 .node:after {
    width: 40px
  }

  .wrap_ib .ib_loai_2.ib_loai_1 .node~.node:after {
    width: 129px
  }

  .wrap_ib .ib_2 .node .i-desc .i-name, .wrap_ib .ib_loai_2 .node .i-desc .i-name {
    font-size: 16px;
    line-height: 25px
  }

  .style_don_vi_1 .node .i-title {
    font-size: 20px;
    line-height: 25px
  }

  .style_don_vi_1 .sdv_title {
    width: 125px;
    margin-right: 10px
  }

  .style_don_vi_1 .sdv_title .sdvt_text1 {
    font-size: 35px;
    line-height: 40px
  }

  .style_box_text {
    padding: 10px 15px
  }

  .style_don_vi_1 .sdv_content {
    width: 592px;
    width: calc(100% - 145px)
  }

  .style_don_vi_2 .sdv_content .node {
    display: block;
    margin: 0 0 10px
  }

  .style_don_vi_2 .sdv_title {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    margin-right: 10px
  }

  .style_don_vi_2 .sdv_content {
    width: 592px;
    width: calc(100% - 145px);
    padding-left: 50px;
    display: inline-block;
    vertical-align: middle;
    border-top: none;
    border-left: 2px dotted #000
  }

  .style_don_vi_3 .sdv_title {
    width: 125px;
    margin-right: 10px
  }

  .style_don_vi_3 .sdv_content {
    width: 592px;
    width: calc(100% - 145px)
  }

  .style_don_vi_4 .sdv_title {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    margin-right: 10px
  }

  .style_don_vi_4 .sdv_content {
    width: 592px;
    width: calc(100% - 145px);
    padding-left: 50px;
    display: inline-block;
    vertical-align: middle;
    border-top: none;
    border-left: 2px dotted #000
  }

  .style_don_vi_4 .sdv_content .wrap_content {
    margin: 0
  }

  .style_don_vi_4 .sdv_content .wrap_content .node {
    padding: 0;
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 200px
  }

  .style_don_vi_4 .sdv_content .wrap_content .node:last-child {
    margin-bottom: 0
  }
}

@media screen and (max-width:639px) {
  .style_don_vi_1 .sdv_content {
    padding-left: 30px
  }

  .style_don_vi_1 .node .node_1:before {
    width: 15px
  }

  .style_don_vi_1 .sdv_content:before {
    bottom: 75px
  }

  .style_don_vi_1 .node_2 {
    padding-left: 30px
  }

  .style_don_vi_1 .node .node_2:before {
    width: 20px
  }

  .style_don_vi_2 .sdv_content, .style_don_vi_3 .sdv_content {
    padding-left: 30px
  }

  .style_don_vi_3 .sdv_content .node:before {
    width: 20px
  }

  .style_don_vi_4 .sdv_content {
    padding-left: 30px
  }
}

@media screen and (max-width:479px) {
  .wrap_ib .ib_loai_2, .wrap_ib .ib_loai_2 .node .i-tooltip {
    width: 120px
  }

  .wrap_ib .ib_loai_2 .node .i-image {
    width: 120px;
    height: 120px
  }

  .wrap_ib .ib_loai_2 .node:before {
    top: 60px
  }

  .wrap_ib .ib_1 {
    width: 140px
  }

  .wrap_ib .ib_loai_2 .node:before {
    width: 14px
  }

  .wrap_ib .ib_2 {
    width: 140px;
    padding-left: 20px
  }

  .wrap_ib .ib_2 .node:after {
    margin-right: 5px;
    width: 15px;
    top: 55px
  }

  .wrap_ib .ib_2 .node .i-desc {
    width: 120px;
    margin-left: 0;
    text-align: center
  }

  .wrap_ib .ib_2 .node .i-image {
    margin-bottom: 10px
  }

  .wrap_ib .ib_2:before {
    bottom: 100px;
    top: 55px
  }

  .wrap_ib .ib_loai_2 .node .i-desc .i-name {
    font-size: 15px;
    line-height: 20px;
    margin-left: -10px;
    margin-right: -10px
  }

  .wrap_ib .ib_loai_2 .node .i-desc .i-chucvu {
    margin-left: -10px;
    margin-right: -10px
  }

  .wrap_ib .ib_2 .node .i-desc .i-name {
    font-size: 15px;
    line-height: 20px;
    margin-left: -10px;
    margin-right: -10px
  }

  .wrap_ib .ib_2 .node .i-desc .i-chucvu {
    margin-left: -10px;
    margin-right: -10px
  }

  .wrap_ib .ib_loai_2.ib_loai_1 .node~.node:after {
    width: 84px
  }

  .style_don_vi_1 .node .node_1 {
    width: 100%
  }

  .style_don_vi_1 .node_2 {
    width: 100%;
    margin-top: 30px
  }

  .style_don_vi_1 .node .i-title, .style_don_vi_1 .node .node_2 .i-title {
    font-size: 17px;
    line-height: 25px;
    margin-right: -10px
  }

  .style_don_vi_1 .node .node_2:after {
    position: absolute;
    bottom: 100%;
    left: 6px;
    margin-bottom: -15px;
    height: 40px;
    content: "";
    border-left: 2px dotted #000
  }

  .style_don_vi_1 .node {
    font-size: 16px;
    line-height: 22px
  }

  .style_don_vi_1 .sdv_content:before {
    bottom: 55px
  }

  .style_don_vi_3 .sdv_content {
    padding-left: 30px
  }

  .style_don_vi_3 .sdv_content .node:before {
    width: 20px
  }
}

@media screen and (max-width:414px) {
  .style_don_vi_1 .sdv_content:before {
    bottom: 75px
  }

  .style_don_vi_2 .sdv_content .node {
    width: 100%;
    padding: 10px 5px
  }

  .style_don_vi_2 .sdv_content .node .i-image {
    width: 100%;
    float: none;
    text-align: center
  }

  .style_don_vi_2 .sdv_content .node .i-text {
    padding: 5px 0 0;
    text-align: center
  }
}

.gmap_canvas {
  overflow: hidden;
  background: 0 0 !important;
  height: 100%;
  width: auto
}

.mapouter iframe {
  width: 100%;
  height: 100%
}

.back-to-top {
  position: fixed;
  right: 36px;
  bottom: 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  background-color: #0199f3;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  display: none
}

.text-under-line {
  position: relative;
  display: inline-block
}

.text-under-line:before {
  content: "";
  background-color: #0199f3;
  height: 2px;
  width: 4.75rem;
  top: 15px;
  right: -90px;
  position: absolute
}

.video-popup {
  position: relative
}

.popup-youtube {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff
}

.popup-youtube:hover {
  color: #fff
}

.video-popup a i:before {
  font-size: 90px;
  background: #0199f3;
  border-radius: 50%;
  line-height: 100px
}

.popup-video-about .popup-youtube {
  background: #0199f3;
  padding: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
  left: auto;
  -webkit-animation: red-shadow 1s infinite;
  animation: red-shadow 1s infinite;
  transform: translate(0)
}

.popup-video-about .popup-youtube i:before {
  font-size: 42px;
  line-height: 42px
}

.video-popup-left a {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 95px;
  background: #fff;
  font-size: 24px;
  color: #0199f3;
  position: relative;
  z-index: 10;
  display: inline-block;
  border-radius: 95px;
  transition: all .4s ease-in-out
}

.video-popup-left a:before {
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite
}

.video-popup-left a:after, .video-popup-left a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
  border-radius: 95px
}

.video-popup-left a:after {
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite
}

.video-popup-left2 a {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 95px;
  background: #0199f3;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  border-radius: 95px;
  transition: all .4s ease-in-out
}

.video-popup-left2 a:before {
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite
}

.video-popup-left2 a:after, .video-popup-left2 a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #0199f3;
  z-index: -1;
  opacity: 0;
  border-radius: 95px
}

.video-popup-left2 a:after {
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite
}

@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1
  }

  to {
    transform: scale(1.3);
    opacity: 0
  }
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1
  }

  to {
    transform: scale(1.3);
    opacity: 0
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1
  }

  to {
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1
  }

  to {
    transform: scale(1.5);
    opacity: 0
  }
}

.pulse-animation, .pulse-animation:after, .pulse-animation:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 90px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 72, 0, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 72, 0, .6);
  box-shadow: 0 0 0 0 rgba(255, 72, 0, .6);
  -webkit-animation: pulse-animation 3s infinite;
  animation: pulse-animation 3s infinite
}

.pulse-animation:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute
}

.pulse-animation:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute
}

@-webkit-keyframes pulse-animation {
  70% {
    -ms-box-shadow: 0 0 0 60px hsla(0, 0%, 100%, 0);
    -o-box-shadow: 0 0 0 60px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 60px hsla(0, 0%, 100%, 0)
  }

  to {
    -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
  }
}

@keyframes pulse-animation {
  70% {
    -ms-box-shadow: 0 0 0 60px hsla(0, 0%, 100%, 0);
    -o-box-shadow: 0 0 0 60px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 60px hsla(0, 0%, 100%, 0)
  }

  to {
    -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
  }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 20px;
  height: 50px;
  border-radius: 50%;
  left: 45px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  background: #0199f3;
  transform: translateY(-50%);
  transition: all .6s ease 0s;
  opacity: 0;
  visibility: hidden
}

.owl-carousel:hover .owl-nav button.owl-next, .owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 1;
  visibility: visible
}

.owl-carousel:hover .owl-nav button.owl-prev {
  left: 0
}

.owl-carousel:hover .owl-nav button.owl-next {
  right: 0
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 45px
}

.owl-carousel .owl-nav button i {
  color: #fff
}

.owl-carousel.client-items:hover .owl-nav button.owl-prev {
  left: -5px
}

.owl-carousel.client-items:hover .owl-nav button.owl-next {
  right: -5px
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #0199f3;
  color: #0199f3;
  margin-top: -45px
}

.mean-container a.meanmenu-reveal span {
  background: #0199f3
}

.pagination-nav .pagination-list>li {
  text-align: center;
  margin-right: 8px
}

.pagination-nav .pagination-list>li:last-child {
  margin-right: 0
}

.pagination-nav .pagination-list>li>a {
  color: #565151;
  font-weight: 400;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50%
}

.pagination-nav .pagination-list>li.active a, .pagination-nav .pagination-list>li:hover a {
  border: 1px solid transparent;
  background: #0199f3;
  color: #fff
}

.skills .skill-item {
  position: relative;
  margin-bottom: 20px
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 5px
}

.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #03324d
}

.skills .skill-item:last-child {
  margin-bottom: 0
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 20px;
  background: #ebeaf0;
  border-radius: 45px
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 20px;
  background: #0199f3;
  transition: all 2s ease;
  border-radius: 45px
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
  position: absolute;
  content: "";
  right: 0;
  height: 20px;
  width: 5px;
  background: #fff;
  top: 0
}

.percentage {
  font-size: 12px;
  float: right
}

.single-post-navigation .navigation-links a {
  transition: all .3s ease-out 0s
}

.single-post-navigation .navigation-links .nav-next a i {
  transition: all .3s ease-out 0s;
  margin-left: 8px
}

.single-post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 3px
}

.single-post-navigation .navigation-links .nav-previous a i {
  transition: all .3s ease-out 0s;
  margin-right: 8px
}

.single-post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 3px
}

.error-area {
  background-size: cover;
  background-position: 50%
}

.error-inner .error-title {
  font-size: 190px;
  line-height: 240px
}

.error-inner .error-text {
  font-size: 40px
}

.error-inner p {
  max-width: 545px;
  margin: 20px auto 30px
}

.pintarest-list {
  display: flex;
  flex-wrap: wrap
}

.pintarest-list li {
  width: 80px;
  height: 80px;
  padding: 5px
}

#scrollUp {
  right: 36px;
  bottom: 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  background-color: #0199f3;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1)
}

.client-item {
  padding: 15px
}

.client-item, .client-item img {
  transition: all .3s ease-out 0s
}

.anim-object, .anim-object2 {
  position: relative
}

.anim-object:before {
  position: absolute;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAABaCAMAAABt9V8fAAAC91BMVEUAAADtzIiUlpj2hSiqiXDy27Bibnrw0pvnfSLw1Z3nhTbpij/fcjvu0JDNcUSJl6PngS70wpx/gYLMuKzmfCXngS/sfCCxkXjpiDpRWV+Sm6DvfyPgcDXtpXC+v8CNfXeEhYawsLHAwMHhy8CglY6gmZWmhmvv0ZXiglPmj2KUlZe8vL3h1M7m39ZdaXXcZiu1lXtISUrhdDjvspKJiozrk0uRkpPqoHnqrIvvt5n0x66xsbN1go19i5ZxcXN5enzce0pub3GPj5CWmp/0zLWgoaN1dnj40riIiozgcTXmeCGqoZ6yj3PkiFqoqarmjmLniEPp49+JkZdKVFxufImDhIXz67jBwsOkpKZfYGGSm6CmbEGEfHzu0JCusLLu0JDuxonw1Z3w1Z3Kq5HtzIjmfCXcZitub3Gkw9GTlZfR09LmfSfty4ZsbnBnhJjldBpxcnSWmJpAQUKSlJbleSHqdxnu2ZjsvXXcZCtqa21oaWxkZWdhYmRmZ2lzdHY9Pj9pbHDQ0tGYmpw7PDzmeyR1d3jofyReX2JDREXU1tXseRvh4+GtzNmFh4niYSCdzON4eXtbXF3fZCbd395OT1CanZ+fyd6mwc2OkJKJi43mgC3vcw6lxdOAgYM4OTrkcBE2NzjaXiPpXhiNmJ9JSkvgVA/YUg/Z29rUbDflYB6ixtiQlppif5N8fX/jdCebz+lXh6WeoKJgh6Cdnp81NTbkZyhjhJvW2devsK+goqTjWxdffJFXWVubucdsiZ3eairsWRFVVlfoeiDaWBiytraJmqS9noqyfGPaazPmWBGbo6mInammp6i/wcGru8CNm6Kkin2QoauElqbgbyioyNbExsaNr8BkgZaakIzGmHbZiEXDbUQyMjMvMDHTZS/yYRia0/GFo7R3laeWn6W0raSan6PPk2C6eVqTX0Pm6ObIysm6vLxaj7CgfW6wg23AdVB5iZTtxoDIh2bPflS6qZiCXUyShYJnWlQrLC2KgoFxW1N3XFHvdSYYA4f3AAAAZHRSTlMA5Tvr2hL3J/22PeLo1/z68k08DOZG9u3o5fjt7Bwa8t2HVx/08tvU0L2kbzol+PHeNddl1tS4pIx4Piv79/Lm5OPLcl1VUVBF+fby2qmgfFov8e/sw7iPjHj38/Hby8LCuqSewn3PYgAAC+pJREFUaN7s1s1L23Acx/HuULppJxtusIOyQw+z4ChURrXs4EEQBXG77Db2wBIKKXpZt/4BwcNw/UEPCdjAaCGhC6UpA6WkWIeRPlx6UVpqQdtS9GLxaQi77ZfEGLXaMRYTD77Ppbz4fNMSk5LlzS2t8r43m7TK8tr7QZu83ncasu5qx7pzw/p3lnl0xN19/VgPp7919l4/Vsc1ZWHTz25Y/88yWyy268Lq7rX13x+YnJyYsPfB7JNPjWJ9e2Y22SwdLwaGBl0TfU6ntWdsfv47TedhdNA51G3QWp0ue9+w1RHg8/lIZJ4XwuHwRmU722w2s9EILdh7DWHdfuRgAj+/oxvRSqWym20eff36/PlU+ofYXnaeFpxuQ1idPXy0+fj33l5atMgtyP1IHOUijHXUEJb1Z1diR6FMnWkhsde1yThGDGItJFTKOVd6d5MOjxjDmlJYrSV2sqLLCFZUYZVKsZNKpZLqcowaxorFUikoSYuJxFgKBn2yy20MCyLS9VqtuHhcsVir1evpKdGW2N6khy1GsFKxenGRmj3bmgfyavV0IlGJMHazAax0cQ0yKIryKFGwNRkHbdE849KdldohZ2clUWuSrdoICMKAzqyNOlBQl9G4Mi/0uHVl5TcWq1DVLpJgD3mmz6wni84VONLzl8BKTmAG9WaxBGg/GAUyAcFx/yLWE6/3alhklSqseNq75DN2t7JsV8bKZA5y/gbwtHclUUEY0m+tMBrkA0H+gCDa7sUSZZ5xvtST5UfRYC4JCJZtIwOFKM0M6siSCo5tNUgC0jzkJXOBDM9Y+3Vm+QMh33q54eE4grpYBkg4l0tvFhr/Egotr5dXWKBu1jKX4/xcT5/sezVqv5UFXasYhkmyTIGAm7XCQCF3wdP16pNmvTJJ9Z5hofgMgmHLoVBobusXCThwfjICHOSZYZtJquOh3Iu7+581av/t8VfKLMUVn0FgGAIn881tNSQZeVrGJYO08ibx4J7c+EfNwqfH74nNfbz9qEdlLWGIlHxM+ANIslyVUGEkIA7zygvhOC6F4NMahiC4mMJSr6gkHRMXH7OqekyKy/A02i+vdfJJDUPk8DMs/1IcmTmRYciyD8q2oEw8pjQXJz70QwrralJZ6l5LcVyFIfIx5R8AK7oI4oCHV9SZBQfzo6tx7DRs2QebKzdIgmDFKwaYMbd+LBWmTKaGf/GJ/7NJDwBcEuWFAf1ZEAZbWo0jEKYmboatZ5JV0JVnXGYdWH96M9OQGeI4jsv1gnKWM/dRzpCU3OQoUq6ceSOmpckclPnPf2aYMWbXNtq1s7VLuxZbSM+LbVc82heIyJGjlHK9kLt4gQgvfP+zjj3ILvGJ58mzT9/nM9/f7/9/tpxmbyBq1VDZ+l2byr8XJ2D9k7dvNm/u1O7fa02/u+HYnlqz2sr8aeIA7Dq3ufO/1trdacitG0+P7t2zZ+/eX1RWNc1zm7ZsnvhPtcDuToNvXb8g33h9dA86+4nYBlZZVWdbhnX9D1py4MKF63deddhwrNZsG2AHs9JsXJ//oBUIyIHj168cvnOxw16Ybft5ZT/MNh1o/3+0ICaLj25eOY41O3boWM0wKyqDVo9R0Nr0D/mqJYu5nChevnnzQuLG60vHDpWGWXv9wwxam/fhKG4+UMXWSnZXsLUx9u/zh2jmXK0YtRO5yzevXGBrBrOfbhmb5aYtO3HPd9pXSasf9PbpVkZvRqsG6AEtdCVIhULGytKU2Hz55oXjNy4e3Xvo2LZasdKWHcA7586VzF03tDVj6FB8XjAGdC8D/1yAl/BanSwYfFgWm/VMwZAkK502PMUVL1++eVjGmpXujNrfmJt2r57VooquS0e3BaNHL508Zcrijj9hypTJeBnfVQej1ww5LjcnpUIwKAXx18pkpLNc0kRlGOZr/AL42fp/frakWqsLR7Zv364J7vHjomia8fjjx3F8wEdTPP4VOeFGtmtk++/R+g05bsajBSkoMfDJsNJWEGsWf3T9+vE7FzfAq0bsxE+0bJ7jSSRginlTTqZsXqPUoVTjbFcW42aAIUI4kRIU7nfwCrSamywLViUM/DEMC2sWScQfX79yA141nHjWs1ZrO6zwk+Mu9bKs9gLIpA0p6zmwDYCSWaKJV/jfaz0yzxa+ORn+JPEJnUme5prXr7zCftWnpeiyaOYFKW0BI5gFQTwhMIrJeOCHmKvD63dal1NWmpWF5zrrUFVTadQLfjWL5K/IR49VW+39qRbhk6aZ49NpPFb2LCU8UNRiVrIkKZN1c4HvmCiM8N/4udb8R1GUxaIcRdB1QcAHTisGDQlpweTlC09x69ejpTWZYi6CZ8FqKkgRgI4smkVU2pPj8ncvFCbghwOFV3z4MkpaySDKsqQopwvfbJFHPAzUKJDclRt791TP8MS7Wi2dS4i5pJQxLE+xkfQ9y+aK6D5D8yK8vovJiUQy6bqppqZIxC+DySiEKAyi9ZsvZCQ8oIaocnQ9KiHMC1yWO1Tfqyc2/EyrSYznovcM66xuV05Etx1shJFqhtYPLxOIpggCAeYIyRQkYWnrAnarmIGV8jUKooT3wwQ9akgs7MpFLP3vteykmUsZGeusrXOAJyrQeD/KppJRKObjZV4yYHZlwBKmeAWSJmZoSCTiR2lUVXhCKSmFFS0jreZu3sEdUaX1qVarKRE36b20Z+tQEYhD+UhEUB21NMiokZZc1PV7fMF4c8TKGA6zEhSHuM2nzp8SmxxamqNnYYqPDnc4VqX14GOtlhuIJ7L3g7zNdlalqavXbt++dipJaWlZvXSa5MRAfeAC1jIZT2e9KzT18mQ4FguHN15VKGvfJlIGU6y+uqD1vlYrIcZT6QIeEKj81VA4HENW7LzgsChdkwpnRVOuUytuFu9Lqs2GRhMbw0dC4GQsfE1n5Qv62UyB5K9ginVomSZ3LyjYkND48+FYaAfYGHv+IkJLdd3LJnPQqou86H3wBJ317oZiGxG0EWmh5y95jT2jKt3DWbzQ4cyZQ2U8PBit0ZoHrej9ou2v6NXwEQQxEHWN86No2mpqrlsL+xBlWYpwLQapb2HhvMoji/PuW6nmCzc6VHD0rje8RkuOi949LVJ6wJNIKotSUNf24D29OVCvVjKY0VjxVDwSQsq3sCMvIpo/xXRBzZmHe/1g1eHD11Pe7BotVwxkLU7nUdapWEXUbduPyt5X6t75vCtZCssi52Mbyzki485hd9d9T84fP1zO9Ud0Rt9qrUHL1w7xJEFAWZHbR8qTQqEki7K9DyQuyvURTwYlHlmafe1IpdZVhU3RMaxgqtkUy5ADyezw2v+T6tp30tiVTQonUHdjZdRJEzc00YePHduybrqMXeli9GrTi5OVWad4Hgs3c+zYsV1aVjByxPBZg1r8lDk2tBw3VBWVh5amLW/REF0WqzXNI4u1RcjChqJm6wRtpXZUaYmsLXVAY1qT+lMcRO5l1RBNP6tBrYjK9qF6t1xEqeqIxrT6zoyyRb1acXyQpeGLzoAGn9CPqjyJsWsCwRen4vA2xPAo7i2S2nHkx2WzI3xeYVn8wIaSuk44K3CCmtpYFnUyHFBx0tX+gxrUGkGogNumOXYS9+lXq1AK4+Dp+L4NRjka6qL52BFE+Uknn58n6F2huIAbY1D/IqtLORVG+TuQFwofSag8spyFDUaNmoa6OKJdjYWPbETSyfDzl5yKdA29N8qAKHtGjeDXfgyEwy+SjoIsZ+qoRqNWRAmLUgMvEANCVwnlgDOhRcP0HR/lgEpTp26HQjte5gVmJWh0QONR/VEXvKgeOH/t2vl8hJaspi5q0TgjicPCCNV0vJnmKGUXP19c1vUPoqYWWRRPqUaIRikrT2C3w58wQsXJBkR1HIq1QhRf7I8RNs5AUopSNFVVUbpvteKPrODFRSFTBomOR+9/5DWN7dd3BM5RBqD2Pwzr74/OR8BakeGT/jRq5ASC3fyG44zHIfxjRg2YpjiqgptPcRxh/Iiufx7VddZMBUn+iqn9B7C77y/CRs2a0D8i8ELTzOEDEfU3tBk4YMK0GTNmLBvwt0m+2aR5c+bMadm3jqa+AIBLv/Oz7eOmAAAAAElFTkSuQmCC) no-repeat;
  height: 70px;
  width: 150px;
  top: 15%;
  left: 5%;
  opacity: .3;
  background-size: contain;
  -webkit-animation-name: ZoomToFade3;
  animation-name: ZoomToFade3;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.fa-phone.alt {
  transform: rotate(90deg)
}

.anim-object2:before {
  position: absolute;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAABOCAMAAADxR8+vAAAB71BMVEUAAADmfCVBQkPR09LYsFzmfCXYsFzflD/R09LUw53mfCVBQkParIVBQkNBQkNBQkNBQkOeeFtBQkPmfCVBQkPWdihaSz7mfCW1ydFBQkNBQkNBQkOUXzRSSEDLciradyeXYDPmfCVBQkPDcCvmfCW3ay1BQkN5VTlBQkOpZjBBQkO9zNJBQkNBQkPmfCXmfCWhZDLfmENNRkFwUzp5Vjm+bix5VjlBQkOjZTHkgjJBQkPmfCXXuJOuaC/mfCXemkWoZjBBQkOkZTHmfCVeTD5BQkPmfCWfYzKcYjKaYTOTXzRBQkPmfCXR09LYsFzcZivgbSmkw9HleSbeayrjdSeJWzbgcCjhcSjidCfleyXdZyvicijdaSrUxqZKS0yTlZfFx8dKSUW6y9Gvx9FDRkdCQ0RqUDzR0cu+wL+bnZ5QVVhSUk7Nz85aYmeeYzLIysm2uLhGSErP0dCHnadLT1HGbSuiwc/LzcygvsyduseYs8CvsbJkcHZOU1WQqbSipKZXX2NJTE7lgTDBw8N6jJVufINTWl1WST/DaC3Gz9KUrrqXmZp8j5hqd32/XzDAYy/ieiXK0dK5u7ueoKF2h49ygYldZ2xPTkx5VDmzXjDBZS63ubqLo62lp6jUxaGCl6GClqBeZ2xkTj2saDDWZyvsLtiXAAAAS3RSTlMAgDBgUHBgzhDKQPjKt3UfEAXn0Df+9p6clFpEJQz+/fn57+3d19G6r5CLhmJRNicdHP777eXi4eHTy8TBvLCmpKCOjIiDaWhVQxIcsJfoAAADvklEQVRo3u2U93MSQRTHn10TY8QeTey999677q5ck2LUoIIiBkkxJGCIYEwxscTeu3+oe3ewB4MXIJG7nTGfH26+vLnhPvv27UJhHCtxmtnADacxf1Lnl97NsBd4YQ1izANO2LqdQ6k1iD+prTtuGuwEPjiBMebt9G1bxqHUfJzmocq+qRkcYB9bMo2aTnKZAPYxH/MntQVzKHWYQ6nNOFvqxY0sNoB1bJuczZEpjIOEPBazWADWMfGCCdPGpIqXenE9Cytnylyq+NM3JjUmZS719RajJV+qYtxI2DxaqSvEFCo1Drtdkiy53IrsFTyKjGXFI3hliVWx4PEItKoX9CqeVG4pQZCckiwoTq/s9lzClzxu2etU9KpLceLL9fWXsVNxyZJaVdTqP5JqChISafIR0t3UTsjLl1xINTwgJNjQRMj9Bmp2+zYXUoNfqNTgJyo1SKVeveJCisuZ4lIq2E1IezBCiC/YSKe9mwspLgedS6lGumktjS36g/7iQorLQfdFaH987XTafbRTkQgXUlzOFJdSXG4fl4M+JvW/Sv3u73/e9qxNe3z8SB/P+9vWjS+Cckp9QCOjikepOaOR8tRLgtftkQTsViQXdkmKGwuSUX0/+kaVLpXL/IqKCi0coGElxnMvjrxRKJvAtWze3WG8u5qLH5WNY0ClbKPv19K82vL11WCnVGAxxtdyS8tnzASwVeonHbucQuUpqqSzGtlEn3co53iurQbGnGFbnGhm+d49FptDgUz0h4w3EikWUwlkvOE3sepDBnsWQTY1yJTeuBjtSXu0imJr+t/fRMWBkB7DMbGjMy3dJYpPdNnAE1HsSq+hs0OMhVEhauogh5mzkBkDIqVXi6/V+EYXUWOX3oUYjVH989/VcqcuosZvumqUxliBG2QWaxNjEzLBL6o81fJnNbZqsUcrazGkxR9ajqvxkRYfqTGuxbeiSggNR9VMyKcK5WN8J2x857XxnQF9UzvUrM9Pq7GCp8YKEmrsaEbmVM6Av1FdafJ+OJZZO0p10S27yiYmlsxMDJu6UJxNnZ8KxtPd6YnSqSth6xgzkAnNYdb4QDLJjlwozJaeCifYbid7jSOS9LNTG04hc/ZXgwkO2y6rtXVgyhxkD+thOGqQHeSNeN5lZTmBjVCAhchqAguhIFXIWio3QWHoZWUdhfvELisr2QhF4dh90TpOQpGcwZaxCopmFbaIFQ4omtol2BLm1kIJrMNWMHQWSmIFtoCjUBrnhnDZ2QWlcgiXmyW1UCp1i3GZOQ6F+QN0Jew7CHAKPwAAAABJRU5ErkJggg==) no-repeat;
  height: 65px;
  width: 130px;
  top: 65%;
  right: 10%;
  opacity: .6;
  background-size: contain;
  -webkit-animation-name: infiLeftRight;
  animation-name: infiLeftRight;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none
}

.logo {
  padding-top: 1.1rem;
  width: 19%;
  padding-top: 3px;
  padding-bottom: 0
}

.main-menu {
  padding-top: 12px
}

.logo img {
  width: 100%;
  height: auto
}

.header-style-one .header-wrapper .header-navigation-area {
  background: #ecf1f8;
  transition: all .4s ease-out 0s
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 45px;
  position: relative;
  transition: all .3s ease-out 0s
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 36px 0;
  display: block;
  color: #2f2b2b;
  font-weight: 600
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
  right: -20px;
  left: auto
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub>a:before {
  content: "\f067";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-13px);
  font-family: Font Awesome\ 5 Pro;
  font-size: 16px
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover>a {
  color: #0199f3
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1)
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  position: absolute;
  width: 220px;
  background: #f8f8f8;
  z-index: 2;
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  transform: scaleY(0)
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ddd
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
  border-bottom: none
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
  padding: 8px 20px;
  font-size: 14px
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover>a {
  padding-left: 25px;
  background-color: #0199f3;
  color: #fff
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child>a:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-15px);
  font-family: Font Awesome\ 5 Pro;
  font-size: 16px
}

.header-style-one .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
  padding: 35px 0
}

.header-style-one .header-wrapper .header-navigation-area.transparent-header {
  background: 0 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  transition: all .3s ease-in-out
}

.header-style-one .header-wrapper .header-navigation-area.transparent-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1)
}

.header-style-one .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.header-style-two .header-wrapper .header-middle {
  padding: 30px 0;
  margin: 0 auto;
  position: static
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i {
  margin-right: 15px;
  color: #0199f3;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background: #ecf1f8;
  border: 1px solid #eee
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
  font-size: 26px
}

.header-style-two .header-wrapper .header-middle .topbar-info-area a {
  font-size: 15px
}

.header-style-two .header-wrapper .header-navigation-area {
  background: #fff;
  position: relative;
  z-index: 5
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  transition: all .3s ease-out 0s
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 43px 0;
  display: block;
  color: #2f2b2b;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 30px
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
  right: -20px;
  left: auto
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub>a:before {
  content: "\f107";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-6px);
  font-family: Font Awesome\ 5 Pro;
  font-size: 12px
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover>a {
  color: #f79f22
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1)
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  position: absolute;
  width: 220px;
  background: #ecf1f8;
  z-index: 2;
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  transform: scaleY(0)
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ddd
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
  border-bottom: none
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
  padding: 8px 15px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover>a {
  padding-left: 15px;
  background: #0199f3;
  color: #fff
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child>a:before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-12px);
  font-size: 20px
}

.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
  padding: 35px 0
}

.header-style-two .header-wrapper .header-navigation-area.transparent-header {
  background: 0 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  transition: all .3s ease-in-out
}

.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
  background: #fff;
  z-index: 9999;
  padding: 10px 0
}

.header-style-two .header-wrapper .header-navigation-area.fixed, .header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.header-style-two .header-wrapper .header-navigation-area.fixed {
  z-index: 99;
  transition: all .6s ease-out 0s;
  transform: translateY(-5px)
}

.header-style-two .header-wrapper .header-navigation-area.fixed .logo img {
  max-width: 60%
}

.header-style-two .header-wrapper .header-navigation-area.fixed .main-menu ul li a {
  padding-top: 20px;
  padding-bottom: 20px
}

.header-style-two .header-wrapper .header-navigation-area.fixed .main-menu ul li.has-sub>a:before {
  top: 40%
}

.header-style-two .header-wrapper .header-navigation-area.fixed .side-panel {
  padding-top: 35px
}

.side-panel-element ul {
  padding-left: 0
}

.search-tabs-bg>h1 {
  color: #fff;
  margin-bottom: 25px
}

.txt_keyword {
  padding: 5px 10px;
  border-radius: 3px;
  width: 100%
}

.search-tabs-bg>.tabbable>.tab-content>.tab-pane {
  background: #fff;
  padding: 25px;
  border: 1px solid #ddd
}

.search-tabs-bg>.tabbable>.tab-content>.tab-pane .form-control {
  background: hsla(0, 0%, 100%, .5)
}

.search-tabs-bg>.tabbable>.nav-tabs {
  border: none;
  justify-content: center;
  align-items: center
}

.search-tabs-bg>.tabbable>.nav-tabs>li {
  margin-bottom: 0;
  margin-right: 5px
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a {
  background: #00afef;
  border: none !important;
  color: #fff;
  display: inline-block
}

@media (max-width:992px) {
  .search-tabs-bg>.tabbable>.nav-tabs>li>a>span {
    display: none
  }
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a:hover>.fa {
  background: #ed8323;
  transition: .3s
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a>.fa {
  display: inline-block;
  width: 55px;
  height: 53px;
  border-radius: 50%;
  line-height: 46px;
  margin-right: 2px;
  background: #0686b9;
  text-align: center;
  font-size: 30px
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
  background: #0686b9;
  color: #fff;
  font-weight: 700;
  font-size: 19px
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a>.fa, .search-tabs-bg>.tabbable>.nav-tabs>li>a.active>.fa {
  background: #f6931c
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a.active span {
  font-weight: 700
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a.active {
  background: #0752ab
}

.titleh2 {
  font-size: 35px
}

.titleh2 span {
  color: #00afef;
  font-size: 45px
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a:hover>.fa {
  background: rgba(0, 0, 0, .3)
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a {
  padding-right: 16px;
  text-transform: uppercase;
  font-size: 19px
}

.search-tabs-nobox>.tabbable>.tab-content>.tab-pane {
  padding: 25px 0;
  box-shadow: none
}

.search-tabs-lift-top {
  margin-top: -50px
}

.search_form {
  overflow: hidden;
  background: #2a7cdc;
  padding: 25px;
  padding-bottom: 33px;
  width: 100%;
  position: relative
}

.search_box_HD {
  background: #fafafa;
  padding: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  margin-bottom: 20px
}

.search_box_hoidap {
  margin-bottom: 0;
  padding: 10px 7px;
  padding-bottom: 0
}

#tableInvoice tr td, #tableInvoice tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 14.5px
}

#tableInvoice td strong {
  color: #0199f3
}

.search_form .search_btn button {
  background-color: #0199f3;
  border: 1px solid #fff
}

.text-muted {
  font-size: 14.5px
}

.search_form.search_box_HD .search_box .form-group {
  width: 100%
}

.search_form.search_box_HD .search_box .form-group input {
  border: 1px solid #ddd;
  font-size: 14.5px
}

.search_form.search_box_HD .container-search {
  border: none
}

.search_form.search_form1 {
  padding: 12px 20px;
  padding-bottom: 13px
}

.color_blue {
  background: #2a7cdc
}

.header-style-two .header-wrapper .header-navigation-area.fixed>.container {
  display: block
}

.header-style-two .header-wrapper .header-navigation-area.fixed>.color_blue, .header-style-two .header-wrapper .header-navigation-area>.color_blue {
  display: none
}

.select2-container .select2-selection--single {
  height: 35px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px
}

.select2-results__option--selectable {
  display: block
}

.search_btn button {
  background-color: #f8aa21;
  border-color: #f8aa21;
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (max-width:768px) {
  .search_form {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 10px
  }
}

.search_form .container-search {
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center
}

@media screen and (max-width:993px) {
  .search_form .container-search {
    flex-wrap: wrap
  }
}

@media only screen and (max-width:768px) {
  .search_form .container-search {
    flex-direction: column
  }
}

.search_form .container-search .select2-container {
  margin-bottom: 0
}

.search_form .search_box {
  width: 75%;
  display: flex;
  padding: 5px 10px
}

@media screen and (max-width:1200px) {
  .search_form .search_box {
    width: 70%
  }
}

@media screen and (max-width:993px) {
  .search_form .search_box {
    width: 100%;
    margin-right: 0
  }
}

@media only screen and (max-width:768px) {
  .search_form .search_box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px
  }
}

.search_form .search_box .form-group {
  width: 50%;
  margin-right: 15px
}

@media only screen and (max-width:768px) {
  .search_form .search_box .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
  }
}

.search_form .search_box .form-group:last-child {
  margin-right: 0
}

.search_form .search_box .form-group .select2 {
  width: 100% !important
}

.search_form .search_btn {
  width: 25%;
  margin-right: 10px
}

@media screen and (max-width:1200px) {
  .search_form .search_btn {
    width: 30%
  }
}

@media screen and (max-width:993px) {
  .search_form .search_btn {
    width: 50%;
    margin: 10px auto 0
  }
}

@media only screen and (max-width:768px) {
  .search_form .search_btn {
    width: 70%
  }
}

.search_form .form-group {
  margin-bottom: 0
}

.search_form i {
  color: #fff
}

.search_form .txt-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0
}

.header-searchbox-style-one {
  position: relative;
  float: right
}

.header-searchbox-style-one .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px
}

.header-searchbox-style-one .show-searchbox a {
  position: relative;
  width: 35px;
  height: 35px;
  background: #0199f3;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  margin: 27px 0 30px
}

.header-searchbox-style-one .show-searchbox a i {
  font-size: 14px;
  color: #fff;
  transition: all .3s ease-in-out
}

.header-searchbox-style-one .show-searchbox.active .fa-search:before {
  content: "\f00d"
}

.header-searchbox-style-one .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  transition: all .3s ease-in-out
}

.header-searchbox-style-one .toggle-searchbox #searchform-all {
  position: relative
}

.header-searchbox-style-one .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #0199f3;
  top: 6px;
  background-color: #fff;
  border-radius: 0
}

.header-searchbox-style-one .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: , Font Awesome 5 Free;
  color: #0199f3;
  background: 0 0;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s ease-in-out
}

.header-searchbox-style-one .toggle-searchbox form input[type=text] {
  border: 1px solid #ddd6d9
}

.header-searchbox-style-one .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 103%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #0199f3
}

.boxsearch {
  display: inline-block
}

.search-box {
  position: absolute;
  top: 120%;
  right: 0;
  background: #0199f3;
  opacity: 0;
  padding: 20px;
  transition: all .5s ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0
}

.search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.search-box.now-visible li {
  list-style: none
}

.search-box .form-group {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 250px
}

.search-box .form-group input[type=search] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #1f1f23;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all .5s ease 0s;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px
}

.search-box .form-group input[type=search]:focus {
  border-color: #f5f5f5
}

.search-box .form-group button, .search-box .form-group input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: #04659e;
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all .5s ease 0s
}

.header-top-area .search-box i {
  font-weight: 900
}

.search-box .form-group button:hover, .search-box .form-group input:focus+button {
  color: #222;
  background: #f5f5f5
}

.boxsearch a i {
  margin-right: 15px
}

.header-searchbox-style-two {
  position: relative;
  display: inline-block;
  margin-left: 30px
}

.header-searchbox-style-two .show-searchbox {
  float: right;
  margin-left: 15px;
  position: relative;
  margin-top: 3px
}

.header-searchbox-style-two .show-searchbox a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 55px;
  margin: 25px 0 30px
}

.header-searchbox-style-two .show-searchbox a i {
  font-size: 20px;
  color: #0199f3;
  transition: all .3s ease-in-out
}

.header-searchbox-style-two .show-searchbox.active .fa-search:before {
  content: "\f00d"
}

.header-searchbox-style-two .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  transition: all .3s ease-in-out
}

.header-searchbox-style-two .toggle-searchbox #searchform-all {
  position: relative
}

.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #0199f3;
  top: 6px;
  background-color: #fff;
  border-radius: 0
}

.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: , Font Awesome 5 Free;
  color: #0199f3;
  background: 0 0;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s ease-in-out
}

.header-searchbox-style-two .toggle-searchbox form input[type=text] {
  border: 1px solid #ddd6d9
}

.header-searchbox-style-two .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  top: 114%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #0199f3
}

.input-box {
  position: absolute;
  right: 12px;
  top: 12px
}

.input-box i {
  color: #0199f3
}

.header-top-area {
  font-size: 14px;
  color: #00afef;
  padding: 6px 0;
  padding-bottom: 0;
  background-color: #f8f8f8
}

.header-top-area a {
  color: #00afef;
  font-size: 14px;
  display: inline-block;
  font-weight: 400
}

.header-top-left-part .phone a {
  font-weight: 700
}

.header-top-area i {
  margin: 0;
  font-size: 14px;
  font-weight: 400
}

.header-top-area i img {
  max-width: 28px
}

.header-top-area .header-top-left-part .address {
  padding-right: 20px;
  position: relative
}

.header-top-area .header-top-left-part .address:after {
  background: #00afef;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 0;
  top: 2px
}

.header-top-area .header-top-left-part .phone {
  padding-left: 20px
}

.header-top-area .header-top-left-part i {
  color: #00afef;
  margin-right: 5px;
  vertical-align: middle
}

.header-top-area .header-top-left-part i:before {
  font-size: 16px
}

.header-top-area .header-top-right-part .social-links {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding-left: 0
}

.header-top-area .header-top-right-part .social-links:after {
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
  height: 60%;
  width: 1px;
  background: #00afef
}

.header-top-area .header-top-right-part .social-links li {
  display: inline-block;
  margin-right: 15px
}

.header-top-area .header-top-right-part .social-links li a {
  color: #00afef;
  transition: .3s
}

.header-top-area .header-top-right-part .social-links li a:hover {
  color: #fac41b
}

.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 25px
}

.header-top-area .header-top-right-part .language {
  display: inline-block;
  margin-left: 25px;
  position: relative
}

.header-top-area .header-top-right-part .language .language-btn {
  position: relative;
  text-decoration: none;
  min-width: 105px;
  text-align: left;
  transition: .5s
}

.header-top-area .header-top-right-part .language .language-btn i {
  margin-right: 4px
}

.header-top-area .header-top-right-part .language .language-btn i:before {
  font-size: 14px
}

.header-top-area .header-top-right-part .language .language-btn:after {
  content: "\f107";
  position: absolute;
  right: -14px;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 700;
  top: 1px;
  font-size: 16px
}

.header-top-area .header-top-right-part .language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 36px;
  right: -13px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: .5s
}

.header-top-area .header-top-right-part .language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  background: #31314d;
  padding-left: 0
}

.header-top-area .header-top-right-part .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
  list-style: none
}

.header-top-area .header-top-right-part .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  text-decoration: none
}

.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
  background: #0199f3
}

.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
  border-bottom: none
}

.side-panel-content {
  background: #fff;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .7s ease 0s;
  width: 355px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px
}

.side-panel-content.side-panel-open {
  transform: translateX(0);
  -ms-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .3);
  -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .3)
}

.close-icon {
  text-align: right
}

.close-icon>button {
  cursor: pointer;
  background: #0199f3;
  border-radius: 50%;
  height: 42px;
  width: 42px
}

.close-icon>button i {
  line-height: 20px;
  color: #fff
}

.close-icon>button i:before {
  font-size: 14px
}

.extra-info>p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px
}

.extra-info.extra-info-left.side-panel-open {
  transform: translateX(0)
}

.side-panel {
  width: 36px;
  float: right;
  padding-top: 55px;
  cursor: pointer;
  margin-left: 10px
}

.side-panel span {
  margin: 3px 0;
  transition: .3s;
  float: right
}

.side-panel:hover span {
  width: 100%
}

.bar1 {
  width: 55%
}

.bar1, .bar2 {
  background: #0199f3;
  height: 2px
}

.bar2 {
  width: 75%
}

.bar3 {
  width: 65%;
  background: #0199f3;
  height: 2px
}

.footer-main-area {
  background: #0199f3;
  padding: 30px 0 0
}

.footer-bottom-area {
  background: #011b42;
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 0
}

.footer-border-top {
  border-top: 1px solid #2c3037
}

.copyright span {
  font-size: 13px
}

.copyright .sp_text {
  color: #dcd7d7
}

.footer-widget {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 15px
}

.footer-widget-list li {
  display: inherit;
  margin-bottom: 5px
}

.footer-widget-list li a {
  color: #fff;
  position: relative;
  padding-left: 25px;
  font-size: 15px
}

.footer-widget-list li a:before {
  position: absolute;
  content: "\f105";
  left: 0;
  top: -3px;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900
}

.footer-widget-list li a:hover {
  color: #fbd017
}

.form-control {
  box-shadow: none;
  outline: 0;
  border: 1px solid #dfdce6;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  color: #03324d;
  height: auto;
  padding: 25px 20px;
  resize: none;
  min-width: 100%;
  height: 65px
}

textarea.form-control {
  min-height: 210px
}

.form-control:focus {
  border-color: #e41f7a
}

.contact-form textarea {
  display: inline-block;
  min-height: 130px
}

.contact-form input[type=email], .contact-form input[type=password], .contact-form input[type=text], .contact-form textarea {
  background: #edf0fa;
  border: 1px solid transparent
}

.contact-form.contact-form-1 input, .contact-form.contact-form-1 textarea {
  background: #e3e6f1
}

.contact-form .form-control:focus {
  border-color: #0199f3;
  background: #edf0fa
}

.request-a-call-back-form {
  padding: 45px 50px 40px 50px;
  -ms-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, .1);
  -o-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, .1);
  box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, .1);
  position: relative;
  border-radius: 8px
}

.request-a-call-back-form.form-control {
  margin-bottom: 20px
}

.request-a-call-back-form .custom-select-categories {
  background-color: #fff;
  color: #03324d;
  height: 70px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 15px;
  border: 1px solid #dfdce6;
  border-radius: 4px;
  box-shadow: none
}

.request-a-call-back-form.sidebar {
  background: #03324d;
  padding: 30px
}

select {
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjDAEIJDdmDlz5AAAAeUlEQVQoz2NgGHjAyMDAwMDgxmCIRe48wy6YgjcMexgeoEnLM7gyiMA46QwPGJRQpGUZ7jJkIgukMDxkUIXzpBluM5Sh25jE8JRBi4GBgYFBnOEaQwU2B0cyPGXQYRBjuMpQhctPMQxPGa7jlmZgYGCwYwigUwCTAADLxhNqRb6mzwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0xMi0wMVQwODozNjo1NSswMDowML+OVcEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMTItMDFUMDg6MzY6NTUrMDA6MDDO0+19AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==) no-repeat 100% #ddd;
  -webkit-appearance: none;
  background-position-x: 96%
}

.contact-form-support {
  max-width: 100%;
  margin: 0 auto
}

.contact-block {
  background: #edf0fa;
  padding: 30px 15px
}

.contact-details p {
  font-size: 15px
}

.contact-icon i {
  width: 50px;
  height: 50px;
  background: #0199f3;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%
}

.contact-icon i:before {
  color: #fff;
  font-size: 36px
}

.contact-details {
  margin-left: 30px
}

.rating ul {
  display: flex;
  justify-content: center
}

.rating ul li {
  width: 25%;
  cursor: pointer
}

.rating ul {
  list-style-type: none
}

.rating ul li img {
  max-width: 60px
}

.rating ul li a, .rating ul li span {
  display: block;
  text-align: center
}

.rating ul li span {
  font-size: 15px;
  margin-top: 10px
}

.rating ul li label {
  text-align: center;
  cursor: pointer
}

.btn_news {
  margin-top: 30px
}

.rating input:checked+label {
  border: 1px solid #0199f3;
  box-shadow: 0 0 35px rgba(17, 44, 145, .1);
  padding: 10px
}

.rating input {
  visibility: hidden
}

@media only screen and (max-width:768px) {
  .rating ul {
    flex-wrap: wrap
  }

  .rating ul li {
    width: 50%;
    text-align: center
  }

  .rating h2 {
    font-size: 22px;
    margin-bottom: 0
  }
}

.request-a-call-back-form-vertical-two {
  background: #fff;
  padding: 30px 30px 40px 30px
}

.request-a-call-back-form-vertical-two .form-control {
  height: 54px;
  line-height: 1.3;
  border-radius: 0;
  font-size: 16px;
  color: #243b60
}

.request-a-call-back-form-vertical-two .form-control:focus {
  border-color: #0199f3
}

.request-a-call-back-form-vertical-two .custom-select-categories {
  background-color: #fff;
  color: #243b60;
  height: 54px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 15px;
  border: 1px solid #dfdce6;
  border-radius: 4px;
  box-shadow: none;
  line-height: 1.3
}

.request-a-call-back-form-vertical-two ::-moz-placeholder {
  color: #243b60
}

.request-a-call-back-form-vertical-two ::placeholder {
  color: #243b60
}

.request-a-call-back-form-vertical-two :-ms-input-placeholder {
  color: #243b60
}

.request-a-call-back-form-vertical-two ::-ms-input-placeholder {
  color: #243b60
}

.sidebar-widget {
  padding: 20px;
  margin-bottom: 30px;
  background: #faf9f1;
  border: 5px solid rgba(255, 72, 0, .1)
}

.widget-title {
  position: relative
}

.widget-title:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 58px;
  left: 0;
  bottom: -15px;
  background: #f69b23;
  border-radius: 6px
}

.single-blog-widget-title {
  background: #0199f3;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px
}

.news-sidebar-widget .widget-search .search-form {
  position: relative
}

.news-sidebar-widget .widget-search .search-form label {
  display: block;
  margin-bottom: 0
}

.news-sidebar-widget .widget-search .search-form input {
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  transition: .5s
}

.news-sidebar-widget .widget-search .search-form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #fff;
  background-color: #0199f3;
  transition: .5s;
  cursor: pointer
}

.news-sidebar-widget .widget-popular-posts .post-date {
  font-size: 14px
}

.news-sidebar-widget .widget-archives ul li, .news-sidebar-widget .widget-categories ul li {
  display: inherit;
  padding: 5px 0
}

.news-sidebar-widget .widget-archives ul li a, .news-sidebar-widget .widget-categories ul li a {
  color: #565151
}

.news-sidebar-widget .widget-archives ul li a:hover, .news-sidebar-widget .widget-categories ul li a:hover {
  color: #0199f3
}

.news-sidebar-widget .widget-archives ul li:first-child, .news-sidebar-widget .widget-categories ul li:first-child {
  padding-top: 0
}

.news-sidebar-widget .widget-tags ul li a {
  background: #eeeae4;
  color: #565151;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 14px;
  padding: 5px 16px 5px 16px;
  border-radius: 4px;
  display: inline-block
}

.news-sidebar-widget .widget-tags ul li a:hover {
  color: #fff;
  background: linear-gradient(45deg, #f69924, #0199f3) !important
}

.news-sidebar-widget .widget-archives ul li:last-child, .news-sidebar-widget .widget-categories ul li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.single-post {
  border-bottom: 1px solid #dbdde1;
  padding-bottom: 20px
}

.single-post:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.post-image {
  width: 30%
}

.post-content.media-body {
  width: 70%;
  height: 58px;
  overflow: hidden
}

.post-content.media-body h5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px
}

.bg-primary-color {
  background: #0199f3
}

.bg-secondary-color {
  background: #03324d
}

.text-primary-color {
  color: #0199f3
}

.text-primary-color2 {
  color: #232331
}

.text-primary-color3 {
  color: #fde428
}

.text-secondary-color {
  color: #03324d
}

.text-secondary-color2 {
  color: #002448
}

.heading-text-color {
  color: #03324d
}

.bg-gradient-color {
  background: linear-gradient(45deg, #ca1f26, #0199f3) !important
}

.bg-light-gradient-color {
  background: linear-gradient(200deg, #fffdfd, rgba(168, 122, 33, .15)) !important
}

.bg-light-gradient-color-with-img {
  background: url(../img/abs-bg3.1e05b766.png), linear-gradient(200deg, #fffdfd, rgba(168, 122, 33, .15)) !important
}

.bg-light-gradient-color-with-img2 {
  background: url(../img/abs-bg4.73019211.png), linear-gradient(45deg, #ca1f26, #0199f3) !important
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto
}

.banner-section, .home-carousel {
  position: relative
}

.home-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 200px 0 200px 0;
  z-index: 1
}

.home-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1
}

.home-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.home-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%
}

.home-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 68px;
  line-height: 92px;
  font-weight: 900;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease
}

.home-carousel .active .content-box h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s
}

.home-carousel .content-box p {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.3s ease
}

.home-carousel .active .content-box p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.3s
}

.banner-section .home-carousel .content-box a.theme-btn {
  padding: 14px 47px
}

.home-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.6s ease
}

.home-carousel .active .content-box .btn-box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s
}

.static-home-banner-title {
  line-height: 1.3;
  font-size: 52px
}

.section-title {
  margin-bottom: 60px
}

.section-title .sub-title {
  margin-bottom: 5px;
  font-size: 22px;
  color: #fcd216
}

.hotro {
  font-size: 22px;
  color: #f79d23
}

.request-a-call-back-form .form-control {
  height: 50px
}

.h2_title {
  font-size: 40px
}

.the-title {
  line-height: 25px
}

.service-item-title h3 {
  font-size: 15px;
  height: 36px;
  overflow: hidden
}

.service-item-para p {
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  text-align: justify
}

.section-title-left-part {
  position: relative;
  padding-left: 30px
}

.section-title-left-part:before {
  content: "";
  position: absolute;
  background: #f5ba14;
  height: 100%;
  width: 10px;
  border-radius: 8px;
  top: 0;
  right: -70px;
  opacity: 1
}

.section-title-left-part.title-left-part-primary-color:before {
  background: #0199f3;
  opacity: 1
}

.shadow-text, .title-box-center {
  position: relative
}

.shadow-text {
  font-size: 152px;
  opacity: .05;
  left: 0;
  right: 0;
  top: 15px;
  color: #3751ca;
  font-weight: 800;
  -webkit-animation: heartbeat 1s infinite alternate;
  animation: heartbeat 1s infinite alternate
}

.solid-side-line {
  position: relative
}

.solid-side-line:after {
  content: "";
  background: #0199f3;
  height: 100%;
  width: 10px;
  position: absolute;
  left: -50px;
  top: 0
}

.titleh1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 35px
}

.art_text {
  line-height: 25px;
  font-size: 14.5px
}

.side-line-left {
  position: relative;
  padding-left: 65px;
  color: #f7a322;
  font-size: 22px
}

.side-line-left:after {
  position: absolute;
  content: "";
  background: #0199f3;
  height: 2px;
  width: 50px;
  left: 0;
  top: 15px
}

.content-border-left {
  border-left: 3px solid #0199f3;
  padding-left: 30px
}

.case-study-item:hover .side-line:before {
  width: 65px;
  left: -30px
}

.page-title-section {
  background-color: #f8f8f8;
  background: url(../img/bg-cre.e45bb34b.jpg) no-repeat scroll center 12%;
  background-size: cover;
  color: #fff
}

.page-title-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 140px
}

.breadcrumb-item {
  font-size: 13px
}

.page-title-content .title {
  font-size: 54px;
  letter-spacing: 1px
}

.page-title-content nav {
  position: absolute;
  right: 0;
  bottom: 0
}

.page-title-content nav ol {
  margin: 0;
  border-radius: 0;
  background: rgba(11, 18, 30, .6)
}

.page-title-content .breadcrumb-item a {
  color: #fff
}

.page-title-content .breadcrumb-item.active {
  color: #fde428
}

.page-title-content .breadcrumb-item+.breadcrumb-item:before {
  content: "|"
}

.about-image-box {
  position: relative
}

.about-image-box .about-image1 {
  position: absolute;
  left: -220px;
  width: 310px;
  top: 60px;
  border: 8px solid #f6f6f6
}

.about-image-box .experience {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  max-width: 335px;
  z-index: 1;
  position: absolute;
  right: -50px;
  bottom: -60px;
  padding: 30px 45px;
  border-right: 3px solid #0199f3
}

.about-image-box .experience h4 {
  font-size: 72px;
  line-height: 6rem
}

.about-image-box .experience p {
  font-size: 22px;
  line-height: 1.8rem
}

.person-object {
  position: relative
}

.person-object:after {
  content: "";
  height: 855px;
  width: 365px;
  right: 45px;
  position: absolute;
  top: -170px;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-animation: infiUpDown 3s infinite;
  animation: infiUpDown 3s infinite
}

.signature img {
  width: 125px
}

.about-feature-box {
  background: #0199f3;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .07);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all .3s ease-out 0s
}

.about-feature-box-icon {
  margin-bottom: 20px
}

.about-feature-box-icon img {
  width: 100px;
  height: 90px
}

.about-feature-box .about-feature-box-icon span:before {
  font-size: 60px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 35px;
  color: #fff
}

.about-feature-box .about-feature-box-content .title h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff
}

.about-feature-box .about-feature-box-content .para p {
  color: #fff
}

.about-feature-box:before {
  background: rgba(24, 49, 95, .8);
  z-index: 1
}

.about-feature-box:after, .about-feature-box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease-out 0s
}

.about-feature-box:after {
  background: url(../img/1.306a4a87.jpg);
  background-size: cover;
  background-position: 50%
}

.about-feature-box:hover {
  transform: translateY(-5px)
}

.about-feature-box:hover:after, .about-feature-box:hover:before {
  opacity: 1;
  transform: scale(1.2)
}

.about-feature-box:hover .about-feature-box-content .para p, .about-feature-box:hover .about-feature-box-content .title h3, .about-feature-box:hover .about-feature-box-icon span:before {
  position: relative;
  z-index: 2;
  color: #fff
}

.about-feature-box-type2 {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all .3s ease-out 0s
}

.about-feature-box-type2 .about-feature-box-icon span:before {
  font-size: 60px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 35px;
  color: #0199f3
}

.about-feature-box-type2 .about-feature-box-content .title h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #03324d
}

.about-feature-box-type2 .about-feature-box-content .para p {
  color: #3e3e3e;
  font-size: 15px;
  text-align: justify;
  line-height: 23px;
  margin-bottom: 0
}

.about-feature-box-type2 .about-feature-box-content .para {
  height: 50px;
  overflow: hidden
}

.about-feature-box-type2:before {
  background: hsla(0, 0%, 100%, .9);
  z-index: 1
}

.about-feature-box-type2:after, .about-feature-box-type2:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease-out 0s;
  display: none
}

.about-feature-box-type2:after {
  background: url(../img/1.306a4a87.jpg);
  background-size: cover;
  background-position: 50%
}

.about-feature-box-type2:hover {
  transform: translateY(-5px)
}

.about-feature-box-type2:hover:after, .about-feature-box-type2:hover:before {
  opacity: 1;
  transform: scale(1.2)
}

.about-feature-box-type2:hover .about-feature-box-icon span:before {
  position: relative;
  z-index: 2;
  color: #fff
}

.about-feature-box-type2:hover .about-feature-box-content .para p, .about-feature-box-type2:hover .about-feature-box-content .title h3 {
  position: relative;
  z-index: 2
}

.feature-box {
  text-align: center
}

.feature-thumb {
  overflow: hidden
}

.feature-thumb img {
  border-radius: 10px 10px 0 0;
  transition: all .9s ease
}

.feature-box:hover .feature-thumb img {
  transform: scale(1.2) rotate(3deg)
}

.feature-content {
  padding: 30px 25px 45px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  transition: all .4s ease-out 0s
}

.feature-box:hover .feature-content {
  -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, .06);
  -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, .06);
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, .06)
}

.feature-content:after {
  border-radius: 15px;
  position: absolute;
  background: #0199f3;
  height: 3px;
  width: 0;
  left: 0;
  bottom: 0;
  content: "";
  right: 0;
  margin: 0 auto;
  transition: all .4s ease-out 0s;
  opacity: .6;
  z-index: 0
}

.feature-box:hover .feature-content:after {
  width: 85%
}

.feature-content .title {
  margin-bottom: 15px
}

.feature-box .link a {
  position: absolute;
  background: #0199f3;
  color: #fff;
  height: 45px;
  width: 85px;
  line-height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-radius: 30px;
  z-index: 1;
  transition: all .4s ease-out 0s
}

.feature-box .link a:hover {
  width: 110px
}

.service-item-box .service-item-thumb {
  position: relative
}

.service-item-box .service-item-thumb img {
  border-radius: 8px 8px 0 0
}

.service-item-box .service-item-thumb .service-item-icon {
  transform: translateY(20px);
  position: absolute;
  right: 20px;
  background: #0199f3;
  color: #fff;
  padding: 16px 20px;
  bottom: 0;
  border-radius: 5px;
  z-index: 1;
  transition: all .4s ease-out 0s
}

.service-item-box .service-item-thumb .service-item-icon i {
  transition: .6s linear
}

.service-item-box .service-item-thumb .service-item-icon i:before {
  font-size: 34px;
  line-height: 42px
}

.service-item-box .service-item-thumb:before {
  background: #03324d;
  border-radius: 8px 8px 0 0;
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .4s ease-out 0s;
  content: "";
  display: none
}

.service-item-box .service-item-thumb:after {
  position: absolute;
  content: "";
  background: #03324d;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: .1;
  display: none
}

.txt_color {
  color: #f7a322;
  font-size: 22px
}

.service-item-title h3:hover {
  color: #f79f22
}

.service-item-box .service-item-content {
  padding: 15px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden
}

.service-item-box .service-item-content:after {
  transform: scale(.8) rotate(-90deg);
  content: "\f106";
  position: absolute;
  font-family: Flaticon;
  right: -38px;
  bottom: 0;
  font-size: 8rem;
  color: #0199f3;
  opacity: .06;
  transition: all .4s ease-out 0s;
  display: none
}

.service-item-box .service-item-content .service-item-link a {
  position: relative;
  padding-left: 0;
  display: inline-block;
  transition: all .4s ease-out 0s;
  font-weight: 500
}

.service-item-box .service-item-content .service-item-link a:hover {
  padding-left: 35px
}

.service-item-box .service-item-content .service-item-link a:hover:after {
  width: 25px
}

.service-item-box .service-item-content .service-item-link a:after {
  background: #0199f3;
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  top: 15px;
  transition: all .4s ease-out 0s
}

.service-item-box:hover .service-item-thumb .service-item-icon {
  transform: translateY(30px)
}

.service-item-box:hover .service-item-thumb .service-item-icon i {
  transform: rotateY(1turn)
}

.service-item-box:hover .service-item-thumb:before {
  height: 100%;
  opacity: .4
}

.service-item-box:hover .service-item-content:after {
  transform: scale(1) rotate(90deg);
  right: 10px;
  bottom: 60px;
  display: none
}

.service-description {
  margin-left: 30px
}

.service-description .title {
  margin-bottom: 10px
}

.service-link-list li a {
  display: block;
  background: #faf9f1;
  color: #40436a;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  transition: all .3s ease-out 0s;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eae8db
}

.service-link-list li:last-child a {
  border-bottom: none
}

.service-link-list li.active a {
  color: #fff;
  background: #0199f3
}

.service-link-list li a:hover {
  background: #0199f3;
  color: #fff;
  padding-left: 30px
}

.service-link-list li a i {
  margin-right: 10px;
  font-size: 13px
}

.service-link-list li.active a i, .service-link-list li a:hover i {
  margin-right: 12px
}

.service-section-title-area {
  background: #571bcd;
  padding: 90px 0 240px;
  margin: 0 110px;
  margin-top: -180px
}

.service-section-content {
  margin-top: -180px
}

.service-features-icon {
  margin-right: 25px
}

.service-features-icon span {
  background: #0199f3;
  padding: 15px;
  display: inline-block;
  border-radius: 8px
}

.service-features-icon span:before {
  font-size: 42px;
  line-height: 42px;
  color: #fff
}

.project-section .project-filter ul li {
  display: inline-block;
  border: 1px solid #d6d6df;
  padding: 8px 25px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #373959;
  font-weight: 500;
  border-radius: 25px;
  margin-right: 5px
}

.project-section .project-filter ul li.active, .project-section .project-filter ul li:hover {
  background: #0199f3;
  color: #fff;
  transition: all .2s ease-in-out
}

.project-item .project-thumb {
  position: relative;
  overflow: hidden;
  display: block
}

.project-item .project-thumb img {
  width: 100%;
  transform: scale(1.01);
  transition: all .9s ease;
  height: 220px
}

.project-item .project-thumb .project-link-icon a {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: #0199f3;
  text-align: center;
  line-height: 72px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-out 0s
}

.project-item .project-thumb .project-details {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  transition: all .5s ease-out 0s;
  transform-origin: bottom;
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
  padding: 1rem !important
}

.section-content .project-item {
  margin-bottom: 10px
}

.section-content-image .section-content-image-li:nth-child(2n) {
  padding-left: 5px
}

.section-content-image .section-content-image-li:nth-child(odd) {
  padding-right: 5px
}

.project-item .project-thumb .project-details .project-category, .project-item .project-thumb .project-details .project-title {
  color: #fff
}

.project-item .project-thumb:after {
  position: absolute;
  background: rgba(3, 50, 77, .9);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s ease-out 0s;
  transform: scale(0)
}

.project-item:hover .project-thumb img {
  transform: scale(1.2)
}

.project-item .project-thumb .project-details .project-title {
  font-size: 14px;
  line-height: 25px
}

.project-item:hover .project-thumb:after {
  opacity: 1;
  transform: scale(.95);
  display: none
}

.project-item:hover .project-thumb:before {
  transform: perspective(0) rotateX(0)
}

.owl-carousel.project-nav .owl-nav button.owl-next, .owl-carousel.project-nav .owl-nav button.owl-prev {
  opacity: 1;
  visibility: visible;
  top: -21%;
  right: 19.5%;
  height: 64px;
  width: 64px;
  line-height: 64px
}

.owl-carousel.project-nav .owl-nav button.owl-prev {
  right: 23.5%;
  left: auto
}

.owl-carousel.project-nav .owl-nav button.owl-next:hover, .owl-carousel.project-nav .owl-nav button.owl-prev:hover {
  background: #fff
}

.owl-carousel.project-nav .owl-nav button.owl-next:hover i, .owl-carousel.project-nav .owl-nav button.owl-prev:hover i {
  color: #0199f3
}

.project-info-list li {
  padding: 8px 0;
  color: #677286;
  display: inherit
}

.project-info-list li span {
  color: #233d63;
  font-weight: 600;
  margin-right: 5px
}

.project-info-list li span i {
  color: #0199f3;
  font-size: 18px;
  margin-right: 10px
}

.project-info-list li a {
  color: #677286
}

.funfact {
  background: #f3f1f2;
  padding: 40px 40px 40px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden
}

.funfact .icon {
  margin-bottom: 30px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  transition: all .4s ease-in-out
}

.funfact .icon span:before {
  font-size: 118px;
  color: #03324d;
  opacity: .05
}

.funfact .counter {
  font-size: 48px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
  color: #0199f3
}

.funfact .title {
  color: #747b87;
  position: relative;
  z-index: 2
}

.funfact:after {
  content: "";
  background: #0199f3;
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .6s;
  border-radius: 36px
}

.funfact:hover .icon {
  top: 85px;
  transform: scale(1.2)
}

.funfact:hover:after {
  width: 100%
}

.funfact:hover:before {
  left: 5px;
  top: 6px;
  opacity: .08
}

.icon-box-block {
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -ms-box-shadow: 0 0 16px 4px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 16px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, .1)
}

.icon-box-block:after {
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -35px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  content: "";
  transition: all .3s ease-out 0s
}

.icon-box-block img {
  transition: all .4s ease-out 0s
}

.icon-box-block:hover img {
  transform: scale(-1) rotate(180deg)
}

.icon-box-block:hover:after {
  transform: scale(1.08) translateY(-8px)
}

.icon-box-two .icon {
  background: #0199f3;
  border-radius: 6px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  float: left;
  text-align: center
}

.icon-box-two .icon span:before {
  font-size: 48px;
  color: #fff
}

.icon-box-two .icon-details {
  margin-left: 110px
}

.news-wrapper .news-thumb {
  position: relative;
  overflow: hidden
}

.news-wrapper .news-thumb img {
  transition: all .4s ease-out 0s;
  height: 180px;
  width: 270px
}

.news-wrapper .news-thumb .news-meta {
  width: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  text-align: center;
  display: flex;
  z-index: 1
}

.news-wrapper .news-thumb .news-meta a {
  color: #fff
}

.news-wrapper .news-thumb .news-meta i {
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
  color: #fff
}

.news-wrapper .news-thumb .news-meta .admin {
  background: #ececec;
  padding: 2px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 11px;
  color: #03324d
}

.news-wrapper .news-thumb .news-meta .admin a {
  color: #03324d
}

.news-wrapper .news-thumb .news-meta .comment {
  background: #0199f3;
  padding: 2px 17.9px;
  min-width: 96px
}

.news-wrapper .news-details {
  padding: 30px 0 0 0
}

.news-description h4 a {
  font-size: 15px;
  font-weight: 400;
  height: 76px;
  overflow: hidden;
  display: block;
  text-align: justify;
  line-height: 1.3
}

.news-description h3 {
  font-size: 16px;
  margin-bottom: 5px
}

.news-description h3 a {
  height: 40px;
  overflow: hidden;
  display: block
}

.news-wrapper .news-details .news-description .entry-date {
  color: #a4a2a2;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px
}

.entry-date {
  font-size: 13px
}

.news-wrapper .news-details .news-description .the-title {
  margin-bottom: 30px
}

.news-wrapper .news-details .news-description .the-content {
  margin-bottom: 20px
}

.news-wrapper .news-details .news-link {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1.2px;
  line-height: 16px;
  position: relative
}

.other_news {
  margin: 10px 0;
  margin-bottom: 0
}

.other_news ul {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: #f9f9f9
}

.other_news li {
  list-style: none;
  margin-bottom: 10px
}

.other_news li a i {
  display: inline-block;
  vertical-align: middle;
  color: #0199f3
}

.other_news li a span {
  display: inline-block;
  font-style: italic;
  font-size: 13px
}

.other_news li a {
  display: block
}

.other_news li a h3 {
  font-size: 14.5px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.3;
  text-align: justify
}

.news-wrapper .news-details .news-link a {
  color: #0199f3;
  font-size: 15px
}

.news-wrapper .news-details .news-link a i:before {
  font-size: 16px;
  vertical-align: middle;
  margin-left: -12px;
  transition: .3s;
  opacity: 0
}

.news-wrapper .news-details .news-link:hover {
  color: #0199f3
}

.news-wrapper .news-details .news-link:hover:before {
  width: 100%
}

.news-wrapper .news-details .news-link:hover a i:before {
  margin-left: 0;
  opacity: 1
}

.news-wrapper .news-details .news-link:before {
  content: "";
  width: 0;
  height: 2px;
  background: #0199f3;
  left: 0;
  position: absolute;
  bottom: -5px;
  transition: .3s
}

.news-wrapper:hover .news-thumb img {
  transform: scale(1.1)
}

.news-wrapper:hover .news-thumb:after {
  opacity: 1
}

.news-wrapper {
  box-shadow: none
}

.news-date {
  position: absolute;
  bottom: 25px;
  right: 5px;
  background: #0199f3;
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  transition: all .4s ease-in-out;
  text-align: center;
  border-radius: 8px
}

.client-items img {
  border: 1px solid #f5f5f5;
  padding: 5px;
  margin: 0 auto;
  display: block
}

.news-date .entry-date {
  line-height: 24px;
  font-size: 15px
}

.service_news .news-wrapper .news-thumb img {
  width: 237px;
  height: 235px;
  display: block;
  margin: 0 auto
}

.news-date .entry-date span {
  font-weight: 700
}

.news-date:after {
  position: absolute;
  right: 25px;
  bottom: -15px;
  content: "";
  border-left: 15px solid #0199f3;
  border-top: 0;
  border-bottom: 15px solid transparent
}

.news-description {
  padding: 25px 15px;
  background: #f9f9f9
}

.boxmain .news-description {
  padding: 10px 10px;
  background: #fff
}

.boxmain .titleh2n {
  text-transform: uppercase
}

.boxmain .titleh2n span {
  color: #f6e305
}

.news-bottom-part {
  border-top: 1px solid #eee;
  justify-content: space-between;
  padding: 15px 25px
}

.news-bottom-part, .news-bottom-part .post-author {
  display: flex;
  align-items: center
}

.news-bottom-part .post-author .author-img {
  margin-right: 10px
}

.news-bottom-part .post-link>a {
  text-decoration: underline
}

.author-img img {
  width: 48px;
  border: 2px solid #0199f3
}

.blog-single-news .single-news-details .single-news-content .entry-meta {
  font-size: 15px;
  color: #888;
  font-weight: 500;
  margin: 25px 0 10px 0
}

.blog-single-news .single-news-details .single-news-content .entry-meta i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
  color: #0199f3
}

.blog-single-news .single-news-details .single-news-content .entry-meta .admin {
  background: #f6e1eb;
  padding: 4px 8px 6px 8px;
  color: #0199f3;
  border-radius: 3px;
  font-size: 13px
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area {
  margin: 45px 0 30px;
  border-top: 1px solid #eee;
  padding: 30px 0;
  border-bottom: 1px solid hsla(0, 0%, 93.3%, .9333333333333333)
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-tags ul li a {
  padding: 10px 10px;
  background: #edf0fa;
  font-size: 13px;
  color: #333;
  border-radius: 5px;
  margin-right: 5px
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-tags ul li a:hover {
  color: #fff;
  background-color: #0199f3
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li {
  display: inline-block
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li a {
  display: block;
  color: #0199f3;
  text-align: center;
  font-size: 18px;
  margin-left: 15px
}

.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li a:hover {
  color: #0199f3
}

.blog-single-news .single-news-details .single-news-content .comments-area {
  background: #f4f5f8;
  padding: 30px 30px;
  margin-top: 30px
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .children {
  margin-left: 45px
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body {
  padding-top: 30px;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-author-thumb {
  margin-top: 5px;
  margin-right: 28px
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-author-thumb img {
  border-radius: 50%
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
  position: relative;
  overflow: hidden
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-author {
  margin-bottom: 5px;
  font-size: 18px
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-text {
  margin-bottom: 35px
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-meta .comment-metadata {
  margin-bottom: 10px
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-meta .comment-metadata span {
  font-size: 14px;
  color: #8b8b8b
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply {
  position: absolute;
  top: 10px;
  right: 0
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply .comment-reply-link {
  padding: 8px 24px;
  font-size: 13px;
  color: #fff;
  border-radius: 8px;
  background: #0199f3;
  border: 1px solid transparent;
  transition: all .2s ease-out 0s
}

.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply .comment-reply-link:hover {
  background: #232331
}

.single-news-details.news-wrapper {
  box-shadow: none
}

.team-block .team-bottom-part {
  text-align: center;
  padding: 15px 10px;
  padding-top: 10px;
  position: relative;
  background: #f8f8f8
}

.team-block .team-bottom-part:after {
  content: "";
  height: 3px;
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  background: #0199f3;
  transition: .4s
}

.team-block:hover .team-bottom-part:after {
  width: 25%
}

.team-block .team-bottom-part:before {
  content: "";
  position: absolute;
  background: #0199f3;
  bottom: 0;
  height: 3px;
  width: 0;
  left: 0;
  transition: .6s;
  right: 0;
  margin: 0 auto
}

.team-block:hover .team-bottom-part:before {
  width: 100%
}

.team-upper-part {
  position: relative;
  overflow: hidden;
  text-align: center
}

.team-upper-part .social-list {
  position: absolute;
  bottom: -37px;
  width: 100%;
  transition: .6s;
  transform: scaleY(0);
  z-index: 1
}

.team-upper-part .social-list li {
  float: none;
  margin-right: 10px
}

.team-upper-part .social-list li a {
  border-radius: 5px;
  background: #f3f1f2;
  color: #03324d
}

.team-block:hover .team-upper-part .social-list {
  transform: scaleY(1);
  bottom: 30px
}

.team-upper-part:after {
  content: "";
  position: absolute;
  background: #03324d;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: .7;
  z-index: 0;
  transition: .5s;
  transform: scaleX(0)
}

.team-block:hover .team-upper-part:after {
  transform: scaleY(1)
}

.team-upper-part .social-list li a:hover {
  background: #0199f3;
  color: #fff
}

.testimonial-item {
  background: #fff;
  padding: 35px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-align: center
}

.testimonial-item .testimonial-thumb {
  display: inline-block;
  padding: 3px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #c1cad5
}

.testimonial-item .testimonial-thumb img {
  border-radius: 50%
}

.testimonial-item .client-designation {
  font-size: 16px;
  color: #a6a4a4;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 20px
}

.star-rating li i {
  font-size: 18px
}

.client-name {
  margin-bottom: 0
}

.quote-icon:before {
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  font-size: 2rem;
  transform: translateY(50%) rotate(-180deg);
  color: #fff;
  top: -35px;
  background: #0199f3;
  padding: 20px
}

.price-table {
  background: #f4f5f8;
  padding-bottom: 20px;
  border-radius: 8px;
  transition: all .3s ease-out 0s
}

.price-table, .price-table .table-header {
  position: relative;
  display: block
}

.price-table .table-header .pricing-plan-name {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  background: #0199f3
}

.price-table .table-header .pricing-plan-name-1 {
  font-size: 17px;
  background: #03629a
}

.price-table .table-header .price {
  font-size: 64px;
  line-height: 64px;
  color: #0b2239;
  font-weight: 600;
  background: #fff;
  padding: 45px 0 20px;
  border: 1px solid #edf1f9
}

.price-table .table-header .price .price-currency {
  font-size: 36px;
  margin-right: 10px;
  vertical-align: text-bottom;
  font-weight: 600
}

.price-table .table-header .price .price-duration {
  font-size: 15px;
  letter-spacing: .3px;
  font-weight: 500
}

.table-footer.table-footer1 .animate-btn {
  padding: 9px 36px;
  line-height: 18px;
  background: #f69525
}

.price-table .table-content {
  position: relative;
  display: block;
  padding: 10px
}

.price-table .table-content .list-items li {
  padding: 3px 0;
  text-align: left
}

.price-table.active {
  -ms-box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  transform: scale(1.05)
}

.price-table .recommended {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  padding: 3px;
  background: #b62b7d;
  margin: 0 auto;
  width: 40%;
  border-radius: 30px;
  color: #fff;
  font-size: 13px
}

.popupposition p {
  text-align: center
}

.popupposition p image {
  text-align: center;
  display: block;
  margin: 0 auto
}

.popupposition ul li {
  display: inline-block;
  margin-right: 10px;
  list-style-type: disc
}

.popupposition ul li i {
  color: #0562ec
}

.statusposition {
  text-align: left
}

.statusposition span {
  color: #f69525
}

.modal {
  z-index: 12345
}

.case-study-item .case-study-thumb {
  position: relative;
  overflow: hidden
}

.case-study-item .case-study-thumb img {
  width: 100%;
  transform: scale(1.01);
  transition: all .9s ease
}

.case-study-item .case-study-thumb .case-study-link-icon a {
  position: absolute;
  z-index: 5;
  bottom: 40px;
  right: -34px;
  width: 52px;
  margin-top: -25px;
  margin-left: -25px;
  height: 52px;
  background: #0199f3;
  text-align: center;
  line-height: 60px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-out 0s
}

.case-study-item .case-study-thumb .case-study-details {
  position: absolute;
  width: 88%;
  margin: 0 auto;
  left: 20px;
  bottom: 10px;
  transition: all .5s ease-out 0s;
  opacity: 1;
  transform-origin: bottom;
  z-index: 2;
  opacity: 0
}

.case-study-item .case-study-thumb .case-study-details .case-study-category, .case-study-item .case-study-thumb .case-study-details .case-study-title {
  color: #fff
}

.case-study-item .case-study-thumb:after {
  position: absolute;
  background: linear-gradient(0deg, #11112e, transparent);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s ease-out 0s
}

.case-study-item:hover .case-study-thumb img {
  transform: scale(1.2) rotate(3deg)
}

.case-study-item:hover .case-study-thumb .case-study-link-icon a {
  visibility: visible;
  opacity: 1;
  right: 28px
}

.case-study-item:hover .case-study-thumb .case-study-details {
  transform: perspective(0) rotateX(0);
  bottom: 10px;
  left: 30px;
  opacity: 1
}

.case-study-item:hover .case-study-thumb:after {
  opacity: 1
}

.case-study-item:hover .case-study-thumb:before {
  transform: perspective(0) rotateX(0)
}

.text-divider .large-text {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase
}

.call-us-now {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #0199f3;
  padding: 30px 40px;
  border-radius: 12px
}

.call-us-now:before {
  position: inherit;
  content: "\f18e";
  font-family: Flaticon;
  color: #fff;
  font-size: 92px;
  left: 30px;
  top: 50px;
  opacity: .2
}

.left-infinite-img {
  -webkit-animation: infiLeftRight 4s infinite;
  animation: infiLeftRight 4s infinite
}

.mrt-0 {
  margin-top: 0
}

.mrt-5 {
  margin-top: 5px
}

.mrt-10 {
  margin-top: 10px
}

.mrt-15 {
  margin-top: 15px
}

.mrt-20 {
  margin-top: 20px
}

.mrt-25 {
  margin-top: 25px
}

.mrt-30 {
  margin-top: 30px
}

.mrt-35 {
  margin-top: 35px
}

.mrt-40 {
  margin-top: 40px
}

.mrt-45 {
  margin-top: 45px
}

.mrt-50 {
  margin-top: 50px
}

.mrt-55 {
  margin-top: 55px
}

.mrt-60 {
  margin-top: 60px
}

.mrt-65 {
  margin-top: 65px
}

.mrt-70 {
  margin-top: 70px
}

.mrt-75 {
  margin-top: 75px
}

.mrt-80 {
  margin-top: 80px
}

.mrt-85 {
  margin-top: 85px
}

.mrt-90 {
  margin-top: 90px
}

.mrt-95 {
  margin-top: 95px
}

.mrt-100 {
  margin-top: 100px
}

.mrt-105 {
  margin-top: 105px
}

.mrt-110 {
  margin-top: 110px
}

.mrt-115 {
  margin-top: 115px
}

.mrt-120 {
  margin-top: 120px
}

.mrt-125 {
  margin-top: 125px
}

.mrt-130 {
  margin-top: 130px
}

.mrt-135 {
  margin-top: 135px
}

.mrt-140 {
  margin-top: 140px
}

.mrt-145 {
  margin-top: 145px
}

.mrt-150 {
  margin-top: 150px
}

.mrt--90 {
  margin-top: -90px
}

.mrt--110 {
  margin-top: -110px
}

.mrt--235 {
  margin-top: -235px
}

.mrl--160 {
  margin-left: -160px
}

.minus-mrt-60 {
  margin-top: -60px
}

.mrr-0 {
  margin-right: 0
}

.mrr-5 {
  margin-right: 5px
}

.mrr-10 {
  margin-right: 10px
}

.mrr-15 {
  margin-right: 15px
}

.mrr-20 {
  margin-right: 20px
}

.mrr-25 {
  margin-right: 25px
}

.mrr-30 {
  margin-right: 30px
}

.mrr-35 {
  margin-right: 35px
}

.mrr-40 {
  margin-right: 40px
}

.mrr-45 {
  margin-right: 45px
}

.mrr-50 {
  margin-right: 50px
}

.mrr-55 {
  margin-right: 55px
}

.mrr-60 {
  margin-right: 60px
}

.mrr-65 {
  margin-right: 65px
}

.mrr-70 {
  margin-right: 70px
}

.mrr-75 {
  margin-right: 75px
}

.mrr-80 {
  margin-right: 80px
}

.mrr-85 {
  margin-right: 85px
}

.mrr-90 {
  margin-right: 90px
}

.mrr-95 {
  margin-right: 95px
}

.mrr-100 {
  margin-right: 100px
}

.mrr-105 {
  margin-right: 105px
}

.mrr-110 {
  margin-right: 110px
}

.mrr-115 {
  margin-right: 115px
}

.mrr-120 {
  margin-right: 120px
}

.mrr-125 {
  margin-right: 125px
}

.mrr-130 {
  margin-right: 130px
}

.mrr-135 {
  margin-right: 135px
}

.mrr-140 {
  margin-right: 140px
}

.mrr-145 {
  margin-right: 145px
}

.mrr-150 {
  margin-right: 150px
}

.mrb-0 {
  margin-bottom: 0
}

.mrb-5 {
  margin-bottom: 5px
}

.mrb-10 {
  margin-bottom: 10px
}

.mrb-15 {
  margin-bottom: 15px
}

.mrb-20 {
  margin-bottom: 20px
}

.mrb-25 {
  margin-bottom: 25px
}

.mrb-30 {
  margin-bottom: 30px
}

.mrb-35 {
  margin-bottom: 35px
}

.mrb-40 {
  margin-bottom: 40px
}

.mrb-45 {
  margin-bottom: 45px
}

.mrb-50 {
  margin-bottom: 50px
}

.mrb-55 {
  margin-bottom: 55px
}

.mrb-60 {
  margin-bottom: 60px
}

.mrb-65 {
  margin-bottom: 65px
}

.mrb-70 {
  margin-bottom: 70px
}

.mrb-75 {
  margin-bottom: 75px
}

.mrb-80 {
  margin-bottom: 80px
}

.mrb-85 {
  margin-bottom: 85px
}

.mrb-90 {
  margin-bottom: 90px
}

.mrb-95 {
  margin-bottom: 95px
}

.mrb-100 {
  margin-bottom: 100px
}

.mrb-105 {
  margin-bottom: 105px
}

.mrb-110 {
  margin-bottom: 110px
}

.mrb-115 {
  margin-bottom: 115px
}

.mrb-120 {
  margin-bottom: 120px
}

.mrb-125 {
  margin-bottom: 125px
}

.mrb-130 {
  margin-bottom: 130px
}

.mrb-135 {
  margin-bottom: 135px
}

.mrb-140 {
  margin-bottom: 140px
}

.mrb-145 {
  margin-bottom: 145px
}

.mrb-150 {
  margin-bottom: 150px
}

.mrl-0 {
  margin-left: 0
}

.mrl-5 {
  margin-left: 5px
}

.mrl-10 {
  margin-left: 10px
}

.mrl-15 {
  margin-left: 15px
}

.mrl-20 {
  margin-left: 20px
}

.mrl-25 {
  margin-left: 25px
}

.mrl-30 {
  margin-left: 30px
}

.mrl-35 {
  margin-left: 35px
}

.mrl-40 {
  margin-left: 40px
}

.mrl-45 {
  margin-left: 45px
}

.mrl-50 {
  margin-left: 50px
}

.mrl-55 {
  margin-left: 55px
}

.mrl-60 {
  margin-left: 60px
}

.mrl-65 {
  margin-left: 65px
}

.mrl-70 {
  margin-left: 70px
}

.mrl-75 {
  margin-left: 75px
}

.mrl-80 {
  margin-left: 80px
}

.mrl-85 {
  margin-left: 85px
}

.mrl-90 {
  margin-left: 90px
}

.mrl-95 {
  margin-left: 95px
}

.mrl-100 {
  margin-left: 100px
}

.mrl-105 {
  margin-left: 105px
}

.mrl-110 {
  margin-left: 110px
}

.mrl-115 {
  margin-left: 115px
}

.mrl-120 {
  margin-left: 120px
}

.mrl-125 {
  margin-left: 125px
}

.mrl-130 {
  margin-left: 130px
}

.mrl-135 {
  margin-left: 135px
}

.mrl-140 {
  margin-left: 140px
}

.mrl-145 {
  margin-left: 145px
}

.mrl-150 {
  margin-left: 150px
}

.pdt-0 {
  padding-top: 0
}

.pdt-5 {
  padding-top: 5px
}

.pdt-10 {
  padding-top: 10px
}

.pdt-15 {
  padding-top: 15px
}

.pdt-20 {
  padding-top: 20px
}

.pdt-25 {
  padding-top: 25px
}

.pdt-30 {
  padding-top: 30px
}

.pdt-35 {
  padding-top: 35px
}

.pdt-40 {
  padding-top: 40px
}

.pdt-45 {
  padding-top: 45px
}

.pdt-50 {
  padding-top: 50px
}

.pdt-55 {
  padding-top: 55px
}

.pdt-60 {
  padding-top: 60px
}

.pdt-65 {
  padding-top: 65px
}

.pdt-70 {
  padding-top: 70px
}

.pdt-75 {
  padding-top: 75px
}

.pdt-80 {
  padding-top: 80px
}

.pdt-85 {
  padding-top: 85px
}

.pdt-90 {
  padding-top: 90px
}

.pdt-95 {
  padding-top: 95px
}

.pdt-100 {
  padding-top: 100px
}

.pdt-105 {
  padding-top: 105px
}

.pdt-110 {
  padding-top: 110px
}

.pdt-115 {
  padding-top: 115px
}

.pdt-120 {
  padding-top: 120px
}

.pdt-125 {
  padding-top: 125px
}

.pdt-130 {
  padding-top: 130px
}

.pdt-135 {
  padding-top: 135px
}

.pdt-140 {
  padding-top: 140px
}

.pdt-145 {
  padding-top: 145px
}

.pdt-150 {
  padding-top: 150px
}

.pdr-0 {
  padding-right: 0
}

.pdr-5 {
  padding-right: 5px
}

.pdr-10 {
  padding-right: 10px
}

.pdr-15 {
  padding-right: 15px
}

.pdr-20 {
  padding-right: 20px
}

.pdr-25 {
  padding-right: 25px
}

.pdr-30 {
  padding-right: 30px
}

.pdr-35 {
  padding-right: 35px
}

.pdr-40 {
  padding-right: 40px
}

.pdr-45 {
  padding-right: 45px
}

.pdr-50 {
  padding-right: 50px
}

.pdr-55 {
  padding-right: 55px
}

.pdr-60 {
  padding-right: 60px
}

.pdr-65 {
  padding-right: 65px
}

.pdr-70 {
  padding-right: 70px
}

.pdr-75 {
  padding-right: 75px
}

.pdr-80 {
  padding-right: 80px
}

.pdr-85 {
  padding-right: 85px
}

.pdr-90 {
  padding-right: 90px
}

.pdr-95 {
  padding-right: 95px
}

.pdr-100 {
  padding-right: 100px
}

.pdr-105 {
  padding-right: 105px
}

.pdr-110 {
  padding-right: 110px
}

.pdr-115 {
  padding-right: 115px
}

.pdr-120 {
  padding-right: 120px
}

.pdr-125 {
  padding-right: 125px
}

.pdr-130 {
  padding-right: 130px
}

.pdr-135 {
  padding-right: 135px
}

.pdr-140 {
  padding-right: 140px
}

.pdr-145 {
  padding-right: 145px
}

.pdr-150 {
  padding-right: 150px
}

.pdb-0 {
  padding-bottom: 0
}

.pdb-5 {
  padding-bottom: 5px
}

.pdb-10 {
  padding-bottom: 10px
}

.pdb-15 {
  padding-bottom: 15px
}

.pdb-20 {
  padding-bottom: 20px
}

.pdb-25 {
  padding-bottom: 25px
}

.pdb-30 {
  padding-bottom: 30px
}

.pdb-35 {
  padding-bottom: 35px
}

.pdb-40 {
  padding-bottom: 40px
}

.pdb-45 {
  padding-bottom: 45px
}

.pdb-50 {
  padding-bottom: 50px
}

.pdb-55 {
  padding-bottom: 55px
}

.pdb-60 {
  padding-bottom: 60px
}

.pdb-65 {
  padding-bottom: 65px
}

.pdb-70 {
  padding-bottom: 70px
}

.pdb-75 {
  padding-bottom: 75px
}

.pdb-80 {
  padding-bottom: 80px
}

.pdb-85 {
  padding-bottom: 85px
}

.pdb-90 {
  padding-bottom: 90px
}

.pdb-95 {
  padding-bottom: 95px
}

.pdb-100 {
  padding-bottom: 100px
}

.pdb-105 {
  padding-bottom: 105px
}

.pdb-110 {
  padding-bottom: 110px
}

.pdb-115 {
  padding-bottom: 115px
}

.pdb-120 {
  padding-bottom: 120px
}

.pdb-125 {
  padding-bottom: 125px
}

.pdb-130 {
  padding-bottom: 130px
}

.pdb-135 {
  padding-bottom: 135px
}

.pdb-140 {
  padding-bottom: 140px
}

.pdb-145 {
  padding-bottom: 145px
}

.pdb-150 {
  padding-bottom: 150px
}

.pdt-195 {
  padding-top: 195px
}

.pdt-180 {
  padding-top: 180px
}

.pdb-180 {
  padding-bottom: 180px
}

.pdb-200 {
  padding-bottom: 200px
}

.pdb-235 {
  padding-bottom: 235px
}

.pdb-170 {
  padding-bottom: 170px
}

.pdb-210 {
  padding-bottom: 210px
}

.pdb-300 {
  padding-bottom: 300px
}

.pdl-0 {
  padding-left: 0
}

.pdl-5 {
  padding-left: 5px
}

.pdl-10 {
  padding-left: 10px
}

.pdl-15 {
  padding-left: 15px
}

.pdl-20 {
  padding-left: 20px
}

.pdl-25 {
  padding-left: 25px
}

.pdl-30 {
  padding-left: 30px
}

.pdl-35 {
  padding-left: 35px
}

.pdl-40 {
  padding-left: 40px
}

.pdl-45 {
  padding-left: 45px
}

.pdl-50 {
  padding-left: 50px
}

.pdl-55 {
  padding-left: 55px
}

.pdl-60 {
  padding-left: 60px
}

.pdl-65 {
  padding-left: 65px
}

.pdl-70 {
  padding-left: 70px
}

.pdl-75 {
  padding-left: 75px
}

.pdl-80 {
  padding-left: 80px
}

.pdl-85 {
  padding-left: 85px
}

.pdl-90 {
  padding-left: 90px
}

.pdl-95 {
  padding-left: 95px
}

.pdl-100 {
  padding-left: 100px
}

.pdl-105 {
  padding-left: 105px
}

.pdl-110 {
  padding-left: 110px
}

.pdl-115 {
  padding-left: 115px
}

.pdl-120 {
  padding-left: 120px
}

.pdl-125 {
  padding-left: 125px
}

.pdl-130 {
  padding-left: 130px
}

.pdl-135 {
  padding-left: 135px
}

.pdl-140 {
  padding-left: 140px
}

.pdl-145 {
  padding-left: 145px
}

.pdl-150 {
  padding-left: 150px
}

.f-weight-100 {
  font-weight: 100
}

.f-weight-200 {
  font-weight: 200
}

.f-weight-300 {
  font-weight: 300
}

.f-weight-400 {
  font-weight: 400
}

.f-weight-500 {
  font-weight: 500
}

.f-weight-600 {
  font-weight: 600
}

.f-weight-700 {
  font-weight: 700
}

.f-weight-800 {
  font-weight: 800
}

.f-weight-900 {
  font-weight: 900
}

.vh {
  height: 100vh
}

.d-flex {
  align-items: center;
  display: flex
}

.font-30 {
  font-size: 30px
}

.font-54 {
  font-size: 54px;
  line-height: 64px
}

.z-index-1 {
  z-index: 1
}

.z-index-2 {
  z-index: 2
}

.z-index--1 {
  z-index: -1
}

.border-right-silver2 {
  border-right: 1px solid #b7b7b8
}

@media (max-width:991px) {
  .sidebar-right {
    padding-top: 50px !important;
    order: 1;
    width: 100%
  }

  .first-priority {
    order: -1
  }
}

.font-family2 {
  font-family: Roboto, sans-serif
}

[data-overlay-dark], [data-overlay-light] {
  position: relative
}

[data-overlay-dark] .container, [data-overlay-light] .container {
  position: relative;
  z-index: 2
}

[data-overlay-dark]:before, [data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0
}

[data-overlay-dark]:before {
  background: #131c34
}

[data-overlay-light]:before {
  background: #fff
}

[data-overlay-dark="0"]:before, [data-overlay-light="0"]:before {
  opacity: 0
}

[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
  opacity: .1
}

[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
  opacity: .2
}

[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
  opacity: .3
}

[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
  opacity: .4
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
  opacity: .5
}

[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
  opacity: .6
}

[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
  opacity: .7
}

[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
  opacity: .8
}

[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before {
  opacity: .9
}

[data-overlay-dark="94"]:before, [data-overlay-light="94"]:before {
  opacity: .94
}

[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
  opacity: 1
}

.bg-no-repeat {
  background-repeat: no-repeat !important
}

.long-gap-left {
  margin-left: 370px;
  overflow: hidden
}

.f-right {
  float: right
}

.f-left {
  float: left
}

.text-underline {
  text-decoration: underline
}

.display-inline-block {
  display: inline-block
}

.text-white {
  color: #fff
}

.bg-white {
  background: #fff
}

.bg-light-pink {
  background: #faf3f3
}

.bg-silver {
  background: #ecf1f8
}

.bg-silver-light {
  background: #f8f8f8
}

.bg-silver-deep {
  background: #ecdaee
}

.bg-gray {
  background: #f7f7f7
}

.text-silver {
  color: #f5f3f1
}

.text-light-gray {
  color: #fff
}

.text-gray {
  color: #858585
}

.text-gray-light {
  color: #ccc
}

.text-dark-light {
  color: #808093
}

.section-white-typo * {
  color: #fff !important
}

.section-bg1 {
  background: url(../img/1.306a4a87.jpg)
}

.section-bg2 {
  background: url(../img/2.fffeea66.jpg)
}

.section-bg3 {
  background: url(../img/3.25cf0ac6.jpg)
}

.abs-bg1 {
  background: url(../img/abs-bg1.0c32dc27.png)
}

.abs-bg2 {
  background: url(../img/abs-bg2.80c9c3f0.png)
}

.contact-from-bg {
  background: url(../img/contact-form-bg.e10fa0ae.png)
}

.contact-form .form-group>input {
  height: 45px;
  padding: 10px 25px
}

[class*=section-bg] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden
}

.section-title-line {
  position: relative;
  display: inline-block
}

.section-title-line:before {
  content: "";
  background: #e41f7a;
  height: 3px;
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
  left: 0;
  margin: 0 auto
}

.section-title-line.line-white:before {
  background: #fff
}

.solid-line-bottom {
  position: relative;
  display: inline-block
}

.solid-line-bottom:before {
  content: "";
  background: linear-gradient(45deg, #ca1f26, #0199f3) !important;
  height: 5px;
  width: 15%;
  position: absolute;
  right: 0;
  bottom: -20px;
  display: inline-block;
  left: 0;
  z-index: -1;
  border-radius: 15px
}

.element-shadow {
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, .3)
}

.element-shadow-long {
  box-shadow: 0 20px 19px 0 rgba(0, 0, 0, .14)
}

.bg-cover {
  background-size: cover
}

.divider-gap {
  padding: 11% 16% 9% 12%
}

.vertical-align-middle {
  vertical-align: middle
}

.half-sec {
  position: relative;
  overflow: hidden
}

.half-sec:before {
  content: "";
  background: #fdeeec;
  position: absolute;
  height: 95%;
  width: 48%;
  left: -240px;
  transform: skew(-30deg, 15deg);
  top: 0;
  opacity: .6
}

.intersection-section {
  margin-top: -160px;
  padding-top: 240px
}

.border-top-bottom {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.side-panel-element .list-items li:nth-child(3) {
  font-size: 12.5px
}

@media screen and (max-width:768px) {
  .asideleft {
    display: none
  }

  .mean-container .mean-nav {
    background: #0199f3 none repeat scroll 0 0
  }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(4, 70, 126, .9)
  }

  .mean-container .mean-nav ul li li a {
    opacity: 1;
    background-color: #fff;
    color: #0199f3
  }

  .side_widget .contacts li a {
    line-height: 40px
  }

  .side_widget .contacts li a i {
    font-size: 19px
  }

  .side_widget .contacts li {
    margin-bottom: 10px
  }
}

@media (max-width:991px) {
  .logo img {
    height: 60px
  }

  .header-wrapper .header-navigation-area {
    padding: 10px 0
  }

  .header-top-social-area, .language-select-box {
    text-align: center;
    float: none
  }

  .header-middle .topbar-info-area a {
    font-size: 15px
  }

  .header-style-one .mean-container a.meanmenu-reveal {
    margin-top: -40px
  }

  .header-style-one .header-wrapper .header-navigation-area {
    padding: 30px 0 15px
  }

  .header-style-one .header-wrapper .header-top .header-info-area {
    text-align: center
  }

  .header-style-one .header-wrapper .header-top .header-top-social-area ul {
    text-align: unset
  }

  .header-style-two .header-wrapper .header-top .header-info-area {
    text-align: center
  }

  .header-style-two .header-wrapper .header-top .header-top-social-area ul {
    text-align: unset
  }

  .header-searchbox-style-two .toggle-searchbox.show {
    top: 148%
  }

  .header-searchbox-style-two .show-searchbox a {
    margin: 10px 0 0
  }

  .about-section .image-link {
    margin-bottom: 45px
  }

  .service-section-title-area {
    padding: 90px 0 240px;
    margin: 0;
    margin-top: -180px
  }

  .gmap_canvas {
    height: 370px
  }

  .popup-video-block {
    min-height: 445px
  }

  .mrb-md-20 {
    margin-bottom: 20px
  }

  .mrb-md-30 {
    margin-bottom: 30px
  }

  .mrb-md-40 {
    margin-bottom: 40px
  }

  .mrb-md-50 {
    margin-bottom: 50px
  }

  .mrb-md-60 {
    margin-bottom: 60px
  }

  .mrb-md-70 {
    margin-bottom: 70px
  }

  .divider-gap {
    padding: 13% 5% 11% 5%
  }
}

@media (max-width:768px) {
  .header-style-two {
    height: inherit !important
  }

  .header-top-left-part {
    display: inline-block;
    margin-bottom: 15px
  }

  .owl-carousel.project-nav .owl-nav, .person-object:after, .section-title-left-part:before {
    display: none
  }

  .request-a-call-back-form {
    margin-left: 0
  }

  .mapouter.fixed-height {
    height: auto
  }

  .popup-youtube {
    transform: translateY(-90%)
  }

  .popup-video-block {
    min-height: 390px
  }

  .case-study-item:hover .case-study-thumb .case-study-details {
    left: 0
  }

  .case-study-item:hover .case-study-thumb .case-study-link-icon a {
    right: 20px
  }

  .mrt-md-0 {
    margin-top: 0
  }

  .mrb-md-15 {
    margin-bottom: 15px
  }

  .mrb-md-20 {
    margin-bottom: 20px
  }

  .mrb-md-30 {
    margin-bottom: 30px
  }

  .mrb-md-40 {
    margin-bottom: 40px
  }

  .mrb-md-50 {
    margin-bottom: 50px
  }

  .mrb-md-60 {
    margin-bottom: 60px
  }

  .mrt-md-15 {
    margin-top: 15px
  }

  .mrt-md-20 {
    margin-top: 20px
  }

  .mrt-md-30 {
    margin-top: 30px
  }

  .mrt-md-40 {
    margin-top: 40px
  }

  .mrt-md-50 {
    margin-top: 50px
  }

  .mrt-md-60 {
    margin-top: 60px
  }

  .pdb-md-0 {
    padding-bottom: 0
  }

  .pdb-md-15 {
    padding-bottom: 15px
  }

  .pdb-md-25 {
    padding-bottom: 25px
  }

  .pdb-md-40 {
    padding-bottom: 40px
  }

  .pdb-md-45 {
    padding-bottom: 45px
  }

  .pdb-md-80 {
    padding-bottom: 80px
  }

  .pdb-md-90 {
    padding-bottom: 90px
  }

  .pdb-md-100 {
    padding-bottom: 100px
  }

  .pdb-md-110 {
    padding-bottom: 110px
  }

  .pdb-md-83 {
    padding-bottom: 83px
  }
}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  font-style: normal;
  line-height: inherit
}

address, dl, ol, ul {
  margin-bottom: 1rem
}

dl, ol, ul {
  margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.h1, h1 {
  font-size: 2.5rem
}

.h2, h2 {
  font-size: 2rem
}

.h3, h3 {
  font-size: 1.75rem
}

.h4, h4 {
  font-size: 1.5rem
}

.h5, h5 {
  font-size: 1.25rem
}

.h6, h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem
}

.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
  font-size: 80%;
  font-weight: 400
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer:before {
  content: "\2014 \00A0"
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table .table {
  background-color: #fff
}

.table-sm td, .table-sm th {
  padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
  background-color: #b8daff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary, .table-secondary>td, .table-secondary>th {
  background-color: #d6d8db
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success, .table-success>td, .table-success>th {
  background-color: #c3e6cb
}

.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
  background-color: #bee5eb
}

.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning, .table-warning>td, .table-warning>th {
  background-color: #ffeeba
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger, .table-danger>td, .table-danger>th {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light, .table-light>td, .table-light>th {
  background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-append>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, .8);
  border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
  background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:before, .was-validated .custom-file-input:valid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
  background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:before, .was-validated .custom-file-input:invalid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group, .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:focus, .btn:hover {
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3;
  background-color: transparent
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
  text-decoration: underline;
  border-color: transparent
}

.btn-link.focus, .btn-link:focus {
  box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  flex: 0 1 auto
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  z-index: 1
}

.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group, .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
  margin-left: -1px
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
  display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: 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 .2rem rgba(0, 123, 255, .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 {
  position: relative;
  margin-bottom: 0
}

.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}

.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .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, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%
}

.custom-select-lg, .custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label:after {
  border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none
}

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  padding: .5rem 1rem
}

.navbar, .navbar>.container, .navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@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 {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@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 {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(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, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}

.card-header-pills, .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: flex;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: flex;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child), .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal, .modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: translate(0)
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover, .popover .arrow {
  position: absolute;
  display: block
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
  border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc(-.5rem + -1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
  border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc(-.5rem + -1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translateZ(0)
  }
}

.active.carousel-item-right, .carousel-item-next {
  transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    transform: translate3d(100%, 0, 0)
  }
}

.active.carousel-item-left, .carousel-item-prev {
  transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    transform: translate3d(-100%, 0, 0)
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateZ(0)
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
  top: -10px
}

.carousel-indicators li:after, .carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li:after {
  bottom: -10px
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
  border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@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: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.857143%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-4by3:before {
  padding-top: 75%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.fixed-top {
  top: 0
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  white-space: nowrap
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !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: .25rem !important
}

.mt-1, .my-1 {
  margin-top: .25rem !important
}

.mr-1, .mx-1 {
  margin-right: .25rem !important
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2, .my-2 {
  margin-top: .5rem !important
}

.mr-2, .mx-2 {
  margin-right: .5rem !important
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
  margin-left: .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: .25rem !important
}

.pt-1, .py-1 {
  padding-top: .25rem !important
}

.pr-1, .px-1 {
  padding-right: .25rem !important
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important
}

.pl-1, .px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2, .py-2 {
  padding-top: .5rem !important
}

.pr-2, .px-2 {
  padding-right: .5rem !important
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important
}

.pl-2, .px-2 {
  padding-left: .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: .25rem !important
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .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: .25rem !important
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .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: .25rem !important
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .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: .25rem !important
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2, .px-md-2 {
    padding-left: .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: .25rem !important
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .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: .25rem !important
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .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: .25rem !important
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .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: .25rem !important
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {
  *, :after, :before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img, tr {
    page-break-inside: avoid
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container, body {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td, .table th {
    background-color: #fff !important
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

@font-face {
  font-family: Flaticon;
  src: url(../fonts/Flaticon.55be0e6b.eot);
  src: url(../fonts/Flaticond41d.55be0e6b.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.d8d12f8c.woff2) format("woff2"), url(../fonts/Flaticon.d6a9f649.woff) format("woff"), url(../fonts/Flaticon.74f6ad3e.ttf) format("truetype"), url(../img/Flaticon.7f3ba10b.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: Flaticon;
    src: url(../img/Flaticon.7f3ba10b.svg#Flaticon) format("svg")
  }
}

[class*="webexflaticon flaticon-"]:after, [class*="webexflaticon flaticon-"]:before, [class^="webexflaticon flaticon-"]:after, [class^="webexflaticon flaticon-"]:before {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal
}

.webexflaticon.flaticon-call:before {
  content: "\f100"
}

.webexflaticon.flaticon-email:before {
  content: "\f101"
}

.webexflaticon.flaticon-contact:before {
  content: "\f102"
}

.webexflaticon.flaticon-location:before {
  content: "\f103"
}

.webexflaticon.flaticon-send:before {
  content: "\f104"
}

.webexflaticon.flaticon-email-1:before {
  content: "\f105"
}

.webexflaticon.flaticon-globe:before {
  content: "\f106"
}

.webexflaticon.flaticon-home:before {
  content: "\f107"
}

.webexflaticon.flaticon-phone:before {
  content: "\f108"
}

.webexflaticon.flaticon-call-1:before {
  content: "\f109"
}

.webexflaticon.flaticon-phone-1:before {
  content: "\f10a"
}

.webexflaticon.flaticon-pin:before {
  content: "\f10b"
}

.webexflaticon.flaticon-send-1:before {
  content: "\f10c"
}

.webexflaticon.flaticon-mail:before {
  content: "\f10d"
}

.webexflaticon.flaticon-telephone-call:before {
  content: "\f10e"
}

.webexflaticon.flaticon-globe-1:before {
  content: "\f10f"
}

.webexflaticon.flaticon-global:before {
  content: "\f110"
}

.webexflaticon.flaticon-mail-1:before {
  content: "\f111"
}

.webexflaticon.flaticon-mail-2:before {
  content: "\f112"
}

.webexflaticon.flaticon-consultation:before {
  content: "\f113"
}

.webexflaticon.flaticon-consulting:before {
  content: "\f114"
}

.webexflaticon.flaticon-plan:before {
  content: "\f115"
}

.webexflaticon.flaticon-team:before {
  content: "\f116"
}

.webexflaticon.flaticon-networking:before {
  content: "\f117"
}

.webexflaticon.flaticon-meeting:before {
  content: "\f118"
}

.webexflaticon.flaticon-target:before {
  content: "\f119"
}

.webexflaticon.flaticon-target-1:before {
  content: "\f11a"
}

.webexflaticon.flaticon-analytics:before {
  content: "\f11b"
}

.webexflaticon.flaticon-analysis:before {
  content: "\f11c"
}

.webexflaticon.flaticon-target-2:before {
  content: "\f11d"
}

.webexflaticon.flaticon-travel:before {
  content: "\f11e"
}

.webexflaticon.flaticon-neural:before {
  content: "\f11f"
}

.webexflaticon.flaticon-hands:before {
  content: "\f120"
}

.webexflaticon.flaticon-handshake:before {
  content: "\f121"
}

.webexflaticon.flaticon-data-science:before {
  content: "\f122"
}

.webexflaticon.flaticon-growth:before {
  content: "\f123"
}

.webexflaticon.flaticon-creativity:before {
  content: "\f124"
}

.webexflaticon.flaticon-database:before {
  content: "\f125"
}

.webexflaticon.flaticon-conference:before {
  content: "\f126"
}

.webexflaticon.flaticon-coding:before {
  content: "\f127"
}

.webexflaticon.flaticon-feedback:before {
  content: "\f128"
}

.webexflaticon.flaticon-meeting-1:before {
  content: "\f129"
}

.webexflaticon.flaticon-medal:before {
  content: "\f12a"
}

.webexflaticon.flaticon-analysis-1:before {
  content: "\f12b"
}

.webexflaticon.flaticon-presentation:before {
  content: "\f12c"
}

.webexflaticon.flaticon-trophy:before {
  content: "\f12d"
}

.webexflaticon.flaticon-placeholder:before {
  content: "\f12e"
}

.webexflaticon.flaticon-graduation:before {
  content: "\f12f"
}

.webexflaticon.flaticon-briefcase:before {
  content: "\f130"
}

.webexflaticon.flaticon-building:before {
  content: "\f131"
}

.webexflaticon.flaticon-padlock:before {
  content: "\f132"
}

.webexflaticon.flaticon-house:before {
  content: "\f133"
}

.webexflaticon.flaticon-benchmark:before {
  content: "\f134"
}

.webexflaticon.flaticon-startup:before {
  content: "\f135"
}

.webexflaticon.flaticon-dollar-bill:before {
  content: "\f136"
}

.webexflaticon.flaticon-test:before {
  content: "\f137"
}

.webexflaticon.flaticon-diamond:before {
  content: "\f138"
}

.webexflaticon.flaticon-partnership:before {
  content: "\f139"
}

.webexflaticon.flaticon-map:before {
  content: "\f13a"
}

.webexflaticon.flaticon-degree:before {
  content: "\f13b"
}

.webexflaticon.flaticon-delivery-truck:before {
  content: "\f13c"
}

.webexflaticon.flaticon-statistics:before {
  content: "\f13d"
}

.webexflaticon.flaticon-delivery-truck-1:before {
  content: "\f13e"
}

.webexflaticon.flaticon-pencil:before {
  content: "\f13f"
}

.webexflaticon.flaticon-open:before {
  content: "\f140"
}

.webexflaticon.flaticon-innovation:before {
  content: "\f141"
}

.webexflaticon.flaticon-close:before {
  content: "\f142"
}

.webexflaticon.flaticon-school:before {
  content: "\f143"
}

.webexflaticon.flaticon-search:before {
  content: "\f144"
}

.webexflaticon.flaticon-efficiency:before {
  content: "\f145"
}

.webexflaticon.flaticon-guarantee:before {
  content: "\f146"
}

.webexflaticon.flaticon-target-3:before {
  content: "\f147"
}

.webexflaticon.flaticon-engineer:before {
  content: "\f148"
}

.webexflaticon.flaticon-management:before {
  content: "\f149"
}

.webexflaticon.flaticon-shopping-basket:before {
  content: "\f14a"
}

.webexflaticon.flaticon-shopping-bag:before {
  content: "\f14b"
}

.webexflaticon.flaticon-layers:before {
  content: "\f14c"
}

.webexflaticon.flaticon-menu:before {
  content: "\f14d"
}

.webexflaticon.flaticon-man:before {
  content: "\f14e"
}

.webexflaticon.flaticon-man-1:before {
  content: "\f14f"
}

.webexflaticon.flaticon-woman:before {
  content: "\f150"
}

.webexflaticon.flaticon-woman-1:before {
  content: "\f151"
}

.webexflaticon.flaticon-nerd:before {
  content: "\f152"
}

.webexflaticon.flaticon-user:before {
  content: "\f153"
}

.webexflaticon.flaticon-woman-2:before {
  content: "\f154"
}

.webexflaticon.flaticon-management-1:before {
  content: "\f155"
}

.webexflaticon.flaticon-woman-3:before {
  content: "\f156"
}

.webexflaticon.flaticon-analysis-2:before {
  content: "\f157"
}

.webexflaticon.flaticon-woman-4:before {
  content: "\f158"
}

.webexflaticon.flaticon-phone-2:before {
  content: "\f159"
}

.webexflaticon.flaticon-clock:before {
  content: "\f15a"
}

.webexflaticon.flaticon-clock-1:before {
  content: "\f15b"
}

.webexflaticon.flaticon-clock-2:before {
  content: "\f15c"
}

.webexflaticon.flaticon-email-2:before {
  content: "\f15d"
}

.webexflaticon.flaticon-world:before {
  content: "\f15e"
}

.webexflaticon.flaticon-play-button:before {
  content: "\f15f"
}

.webexflaticon.flaticon-play-button-1:before {
  content: "\f160"
}

.webexflaticon.flaticon-placeholder-1:before {
  content: "\f161"
}

.webexflaticon.flaticon-like:before {
  content: "\f162"
}

.webexflaticon.flaticon-user-1:before {
  content: "\f163"
}

.webexflaticon.flaticon-like-1:before {
  content: "\f164"
}

.webexflaticon.flaticon-star:before {
  content: "\f165"
}

.webexflaticon.flaticon-photo-camera:before {
  content: "\f166"
}

.webexflaticon.flaticon-internet:before {
  content: "\f167"
}

.webexflaticon.flaticon-error:before {
  content: "\f168"
}

.webexflaticon.flaticon-calendar:before {
  content: "\f169"
}

.webexflaticon.flaticon-placeholder-2:before {
  content: "\f16a"
}

.webexflaticon.flaticon-settings:before {
  content: "\f16b"
}

.webexflaticon.flaticon-placeholder-3:before {
  content: "\f16c"
}

.webexflaticon.flaticon-map-location:before {
  content: "\f16d"
}

.webexflaticon.flaticon-users:before {
  content: "\f16e"
}

.webexflaticon.flaticon-settings-1:before {
  content: "\f16f"
}

.webexflaticon.flaticon-video-player:before {
  content: "\f170"
}

.webexflaticon.flaticon-origami:before {
  content: "\f171"
}

.webexflaticon.flaticon-avatar:before {
  content: "\f172"
}

.webexflaticon.flaticon-clock-3:before {
  content: "\f173"
}

.webexflaticon.flaticon-diamond-1:before {
  content: "\f174"
}

.webexflaticon.flaticon-like-2:before {
  content: "\f175"
}

.webexflaticon.flaticon-bell:before {
  content: "\f176"
}

.webexflaticon.flaticon-server:before {
  content: "\f177"
}

.webexflaticon.flaticon-time:before {
  content: "\f178"
}

.webexflaticon.flaticon-bookmark:before {
  content: "\f179"
}

.webexflaticon.flaticon-attach:before {
  content: "\f17a"
}

.webexflaticon.flaticon-layers-1:before {
  content: "\f17b"
}

.webexflaticon.flaticon-menu-1:before {
  content: "\f17c"
}

.webexflaticon.flaticon-layers-2:before {
  content: "\f17d"
}

.webexflaticon.flaticon-fingerprint:before {
  content: "\f17e"
}

.webexflaticon.flaticon-chart:before {
  content: "\f17f"
}

.webexflaticon.flaticon-graphic:before {
  content: "\f180"
}

.webexflaticon.flaticon-work:before {
  content: "\f181"
}

.webexflaticon.flaticon-man-2:before {
  content: "\f182"
}

.webexflaticon.flaticon-smile:before {
  content: "\f183"
}

.webexflaticon.flaticon-smile-1:before {
  content: "\f184"
}

.webexflaticon.flaticon-medal-1:before {
  content: "\f185"
}

.webexflaticon.flaticon-quality:before {
  content: "\f186"
}

.webexflaticon.flaticon-trophy-1:before {
  content: "\f187"
}

.webexflaticon.flaticon-trophy-2:before {
  content: "\f188"
}

.webexflaticon.flaticon-trophy-3:before {
  content: "\f189"
}

.webexflaticon.flaticon-award:before {
  content: "\f18a"
}

.webexflaticon.flaticon-quality-1:before {
  content: "\f18b"
}

.webexflaticon.flaticon-marketing:before {
  content: "\f18c"
}

.webexflaticon.flaticon-shopping-cart:before {
  content: "\f18d"
}

.webexflaticon.flaticon-telephone:before {
  content: "\f18e"
}

.webexflaticon.flaticon-shopping-cart-1:before {
  content: "\f18f"
}

.webexflaticon.flaticon-envelope:before {
  content: "\f190"
}

.webexflaticon.flaticon-play-button-2:before {
  content: "\f191"
}

.webexflaticon.flaticon-like-3:before {
  content: "\f192"
}

.webexflaticon.flaticon-briefcase-1:before {
  content: "\f193"
}

.webexflaticon.flaticon-employee:before {
  content: "\f194"
}

.webexflaticon.flaticon-user-2:before {
  content: "\f195"
}

.webexflaticon.flaticon-employee-1:before {
  content: "\f196"
}

.webexflaticon.flaticon-clock-4:before {
  content: "\f197"
}

.webexflaticon.flaticon-time-management:before {
  content: "\f198"
}

.webexflaticon.flaticon-rocket:before {
  content: "\f199"
}

.webexflaticon.flaticon-trophy-4:before {
  content: "\f19a"
}

.webexflaticon.flaticon-idea:before {
  content: "\f19b"
}

.webexflaticon.flaticon-event:before {
  content: "\f19c"
}

.webexflaticon.flaticon-employee-2:before {
  content: "\f19d"
}

.webexflaticon.flaticon-megaphone:before {
  content: "\f19e"
}

.webexflaticon.flaticon-presentation-1:before {
  content: "\f19f"
}

.webexflaticon.flaticon-search-1:before {
  content: "\f1a0"
}

.webexflaticon.flaticon-briefcase-2:before {
  content: "\f1a1"
}

.webexflaticon.flaticon-wallet:before {
  content: "\f1a2"
}

.webexflaticon.flaticon-profits:before {
  content: "\f1a3"
}

.webexflaticon.flaticon-exchange:before {
  content: "\f1a4"
}

.webexflaticon.flaticon-money:before {
  content: "\f1a5"
}

.webexflaticon.flaticon-auction:before {
  content: "\f1a6"
}

.webexflaticon.flaticon-search-2:before {
  content: "\f1a7"
}

.webexflaticon.flaticon-coffee-cup:before {
  content: "\f1a8"
}

.webexflaticon.flaticon-umbrella:before {
  content: "\f1a9"
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  transform: rotate(90deg)
}

.fa-rotate-180 {
  transform: rotate(180deg)
}

.fa-rotate-270 {
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acquisitions-incorporated:before {
  content: "\f6af"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adobe:before {
  content: "\f778"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-artstation:before {
  content: "\f77a"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atlassian:before {
  content: "\f77b"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-bahai:before {
  content: "\f666"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blog:before {
  content: "\f781"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-box-tissue:before {
  content: "\f95b"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-buffer:before {
  content: "\f837"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caravan:before {
  content: "\f8ff"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-carrot:before {
  content: "\f787"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cash-register:before {
  content: "\f788"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-centos:before {
  content: "\f789"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-alt:before {
  content: "\f422"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-cotton-bureau:before {
  content: "\f89e"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-dailymotion:before {
  content: "\f952"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-disease:before {
  content: "\f7fa"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-ethernet:before {
  content: "\f796"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fan:before {
  content: "\f863"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-faucet:before {
  content: "\f905"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-fedex:before {
  content: "\f797"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-figma:before {
  content: "\f799"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-firefox-browser:before {
  content: "\f907"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-alt:before {
  content: "\f841"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-medical:before {
  content: "\f95c"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-holding-water:before {
  content: "\f4c1"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-sparkles:before {
  content: "\f95d"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-hands-wash:before {
  content: "\f95e"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-handshake-alt-slash:before {
  content: "\f95f"
}

.fa-handshake-slash:before {
  content: "\f960"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-cowboy:before {
  content: "\f8c0"
}

.fa-hat-cowboy-side:before {
  content: "\f8c1"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-head-side-cough:before {
  content: "\f961"
}

.fa-head-side-cough-slash:before {
  content: "\f962"
}

.fa-head-side-mask:before {
  content: "\f963"
}

.fa-head-side-virus:before {
  content: "\f964"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heart-broken:before {
  content: "\f7a9"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hospital-user:before {
  content: "\f80d"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-house-user:before {
  content: "\f965"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-ideal:before {
  content: "\f913"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-instagram-square:before {
  content: "\f955"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laptop-house:before {
  content: "\f966"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lungs:before {
  content: "\f604"
}

.fa-lungs-virus:before {
  content: "\f967"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-mdb:before {
  content: "\f8ca"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-microblog:before {
  content: "\f91a"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mixer:before {
  content: "\f956"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mouse:before {
  content: "\f8cc"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-orcid:before {
  content: "\f8d2"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-pager:before {
  content: "\f815"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-penny-arcade:before {
  content: "\f704"
}

.fa-people-arrows:before {
  content: "\f968"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-pepper-hot:before {
  content: "\f816"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-square-alt:before {
  content: "\f87b"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-photo-video:before {
  content: "\f87c"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-square:before {
  content: "\f91e"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-plane-slash:before {
  content: "\f969"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pump-medical:before {
  content: "\f96a"
}

.fa-pump-soap:before {
  content: "\f96b"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-random:before {
  content: "\f074"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-record-vinyl:before {
  content: "\f8d9"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-remove-format:before {
  content: "\f87d"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-shield-virus:before {
  content: "\f96c"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopify:before {
  content: "\f957"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-sim-card:before {
  content: "\f7c4"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skating:before {
  content: "\f7c5"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-skiing:before {
  content: "\f7c9"
}

.fa-skiing-nordic:before {
  content: "\f7ca"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-slash:before {
  content: "\f715"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-snowplow:before {
  content: "\f7d2"
}

.fa-soap:before {
  content: "\f96e"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-stopwatch-20:before {
  content: "\f96f"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-store-alt-slash:before {
  content: "\f970"
}

.fa-store-slash:before {
  content: "\f971"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swift:before {
  content: "\f8e1"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-symfony:before {
  content: "\f83d"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toilet:before {
  content: "\f7d8"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-toilet-paper-slash:before {
  content: "\f972"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-trailer:before {
  content: "\f941"
}

.fa-train:before {
  content: "\f238"
}

.fa-tram:before {
  content: "\f7da"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-trash-restore:before {
  content: "\f829"
}

.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbraco:before {
  content: "\f8e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-unity:before {
  content: "\f949"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-virus:before {
  content: "\f974"
}

.fa-virus-slash:before {
  content: "\f975"
}

.fa-viruses:before {
  content: "\f976"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-water:before {
  content: "\f773"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yammer:before {
  content: "\f840"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yarn:before {
  content: "\f7e3"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.c1868c95.eot);
  src: url(../fonts/fa-brands-400d41d.c1868c95.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.a06da7f0.woff2) format("woff2"), url(../fonts/fa-brands-400.ec3cfdde.woff) format("woff"), url(../fonts/fa-brands-400.13685372.ttf) format("truetype"), url(../img/fa-brands-400.0cb5a5c0.svg#fontawesome) format("svg")
}

.fab {
  font-family: Font Awesome\ 5 Brands
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.261d666b.eot);
  src: url(../fonts/fa-regular-400d41d.261d666b.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.c20b5b73.woff2) format("woff2"), url(../fonts/fa-regular-400.f89ea91e.woff) format("woff"), url(../fonts/fa-regular-400.db78b935.ttf) format("truetype"), url(../img/fa-regular-400.89ffa3ab.svg#fontawesome) format("svg")
}

.fab, .far {
  font-weight: 400
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.a0369ea5.eot);
  src: url(../fonts/fa-solid-900d41d.a0369ea5.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.b15db15f.woff2) format("woff2"), url(../fonts/fa-solid-900.bea989e8.woff) format("woff"), url(../fonts/fa-solid-900.1ab236ed.ttf) format("truetype"), url(../img/fa-solid-900.ec763292.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free
}

.fa, .fas {
  font-weight: 900
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure, img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  to {
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {
  0%, to {
    transform: translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {
  0%, to {
    transform: translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    transform: none
  }
}

@keyframes wobble {
  0% {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    transform: none
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {
  11.1% {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }

  to {
    transform: none
  }
}

@keyframes jello {
  11.1% {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }

  to {
    transform: none
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(20px)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(-20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(-20px)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(20px)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  to {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-20px)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-20px)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  33.333% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  66.666666% {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes zoomInStable {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  33.333% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  66.666666% {
    opacity: 1;
    transform: scaleX(1)
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

@keyframes anime {
  0% {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0)
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1)
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0)
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1)
  }
}

.f-x-axis {
  -webkit-animation: float-x-axis 2s linear infinite;
  animation: float-x-axis 2s linear infinite
}

.f-y-axis {
  -webkit-animation: float-y-axis 2s linear infinite;
  animation: float-y-axis 2s linear infinite
}

@-webkit-keyframes float-x-axis {
  0% {
    transform: translateX(10px)
  }

  50% {
    transform: translateX(-5px)
  }

  to {
    transform: translateX(10px)
  }
}

@keyframes float-x-axis {
  0% {
    transform: translateX(10px)
  }

  50% {
    transform: translateX(-5px)
  }

  to {
    transform: translateX(10px)
  }
}

@-webkit-keyframes float-y-axis {
  0% {
    transform: translateY(-20px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(-20px)
  }
}

@keyframes float-y-axis {
  0% {
    transform: translateY(-20px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(-20px)
  }
}

@-webkit-keyframes stickySlideDown {
  0% {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal {
  display: none
}

.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #444;
  color: #444;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -35px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 22px
}

.mean-container a.meanmenu-reveal span {
  background: #444 none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  background: #0c1923 none repeat scroll 0 0;
  float: left;
  margin-top: 15px;
  width: 100%
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid hsla(0, 0%, 100%, .5);
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 9px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-size: 12px
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid hsla(0, 0%, 100%, .25);
  opacity: .75;
  padding: 9px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: hsla(0, 0%, 100%, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: hsla(0, 0%, 100%, .1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor hsla(0, 0%, 100%, .2) hsla(0, 0%, 100%, .4);
  -o-border-image: none;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 9px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
  float: left;
  clear: both
}

.mean-container .mean-push, .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

.transparent-header .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff
}

.transparent-header .mean-container a.meanmenu-reveal span {
  background: #fff
}

.header-2 .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff
}

.header-2 .mean-container a.meanmenu-reveal span {
  background: #fff
}

@font-face {
  font-family: webexicon;
  src: url(../fonts/webexicon3024.b5ce5896.eot);
  src: url(../fonts/webexicon3024.b5ce5896.eot#iefix) format("embedded-opentype"), url(../fonts/webexicon3024.a5068f32.ttf) format("truetype"), url(../fonts/webexicon3024.3289413b.woff) format("woff"), url(../img/webexicon3024.566997ab.svg#webexicon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" webex-icon-"], [class^=webex-icon-] {
  font-family: webexicon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.webex-icon-Agenda:before {
  content: "\e900"
}

.webex-icon-Anchor:before {
  content: "\e901"
}

.webex-icon-Antenna1:before {
  content: "\e902"
}

.webex-icon-Antenna2:before {
  content: "\e903"
}

.webex-icon-Arrow:before {
  content: "\e904"
}

.webex-icon-Astronaut:before {
  content: "\e905"
}

.webex-icon-Bag:before {
  content: "\e906"
}

.webex-icon-Bascketball:before {
  content: "\e907"
}

.webex-icon-BatteryFull:before {
  content: "\e908"
}

.webex-icon-BatteryLow:before {
  content: "\e909"
}

.webex-icon-Bicycle:before {
  content: "\e90a"
}

.webex-icon-BigTruck:before {
  content: "\e90b"
}

.webex-icon-Blog:before {
  content: "\e90c"
}

.webex-icon-Bomb:before {
  content: "\e90d"
}

.webex-icon-Book:before {
  content: "\e90e"
}

.webex-icon-BottleofWIne:before {
  content: "\e90f"
}

.webex-icon-Bourbon:before {
  content: "\e910"
}

.webex-icon-Bread:before {
  content: "\e911"
}

.webex-icon-Briefcase:before {
  content: "\e912"
}

.webex-icon-Bulb:before {
  content: "\e913"
}

.webex-icon-Calculator:before {
  content: "\e914"
}

.webex-icon-Car:before {
  content: "\e915"
}

.webex-icon-Carioca:before {
  content: "\e916"
}

.webex-icon-Cassette:before {
  content: "\e917"
}

.webex-icon-CD:before {
  content: "\e918"
}

.webex-icon-Chart:before {
  content: "\e919"
}

.webex-icon-Chart2:before {
  content: "\e91a"
}

.webex-icon-ChartDown:before {
  content: "\e91b"
}

.webex-icon-ChartUp:before {
  content: "\e91c"
}

.webex-icon-ChemicalGlass:before {
  content: "\e91d"
}

.webex-icon-Click:before {
  content: "\e91e"
}

.webex-icon-ClipboardChart:before {
  content: "\e91f"
}

.webex-icon-ClipboardText:before {
  content: "\e920"
}

.webex-icon-ClosedLock:before {
  content: "\e921"
}

.webex-icon-Cloud:before {
  content: "\e922"
}

.webex-icon-CoffeeToGo:before {
  content: "\e923"
}

.webex-icon-Column:before {
  content: "\e924"
}

.webex-icon-CompactCamera:before {
  content: "\e925"
}

.webex-icon-Compass:before {
  content: "\e926"
}

.webex-icon-CompassTool:before {
  content: "\e927"
}

.webex-icon-Controller:before {
  content: "\e928"
}

.webex-icon-Corkscrew:before {
  content: "\e929"
}

.webex-icon-Crown:before {
  content: "\e92a"
}

.webex-icon-Cup:before {
  content: "\e92b"
}

.webex-icon-Delete:before {
  content: "\e92c"
}

.webex-icon-DesktopMonitor:before {
  content: "\e92d"
}

.webex-icon-DiamondRing:before {
  content: "\e92e"
}

.webex-icon-Dislike:before {
  content: "\e92f"
}

.webex-icon-Dollar:before {
  content: "\e930"
}

.webex-icon-Dollars:before {
  content: "\e931"
}

.webex-icon-Download:before {
  content: "\e932"
}

.webex-icon-DownloadCloud:before {
  content: "\e933"
}

.webex-icon-Drop:before {
  content: "\e934"
}

.webex-icon-DSLRCamera:before {
  content: "\e935"
}

.webex-icon-Edit:before {
  content: "\e936"
}

.webex-icon-EmptyBox:before {
  content: "\e937"
}

.webex-icon-Espresso:before {
  content: "\e938"
}

.webex-icon-Exit:before {
  content: "\e939"
}

.webex-icon-ExitFullScreen:before {
  content: "\e93a"
}

.webex-icon-Export:before {
  content: "\e93b"
}

.webex-icon-Eye:before {
  content: "\e93c"
}

.webex-icon-FemaleFigure:before {
  content: "\e93d"
}

.webex-icon-File:before {
  content: "\e93e"
}

.webex-icon-FileBox:before {
  content: "\e93f"
}

.webex-icon-Files:before {
  content: "\e940"
}

.webex-icon-Flag:before {
  content: "\e941"
}

.webex-icon-Floppy:before {
  content: "\e942"
}

.webex-icon-Folder:before {
  content: "\e943"
}

.webex-icon-Footbal:before {
  content: "\e944"
}

.webex-icon-ForkandKnife:before {
  content: "\e945"
}

.webex-icon-Forward:before {
  content: "\e946"
}

.webex-icon-FullScreen:before {
  content: "\e947"
}

.webex-icon-FullShoppingCart:before {
  content: "\e948"
}

.webex-icon-Gameboy:before {
  content: "\e949"
}

.webex-icon-Glasses:before {
  content: "\e94a"
}

.webex-icon-Goto:before {
  content: "\e94b"
}

.webex-icon-Handicap:before {
  content: "\e94c"
}

.webex-icon-Hanger:before {
  content: "\e94d"
}

.webex-icon-Headset:before {
  content: "\e94e"
}

.webex-icon-Heart:before {
  content: "\e94f"
}

.webex-icon-Help:before {
  content: "\e950"
}

.webex-icon-Hourglass:before {
  content: "\e951"
}

.webex-icon-House:before {
  content: "\e952"
}

.webex-icon-Icecream1:before {
  content: "\e953"
}

.webex-icon-Icecream2:before {
  content: "\e954"
}

.webex-icon-Imbox:before {
  content: "\e955"
}

.webex-icon-Info:before {
  content: "\e956"
}

.webex-icon-Ipod:before {
  content: "\e957"
}

.webex-icon-Key:before {
  content: "\e958"
}

.webex-icon-Keyboard:before {
  content: "\e959"
}

.webex-icon-Layers:before {
  content: "\e95a"
}

.webex-icon-Like:before {
  content: "\e95b"
}

.webex-icon-Linked:before {
  content: "\e95c"
}

.webex-icon-List:before {
  content: "\e95d"
}

.webex-icon-Magnet:before {
  content: "\e95e"
}

.webex-icon-Mail:before {
  content: "\e95f"
}

.webex-icon-ManFigure:before {
  content: "\e960"
}

.webex-icon-Mastercard:before {
  content: "\e961"
}

.webex-icon-Medal:before {
  content: "\e962"
}

.webex-icon-Media:before {
  content: "\e963"
}

.webex-icon-Megaphone:before {
  content: "\e964"
}

.webex-icon-Menu:before {
  content: "\e965"
}

.webex-icon-Message:before {
  content: "\e966"
}

.webex-icon-MessageLeft:before {
  content: "\e967"
}

.webex-icon-MessageRight:before {
  content: "\e968"
}

.webex-icon-Microphone:before {
  content: "\e969"
}

.webex-icon-Microphone2:before {
  content: "\e96a"
}

.webex-icon-Mouse:before {
  content: "\e96b"
}

.webex-icon-Movie:before {
  content: "\e96c"
}

.webex-icon-Mug:before {
  content: "\e96d"
}

.webex-icon-MusicMixer:before {
  content: "\e96e"
}

.webex-icon-MusicNote:before {
  content: "\e96f"
}

.webex-icon-MusicNote2:before {
  content: "\e970"
}

.webex-icon-Mute:before {
  content: "\e971"
}

.webex-icon-Next:before {
  content: "\e972"
}

.webex-icon-Notebook:before {
  content: "\e973"
}

.webex-icon-Notes:before {
  content: "\e974"
}

.webex-icon-On-Off:before {
  content: "\e975"
}

.webex-icon-OpenedLock:before {
  content: "\e976"
}

.webex-icon-PaperClip:before {
  content: "\e977"
}

.webex-icon-Pause:before {
  content: "\e978"
}

.webex-icon-Pen:before {
  content: "\e979"
}

.webex-icon-Pencil:before {
  content: "\e97a"
}

.webex-icon-Phone:before {
  content: "\e97b"
}

.webex-icon-Phone2:before {
  content: "\e97c"
}

.webex-icon-PicnicBasket:before {
  content: "\e97d"
}

.webex-icon-Picture:before {
  content: "\e97e"
}

.webex-icon-Pill:before {
  content: "\e97f"
}

.webex-icon-Pizza:before {
  content: "\e980"
}

.webex-icon-Plaine:before {
  content: "\e981"
}

.webex-icon-Planet:before {
  content: "\e982"
}

.webex-icon-Plaster:before {
  content: "\e983"
}

.webex-icon-Play:before {
  content: "\e984"
}

.webex-icon-Podium:before {
  content: "\e985"
}

.webex-icon-Pointer:before {
  content: "\e986"
}

.webex-icon-Pool:before {
  content: "\e987"
}

.webex-icon-PowerOff:before {
  content: "\e988"
}

.webex-icon-Printer:before {
  content: "\e989"
}

.webex-icon-Pulse:before {
  content: "\e98a"
}

.webex-icon-Puzzle:before {
  content: "\e98b"
}

.webex-icon-Radio:before {
  content: "\e98c"
}

.webex-icon-Restart:before {
  content: "\e98d"
}

.webex-icon-Resume:before {
  content: "\e98e"
}

.webex-icon-Ringer:before {
  content: "\e98f"
}

.webex-icon-Rolodex:before {
  content: "\e990"
}

.webex-icon-Scisors:before {
  content: "\e991"
}

.webex-icon-Screwdriver:before {
  content: "\e992"
}

.webex-icon-Search:before {
  content: "\e993"
}

.webex-icon-Seringe:before {
  content: "\e994"
}

.webex-icon-Settings:before {
  content: "\e995"
}

.webex-icon-Shaker:before {
  content: "\e996"
}

.webex-icon-Share:before {
  content: "\e997"
}

.webex-icon-Shield:before {
  content: "\e998"
}

.webex-icon-ShoppingCart:before {
  content: "\e999"
}

.webex-icon-Signal:before {
  content: "\e99a"
}

.webex-icon-SimCard:before {
  content: "\e99b"
}

.webex-icon-Snikers:before {
  content: "\e99c"
}

.webex-icon-Soccer:before {
  content: "\e99d"
}

.webex-icon-Soda:before {
  content: "\e99e"
}

.webex-icon-SodaCan:before {
  content: "\e99f"
}

.webex-icon-Speaker:before {
  content: "\e9a0"
}

.webex-icon-Speaker2:before {
  content: "\e9a1"
}

.webex-icon-Speedometter:before {
  content: "\e9a2"
}

.webex-icon-Star:before {
  content: "\e9a3"
}

.webex-icon-Starship:before {
  content: "\e9a4"
}

.webex-icon-Starship2:before {
  content: "\e9a5"
}

.webex-icon-Stop:before {
  content: "\e9a6"
}

.webex-icon-StorageBox:before {
  content: "\e9a7"
}

.webex-icon-Tablet:before {
  content: "\e9a8"
}

.webex-icon-Tag:before {
  content: "\e9a9"
}

.webex-icon-TeaMug:before {
  content: "\e9aa"
}

.webex-icon-Telesocpe:before {
  content: "\e9ab"
}

.webex-icon-TennisBall:before {
  content: "\e9ac"
}

.webex-icon-Tie:before {
  content: "\e9ad"
}

.webex-icon-Time:before {
  content: "\e9ae"
}

.webex-icon-Timer:before {
  content: "\e9af"
}

.webex-icon-Tools:before {
  content: "\e9b0"
}

.webex-icon-Trousers:before {
  content: "\e9b1"
}

.webex-icon-Truck:before {
  content: "\e9b2"
}

.webex-icon-Tshirt:before {
  content: "\e9b3"
}

.webex-icon-TV:before {
  content: "\e9b4"
}

.webex-icon-Typing:before {
  content: "\e9b5"
}

.webex-icon-Umbrella:before {
  content: "\e9b6"
}

.webex-icon-Underpants:before {
  content: "\e9b7"
}

.webex-icon-Unlinked:before {
  content: "\e9b8"
}

.webex-icon-UploadCLoud:before {
  content: "\e9b9"
}

.webex-icon-User:before {
  content: "\e9ba"
}

.webex-icon-Users:before {
  content: "\e9bb"
}

.webex-icon-Video:before {
  content: "\e9bc"
}

.webex-icon-Volume:before {
  content: "\e9bd"
}

.webex-icon-Wallet:before {
  content: "\e9be"
}

.webex-icon-Watch:before {
  content: "\e9bf"
}

.webex-icon-Water:before {
  content: "\e9c0"
}

.webex-icon-Web:before {
  content: "\e9c1"
}

.webex-icon-Webcam:before {
  content: "\e9c2"
}

.webex-icon-Wheelbarrow:before {
  content: "\e9c3"
}

.webex-icon-WineGlass:before {
  content: "\e9c4"
}

.webex-icon-WorldGlobe:before {
  content: "\e9c5"
}

.webex-icon-WorldWide:before {
  content: "\e9c6"
}

.webex-icon-Wrench:before {
  content: "\e9c7"
}

.webex-icon-heart1:before {
  content: "\e9c8"
}

.webex-icon-cloud1:before {
  content: "\e9c9"
}

.webex-icon-star:before {
  content: "\e9ca"
}

.webex-icon-tv1:before {
  content: "\e9cb"
}

.webex-icon-sound:before {
  content: "\e9cc"
}

.webex-icon-video:before {
  content: "\e9cd"
}

.webex-icon-trash:before {
  content: "\e9ce"
}

.webex-icon-user1:before {
  content: "\e9cf"
}

.webex-icon-key1:before {
  content: "\e9d0"
}

.webex-icon-search1:before {
  content: "\e9d1"
}

.webex-icon-settings:before {
  content: "\e9d2"
}

.webex-icon-camera1:before {
  content: "\e9d3"
}

.webex-icon-tag:before {
  content: "\e9d4"
}

.webex-icon-lock1:before {
  content: "\e9d5"
}

.webex-icon-bulb:before {
  content: "\e9d6"
}

.webex-icon-pen1:before {
  content: "\e9d7"
}

.webex-icon-diamond:before {
  content: "\e9d8"
}

.webex-icon-display1:before {
  content: "\e9d9"
}

.webex-icon-location1:before {
  content: "\e9da"
}

.webex-icon-eye1:before {
  content: "\e9db"
}

.webex-icon-bubble1:before {
  content: "\e9dc"
}

.webex-icon-stack1:before {
  content: "\e9dd"
}

.webex-icon-cup:before {
  content: "\e9de"
}

.webex-icon-phone1:before {
  content: "\e9df"
}

.webex-icon-news:before {
  content: "\e9e0"
}

.webex-icon-mail1:before {
  content: "\e9e1"
}

.webex-icon-like:before {
  content: "\e9e2"
}

.webex-icon-photo:before {
  content: "\e9e3"
}

.webex-icon-note:before {
  content: "\e9e4"
}

.webex-icon-clock1:before {
  content: "\e9e5"
}

.webex-icon-paperplane:before {
  content: "\e9e6"
}

.webex-icon-params:before {
  content: "\e9e7"
}

.webex-icon-banknote:before {
  content: "\e9e8"
}

.webex-icon-data:before {
  content: "\e9e9"
}

.webex-icon-music1:before {
  content: "\e9ea"
}

.webex-icon-megaphone:before {
  content: "\e9eb"
}

.webex-icon-study:before {
  content: "\e9ec"
}

.webex-icon-lab1:before {
  content: "\e9ed"
}

.webex-icon-food:before {
  content: "\e9ee"
}

.webex-icon-t-shirt:before {
  content: "\e9ef"
}

.webex-icon-fire1:before {
  content: "\e9f0"
}

.webex-icon-clip:before {
  content: "\e9f1"
}

.webex-icon-shop:before {
  content: "\e9f2"
}

.webex-icon-calendar1:before {
  content: "\e9f3"
}

.webex-icon-wallet:before {
  content: "\e9f4"
}

.webex-icon-vynil:before {
  content: "\e9f5"
}

.webex-icon-truck1:before {
  content: "\e9f6"
}

.webex-icon-world:before {
  content: "\e9f7"
}

.webex-icon-mobile1:before {
  content: "\e000"
}

.webex-icon-laptop1:before {
  content: "\e001"
}

.webex-icon-desktop:before {
  content: "\e002"
}

.webex-icon-tablet1:before {
  content: "\e003"
}

.webex-icon-phone2:before {
  content: "\e004"
}

.webex-icon-document:before {
  content: "\e005"
}

.webex-icon-documents:before {
  content: "\e006"
}

.webex-icon-search2:before {
  content: "\e007"
}

.webex-icon-clipboard1:before {
  content: "\e008"
}

.webex-icon-newspaper1:before {
  content: "\e009"
}

.webex-icon-notebook:before {
  content: "\e00a"
}

.webex-icon-book-open:before {
  content: "\e00b"
}

.webex-icon-browser:before {
  content: "\e00c"
}

.webex-icon-calendar2:before {
  content: "\e00d"
}

.webex-icon-presentation:before {
  content: "\e00e"
}

.webex-icon-picture:before {
  content: "\e00f"
}

.webex-icon-pictures:before {
  content: "\e010"
}

.webex-icon-video1:before {
  content: "\e011"
}

.webex-icon-camera2:before {
  content: "\e012"
}

.webex-icon-printer1:before {
  content: "\e013"
}

.webex-icon-toolbox:before {
  content: "\e014"
}

.webex-icon-briefcase1:before {
  content: "\e015"
}

.webex-icon-wallet1:before {
  content: "\e016"
}

.webex-icon-gift1:before {
  content: "\e017"
}

.webex-icon-bargraph:before {
  content: "\e018"
}

.webex-icon-grid:before {
  content: "\e019"
}

.webex-icon-expand:before {
  content: "\e01a"
}

.webex-icon-focus:before {
  content: "\e01b"
}

.webex-icon-edit:before {
  content: "\e01c"
}

.webex-icon-adjustments:before {
  content: "\e01d"
}

.webex-icon-ribbon:before {
  content: "\e01e"
}

.webex-icon-hourglass:before {
  content: "\e01f"
}

.webex-icon-lock2:before {
  content: "\e020"
}

.webex-icon-megaphone1:before {
  content: "\e021"
}

.webex-icon-shield1:before {
  content: "\e022"
}

.webex-icon-trophy1:before {
  content: "\e023"
}

.webex-icon-flag1:before {
  content: "\e024"
}

.webex-icon-map1:before {
  content: "\e025"
}

.webex-icon-puzzle:before {
  content: "\e026"
}

.webex-icon-basket:before {
  content: "\e027"
}

.webex-icon-envelope:before {
  content: "\e028"
}

.webex-icon-streetsign:before {
  content: "\e029"
}

.webex-icon-telescope:before {
  content: "\e02a"
}

.webex-icon-gears:before {
  content: "\e02b"
}

.webex-icon-key3:before {
  content: "\e02c"
}

.webex-icon-paperclip:before {
  content: "\e02d"
}

.webex-icon-attachment1:before {
  content: "\e02e"
}

.webex-icon-pricetags:before {
  content: "\e02f"
}

.webex-icon-lightbulb:before {
  content: "\e030"
}

.webex-icon-layers:before {
  content: "\e031"
}

.webex-icon-pencil1:before {
  content: "\e032"
}

.webex-icon-tools:before {
  content: "\e033"
}

.webex-icon-tools-2:before {
  content: "\e034"
}

.webex-icon-scissors1:before {
  content: "\e035"
}

.webex-icon-paintbrush:before {
  content: "\e036"
}

.webex-icon-magnifying-glass:before {
  content: "\e037"
}

.webex-icon-circle-compass:before {
  content: "\e038"
}

.webex-icon-linegraph:before {
  content: "\e039"
}

.webex-icon-mic1:before {
  content: "\e03a"
}

.webex-icon-strategy:before {
  content: "\e03b"
}

.webex-icon-beaker:before {
  content: "\e03c"
}

.webex-icon-caution:before {
  content: "\e03d"
}

.webex-icon-recycle:before {
  content: "\e03e"
}

.webex-icon-anchor:before {
  content: "\e03f"
}

.webex-icon-profile-male:before {
  content: "\e040"
}

.webex-icon-profile-female:before {
  content: "\e041"
}

.webex-icon-bike:before {
  content: "\e042"
}

.webex-icon-wine:before {
  content: "\e043"
}

.webex-icon-hotairballoon:before {
  content: "\e044"
}

.webex-icon-globe:before {
  content: "\e045"
}

.webex-icon-genius:before {
  content: "\e046"
}

.webex-icon-map-pin:before {
  content: "\e047"
}

.webex-icon-dial:before {
  content: "\e048"
}

.webex-icon-chat:before {
  content: "\e049"
}

.webex-icon-heart2:before {
  content: "\e04a"
}

.webex-icon-cloud2:before {
  content: "\e04b"
}

.webex-icon-upload1:before {
  content: "\e04c"
}

.webex-icon-download1:before {
  content: "\e04d"
}

.webex-icon-target1:before {
  content: "\e04e"
}

.webex-icon-hazardous:before {
  content: "\e04f"
}

.webex-icon-piechart:before {
  content: "\e050"
}

.webex-icon-speedometer:before {
  content: "\e051"
}

.webex-icon-global:before {
  content: "\e052"
}

.webex-icon-compass1:before {
  content: "\e053"
}

.webex-icon-lifesaver:before {
  content: "\e054"
}

.webex-icon-clock3:before {
  content: "\e055"
}

.webex-icon-aperture:before {
  content: "\e056"
}

.webex-icon-quote:before {
  content: "\e057"
}

.webex-icon-scope:before {
  content: "\e058"
}

.webex-icon-alarmclock:before {
  content: "\e059"
}

.webex-icon-refresh:before {
  content: "\e05a"
}

.webex-icon-happy1:before {
  content: "\e05b"
}

.webex-icon-sad1:before {
  content: "\e05c"
}

.webex-icon-facebook1:before {
  content: "\e05d"
}

.webex-icon-twitter1:before {
  content: "\e05e"
}

.webex-icon-googleplus:before {
  content: "\e05f"
}

.webex-icon-rss1:before {
  content: "\e060"
}

.webex-icon-tumblr1:before {
  content: "\e061"
}

.webex-icon-linkedin1:before {
  content: "\e062"
}

.webex-icon-dribbble1:before {
  content: "\e063"
}

.webex-icon-home:before {
  content: "\e9f8"
}

.webex-icon-home2:before {
  content: "\e9f9"
}

.webex-icon-home3:before {
  content: "\e9fa"
}

.webex-icon-office:before {
  content: "\e9fb"
}

.webex-icon-newspaper:before {
  content: "\e9fc"
}

.webex-icon-pencil:before {
  content: "\e9fd"
}

.webex-icon-pencil2:before {
  content: "\e9fe"
}

.webex-icon-quill:before {
  content: "\e9ff"
}

.webex-icon-pen:before {
  content: "\ea00"
}

.webex-icon-blog:before {
  content: "\ea01"
}

.webex-icon-eyedropper:before {
  content: "\ea02"
}

.webex-icon-droplet:before {
  content: "\ea03"
}

.webex-icon-paint-format:before {
  content: "\ea04"
}

.webex-icon-image:before {
  content: "\ea05"
}

.webex-icon-images:before {
  content: "\ea06"
}

.webex-icon-camera:before {
  content: "\ea07"
}

.webex-icon-headphones:before {
  content: "\ea08"
}

.webex-icon-music:before {
  content: "\ea09"
}

.webex-icon-play:before {
  content: "\ea0a"
}

.webex-icon-film:before {
  content: "\ea0b"
}

.webex-icon-video-camera:before {
  content: "\ea0c"
}

.webex-icon-dice:before {
  content: "\ea0d"
}

.webex-icon-pacman:before {
  content: "\ea0e"
}

.webex-icon-spades:before {
  content: "\ea0f"
}

.webex-icon-clubs:before {
  content: "\ea10"
}

.webex-icon-diamonds:before {
  content: "\ea11"
}

.webex-icon-bullhorn:before {
  content: "\ea12"
}

.webex-icon-connection:before {
  content: "\ea13"
}

.webex-icon-podcast:before {
  content: "\ea14"
}

.webex-icon-feed:before {
  content: "\ea15"
}

.webex-icon-mic:before {
  content: "\ea16"
}

.webex-icon-book:before {
  content: "\ea17"
}

.webex-icon-books:before {
  content: "\ea18"
}

.webex-icon-library:before {
  content: "\ea19"
}

.webex-icon-file-text:before {
  content: "\ea1a"
}

.webex-icon-profile:before {
  content: "\ea1b"
}

.webex-icon-file-empty:before {
  content: "\ea1c"
}

.webex-icon-files-empty:before {
  content: "\ea1d"
}

.webex-icon-file-text2:before {
  content: "\ea1e"
}

.webex-icon-file-picture:before {
  content: "\ea1f"
}

.webex-icon-file-music:before {
  content: "\ea20"
}

.webex-icon-file-play:before {
  content: "\ea21"
}

.webex-icon-file-video:before {
  content: "\ea22"
}

.webex-icon-file-zip:before {
  content: "\ea23"
}

.webex-icon-copy:before {
  content: "\ea24"
}

.webex-icon-paste:before {
  content: "\ea25"
}

.webex-icon-stack:before {
  content: "\ea26"
}

.webex-icon-folder:before {
  content: "\ea27"
}

.webex-icon-folder-open:before {
  content: "\ea28"
}

.webex-icon-folder-plus:before {
  content: "\ea29"
}

.webex-icon-folder-minus:before {
  content: "\ea2a"
}

.webex-icon-folder-download:before {
  content: "\ea2b"
}

.webex-icon-folder-upload:before {
  content: "\ea2c"
}

.webex-icon-price-tag:before {
  content: "\ea2d"
}

.webex-icon-price-tags:before {
  content: "\ea2e"
}

.webex-icon-barcode:before {
  content: "\ea2f"
}

.webex-icon-qrcode:before {
  content: "\ea30"
}

.webex-icon-ticket:before {
  content: "\ea31"
}

.webex-icon-cart:before {
  content: "\ea32"
}

.webex-icon-coin-dollar:before {
  content: "\ea33"
}

.webex-icon-coin-euro:before {
  content: "\ea34"
}

.webex-icon-coin-pound:before {
  content: "\ea35"
}

.webex-icon-coin-yen:before {
  content: "\ea36"
}

.webex-icon-credit-card:before {
  content: "\ea37"
}

.webex-icon-calculator:before {
  content: "\ea38"
}

.webex-icon-lifebuoy:before {
  content: "\ea39"
}

.webex-icon-phone:before {
  content: "\ea3a"
}

.webex-icon-phone-hang-up:before {
  content: "\ea3b"
}

.webex-icon-address-book:before {
  content: "\ea3c"
}

.webex-icon-envelop:before {
  content: "\ea3d"
}

.webex-icon-pushpin:before {
  content: "\ea3e"
}

.webex-icon-location:before {
  content: "\ea3f"
}

.webex-icon-location2:before {
  content: "\ea40"
}

.webex-icon-compass:before {
  content: "\ea41"
}

.webex-icon-compass2:before {
  content: "\ea42"
}

.webex-icon-map:before {
  content: "\ea43"
}

.webex-icon-map2:before {
  content: "\ea44"
}

.webex-icon-history:before {
  content: "\ea45"
}

.webex-icon-clock:before {
  content: "\ea46"
}

.webex-icon-clock2:before {
  content: "\ea47"
}

.webex-icon-alarm:before {
  content: "\ea48"
}

.webex-icon-bell:before {
  content: "\ea49"
}

.webex-icon-stopwatch:before {
  content: "\ea4a"
}

.webex-icon-calendar:before {
  content: "\ea4b"
}

.webex-icon-printer:before {
  content: "\ea4c"
}

.webex-icon-keyboard:before {
  content: "\ea4d"
}

.webex-icon-display:before {
  content: "\ea4e"
}

.webex-icon-laptop:before {
  content: "\ea4f"
}

.webex-icon-mobile:before {
  content: "\ea50"
}

.webex-icon-mobile2:before {
  content: "\ea51"
}

.webex-icon-tablet:before {
  content: "\ea52"
}

.webex-icon-tv:before {
  content: "\ea53"
}

.webex-icon-drawer:before {
  content: "\ea54"
}

.webex-icon-drawer2:before {
  content: "\ea55"
}

.webex-icon-box-add:before {
  content: "\ea56"
}

.webex-icon-box-remove:before {
  content: "\ea57"
}

.webex-icon-download:before {
  content: "\ea58"
}

.webex-icon-upload:before {
  content: "\ea59"
}

.webex-icon-floppy-disk:before {
  content: "\ea5a"
}

.webex-icon-drive:before {
  content: "\ea5b"
}

.webex-icon-database:before {
  content: "\ea5c"
}

.webex-icon-undo:before {
  content: "\ea5d"
}

.webex-icon-redo:before {
  content: "\ea5e"
}

.webex-icon-undo2:before {
  content: "\ea5f"
}

.webex-icon-redo2:before {
  content: "\ea60"
}

.webex-icon-forward:before {
  content: "\ea61"
}

.webex-icon-reply:before {
  content: "\ea62"
}

.webex-icon-bubble:before {
  content: "\ea63"
}

.webex-icon-bubbles:before {
  content: "\ea64"
}

.webex-icon-bubbles2:before {
  content: "\ea65"
}

.webex-icon-bubble2:before {
  content: "\ea66"
}

.webex-icon-bubbles3:before {
  content: "\ea67"
}

.webex-icon-bubbles4:before {
  content: "\ea68"
}

.webex-icon-user:before {
  content: "\ea69"
}

.webex-icon-users:before {
  content: "\ea6a"
}

.webex-icon-user-plus:before {
  content: "\ea6b"
}

.webex-icon-user-minus:before {
  content: "\ea6c"
}

.webex-icon-user-check:before {
  content: "\ea6d"
}

.webex-icon-user-tie:before {
  content: "\ea6e"
}

.webex-icon-quotes-left:before {
  content: "\ea6f"
}

.webex-icon-quotes-right:before {
  content: "\ea70"
}

.webex-icon-hour-glass:before {
  content: "\ea71"
}

.webex-icon-spinner:before {
  content: "\ea72"
}

.webex-icon-spinner2:before {
  content: "\ea73"
}

.webex-icon-spinner3:before {
  content: "\ea74"
}

.webex-icon-spinner4:before {
  content: "\ea75"
}

.webex-icon-spinner5:before {
  content: "\ea76"
}

.webex-icon-spinner6:before {
  content: "\ea77"
}

.webex-icon-spinner7:before {
  content: "\ea78"
}

.webex-icon-spinner8:before {
  content: "\ea79"
}

.webex-icon-spinner9:before {
  content: "\ea7a"
}

.webex-icon-spinner10:before {
  content: "\ea7b"
}

.webex-icon-spinner11:before {
  content: "\ea7c"
}

.webex-icon-binoculars:before {
  content: "\ea7d"
}

.webex-icon-search:before {
  content: "\ea7e"
}

.webex-icon-zoom-in:before {
  content: "\ea7f"
}

.webex-icon-zoom-out:before {
  content: "\ea80"
}

.webex-icon-enlarge:before {
  content: "\ea81"
}

.webex-icon-shrink:before {
  content: "\ea82"
}

.webex-icon-enlarge2:before {
  content: "\ea83"
}

.webex-icon-shrink2:before {
  content: "\ea84"
}

.webex-icon-key:before {
  content: "\ea85"
}

.webex-icon-key2:before {
  content: "\ea86"
}

.webex-icon-lock:before {
  content: "\ea87"
}

.webex-icon-unlocked:before {
  content: "\ea88"
}

.webex-icon-wrench:before {
  content: "\ea89"
}

.webex-icon-equalizer:before {
  content: "\ea8a"
}

.webex-icon-equalizer2:before {
  content: "\ea8b"
}

.webex-icon-cog:before {
  content: "\ea8c"
}

.webex-icon-cogs:before {
  content: "\ea8d"
}

.webex-icon-hammer:before {
  content: "\ea8e"
}

.webex-icon-magic-wand:before {
  content: "\ea8f"
}

.webex-icon-aid-kit:before {
  content: "\ea90"
}

.webex-icon-bug:before {
  content: "\ea91"
}

.webex-icon-pie-chart:before {
  content: "\ea92"
}

.webex-icon-stats-dots:before {
  content: "\ea93"
}

.webex-icon-stats-bars:before {
  content: "\ea94"
}

.webex-icon-stats-bars2:before {
  content: "\ea95"
}

.webex-icon-trophy:before {
  content: "\ea96"
}

.webex-icon-gift:before {
  content: "\ea97"
}

.webex-icon-glass:before {
  content: "\ea98"
}

.webex-icon-glass2:before {
  content: "\ea99"
}

.webex-icon-mug:before {
  content: "\ea9a"
}

.webex-icon-spoon-knife:before {
  content: "\ea9b"
}

.webex-icon-leaf:before {
  content: "\ea9c"
}

.webex-icon-rocket:before {
  content: "\ea9d"
}

.webex-icon-meter:before {
  content: "\ea9e"
}

.webex-icon-meter2:before {
  content: "\ea9f"
}

.webex-icon-hammer2:before {
  content: "\eaa0"
}

.webex-icon-fire:before {
  content: "\eaa1"
}

.webex-icon-lab:before {
  content: "\eaa2"
}

.webex-icon-magnet:before {
  content: "\eaa3"
}

.webex-icon-bin:before {
  content: "\eaa4"
}

.webex-icon-bin2:before {
  content: "\eaa5"
}

.webex-icon-briefcase:before {
  content: "\eaa6"
}

.webex-icon-airplane:before {
  content: "\eaa7"
}

.webex-icon-truck:before {
  content: "\eaa8"
}

.webex-icon-road:before {
  content: "\eaa9"
}

.webex-icon-accessibility:before {
  content: "\eaaa"
}

.webex-icon-target:before {
  content: "\eaab"
}

.webex-icon-shield:before {
  content: "\eaac"
}

.webex-icon-power:before {
  content: "\eaad"
}

.webex-icon-switch:before {
  content: "\eaae"
}

.webex-icon-power-cord:before {
  content: "\eaaf"
}

.webex-icon-clipboard:before {
  content: "\eab0"
}

.webex-icon-list-numbered:before {
  content: "\eab1"
}

.webex-icon-list:before {
  content: "\eab2"
}

.webex-icon-list2:before {
  content: "\eab3"
}

.webex-icon-tree:before {
  content: "\eab4"
}

.webex-icon-menu:before {
  content: "\eab5"
}

.webex-icon-menu2:before {
  content: "\eab6"
}

.webex-icon-menu3:before {
  content: "\eab7"
}

.webex-icon-menu4:before {
  content: "\eab8"
}

.webex-icon-cloud:before {
  content: "\eab9"
}

.webex-icon-cloud-download:before {
  content: "\eaba"
}

.webex-icon-cloud-upload:before {
  content: "\eabb"
}

.webex-icon-cloud-check:before {
  content: "\eabc"
}

.webex-icon-download2:before {
  content: "\eabd"
}

.webex-icon-upload2:before {
  content: "\eabe"
}

.webex-icon-download3:before {
  content: "\eabf"
}

.webex-icon-upload3:before {
  content: "\eac0"
}

.webex-icon-sphere:before {
  content: "\eac1"
}

.webex-icon-earth:before {
  content: "\eac2"
}

.webex-icon-link:before {
  content: "\eac3"
}

.webex-icon-flag:before {
  content: "\eac4"
}

.webex-icon-attachment:before {
  content: "\eac5"
}

.webex-icon-eye:before {
  content: "\eac6"
}

.webex-icon-eye-plus:before {
  content: "\eac7"
}

.webex-icon-eye-minus:before {
  content: "\eac8"
}

.webex-icon-eye-blocked:before {
  content: "\eac9"
}

.webex-icon-bookmark:before {
  content: "\eaca"
}

.webex-icon-bookmarks:before {
  content: "\eacb"
}

.webex-icon-sun:before {
  content: "\eacc"
}

.webex-icon-contrast:before {
  content: "\eacd"
}

.webex-icon-brightness-contrast:before {
  content: "\eace"
}

.webex-icon-star-empty:before {
  content: "\eacf"
}

.webex-icon-star-half:before {
  content: "\ead0"
}

.webex-icon-star-full:before {
  content: "\ead1"
}

.webex-icon-heart:before {
  content: "\ead2"
}

.webex-icon-heart-broken:before {
  content: "\ead3"
}

.webex-icon-man:before {
  content: "\ead4"
}

.webex-icon-woman:before {
  content: "\ead5"
}

.webex-icon-man-woman:before {
  content: "\ead6"
}

.webex-icon-happy:before {
  content: "\ead7"
}

.webex-icon-happy2:before {
  content: "\ead8"
}

.webex-icon-smile:before {
  content: "\ead9"
}

.webex-icon-smile2:before {
  content: "\eada"
}

.webex-icon-tongue:before {
  content: "\eadb"
}

.webex-icon-tongue2:before {
  content: "\eadc"
}

.webex-icon-sad:before {
  content: "\eadd"
}

.webex-icon-sad2:before {
  content: "\eade"
}

.webex-icon-wink:before {
  content: "\eadf"
}

.webex-icon-wink2:before {
  content: "\eae0"
}

.webex-icon-grin:before {
  content: "\eae1"
}

.webex-icon-grin2:before {
  content: "\eae2"
}

.webex-icon-cool:before {
  content: "\eae3"
}

.webex-icon-cool2:before {
  content: "\eae4"
}

.webex-icon-angry:before {
  content: "\eae5"
}

.webex-icon-angry2:before {
  content: "\eae6"
}

.webex-icon-evil:before {
  content: "\eae7"
}

.webex-icon-evil2:before {
  content: "\eae8"
}

.webex-icon-shocked:before {
  content: "\eae9"
}

.webex-icon-shocked2:before {
  content: "\eaea"
}

.webex-icon-baffled:before {
  content: "\eaeb"
}

.webex-icon-baffled2:before {
  content: "\eaec"
}

.webex-icon-confused:before {
  content: "\eaed"
}

.webex-icon-confused2:before {
  content: "\eaee"
}

.webex-icon-neutral:before {
  content: "\eaef"
}

.webex-icon-neutral2:before {
  content: "\eaf0"
}

.webex-icon-hipster:before {
  content: "\eaf1"
}

.webex-icon-hipster2:before {
  content: "\eaf2"
}

.webex-icon-wondering:before {
  content: "\eaf3"
}

.webex-icon-wondering2:before {
  content: "\eaf4"
}

.webex-icon-sleepy:before {
  content: "\eaf5"
}

.webex-icon-sleepy2:before {
  content: "\eaf6"
}

.webex-icon-frustrated:before {
  content: "\eaf7"
}

.webex-icon-frustrated2:before {
  content: "\eaf8"
}

.webex-icon-crying:before {
  content: "\eaf9"
}

.webex-icon-crying2:before {
  content: "\eafa"
}

.webex-icon-point-up:before {
  content: "\eafb"
}

.webex-icon-point-right:before {
  content: "\eafc"
}

.webex-icon-point-down:before {
  content: "\eafd"
}

.webex-icon-point-left:before {
  content: "\eafe"
}

.webex-icon-warning:before {
  content: "\eaff"
}

.webex-icon-notification:before {
  content: "\eb00"
}

.webex-icon-question:before {
  content: "\eb01"
}

.webex-icon-plus:before {
  content: "\eb02"
}

.webex-icon-minus:before {
  content: "\eb03"
}

.webex-icon-info:before {
  content: "\eb04"
}

.webex-icon-cancel-circle:before {
  content: "\eb05"
}

.webex-icon-blocked:before {
  content: "\eb06"
}

.webex-icon-cross:before {
  content: "\eb07"
}

.webex-icon-checkmark:before {
  content: "\eb08"
}

.webex-icon-checkmark2:before {
  content: "\eb09"
}

.webex-icon-spell-check:before {
  content: "\eb0a"
}

.webex-icon-enter:before {
  content: "\eb0b"
}

.webex-icon-exit:before {
  content: "\eb0c"
}

.webex-icon-play2:before {
  content: "\eb0d"
}

.webex-icon-pause:before {
  content: "\eb0e"
}

.webex-icon-stop:before {
  content: "\eb0f"
}

.webex-icon-previous:before {
  content: "\eb10"
}

.webex-icon-next:before {
  content: "\eb11"
}

.webex-icon-backward:before {
  content: "\eb12"
}

.webex-icon-forward2:before {
  content: "\eb13"
}

.webex-icon-play3:before {
  content: "\eb14"
}

.webex-icon-pause2:before {
  content: "\eb15"
}

.webex-icon-stop2:before {
  content: "\eb16"
}

.webex-icon-backward2:before {
  content: "\eb17"
}

.webex-icon-forward3:before {
  content: "\eb18"
}

.webex-icon-first:before {
  content: "\eb19"
}

.webex-icon-last:before {
  content: "\eb1a"
}

.webex-icon-previous2:before {
  content: "\eb1b"
}

.webex-icon-next2:before {
  content: "\eb1c"
}

.webex-icon-eject:before {
  content: "\eb1d"
}

.webex-icon-volume-high:before {
  content: "\eb1e"
}

.webex-icon-volume-medium:before {
  content: "\eb1f"
}

.webex-icon-volume-low:before {
  content: "\eb20"
}

.webex-icon-volume-mute:before {
  content: "\eb21"
}

.webex-icon-volume-mute2:before {
  content: "\eb22"
}

.webex-icon-volume-increase:before {
  content: "\eb23"
}

.webex-icon-volume-decrease:before {
  content: "\eb24"
}

.webex-icon-loop:before {
  content: "\eb25"
}

.webex-icon-loop2:before {
  content: "\eb26"
}

.webex-icon-infinite:before {
  content: "\eb27"
}

.webex-icon-shuffle:before {
  content: "\eb28"
}

.webex-icon-arrow-up-left:before {
  content: "\eb29"
}

.webex-icon-arrow-up:before {
  content: "\eb2a"
}

.webex-icon-arrow-up-right:before {
  content: "\eb2b"
}

.webex-icon-arrow-right:before {
  content: "\eb2c"
}

.webex-icon-arrow-down-right:before {
  content: "\eb2d"
}

.webex-icon-arrow-down:before {
  content: "\eb2e"
}

.webex-icon-arrow-down-left:before {
  content: "\eb2f"
}

.webex-icon-arrow-left:before {
  content: "\eb30"
}

.webex-icon-arrow-up-left2:before {
  content: "\eb31"
}

.webex-icon-arrow-up2:before {
  content: "\eb32"
}

.webex-icon-arrow-up-right2:before {
  content: "\eb33"
}

.webex-icon-arrow-right2:before {
  content: "\eb34"
}

.webex-icon-arrow-down-right2:before {
  content: "\eb35"
}

.webex-icon-arrow-down2:before {
  content: "\eb36"
}

.webex-icon-arrow-down-left2:before {
  content: "\eb37"
}

.webex-icon-arrow-left2:before {
  content: "\eb38"
}

.webex-icon-circle-up:before {
  content: "\eb39"
}

.webex-icon-circle-right:before {
  content: "\eb3a"
}

.webex-icon-circle-down:before {
  content: "\eb3b"
}

.webex-icon-circle-left:before {
  content: "\eb3c"
}

.webex-icon-tab:before {
  content: "\eb3d"
}

.webex-icon-move-up:before {
  content: "\eb3e"
}

.webex-icon-move-down:before {
  content: "\eb3f"
}

.webex-icon-sort-alpha-asc:before {
  content: "\eb40"
}

.webex-icon-sort-alpha-desc:before {
  content: "\eb41"
}

.webex-icon-sort-numeric-asc:before {
  content: "\eb42"
}

.webex-icon-sort-numberic-desc:before {
  content: "\eb43"
}

.webex-icon-sort-amount-asc:before {
  content: "\eb44"
}

.webex-icon-sort-amount-desc:before {
  content: "\eb45"
}

.webex-icon-command:before {
  content: "\eb46"
}

.webex-icon-shift:before {
  content: "\eb47"
}

.webex-icon-ctrl:before {
  content: "\eb48"
}

.webex-icon-opt:before {
  content: "\eb49"
}

.webex-icon-checkbox-checked:before {
  content: "\eb4a"
}

.webex-icon-checkbox-unchecked:before {
  content: "\eb4b"
}

.webex-icon-radio-checked:before {
  content: "\eb4c"
}

.webex-icon-radio-checked2:before {
  content: "\eb4d"
}

.webex-icon-radio-unchecked:before {
  content: "\eb4e"
}

.webex-icon-crop:before {
  content: "\eb4f"
}

.webex-icon-make-group:before {
  content: "\eb50"
}

.webex-icon-ungroup:before {
  content: "\eb51"
}

.webex-icon-scissors:before {
  content: "\eb52"
}

.webex-icon-filter:before {
  content: "\eb53"
}

.webex-icon-font:before {
  content: "\eb54"
}

.webex-icon-ligature:before {
  content: "\eb55"
}

.webex-icon-ligature2:before {
  content: "\eb56"
}

.webex-icon-text-height:before {
  content: "\eb57"
}

.webex-icon-text-width:before {
  content: "\eb58"
}

.webex-icon-font-size:before {
  content: "\eb59"
}

.webex-icon-bold:before {
  content: "\eb5a"
}

.webex-icon-underline:before {
  content: "\eb5b"
}

.webex-icon-italic:before {
  content: "\eb5c"
}

.webex-icon-strikethrough:before {
  content: "\eb5d"
}

.webex-icon-omega:before {
  content: "\eb5e"
}

.webex-icon-sigma:before {
  content: "\eb5f"
}

.webex-icon-page-break:before {
  content: "\eb60"
}

.webex-icon-superscript:before {
  content: "\eb61"
}

.webex-icon-subscript:before {
  content: "\eb62"
}

.webex-icon-superscript2:before {
  content: "\eb63"
}

.webex-icon-subscript2:before {
  content: "\eb64"
}

.webex-icon-text-color:before {
  content: "\eb65"
}

.webex-icon-pagebreak:before {
  content: "\eb66"
}

.webex-icon-clear-formatting:before {
  content: "\eb67"
}

.webex-icon-table:before {
  content: "\eb68"
}

.webex-icon-table2:before {
  content: "\eb69"
}

.webex-icon-insert-template:before {
  content: "\eb6a"
}

.webex-icon-pilcrow:before {
  content: "\eb6b"
}

.webex-icon-ltr:before {
  content: "\eb6c"
}

.webex-icon-rtl:before {
  content: "\eb6d"
}

.webex-icon-section:before {
  content: "\eb6e"
}

.webex-icon-paragraph-left:before {
  content: "\eb6f"
}

.webex-icon-paragraph-center:before {
  content: "\eb70"
}

.webex-icon-paragraph-right:before {
  content: "\eb71"
}

.webex-icon-paragraph-justify:before {
  content: "\eb72"
}

.webex-icon-indent-increase:before {
  content: "\eb73"
}

.webex-icon-indent-decrease:before {
  content: "\eb74"
}

.webex-icon-share:before {
  content: "\eb75"
}

.webex-icon-new-tab:before {
  content: "\eb76"
}

.webex-icon-embed:before {
  content: "\eb77"
}

.webex-icon-embed2:before {
  content: "\eb78"
}

.webex-icon-terminal:before {
  content: "\eb79"
}

.webex-icon-share2:before {
  content: "\eb7a"
}

.webex-icon-mail:before {
  content: "\eb7b"
}

.webex-icon-mail2:before {
  content: "\eb7c"
}

.webex-icon-mail3:before {
  content: "\eb7d"
}

.webex-icon-mail4:before {
  content: "\eb7e"
}

.webex-icon-amazon:before {
  content: "\eb7f"
}

.webex-icon-google:before {
  content: "\eb80"
}

.webex-icon-google2:before {
  content: "\eb81"
}

.webex-icon-google3:before {
  content: "\eb82"
}

.webex-icon-google-plus:before {
  content: "\eb83"
}

.webex-icon-google-plus2:before {
  content: "\eb84"
}

.webex-icon-google-plus3:before {
  content: "\eb85"
}

.webex-icon-hangouts:before {
  content: "\eb86"
}

.webex-icon-google-drive:before {
  content: "\eb87"
}

.webex-icon-facebook:before {
  content: "\eb88"
}

.webex-icon-facebook2:before {
  content: "\eb89"
}

.webex-icon-instagram:before {
  content: "\eb8a"
}

.webex-icon-whatsapp:before {
  content: "\eb8b"
}

.webex-icon-spotify:before {
  content: "\eb8c"
}

.webex-icon-telegram:before {
  content: "\eb8d"
}

.webex-icon-twitter:before {
  content: "\eb8e"
}

.webex-icon-vine:before {
  content: "\eb8f"
}

.webex-icon-vk:before {
  content: "\eb90"
}

.webex-icon-renren:before {
  content: "\eb91"
}

.webex-icon-sina-weibo:before {
  content: "\eb92"
}

.webex-icon-rss:before {
  content: "\eb93"
}

.webex-icon-rss2:before {
  content: "\eb94"
}

.webex-icon-youtube:before {
  content: "\eb95"
}

.webex-icon-youtube2:before {
  content: "\eb96"
}

.webex-icon-twitch:before {
  content: "\eb97"
}

.webex-icon-vimeo:before {
  content: "\eb98"
}

.webex-icon-vimeo2:before {
  content: "\eb99"
}

.webex-icon-lanyrd:before {
  content: "\eb9a"
}

.webex-icon-flickr:before {
  content: "\eb9b"
}

.webex-icon-flickr2:before {
  content: "\eb9c"
}

.webex-icon-flickr3:before {
  content: "\eb9d"
}

.webex-icon-flickr4:before {
  content: "\eb9e"
}

.webex-icon-dribbble:before {
  content: "\eb9f"
}

.webex-icon-behance:before {
  content: "\eba0"
}

.webex-icon-behance2:before {
  content: "\eba1"
}

.webex-icon-deviantart:before {
  content: "\eba2"
}

.webex-icon-500px:before {
  content: "\eba3"
}

.webex-icon-steam:before {
  content: "\eba4"
}

.webex-icon-steam2:before {
  content: "\eba5"
}

.webex-icon-dropbox:before {
  content: "\eba6"
}

.webex-icon-onedrive:before {
  content: "\eba7"
}

.webex-icon-github:before {
  content: "\eba8"
}

.webex-icon-npm:before {
  content: "\eba9"
}

.webex-icon-basecamp:before {
  content: "\ebaa"
}

.webex-icon-trello:before {
  content: "\ebab"
}

.webex-icon-wordpress:before {
  content: "\ebac"
}

.webex-icon-joomla:before {
  content: "\ebad"
}

.webex-icon-ello:before {
  content: "\ebae"
}

.webex-icon-blogger:before {
  content: "\ebaf"
}

.webex-icon-blogger2:before {
  content: "\ebb0"
}

.webex-icon-tumblr:before {
  content: "\ebb1"
}

.webex-icon-tumblr2:before {
  content: "\ebb2"
}

.webex-icon-yahoo:before {
  content: "\ebb3"
}

.webex-icon-yahoo2:before {
  content: "\ebb4"
}

.webex-icon-tux:before {
  content: "\ebb5"
}

.webex-icon-appleinc:before {
  content: "\ebb6"
}

.webex-icon-finder:before {
  content: "\ebb7"
}

.webex-icon-android:before {
  content: "\ebb8"
}

.webex-icon-windows:before {
  content: "\ebb9"
}

.webex-icon-windows8:before {
  content: "\ebba"
}

.webex-icon-soundcloud:before {
  content: "\ebbb"
}

.webex-icon-soundcloud2:before {
  content: "\ebbc"
}

.webex-icon-skype:before {
  content: "\ebbd"
}

.webex-icon-reddit:before {
  content: "\ebbe"
}

.webex-icon-hackernews:before {
  content: "\ebbf"
}

.webex-icon-wikipedia:before {
  content: "\ebc0"
}

.webex-icon-linkedin:before {
  content: "\ebc1"
}

.webex-icon-linkedin2:before {
  content: "\ebc2"
}

.webex-icon-lastfm:before {
  content: "\ebc3"
}

.webex-icon-lastfm2:before {
  content: "\ebc4"
}

.webex-icon-delicious:before {
  content: "\ebc5"
}

.webex-icon-stumbleupon:before {
  content: "\ebc6"
}

.webex-icon-stumbleupon2:before {
  content: "\ebc7"
}

.webex-icon-stackoverflow:before {
  content: "\ebc8"
}

.webex-icon-pinterest:before {
  content: "\ebc9"
}

.webex-icon-pinterest2:before {
  content: "\ebca"
}

.webex-icon-xing:before {
  content: "\ebcb"
}

.webex-icon-xing2:before {
  content: "\ebcc"
}

.webex-icon-flattr:before {
  content: "\ebcd"
}

.webex-icon-foursquare:before {
  content: "\ebce"
}

.webex-icon-yelp:before {
  content: "\ebcf"
}

.webex-icon-paypal:before {
  content: "\ebd0"
}

.webex-icon-chrome:before {
  content: "\ebd1"
}

.webex-icon-firefox:before {
  content: "\ebd2"
}

.webex-icon-IE:before {
  content: "\ebd3"
}

.webex-icon-edge:before {
  content: "\ebd4"
}

.webex-icon-safari:before {
  content: "\ebd5"
}

.webex-icon-opera:before {
  content: "\ebd6"
}

.webex-icon-file-pdf:before {
  content: "\ebd7"
}

.webex-icon-file-openoffice:before {
  content: "\ebd8"
}

.webex-icon-file-word:before {
  content: "\ebd9"
}

.webex-icon-file-excel:before {
  content: "\ebda"
}

.webex-icon-libreoffice:before {
  content: "\ebdb"
}

.webex-icon-html-five:before {
  content: "\ebdc"
}

.webex-icon-html-five2:before {
  content: "\ebdd"
}

.webex-icon-css3:before {
  content: "\ebde"
}

.webex-icon-git:before {
  content: "\ebdf"
}

.webex-icon-codepen:before {
  content: "\ebe0"
}

.webex-icon-svg:before {
  content: "\ebe1"
}

.webex-icon-IcoMoon:before {
  content: "\ebe2"
}

a:hover {
  text-decoration: none
}

body {
  color: #3e3e3e;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.side_widget {
  position: fixed;
  top: 50%;
  right: calc(50% - 640px);
  transform: translateY(-50%);
  display: inline-block;
  z-index: 100
}

.side_widget .contacts li {
  list-style: none;
  display: block
}

.side_widget .contacts li+li {
  margin-top: 5px
}

.side_widget .contacts li a {
  position: relative;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  background-color: #0562ec;
  border: 1px solid #f3c007;
  text-decoration: none !important
}

.side_widget .contacts li a i {
  font-size: 25px;
  color: #fff
}

@media screen and (max-width:767px) {
  .side_widget .contacts li a {
    width: 35px;
    height: 35px
  }
}

.side_widget .contacts li a p {
  font-weight: 700;
  color: #00afef;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 5px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #026b92;
  border-radius: 5px;
  background-color: #fff;
  min-width: 100px;
  text-align: center
}

.side_widget .contacts li a p:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: -7px;
  background-color: #fff;
  border-top: 1px solid #01419e;
  border-right: 1px solid maroon;
  transform: rotate(45deg)
}

.side_widget .contacts li a:hover {
  background-color: #c90;
  overflow: visible
}

.side_widget .contacts li a:hover p {
  opacity: 1;
  left: -10px
}

@media (max-width:767px) {
  .side_widget {
    top: auto;
    bottom: 90px;
    right: 10px;
    transform: translateY(0)
  }

  .side_widget .contacts li {
    display: block
  }

  .side_widget .contacts li+li {
    margin-top: 0;
    margin-left: 0
  }

  .side_widget .contacts li a p {
    color: #800;
    top: -12px;
    left: 0;
    transform: translateY(-100%)
  }

  .side_widget .contacts li a:hover p {
    opacity: 1;
    left: 0
  }

  .side_widget .contacts li a p:after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: 10px;
    border-top: none;
    border-bottom: 1px solid maroon;
    border-right: 1px solid maroon
  }

  .side_widget .contacts li a {
    border-radius: 100%;
    width: 35px;
    height: 35px
  }
}

.side_widget .contacts li:nth-child(2) a {
  background-color: #f69824
}

.side_widget .contacts li:nth-child(3) a {
  border-radius: 20%;
  line-height: 44px;
  background-color: #fff;
  border: 1px solid #046bc3
}

.side_widget .contacts li:nth-child(3) a i {
  font-weight: 600;
  font-size: 17px;
  color: #0573d2;
  font-family: Roboto
}

.about_slide.owl-theme .owl-dots .owl-dot {
  background-color: #fff
}

.service-link-list ol, .service-link-list ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.footer-widget-list, .header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  margin: 0;
  padding: 0
}

.post-content.media-body h5 a {
  text-align: justify;
  display: inline-block
}

.service-link-list li a {
  display: flex;
  justify-content: start;
  justify-items: center;
  align-items: baseline;
  align-content: center
}

.footer-widget-list li a {
  display: flex;
  justify-items: baseline
}

.footer-widget-list li a:before {
  top: 0
}

.pagination-nav .pagination-list>li {
  display: inline-block
}

.contact-form-support .tab-content#myTabContent {
  border: 1px solid #dee2e6;
  border-top: none;
  margin-bottom: 20px
}

.contact-form-support .tab-content#myTabContent .rating ul {
  display: flex;
  justify-content: center;
  margin-top: 0 !important;
  padding-top: 3rem
}

.contact-form-support .nav-tabs .nav-link.active {
  color: #2a7cdc;
  font-weight: 700;
  position: relative
}

.contact-form-support .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #f8aa21
}

.contact-form-support .nav-tabs .nav-link {
  color: #333
}

.contact-form-support .tab-content#myTabContent .rating ul li {
  list-style: none
}

.rating ul li:after {
  display: none
}

.rating_lh li input {
  visibility: initial;
  width: auto;
  display: inline-block;
  vertical-align: middle
}

.rating_lh li {
  text-align: center
}

.rating_lh ul li span {
  font-size: 13px
}

.rating_lh ul {
  padding-left: 0
}

.about-section .titleh2 {
  font-size: 29px
}

.about-section .titleh2 span {
  font-size: 50px
}

.asideleft {
  top: 40%;
  left: calc(50% - 720px);
  position: fixed;
  width: 150px;
  z-index: 12345
}

.asideleft, .side_widget {
  display: none
}

.asideleft ul {
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
  text-align: center
}

.asideleft ul li {
  margin-bottom: 5px;
  width: 100%
}

.asideleft ul li a {
  display: block;
  text-align: center
}

.asideleft ul li a img {
  display: block;
  margin: 0 auto;
  max-width: 66%
}

.tophead {
  text-align: center;
  z-index: 1;
  position: relative
}

.tophead, .tophead a {
  display: block
}

.tophead a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.tbl_route th {
  border-top: 0;
  padding-top: 0
}

.search-tabs-bg>.tabbable>.tab-content.tab_route>.tab-pane {
  padding-top: 15px;
  padding-bottom: 10px;
  border: 1px solid #0199f3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 3%
}

.tbl_route tbody td {
  vertical-align: middle
}

.tbl_route table {
  margin-bottom: 0
}

.banner_left_cus {
  padding-right: 0;
  margin-top: 7px;
  padding-left: 0;
  padding-right: 3px
}

.banner_right_cus {
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 5px;
  padding-right: 0
}

.banner_right_cus a {
  flex-grow: 1;
  display: block;
  margin-bottom: 5px
}

.banner_right_cus a:first-child img {
  height: 165px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.banner_right_cus a:nth-child(2) img {
  height: 164px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

#sidebar {
  min-width: 100%;
  max-width: 100%;
  color: #fff;
  transition: all .3s
}

#sidebar>p {
  text-align: left;
  padding: 8px 10px;
  padding-top: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #00afef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

#sidebar ul.components {
  padding: 10px 0;
  margin-top: 0;
  padding-top: 0;
  border: 1px solid #ddd
}

#sidebar>ul>li>a, #sidebar ul li.active>a, a[aria-expanded=true] {
  color: #3e3e3e;
  background-color: #eaeaea;
  font-weight: 700
}

#sidebar ul li a {
  padding: 10px;
  padding-left: 8px;
  font-size: 1em;
  display: block;
  color: #333
}

#sidebar ul li .list-unstyled li a {
  font-size: 14.5px;
  padding-left: 10px;
  padding-bottom: 6px;
  padding-top: 6px
}

#sidebar ul li .list-unstyled li a.active, #sidebar ul li .list-unstyled li a:hover {
  color: #0199f3
}

#sidebar ul li .list-unstyled li {
  border-bottom: 1px dotted hsla(0, 0%, 80%, .8)
}

.mt-10 {
  margin-top: 10px
}

.boxdanhmuc {
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 22%;
  max-width: 25%;
  margin-bottom: 20px
}

.p_0 {
  padding: 0 0
}

.header-top-left-part {
  padding-left: 0
}

.boxdanhmucright, .boxmain {
  padding-left: 0;
  padding-right: 0
}

.boxdanhmucright {
  flex: 0 0 19.666667%;
  max-width: 100%
}

.boxdanhmuc .mrb-20, .boxdanhmucright .mrb-20 {
  margin-bottom: 15px
}

.search-tabs-bg>.tabbable>.nav-tabs>li>a.active {
  background: #00afef
}

.tbl_route tr td, .tbl_route tr th {
  vertical-align: middle;
  text-align: center
}

.Mask[data-route] {
  height: 180px;
  border-radius: 8px;
  border: 1px solid rgba(0, 97, 61, .2);
  background-color: #fafafa;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  padding: 0;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .3) !important;
  margin-top: 20px
}

.item-container[data-route] {
  height: 180px;
  justify-content: center
}

.item-container[data-route], .Mask[data-route] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px
}

.texts[data-route] {
  width: 100%;
  padding-right: 0
}

.title[data-route] {
  text-align: center;
  width: inherit;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto 0
}

.item-price[data-route] {
  font-weight: 700
}

.image[data-route] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  max-width: 160px;
  width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  float: left;
  margin-left: -2px
}

.details-container[data-route] {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  text-align: center
}

.details[data-route] {
  color: #333;
  font-size: 15px;
  min-width: 80px;
  display: block;
  text-align: center
}

.icon[data-route] {
  fill: #333;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 0 0 8px
}

img[data-route] {
  pointer-events: none;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important
}

.block-1 .item-price[data-route], .block-1 .title[data-route] {
  color: #f08a07
}

@media (max-width:800px) {
  .details[data-route] {
    font-size: 12px
  }

  .icon[data-route] {
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

@media (min-width:768px) {
  .title[data-route] {
    font-size: min(18px, 1.2vw)
  }

  .block-1 .title[data-route] {
    color: #00afef
  }

  .block-1 .item-price[data-route] {
    color: #f08a07;
    font-size: 16px
  }
}

@media (max-width:436px) {
  .title[data-route] {
    font-size: 4vw
  }
}

@media (max-width:375px) {
  .image[data-route], .Mask[data-route] {
    height: auto
  }

  .image[data-route] {
    width: auto
  }

  .item-container[data-route] {
    width: 100vw;
    overflow: hidden;
    padding: 0 !important
  }
}

.titleh4 h4 {
  border-right: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #000
}

.titleh44 {
  text-align: center
}

.titleh4 {
  display: flex;
  justify-content: center;
  align-items: center
}

.titleh4 img {
  max-width: 50%;
  margin: 0 auto;
  width: 33%;
  display: block
}

.details[data-route] i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  font-size: 14px;
  color: #09c33a;
  line-height: 17px
}

.details-container .details[data-route] {
  line-height: 17px;
  font-size: 14px;
  text-align: center
}

.titleh2n {
  text-align: left;
  padding: 8px 10px;
  padding-top: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #2591d0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff
}

.titleh2n_news {
  line-height: 30px
}

.titleh2n a {
  text-align: right;
  font-size: 14px;
  float: right;
  padding-right: 5px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  text-transform: capitalize
}

.titleh2n a:hover {
  color: #fcd745
}

.account_tron {
  width: 105px;
  height: 95px;
  background-color: #fff;
  border: 1px solid #0199f3;
  border-radius: 50%;
  line-height: 20px;
  color: #f69724;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  text-align: center
}

.boxrouting, .boxtintuc {
  margin-bottom: 20px
}

.p-left {
  padding-left: 0
}

.p-right {
  padding-right: 0
}

.box_callbot {
  left: calc(50% - 600px);
  position: fixed;
  bottom: 0;
  z-index: 99999999;
  height: auto
}

.box_callbot_content {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  width: 60%
}

.box_callbot_content a {
  display: block;
  background-color: #f7a122;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #0199f3;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 4px 0
}

.box_callbot_content img {
  display: inline-block;
  text-align: left;
  width: 50px;
  height: 50px
}

.other_news li a h3 {
  color: #333
}

.accordion .accordion-item .accordion-header .title {
  font-weight: 600;
  padding-bottom: 17px
}

.project-item .project-thumb .project-details .project-title, .titleh4 h4 {
  font-weight: 600
}

.div-content-image .row .div-content-image-li:nth-child(2n) {
  padding-left: 5px
}

.div-content-image .row .div-content-image-li:nth-child(odd) {
  padding-right: 5px
}

.div-content-image .row .div-content-image-li .mrb-30 {
  margin-bottom: 12px
}

.far1.fa-flag1 {
  background: url(https://khuyenmai.dienmaycholon.vn/y2019/sale-to-cuoi-nam-giam-gia-lich-su/img/vi.svg) no-repeat
}

.far1.fa-flag1, .far2.fa-flag2 {
  width: 32px;
  height: 24px;
  display: inline-block;
  vertical-align: middle
}

.far2.fa-flag2 {
  background: url(https://khuyenmai.dienmaycholon.vn/y2019/sale-to-cuoi-nam-giam-gia-lich-su/img/en.svg) no-repeat
}

.header-top-area .header-top-right-part .language .language-btn {
  cursor: pointer
}

.pagination-nav .pagination-list>li>a {
  position: relative
}

.pagination-nav .pagination-list>li:last-child>a:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: #333
}

.pagination-nav .pagination-list>li:first-child>a, .pagination-nav .pagination-list>li:last-child>a {
  color: transparent
}

.pagination-nav .pagination-list>li:first-child>a:after {
  content: "\f104";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: #333
}

.rating input:checked+label, .rating ul li label {
  padding: 3px
}

.rating.rating_lh input:checked+label {
  border: none;
  background-color: #fff;
  box-shadow: none
}

.owl-carousel.client-items .owl-nav button.owl-next, .owl-carousel.client-items .owl-nav button.owl-prev {
  font-size: 20px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  background: #0199f3;
  transform: translateY(-50%);
  transition: all .6s ease 0ms
}

.home-carousel.owl-carousel .owl-nav button.owl-next, .home-carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 20px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  background: #0199f3;
  transform: translateY(-50%);
  transition: all .6s ease 0ms
}

.home-carousel.owl-carousel:hover .owl-nav button.owl-next {
  left: 0
}

.news-description h3 a {
  font-weight: 700
}

.titleh2n_news {
  line-height: 45px
}

.news-wrapper a img {
  max-width: 261px;
  max-height: 174px;
  -o-object-fit: contain;
  object-fit: contain
}

.footer-widget div a:hover {
  color: #fbd017
}

.footer-widget h5 {
  line-height: 24px;
  font-weight: 700
}

.footer-widget-list li a:before, .header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub>a:before, .header-top-area .header-top-right-part .language .language-btn:after {
  font-family: Font Awesome\ 5 Free
}

.titleh4 .account_tron img {
  max-width: 60%;
  width: 75%
}

.news-description h3 a {
  line-height: 1.3
}

.titleh2n {
  padding: 15px 10px;
  padding-top: 11px;
  padding-bottom: 12px;
  line-height: 25px
}

.art_text table td, .art_text table th {
  border: 1px solid #ccc
}

.art_text.table-responsive {
  height: 2200px
}

.art_text table {
  height: 100%
}

.art_text table td {
  padding: 5px
}

.container-my-news>.row>div {
  width: 100%;
  display: block
}

.container-my-news .news-wrapper {
  padding-top: 15px;
  padding-bottom: 15px
}

.container-my-news .row {
  position: relative
}

.container-my-news .col-md-12.col-lg-12.col-xl-12>.row:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  background-color: #eee;
  height: 1px;
  width: 96%
}

.container-my-news .col-md-12.col-lg-12.col-xl-12>.row:last-child:before {
  display: none
}

.news-description h3 {
  margin-bottom: 10px;
  margin-top: 5px
}

.art_text.table-responsive::-webkit-scrollbar {
  width: 6px
}

.art_text.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px #cbd0d9;
  border-radius: 10px
}

.art_text.table-responsive::-webkit-scrollbar-thumb {
  background: #cbd0d9;
  border-radius: 10px
}

.art_text.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cbd0d9
}

.home-carousel.owl-carousel .owl-item img {
  height: 336px;
  width: 797px
}

.service-detail-text h6 {
  font-weight: 700
}

.contact-details h5 {
  font-size: 19px
}

@media (max-width:991px) {
  .box_callbot_content a {
    width: 50px;
    height: 50px
  }
}

@media (max-width:767px) {
  .box_callbot {
    left: 0
  }
}

@media screen and (max-width:768px) {
  .home-carousel.owl-carousel .owl-item img {
    height: auto;
    width: 100%
  }

  .asideleft {
    display: none
  }

  .mean-container .mean-nav {
    background: #0199f3 none repeat scroll 0 0
  }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(4, 70, 126, .9)
  }

  .mean-container .mean-nav ul li li a {
    opacity: 1;
    background-color: #fff;
    color: #0199f3
  }

  .side_widget .contacts li a {
    line-height: 40px
  }

  .side_widget .contacts li a i {
    font-size: 19px
  }

  .side_widget .contacts li {
    margin-bottom: 10px
  }
}

@media (max-width:1440px) {
  .pdt-xl-180 {
    padding-top: 110px
  }

  .about-image-box .about-image1 {
    left: -105px
  }

  .request-a-call-back-form {
    margin-left: 0
  }

  .left-infinite-img {
    margin-bottom: 0
  }

  .divider-gap {
    padding: 14% 16% 12% 12%
  }

  .owl-carousel.project-nav .owl-nav button.owl-prev {
    right: 25%;
    left: auto
  }
}

@media (max-width:1200px) {
  .f-left-none {
    float: none
  }
}

@media (max-width:1024px) {
  .home-carousel .content-box {
    padding: 0 30px
  }

  .about-image-box .experience {
    right: 40px
  }

  .section-title-left-part {
    padding-left: 0
  }

  .long-gap-left {
    margin-left: 0
  }

  .divider-gap {
    padding: 10% 5% 9% 5%
  }

  .video-popup {
    min-height: 420px
  }

  .mrt-lg-0 {
    margin-top: 0
  }

  .mrt-lg-90 {
    margin-top: 90px
  }

  .mrr-lg-0 {
    margin-right: 0
  }

  .mrb-lg-20 {
    margin-bottom: 20px
  }

  .mrb-lg-30 {
    margin-bottom: 30px
  }

  .mrb-lg-40 {
    margin-bottom: 40px
  }

  .mrb-lg-50 {
    margin-bottom: 50px
  }

  .mrb-lg-60 {
    margin-bottom: 60px
  }

  .mrb-lg-70 {
    margin-bottom: 70px
  }

  .mrb-lg-110 {
    margin-bottom: 110px
  }

  .pdt-lg-105 {
    padding-top: 105px
  }

  .pdb-lg-45 {
    padding-bottom: 45px
  }

  .pdb-lg-50 {
    padding-bottom: 50px
  }

  .pdb-lg-55 {
    padding-bottom: 55px
  }

  .pdb-lg-70 {
    padding-bottom: 70px
  }

  .pdb-lg-75 {
    padding-bottom: 75px
  }

  .pdb-lg-80 {
    padding-bottom: 80px
  }

  .pdb-lg-90 {
    padding-bottom: 90px
  }

  .pdb-lg-100 {
    padding-bottom: 100px
  }

  .pdb-lg-110 {
    padding-bottom: 110px
  }

  .mrt-lg-30 {
    margin-top: -30px
  }

  .owl-carousel.project-nav .owl-nav button.owl-prev {
    right: 12%
  }

  .owl-carousel.project-nav .owl-nav button.owl-next {
    right: 5%
  }
}

@media (max-width:991px) {
  .logo img {
    height: 60px;
    width: auto
  }

  .header-wrapper .header-navigation-area {
    padding: 10px 0
  }

  .header-top-social-area, .language-select-box {
    text-align: center;
    float: none
  }

  .header-middle .topbar-info-area a {
    font-size: 15px
  }

  .header-style-one .mean-container a.meanmenu-reveal {
    margin-top: -40px
  }

  .header-style-one .header-wrapper .header-navigation-area {
    padding: 30px 0 15px
  }

  .header-style-one .header-wrapper .header-top .header-info-area {
    text-align: center
  }

  .header-style-one .header-wrapper .header-top .header-top-social-area ul {
    text-align: unset
  }

  .header-style-two .header-wrapper .header-top .header-info-area {
    text-align: center
  }

  .header-style-two .header-wrapper .header-top .header-top-social-area ul {
    text-align: unset
  }

  .header-searchbox-style-two .toggle-searchbox.show {
    top: 148%
  }

  .header-searchbox-style-two .show-searchbox a {
    margin: 10px 0 0
  }

  .about-section .image-link {
    margin-bottom: 45px
  }

  .service-section-title-area {
    padding: 90px 0 240px;
    margin: 0;
    margin-top: -180px
  }

  .gmap_canvas {
    height: 370px
  }

  .popup-video-block {
    min-height: 445px
  }

  .mrb-md-20 {
    margin-bottom: 20px
  }

  .mrb-md-30 {
    margin-bottom: 30px
  }

  .mrb-md-40 {
    margin-bottom: 40px
  }

  .mrb-md-50 {
    margin-bottom: 50px
  }

  .mrb-md-60 {
    margin-bottom: 60px
  }

  .mrb-md-70 {
    margin-bottom: 70px
  }

  .divider-gap {
    padding: 13% 5% 11% 5%
  }
}

@media (max-width:767px) {
  .titleh2 span {
    font-size: 40px
  }

  .error-inner .error-title {
    font-size: 110px;
    line-height: 120px
  }

  .error-inner .error-text {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px
  }

  .mrb-md-15 {
    margin-bottom: 15px
  }

  .mrb-md-20 {
    margin-bottom: 20px
  }

  .mrb-md-30 {
    margin-bottom: 30px
  }

  .mrb-md-40 {
    margin-bottom: 40px
  }

  .mrb-md-50 {
    margin-bottom: 50px
  }

  .mrb-md-60 {
    margin-bottom: 60px
  }

  .preloader-wrapper {
    left: 40%
  }
}

@media (max-width:768px) {
  .logo img {
    height: 50px
  }

  .box_callbot_content a {
    width: 130px;
    height: inherit
  }

  .mean-container a.meanmenu-reveal {
    right: 20px !important
  }

  .mobile-menu-right {
    margin: 0 -15px
  }

  .logo {
    width: inherit
  }

  .mean-container a.meanmenu-reveal span {
    position: relative
  }

  .mean-container a.meanmenu-reveal>span>span, .mean-container a.meanmenu-reveal>span>span>span {
    top: 6px
  }

  .mean-container .mean-nav {
    max-height: 100vh;
    overflow: auto
  }

  .boxdanhmuc {
    flex: 1;
    max-width: 100%;
    order: 2
  }

  .boxdanhmuc . .entered, .boxdanhmuc .mrb-20 a img {
    width: 100%
  }

  .boxmain .titleh2n {
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5 !important
  }

  .rating ul {
    padding-left: 0
  }

  .titleh2n a {
    max-width: 130px;
    padding-right: 0;
    line-height: 1.4
  }

  .Mask[data-route] {
    margin: 0 15px;
    padding: 10px
  }

  .boxmain .news-description {
    padding: 10px 10px 10px 25px
  }

  .section-content-image .section-content-image-li:nth-child(odd) {
    padding-right: 15px
  }

  .section-content-image .section-content-image-li:nth-child(2n) {
    padding-left: 15px
  }

  .boxdanhmucright {
    flex: auto
  }

  .boxdanhmucright img {
    width: 100%
  }

  .pagination-list {
    padding: 0
  }

  .header-style-two {
    height: inherit !important
  }

  .header-top-left-part {
    display: inline-block;
    margin-bottom: 15px
  }

  .owl-carousel.project-nav .owl-nav, .person-object:after, .section-title-left-part:before {
    display: none
  }

  .request-a-call-back-form {
    margin-left: 0
  }

  .mapouter.fixed-height {
    height: auto
  }

  .popup-youtube {
    transform: translateY(-90%)
  }

  .popup-video-block {
    min-height: 390px
  }

  .case-study-item:hover .case-study-thumb .case-study-details {
    left: 0
  }

  .case-study-item:hover .case-study-thumb .case-study-link-icon a {
    right: 20px
  }

  .mrt-md-0 {
    margin-top: 0
  }

  .mrb-md-15 {
    margin-bottom: 15px
  }

  .mrb-md-20 {
    margin-bottom: 20px
  }

  .mrb-md-30 {
    margin-bottom: 30px
  }

  .mrb-md-40 {
    margin-bottom: 40px
  }

  .mrb-md-50 {
    margin-bottom: 50px
  }

  .mrb-md-60 {
    margin-bottom: 60px
  }

  .mrt-md-15 {
    margin-top: 15px
  }

  .mrt-md-20 {
    margin-top: 20px
  }

  .mrt-md-30 {
    margin-top: 30px
  }

  .mrt-md-40 {
    margin-top: 40px
  }

  .mrt-md-50 {
    margin-top: 50px
  }

  .mrt-md-60 {
    margin-top: 60px
  }

  .pdb-md-0 {
    padding-bottom: 0
  }

  .pdb-md-15 {
    padding-bottom: 15px
  }

  .pdb-md-25 {
    padding-bottom: 25px
  }

  .pdb-md-40 {
    padding-bottom: 40px
  }

  .pdb-md-45 {
    padding-bottom: 45px
  }

  .pdb-md-80 {
    padding-bottom: 80px
  }

  .pdb-md-90 {
    padding-bottom: 90px
  }

  .pdb-md-100 {
    padding-bottom: 100px
  }

  .pdb-md-110 {
    padding-bottom: 110px
  }

  .pdb-md-83 {
    padding-bottom: 83px
  }

  .boxrouting .col-sm-12, .boxtintuc .col-sm-12 {
    padding: 0
  }

  .boxmain .titleh2n {
    height: 43px
  }

  .boxdanhmucright .mrb-20 {
    width: 48%;
    float: left;
    height: 200px;
    overflow: hidden
  }

  .boxdanhmucright .mrb-20:nth-child(2n) {
    margin-left: 12px
  }

  .boxdanhmucright img {
    height: 100%
  }

  #sidebar ul.components>li {
    width: 50%;
    float: left
  }

  #sidebar ul li .list-unstyled li, #sidebar ul li .list-unstyled li a {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 200px
  }

  .copyright {
    padding-bottom: 10%
  }

  .search_box_hoidap.search_form .search_box {
    margin-bottom: 0
  }

  .div-content-image .row .div-content-image-li:nth-child(2n), .div-content-image .row .div-content-image-li:nth-child(odd) {
    padding-right: 10px;
    padding-left: 10px
  }

  .Mask[data-route] {
    margin-top: 15px
  }
}

@media (max-width:576px) {
  .navbar-brand {
    margin: 0 auto
  }
}

@media (max-width:425px) {
  .pd-sm-25 {
    padding: 25px
  }

  h2 {
    font-size: 32px !important;
    line-height: 62px !important
  }

  .anim-object2:before {
    display: none
  }

  .header-top-area {
    padding: 15px 0
  }

  .header-top-area .header-top-left-part .address {
    display: block
  }

  .header-top-area .header-top-left-part .phone {
    padding: 0;
    display: block
  }

  .header-top-area .header-top-left-part .address:after {
    content: none
  }

  .header-top-left-part {
    margin-bottom: 5px
  }

  .home-carousel .content-box {
    text-align: center
  }

  .home-carousel .content-box h1 {
    font-size: 48px;
    line-height: 54px
  }

  .font-54 {
    font-size: 36px;
    line-height: 48px
  }

  .shadow-text {
    font-size: 68px;
    -webkit-animation: none;
    animation: none
  }

  .anim-object:before {
    position: absolute;
    right: 15%
  }

  .anim-object2:before {
    height: 200px;
    width: 200px;
    top: 40%;
    left: 20%
  }

  .text-divider .large-text {
    font-size: 36px;
    line-height: 1.3
  }

  .preloader-wrapper {
    left: 36%;
    top: 42%
  }

  .icon-box-two .icon {
    float: none
  }

  .icon-box-two .icon-details {
    margin-left: 0;
    margin-top: 15px
  }

  .about-icon {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 60px
  }

  .about-contact-btn:after {
    visibility: hidden
  }

  .blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-author-thumb {
    float: none;
    display: inline-block
  }

  .blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content {
    margin-left: 0;
    margin-top: 30px
  }

  .blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .children {
    margin-left: 30px
  }

  .blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-text {
    margin-bottom: 25px
  }

  .blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply {
    position: unset;
    margin-bottom: 50px
  }

  .divider-gap {
    padding: 23% 4% 20% 4%
  }

  .mrb-sm-15 {
    margin-bottom: 15px
  }

  .mrb-sm-20 {
    margin-bottom: 20px
  }

  .mrb-sm-30 {
    margin-bottom: 30px
  }

  .mrb-sm-40 {
    margin-bottom: 40px
  }

  .mrb-sm-50 {
    margin-bottom: 50px
  }

  .mrb-sm-60 {
    margin-bottom: 60px
  }

  .pdt-sm-50 {
    padding-top: 50px
  }

  .pdb-sm-80 {
    padding-bottom: 80px
  }

  .pdb-sm-90 {
    padding-bottom: 90px
  }

  .pdb-sm-100 {
    padding-bottom: 100px
  }

  .f-left-sm-none {
    float: none
  }
}

@media (max-width:375px) {
  .preloader-wrapper {
    left: 36%;
    top: 42%
  }

  .anim-object2:before {
    display: none
  }
}

@media (max-width:320px) {
  .news-wrapper .news-details .news-description .news-bottom-meta {
    padding: 10px 30px
  }

  .about-image .experience {
    padding: 40px 25px;
    max-width: 210px
  }

  .about-image .experience h2 {
    font-size: 72px;
    line-height: 32px
  }

  .about-image .experience h2 span {
    font-size: 24px;
    line-height: 32px
  }
}

.account_tron {
  width: 95px;
  border: none;
  background-color: transparent;
}

.titleh4 .account_tron img {
  max-width: 100%;
}

.art_text.table-responsive div .container .row.justify-content-center {
  overflow: hidden;
  border-top: 1px solid #e8e6e6;
}

.block-tab-content {
  height: 100vh;
}

.block-tab .content-t.active {
  height: 95vh;
}

.slide_popup-img-big.owl-carousel.owl-theme {
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
.header-style-two .header-wrapper .header-navigation-area.fixed{
  width: 100%;
  transform:none;
}
.item-container[data-route], .Mask[data-route]{
  width: initial;
}
.news-wrapper a{
  display: block;
  text-align: center;
}
.boxdanhmucright{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
#sidebar ul.components{
  display: flex;
flex-flow: column wrap;
max-height: 1000px;
}
#sidebar ul.components>li{
  padding: 5px;
}
.boxdanhmuc .mrb-20, .boxdanhmucright .mrb-20{
  text-align: center;
}
.boxmain{
  max-width: 100%;
}
}
