@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap");
@import url(../main.css/vendors/bootstrap.min.css);
@import url(../main.css/vendors/fontawesome.min.css);
@import url(../main.css/vendors/owl.carousel.min.css);
@import url(../main.css/vendors/owl.theme.default.min.css);
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

body {
  line-height: 1; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

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

ul {
  list-style: none;
  color: #000; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  outline: 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html,
body {
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-size: cover; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

a:hover {
  color: #000; }

a:focus {
  outline: none;
  outline-offset: inherit; }

button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: transparent; }

p {
  line-height: 1.4em;
  margin-bottom: 0; }

ul li {
  line-height: 1.4em; }

ul {
  padding: 0;
  margin-left: 0; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline-offset: inherit;
  border: none; }

.center {
  text-align: center; }

.align_right {
  text-align: right; }

.btn_center {
  display: block;
  margin: 0 auto; }

.child-pernt {
  display: table;
  height: 100%;
  width: 100%; }

.child {
  display: table-cell;
  vertical-align: middle; }

/*============= Buttons Start ===========*/
.btn-defult {
  font-size: 15.4px;
  background-color: #ff396c;
  text-align: center;
  width: 100%;
  max-width: 352px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1.1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 51.3px 2.7px rgba(56, 56, 56, 0.4);
  box-shadow: 0 0 51.3px 2.7px rgba(56, 56, 56, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-width: 352px;
  height: 89px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn .ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: ripple 0.6s linear;
    animation: ripple 0.6s linear; }
  .btn.btn-defult1 {
    background-color: #ff396c; }
    .btn.btn-defult1:hover {
      background-color: #282829;
      color: #fff;
      border-color: #282829; }
  .btn.btn-primary {
    background-color: #ff396c;
    border-color: #ff396c; }
    .btn.btn-primary:hover {
      background-color: #282829;
      color: #fff;
      border-color: #282829; }
  .btn.btn-black {
    background-color: #282829;
    height: 89px; }
    .btn.btn-black:hover {
      background-color: #ff396c;
      color: #fff;
      border-color: #ff396c; }
  .btn.btn-light {
    height: 89px;
    background-color: #fff;
    color: #333333;
    border-color: #fff; }
    .btn.btn-light:hover {
      background-color: #333333;
      color: #fff;
      border-color: #333333; }

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0; } }

@keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0; } }

/*============= Header Start ===========*/
.header {
  background-color: #333333;
  padding: 20px 0 8px; }
  .header .navbar {
    padding: 0; }
    .header .navbar .navbar-brand {
      padding: 0;
      margin: 0; }
    .header .navbar .navbar-nav .nav-item {
      margin: 0 16px; }
      .header .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        padding: 0;
        position: relative; }
        .header .navbar .navbar-nav .nav-item .nav-link:after {
          position: absolute;
          content: "";
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          bottom: -8px;
          width: 0;
          height: 3px;
          background-color: #fff;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .header .navbar .navbar-nav .nav-item .nav-link:hover:after {
          width: 39px;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .header .navbar .navbar-nav .nav-item.active .nav-link:after {
        width: 39px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .header .navbar .header-user {
      margin-top: 0;
      margin-right: 15px; }
      .header .navbar .header-user ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header .navbar .header-user ul li {
          float: left;
          vertical-align: middle;
          color: #fff;
          font-size: 14px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          letter-spacing: 1.4px;
          text-transform: uppercase;
          margin-left: 10px; }
          .header .navbar .header-user ul li:last-child {
            margin-left: 20px; }
            .header .navbar .header-user ul li:last-child img {
              max-width: 28px;
              height: 28px; }
          .header .navbar .header-user ul li span {
            display: inline-block;
            padding: 5px 0 0 0;
            font-size: 16px; }
          .header .navbar .header-user ul li .dropdown-menu {
            left: auto;
            right: 0 !important;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            top: 20px;
            min-width: 89px;
            padding: 8px 10px 1px; }
            .header .navbar .header-user ul li .dropdown-menu .dropdown-item {
              padding: 4px 0; }
              .header .navbar .header-user ul li .dropdown-menu .dropdown-item:hover {
                background-color: transparent;
                color: #fff; }
          .header .navbar .header-user ul li .dropdown-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff; }
            .header .navbar .header-user ul li .dropdown-item img {
              margin-right: 5px; }
            .header .navbar .header-user ul li .dropdown-item:hover {
              color: #ff396c; }
          .header .navbar .header-user ul li a {
            color: #ff396c;
            display: block; }

/*============= Header End ===========*/
/*==== Footer Sec ========*/
.footer {
  background-color: #333333;
  padding: 60px 0 40px;
  position: relative; }
  .footer .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px; }
    .footer .top-footer .footer-logo h1 {
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 30px;
      letter-spacing: 0.1px; }
    .footer .top-footer .footer-link {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .footer .top-footer .footer-link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 7px 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 56px; }
        .footer .top-footer .footer-link ul li a {
          color: #fff;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          line-height: 1.64;
          letter-spacing: 1.4px;
          font-size: 16px;
          text-transform: capitalize;
          margin: 0 20.5px; }
          .footer .top-footer .footer-link ul li a:hover {
            color: #ff396c; }
  .footer .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0; }
    .footer .bottom-footer .copyright p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.64;
      letter-spacing: -0.32px;
      color: rgba(255, 255, 255, 0.6); }
    .footer .bottom-footer .footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer .bottom-footer .footer-nav ul li {
        margin-left: 35px; }
        .footer .bottom-footer .footer-nav ul li a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 1.64;
          letter-spacing: 0.64px;
          color: #fff;
          text-transform: capitalize; }
          .footer .bottom-footer .footer-nav ul li a:hover {
            color: #ff396c; }
  .footer .back-top {
    position: absolute;
    right: 38px;
    top: 50px; }
  .footer .in-ft p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.42px;
    color: #fff; }

/*****************************/
.video {
  background-image: url(../images/bg-video.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 125px 0;
  margin-top: -1px; }
  .video .container-video {
    max-width: 1359px;
    margin: 0 auto; }
    .video .container-video .video-main {
      position: relative; }
      .video .container-video .video-main h3 {
        font-size: 53.58px;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-align: center;
        position: relative;
        z-index: 2; }
      .video .container-video .video-main .embed-responsive {
        margin-top: 30px; }
      .video .container-video .video-main .video-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 982px;
        margin: -65px auto;
        position: relative;
        z-index: 1; }
        .video .container-video .video-main .video-links .btn-box {
          width: 50%;
          padding: 0 37px; }
          .video .container-video .video-main .video-links .btn-box .btn {
            margin-bottom: 15px; }
          .video .container-video .video-main .video-links .btn-box p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.44;
            letter-spacing: 1.8px;
            color: #282829; }

.influence {
  padding: 100px 0; }

.text-card {
  max-width: 530px;
  margin-left: auto;
  text-align: center;
  margin-right: 70px;
  padding-top: 45px; }
  .text-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 3.84px;
    text-align: center;
    color: #333333;
    margin-bottom: 93px; }
  .text-card .btn {
    min-width: 402px; }

.heading-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 2.24px;
  text-align: center;
  position: relative; }
  .heading-main:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff396c;
    height: 6px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .heading-main:hover::before {
    right: 0;
    width: 100%; }

.customer {
  padding: 239px 0;
  position: relative; }
  .customer .text-center {
    position: relative;
    z-index: 2; }
  .customer h3 {
    color: #fff;
    margin-bottom: 100px; }
  .customer .slider-wrapper {
    max-width: 1645px;
    margin: 0 auto; }
    .customer .slider-wrapper .customer-slider {
      text-align: center; }
      .customer .slider-wrapper .customer-slider img {
        width: auto;
        margin: 0 auto; }
      .customer .slider-wrapper .customer-slider .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .customer .slider-wrapper .customer-slider .owl-stage .owl-item:first-child .item::before {
          content: none; }
      .customer .slider-wrapper .customer-slider .item::before {
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -15px;
        content: ''; }

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
    transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1); } }

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
    transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1); } }

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1; }

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-color: #ff396c; }

.waveWrapperInner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.bgTop {
  z-index: 15;
  opacity: 0.5; }

.bgMiddle {
  z-index: 10;
  opacity: 0.75; }

.bgBottom {
  z-index: 5; }

.bgBottom.z1 {
  z-index: 15; }

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

.wave2 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 top;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top; }

.waveTop {
  background-size: 50% 100px; }

.waveAnimation .waveTop {
  animation: move_wave 5s linear infinite;
  -webkit-animation: move_wave 5s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.waveMiddle {
  background-size: 50% 120px; }

.waveAnimation .waveMiddle {
  -webkit-animation: move_wave 10s linear infinite;
  animation: move_wave 10s linear infinite; }

.waveBottom {
  background-size: 50% 100px; }

.z1 .waveBottom {
  background-size: 50% 80px; }

.waveAnimation .waveBottom {
  -webkit-animation: move_wave 15s linear infinite;
  animation: move_wave 15s linear infinite; }

.approch {
  padding: 114px 0 127px; }
  .approch h3 {
    margin-bottom: 100px; }

.card-box {
  padding: 50px 40px 46px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 51.3px 2.7px rgba(56, 56, 56, 0.15);
  box-shadow: 0 0 51.3px 2.7px rgba(56, 56, 56, 0.15);
  min-height: 533px;
  position: relative;
  margin-bottom: 56px; }
  .card-box .headr-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 93px; }
    .card-box .headr-c h4 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 28px;
      line-height: 1.21;
      letter-spacing: 1.12px;
      text-align: left;
      color: #ff396c; }
    .card-box .headr-c img {
      margin-right: 44px;
      height: 52px;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-box .card_body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.9;
    color: #282829;
    text-align: justify; }
  .card-box .icon-plus {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #ff396c;
    position: absolute;
    right: 50px;
    bottom: 46px;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .card-box .icon-plus:hover {
      background-color: #ff396c;
      color: #fff;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

/*==== Socail Media Sec ========*/
.socail-media-sec {
  padding: 0 0 60px;
  border-bottom: 1px solid #828282;
  margin-bottom: 73px; }
  .socail-media-sec .socail-media-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .socail-media-sec .socail-media-inner ul li a {
      font-size: 16px;
      color: #fff;
      display: inline-block;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      border: 1px solid #3b5998;
      background-color: #3b5998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .socail-media-sec .socail-media-inner ul li a:hover {
        background-color: transparent;
        color: #3b5998;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .socail-media-sec .socail-media-inner ul li:nth-child(2) a {
      border: 1px solid #55acee;
      background-color: #55acee; }
      .socail-media-sec .socail-media-inner ul li:nth-child(2) a:hover {
        background-color: transparent;
        color: #55acee; }
    .socail-media-sec .socail-media-inner ul li:nth-child(3) a {
      border: 1px solid #e12f67;
      background-color: #e12f67; }
      .socail-media-sec .socail-media-inner ul li:nth-child(3) a:hover {
        background-color: transparent;
        color: #e12f67; }
    .socail-media-sec .socail-media-inner ul li:nth-child(4) a {
      border: 1px solid #0172b1;
      background-color: #0172b1; }
      .socail-media-sec .socail-media-inner ul li:nth-child(4) a:hover {
        background-color: transparent;
        color: #0172b1; }
    .socail-media-sec .socail-media-inner ul li:nth-child(5) a {
      border: 1px solid #ff0000;
      background-color: #ff0000; }
      .socail-media-sec .socail-media-inner ul li:nth-child(5) a:hover {
        background-color: transparent;
        color: #ff0000; }

/*************************************************************/
.bg-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
  background-position: center; }
  .bg-banner .waveWrapper {
    z-index: 1; }
  .bg-banner .waveWrapperInner {
    background-color: rgba(255, 57, 108, 0); }

.about {
  background-image: url(../images/montage-bg.png);
  background-position: bottom center;
  position: relative; }

.plateform {
  background-image: url(../images/Montage-bg-2.png);
  background-position: bottom center;
  position: relative; }

.demo-influence {
  background-image: url(../images/Montage-bg-demo.png);
  background-position: bottom center;
  position: relative;
  padding-top: 117px; }

.text-main {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  .text-main h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin: 0; }
  .text-main p {
    font-size: 24px;
    color: #fff; }

.wraper-box {
  padding: 0 15%;
  margin: 0 auto; }

.shadow {
  -webkit-box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3); }

.expert-main {
  padding: 163px 0; }
  .expert-main .wraper-box {
    margin-bottom: 126px; }
    .expert-main .wraper-box:last-child {
      margin-bottom: 0; }
  .expert-main .row [class*="col-"]:first-child .card-img-box {
    margin-left: 0;
    margin-right: -63px; }
  .expert-main .row [class*="col-"]:nth-child(2) {
    margin-top: 160px; }
    .expert-main .row [class*="col-"]:nth-child(2) .card {
      margin-right: 0;
      margin-left: -63px; }
    .expert-main .row [class*="col-"]:nth-child(2) .card-img-box .title {
      left: auto;
      right: 40px;
      text-align: right; }
  .expert-main .card {
    padding: 25px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 38px 70px;
    margin-right: -63px;
    position: relative;
    border-radius: 14px;
    z-index: 1;
    min-height: 700px; }
    .expert-main .card h2 {
      font-size: 42px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      margin-bottom: 32px; }
    .expert-main .card p {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      margin-bottom: 32px;
      line-height: 32px; }
      .expert-main .card p:last-of-type {
        margin: 0; }
    .expert-main .card.bg-pink {
      background-color: #ff396c; }
      .expert-main .card.bg-pink h2,
      .expert-main .card.bg-pink p {
        color: #fff; }
    .expert-main .card .btn-holder .btn {
      min-width: auto;
      padding: 25px 39px;
      margin: 32px 0;
      margin-right: 30px; }
  .expert-main .card-img-box {
    border-radius: 14px;
    margin-left: -63px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .expert-main .card-img-box.z1 {
      z-index: 1; }
    .expert-main .card-img-box .title {
      font-size: 28px;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      position: absolute;
      top: 40px;
      left: 40px;
      max-width: 500px;
      line-height: 40px;
      text-shadow: 0px 0px 42.14px rgba(0, 0, 0, 0.004);
      line-height: 1.429; }
    .expert-main .card-img-box .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 184px;
      height: 184px; }

.caption {
  text-align: center; }
  .caption p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 35px; }

.stories {
  background-color: #f0f0f0;
  padding: 140px 0 224px; }
  .stories .caption {
    text-align: center;
    margin-bottom: 100px; }
    .stories .caption p {
      font-size: 20px;
      line-height: 30px;
      margin-top: 35px; }
    .stories .caption .heading-main {
      display: inline-block;
      z-index: 1; }

.story-card {
  position: relative;
  margin-bottom: 108px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .story-card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .story-card .story-text {
    background-color: white;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.15);
    max-width: 267px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 10px;
    position: absolute;
    left: 0;
    z-index: 3;
    right: 0;
    bottom: -45px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 77px; }
    .story-card .story-text h3 {
      color: #282829;
      font-size: 19.42px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
      .story-card .story-text h3.txt-small {
        font-size: 15.42px; }
    .story-card .story-text a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      color: #282829;
      font-size: 16px;
      text-decoration: underline !important;
      line-height: 35px;
      display: inline-block;
      margin-top: 14px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(66px);
      -ms-transform: translateY(66px);
      transform: translateY(66px);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .story-card .story-text a:hover {
        color: #ff396c; }
  .story-card:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .story-card:hover:after {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 57, 108, 0.4); }
    .story-card:hover .story-text {
      color: #ff396c;
      height: 126px; }
      .story-card:hover .story-text a {
        opacity: 1;
        text-decoration: underline;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }

.link-page {
  color: #ff396c;
  display: inline-block; }
  .link-page:hover {
    text-decoration: underline !important; }

.influence-study {
  background-color: #ff396c;
  position: relative;
  padding: 0 0 123px; }
  .influence-study .heading-main:before {
    content: none; }
  .influence-study .waveWrapper {
    z-index: 1; }
  .influence-study .box-study {
    -webkit-box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
    padding: 60px 80px 50px;
    max-width: 1230px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: -78px; }
    .influence-study .box-study .caption p {
      margin-top: 20px; }
    .influence-study .box-study .media-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 71px; }
      .influence-study .box-study .media-card img {
        width: 80px;
        -o-object-fit: cover;
        object-fit: cover; }
      .influence-study .box-study .media-card .media {
        max-width: 450px; }
      .influence-study .box-study .media-card .media-body {
        margin-left: 40px; }
        .influence-study .box-study .media-card .media-body .text-box {
          min-height: 95px; }
        .influence-study .box-study .media-card .media-body span {
          display: block;
          font-family: 'Montserrat', sans-serif;
          font-weight: 300;
          color: #282829;
          font-size: 18px;
          line-height: 35px; }
        .influence-study .box-study .media-card .media-body p {
          font-size: 22px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #ff396c; }
        .influence-study .box-study .media-card .media-body .btn.btn-light {
          min-width: 186px;
          height: 59px;
          border-radius: 10px;
          -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
          font-size: 12px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          margin-top: 30px; }

/***************************************/
.campaigns {
  padding: 163px 0; }
  .campaigns .img-holder {
    max-width: 645px;
    margin-left: auto;
    position: relative;
    border-radius: 10px; }
    .campaigns .img-holder .btn {
      min-width: 310px;
      color: #ff396c;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%; }
      .campaigns .img-holder .btn:hover {
        background-color: #f0f0f0;
        border-color: #f0f0f0; }

.content-text h2,
.content-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 42px;
  color: #282829;
  line-height: 50px;
  margin-bottom: 50px; }
  .content-text h2 img,
  .content-text h3 img {
    height: 42px;
    position: relative;
    top: 11px; }

.content-text p {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #282829;
  line-height: 50px;
  font-style: italic; }

.content-text .link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 75px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-text .link-holder .btn {
    min-width: auto;
    height: auto;
    min-height: 89px;
    font-size: 19.42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0 35px; }

.content-text.c-stxt .btn {
  margin-right: 50px;
  margin-bottom: 15px; }

.content-text.c-stxt .btn.btn-primary {
  min-width: 310px; }

.content-text.c-stxt .btn.btn-black {
  min-width: 210px; }

/*****************************/
.how-works {
  padding: 120px 0;
  background-color: #f0f0f0; }
  .how-works .caption {
    margin-bottom: 123px; }
  .how-works .img-points {
    margin-top: -149px; }

.points {
  max-width: 490px; }
  .points li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19.42px;
    color: #282829;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 60px;
    position: relative; }
    .points li:before {
      height: 100%;
      width: 4px;
      content: '';
      position: absolute;
      left: 39.5px;
      top: 0;
      background-color: #ff396c;
      z-index: 1; }
    .points li:last-child::before {
      content: none; }
    .points li span {
      min-width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #ff396c;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 36px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: 32px;
      position: relative;
      z-index: 2; }

.fonctionnalities {
  background-color: #f0f0f0;
  padding: 120px 0; }
  .fonctionnalities .caption {
    margin-bottom: 114px; }
  .fonctionnalities .img-holder {
    display: inline-block;
    position: relative;
    margin-bottom: 114px;
    border-radius: 10px; }
    .fonctionnalities .img-holder .btn {
      min-width: 310px;
      color: #ff396c;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      padding: 0 30px;
      white-space: pre-wrap;
      text-align: left;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .fonctionnalities .img-holder .btn:hover {
        background-color: #f0f0f0;
        border-color: #f0f0f0; }
      .fonctionnalities .img-holder .btn img {
        margin-right: 28px; }
  .fonctionnalities .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    .fonctionnalities .btn-holder .btn {
      padding: 0 25px;
      height: 89px;
      min-width: 211px;
      margin-right: 50px; }
      .fonctionnalities .btn-holder .btn:last-child {
        margin-right: 0; }

.point-fonction {
  margin-bottom: 60px; }
  .point-fonction li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #282829;
    font-size: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 68px;
    margin-bottom: 36px; }
    .point-fonction li:before {
      background-image: url(../images/picto-validation.png);
      width: 37px;
      height: 37px;
      content: '';
      position: absolute;
      top: 0;
      left: 0; }

.c2-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #282829;
  font-size: 20px;
  margin: 30px 0; }

/********************************/
.recognized {
  padding: 120px 0; }
  .recognized .img-holder {
    max-width: 643px;
    margin-left: auto;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .recognized .content-text {
    max-width: 650px; }
    .recognized .content-text ul li {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #282829;
      font-size: 20px;
      position: relative;
      padding-left: 10px;
      margin-bottom: 16px; }
      .recognized .content-text ul li::before {
        content: '•';
        color: #ff396c;
        position: absolute;
        left: 0; }
      .recognized .content-text ul li a img {
        height: 20px;
        position: relative;
        top: 5px; }

.director-main {
  padding: 120px 0; }
  .director-main .director-message {
    text-align: center; }
    .director-main .director-message .avatar {
      width: 105px;
      height: 105px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 30px; }
      .director-main .director-message .avatar img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .director-main .director-message h4 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      color: #282829;
      font-size: 28px;
      margin-bottom: 7px; }
    .director-main .director-message span.designation {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #282829;
      margin-bottom: 63px; }
    .director-main .director-message p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #282829;
      line-height: 36px;
      max-width: 670px;
      margin: 0 auto;
      font-size: 20px; }

.img-holder {
  border-radius: 10px; }

.action-logo {
  padding: 80px 0 120px; }
  .action-logo .caption {
    margin-bottom: 200px; }
    .action-logo .caption .heading-main {
      font-size: 38px; }
  .action-logo .logo-holder-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 -10px; }
    .action-logo .logo-holder-main .item {
      width: 20%;
      padding: 0 10px;
      cursor: pointer; }
      .action-logo .logo-holder-main .item .card {
        -webkit-box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
        padding: 15px;
        border: none;
        min-height: 264px;
        padding: 0 47px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        position: relative; }
        .action-logo .logo-holder-main .item .card .text-logo {
          color: #fff;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          border-radius: 10px;
          background-color: #313131;
          -webkit-box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.3);
          max-width: 265px;
          text-align: center;
          position: absolute;
          bottom: -32%;
          line-height: 20px;
          right: -63%;
          z-index: 1;
          padding: 23px 20px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .action-logo .logo-holder-main .item .card img {
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .action-logo .logo-holder-main .item:hover .card .text-logo {
        visibility: visible;
        opacity: 1; }

.contact-us {
  background-color: #ff396c;
  padding: 220px 0 126px;
  position: relative; }
  .contact-us .contact-text {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .contact-us .contact-text h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      color: #fff;
      font-size: 42px;
      line-height: 50px;
      margin-bottom: 70px; }
  .contact-us .waveWrapper {
    z-index: 1; }

.contact-main {
  padding: 120px 0; }
  .contact-main .container-fluid {
    padding: 0 5%; }
  .contact-main .macbook-holder {
    max-width: 1053px;
    position: relative; }
  .contact-main .mac0-screen {
    background-color: #000;
    padding: 0;
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    height: 84%; }
    .contact-main .mac0-screen .embed-responsive {
      height: 100%; }
    .contact-main .mac0-screen .play-icon {
      width: 180px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%; }
    .contact-main .mac0-screen .text-vid {
      position: absolute;
      font-size: 42px;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      top: 5%;
      left: 5%;
      line-height: 50px;
      max-width: 80%; }
    .contact-main .mac0-screen .embed-responsive-16by9::before {
      padding-top: 64.5%; }
  .contact-main .contact-links h4 {
    color: #282829;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 50px; }
  .contact-main .contact-links .btn {
    margin-bottom: 35px; }
  .contact-main .contact-links .media {
    margin-top: 74px; }
    .contact-main .contact-links .media img {
      width: 44px;
      margin-right: 25px; }
    .contact-main .contact-links .media .media-body a {
      display: inline-block;
      font-size: 32px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      color: #282829;
      margin-bottom: 20px; }
      .contact-main .contact-links .media .media-body a:hover {
        color: #ff396c; }
    .contact-main .contact-links .media .media-body p {
      font-size: 24px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      color: #282829; }

.header-user .dropright .dropdown-toggle::after {
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid transparent;
  position: absolute;
  bottom: 4px; }

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

@media (max-width: 1600px) {
  .header .navbar .navbar-nav .nav-item .nav-link,
  .header .navbar .header-user ul li span,
  .header .navbar .header-user ul li .dropdown-item,
  .footer .bottom-footer .copyright p,
  .footer .top-footer .footer-link ul li a {
    font-size: 12px; }
  .navbar-brand img {
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover; }
  .header .navbar .header-user ul li:last-child img {
    height: 20px;
    width: 20px; }
  .video {
    padding: 80px 0; }
  .video .container-video {
    max-width: 1025px; }
  .video .container-video .video-main h3 {
    font-size: 40px; }
  .btn {
    font-size: 15px;
    min-width: 300px; }
  .video .container-video .video-main .video-links .btn-box p {
    font-size: 13.5px; }
  .video .container-video .video-main .video-links {
    max-width: 803px; }
  .video .container-video .video-main .video-links .btn-box {
    padding: 0 25px; }
  .btn.btn-defult1,
  .btn.btn-black {
    height: 70px; }
  .video .container-video .video-main .video-links {
    margin: -50px auto; }
  .text-card h3 {
    font-size: 36px;
    margin-bottom: 70px; }
  .text-card {
    margin-right: 0;
    padding-top: 110px; }
  .text-card .btn {
    min-width: 300px; }
  .customer h3 {
    font-size: 42px; }
  .customer {
    padding: 170px 0; }
  .customer h3 {
    color: #fff;
    margin-bottom: 50px; }
  .heading-main {
    font-size: 42px; }
  .card-box .headr-c h4 {
    font-size: 21px; }
  .card-box .card_body {
    font-size: 15px; }
  .card-box {
    min-height: 470px;
    padding: 40px 30px 46px; }
  .card-box .headr-c {
    margin-bottom: 50px; }
  .footer .top-footer .footer-logo h1 {
    font-size: 22px; }
  .footer .bottom-footer .footer-nav ul li a,
  .footer .in-ft p {
    font-size: 12px; }
  .text-main {
    max-width: 960px; }
  .text-main p {
    font-size: 18px; }
  .text-main h1 {
    font-size: 44px; }
  .wraper-box {
    padding: 0 10%; }
  .expert-main .card h2 {
    font-size: 32px;
    margin-bottom: 8px; }
  .expert-main .card p {
    font-size: 14px; }
  .expert-main .card {
    min-height: 600px; }
  .expert-main .row [class*="col-"]:nth-child(2) {
    margin-top: 58px; }
  .btn.btn-light {
    height: 70px; }
  .expert-main .card .btn-holder .btn {
    margin: 15px 0 0;
    margin-right: 15px; }
  .expert-main .card .btn-holder .btn {
    padding: 0 25px; }
  .expert-main .row [class*="col-"]:nth-child(2) .card {
    margin-left: -30px; }
  .expert-main .row [class*="col-"]:first-child .card-img-box {
    margin-right: -30px; }
  .expert-main .card-img-box {
    margin-left: -30px; }
  .expert-main .row [class*="col-"]:first-child .card-img-box .title {
    padding-right: 40px; }
  .expert-main .row [class*="col-"]:last-child .card-img-box .title {
    padding-left: 40px; }
  .expert-main .card-img-box .play-icon {
    width: 120px;
    height: 120px; }
  .story-card .story-text h3 {
    font-size: 16px; }
  .story-card .story-text {
    height: 55px; }
  .story-card .story-text {
    padding: 18px 10px; }
  .story-card .story-text h3.txt-small {
    font-size: 14px; }
  .story-card .story-text {
    max-width: 222px; }
  .expert-main {
    padding: 120px 0; }
  .stories {
    background-color: #f0f0f0;
    padding: 120px 0 150px; }
  .influence-study .box-study .media-card img {
    width: 60px; }
  .heading-main {
    font-size: 32px; }
  .caption p {
    font-size: 16px; }
  .influence-study .box-study .media-card .media-body p {
    font-size: 18px; }
  .influence-study .box-study .media-card .media {
    max-width: 408px; }
  .influence-study .box-study .media-card {
    margin-top: 40px; }
  .stories .caption {
    margin-bottom: 70px; }
  .expert-main .card {
    padding: 35px 60px; }
  .content-text h2,
  .content-text h3 {
    font-size: 32px; }
  .content-text h2 img,
  .content-text h3 img {
    height: 42px;
    position: relative;
    top: 14px; }
  .content-text p {
    font-size: 24px; }
  .content-text .link-holder .btn {
    min-height: 70px;
    font-size: 15px; }
  .campaigns .img-holder .btn {
    min-width: 250px; }
  .points li span {
    min-width: 60px;
    height: 60px;
    font-size: 24px;
    margin-right: 20px; }
  .points li:before {
    left: 30.5px; }
  .how-works {
    padding: 70px 0; }
  .fonctionnalities {
    padding: 70px 0; }
  .point-fonction li,
  .c2-text,
  .recognized .content-text ul li,
  .director-main .director-message p {
    font-size: 16px; }
  .fonctionnalities .btn-holder .btn {
    height: 70px; }
  .director-main {
    padding: 70px 0; }
  .director-main .director-message span.designation {
    margin-bottom: 30px; }
  .recognized {
    padding-bottom: 70px; }
  .action-logo .logo-holder-main .item .card {
    min-height: 190px;
    padding: 30px; }
  .contact-us .contact-text h3 {
    font-size: 32px; }
  .campaigns {
    padding: 120px 0; }
  .text-main {
    padding: 0 5%; }
  .contact-main .mac0-screen .text-vid {
    font-size: 32px; }
  .contact-main .contact-links h4 {
    font-size: 28px;
    line-height: 38px; }
  .contact-main .contact-links .btn {
    height: 70px; }
  .contact-main .contact-links .media {
    margin-top: 30px; }
  .contact-main .contact-links .media .media-body a,
  .contact-main .contact-links .media .media-body p {
    font-size: 20px; }
  .contact-main .contact-links .media .media-body a {
    margin-bottom: 10px; }
  .bg-banner {
    padding: 120px 0 200px; } }

#return-to-top {
  position: fixed;
  bottom: 99px;
  right: 41px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999; }

@media (max-width: 1365px) {
  .expert-main .card {
    padding: 35px 33px; }
  .expert-main .card-img-box .title {
    font-size: 18px; }
  .expert-main .card p {
    margin-bottom: 15px; }
  .expert-main .card-img-box .title {
    max-width: 350px; }
  .bg-banner {
    padding: 100px 0 200px; }
  .contact-main .mac0-screen .play-icon {
    width: 75px; } }

@media (max-width: 1199.98px) {
  .video .container-video .video-main .embed-responsive {
    margin-top: 30px; }
  .customer h3 {
    font-size: 32px; }
  .text-card h3 {
    font-size: 24px; }
  .text-card {
    padding-top: 50px; }
  .video .container-video {
    max-width: 800px; }
  .footer-nav ul li {
    margin-left: 16px; }
  .footer .top-footer {
    padding-bottom: 50px; }
  .video {
    padding: 15px 0; }
  .footer .top-footer .footer-link ul {
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .copyright {
    text-align: center;
    margin-bottom: 30px; }
  .footer .bottom-footer .footer-nav ul li {
    margin: 0 10px; }
  .footer .bottom-footer .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .socail-media-sec .socail-media-inner ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .expert-main .card h2 {
    font-size: 22px; }
  .expert-main .card {
    min-height: 477px; }
  .stories {
    background-color: #f0f0f0;
    padding: 70px 0 150px; }
  .expert-main .card p {
    font-size: 14px;
    line-height: 160%; }
  .expert-main .card .btn-holder .btn {
    height: 50px;
    font-size: 13px; }
  .expert-main .card .btn-holder .btn {
    padding: 0 18px; }
  .expert-main .card-img-box .play-icon {
    width: 80px;
    height: 80px; }
  .influence-study .box-study {
    padding: 50px; }
  .influence-study {
    padding-bottom: 60px; }
  .story-card .story-text h3.txt-small {
    font-size: 12px; }
  .content-text .link-holder .btn {
    padding: 0 15px; }
  .content-text .link-holder {
    margin-top: 30px; }
  .content-text h2,
  .content-text h3 {
    margin-bottom: 30px; }
  .campaigns .img-holder .btn {
    min-width: 208px;
    height: 50px; }
  .points li {
    font-size: 16px;
    padding-bottom: 30px; }
  .points li span {
    min-width: 45px;
    height: 45px;
    font-size: 20px;
    margin-right: 20px; }
  .points li:before {
    left: 22.5px; }
  .fonctionnalities {
    padding: 35px 0; }
  .fonctionnalities .caption {
    margin-bottom: 70px; }
  .point-fonction li {
    padding-left: 50px; }
  .fonctionnalities .btn-holder .btn {
    height: 50px;
    padding: 0 15px;
    margin-right: 15px;
    font-size: 14px; }
  .recognized .content-text h4,
  .recognized .content-text h3,
  .recognized .content-text h2 {
    font-size: 28px;
    line-height: 38px; }
  .action-logo .caption {
    margin-bottom: 100px; }
  .action-logo .logo-holder-main .item .card {
    min-height: 159px;
    padding: 30px 15px; }
  .action-logo {
    padding: 80px 0 100px; }
  .contact-us {
    background-color: #ff396c;
    padding: 220px 0 100px;
    position: relative; }
  .contact-main .mac0-screen .text-vid {
    font-size: 22px;
    line-height: 30px; }
  .contact-main .contact-links h4 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 30px; }
  .contact-main .contact-links .btn {
    height: 50px;
    margin-bottom: 15px; }
  .contact-main .contact-links .media .media-body a,
  .contact-main .contact-links .media .media-body p {
    font-size: 16px; }
  .contact-main .contact-links .media img {
    width: 30px;
    margin-right: 10px; }
  .contact-main .contact-links .btn {
    min-width: 100%; }
  .content-text.c-stxt .btn {
    margin-right: 15px;
    margin-bottom: 15px; }
  .content-text.c-stxt .btn.btn-primary {
    min-width: auto; }
  .content-text.c-stxt .btn.btn-black {
    min-width: auto; } }

@media (max-width: 991.98px) {
  .text-card {
    max-width: 430px;
    margin: 0 auto; }
  .video {
    padding: 15px 30px; }
  .video .container-video .video-main h3 {
    font-size: 30px; }
  .customer .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
  .customer .owl-dots span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #fff !important;
    background-color: #fff !important; }
  .customer .owl-dots button.active span {
    background-color: #ff396c !important; }
  .customer h3 {
    font-size: 26px; }
  .navbar-light .navbar-toggler-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .navbar-light .navbar-toggler {
    border: none;
    background-color: #ff396c; }
  .navbar-collapse {
    background-color: #333333;
    position: absolute;
    top: 63px;
    width: 100%;
    z-index: 10; }
  .header .navbar .navbar-nav .nav-item .nav-link,
  .header .navbar .header-user ul li span {
    font-size: 14px;
    padding: 10px 15px; }
  .header .navbar .navbar-nav .nav-item {
    margin: 0; }
  .header .navbar .navbar-nav .nav-item.active .nav-link:after {
    content: none; }
  .header .navbar .header-user {
    margin: 0; }
  .header .navbar .header-user ul li {
    margin: 0; }
  .header .navbar .header-user ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .navbar .header-user ul li .dropdown-menu {
    background-color: #333333; }
  .navbar-light .navbar-toggler-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .navbar-light .navbar-toggler {
    border: none;
    padding: 0;
    background-color: #ff396c;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .navbar-collapse {
    background-color: #333333;
    position: absolute;
    top: 63px;
    width: 100%;
    z-index: 10; }
  .header .navbar .navbar-nav .nav-item .nav-link,
  .header .navbar .header-user ul li span {
    font-size: 14px;
    padding: 10px 15px; }
  .header .navbar .navbar-nav .nav-item {
    margin: 0; }
  .header .navbar .navbar-nav .nav-item.active .nav-link:after {
    content: none; }
  .header .navbar .header-user {
    margin: 0; }
  .header .navbar .header-user ul li {
    margin: 0; }
  .header .navbar .header-user ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .navbar .header-user ul li .dropdown-menu {
    background-color: #333333; }
  .text-main {
    max-width: 760px; }
  .text-main h1 {
    font-size: 34px; }
  .text-main p {
    font-size: 15px; }
  .text-main {
    max-width: 650px; }
  .wraper-box {
    padding: 0 5%; }
  .expert-main .card-img-box .title {
    max-width: 305px; }
  .expert-main .card {
    padding: 24px 15px; }
  .expert-main .row [class*="col-"]:nth-child(2) .card {
    margin-left: -42px; }
  .expert-main .row [class*="col-"]:first-child .card-img-box {
    margin-right: -42px; }
  .expert-main .card-img-box {
    margin-left: -42px; }
  .story-card .story-text h3 {
    font-size: 14px; }
  .influence-study .box-study {
    padding: 50px 30px; }
  .influence-study .box-study .media-card .media {
    max-width: 262px; }
  .influence-study .box-study .media-card .media-body {
    margin-left: 16px; }
  .influence-study .box-study .media-card .media-body p {
    font-size: 15px; }
  .influence-study .box-study .media-card img {
    width: 45px; }
  .influence-study .box-study .media-card .media-body .btn.btn-light {
    min-width: 156px;
    height: 44px; }
  .influence-study .box-study .media-card .media-body .text-box {
    min-height: 74px; }
  .story-card .story-text:hover {
    height: 100px; }
  .story-card .story-text:hover a {
    font-size: 14px;
    margin-top: 0; }
  .expert-main {
    padding: 70px 0; }
  .expert-main .wraper-box {
    margin-bottom: 70px; }
  .content-text h2,
  .content-text h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 8px; }
  .content-text h3 img,
  .content-text h2 img {
    height: 26px;
    position: relative;
    top: 9px; }
  .content-text p {
    font-size: 18px; }
  .content-text .link-holder .btn {
    margin-bottom: 10px;
    margin-right: 3px; }
  .content-text .link-holder .btn {
    min-height: 59px;
    font-size: 12px; }
  .campaigns {
    padding: 70px 0; }
  .how-works .caption {
    margin-bottom: 70px; }
  .points li {
    font-size: 14px; }
  .how-works {
    padding: 70px 0 0; }
  .point-fonction li,
  .c2-text,
  .recognized .content-text ul li,
  .director-main .director-message p {
    font-size: 14px;
    line-height: 24px; }
  .fonctionnalities .img-holder .btn {
    min-width: 250px;
    padding: 0 15px; }
  .fonctionnalities .img-holder .btn img {
    margin-right: 14px; }
  .fonctionnalities .btn-holder .btn {
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 15px; }
  .fonctionnalities .btn-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .recognized .content-text h4 {
    font-size: 20px;
    line-height: 30px; }
  .director-main,
  .recognized {
    padding: 35px 0; }
  .director-main .director-message .avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px; }
  .director-main .director-message h4 {
    font-size: 22px; }
  .director-main .director-message span.designation {
    margin-bottom: 15px; }
  .action-logo .logo-holder-main .item {
    width: 25%;
    margin-bottom: 18px; }
  .action-logo .logo-holder-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .action-logo .caption .heading-main {
    font-size: 22px; }
  .action-logo .caption {
    margin-bottom: 35px; }
  .action-logo {
    padding: 80px 0 58px; }
  .contact-us {
    padding: 180px 0 100px; }
  .how-works .img-points {
    margin-top: 0; }
  .content-text .link-holder {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .campaigns .content-text {
    margin-bottom: 30px; }
  .content-text .link-holder .btn {
    margin-right: 15px; }
  .fonctionnalities .img-holder {
    margin-bottom: 50px; }
  .fonctionnalities .btn-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fonctionnalities .btn-holder .btn {
    margin-right: 15px; }
  .director-main .img-holder {
    margin-bottom: 50px; }
  .action-logo .logo-holder-main .item {
    width: 33.3%; }
  .contact-us .contact-text h3 {
    font-size: 24px;
    line-height: 38px; }
  .contact-main .macbook-holder {
    margin-bottom: 30px; }
  .contact-main .contact-links .btn {
    min-width: 310px;
    margin-right: 15px; }
  .contact-main {
    padding: 70px 0; } }

@media (max-width: 767.98px) {
  .video .container-video .video-main .embed-responsive {
    margin-top: 15px; }
  .footer .top-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer .top-footer .footer-logo h1 {
    text-align: center;
    margin-bottom: 15px; }
  .footer .top-footer {
    padding-bottom: 15px; }
  .footer .bottom-footer .footer-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .bottom-footer .footer-nav ul li {
    margin: 0 10px 15px; }
  .footer .bottom-footer {
    padding-bottom: 0; }
  .footer {
    padding: 40px 0 30px; }
  .socail-media-sec {
    padding: 0 0 30px;
    margin-bottom: 30px; }
  .card-box .headr-c img {
    margin-right: 15px;
    height: 35px;
    -o-object-fit: cover; }
  .card-box {
    padding: 30px 15px 30px;
    min-height: 100%; }
  .card-box .icon-plus {
    bottom: 0;
    right: 0; }
  .approch [class*="col-"] {
    margin-bottom: 52px; }
  .heading-main {
    font-size: 32px; }
  .approch {
    padding: 70px 0; }
  .customer {
    padding: 100px 0; }
  .customer h3 {
    margin-bottom: 30px; }
  .video .container-video .video-main h3 {
    font-size: 26px; }
  .video .container-video .video-main .embed-responsive {
    margin-top: 70px; }
  .video .container-video .video-main .video-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px; }
  .video .container-video .video-main .video-links .btn-box {
    min-width: 400px;
    width: 400px;
    margin: 0 auto 30px; }
  .video .container-video .video-main .video-links .btn-box {
    padding: 0; }
  .story-card .story-text {
    height: 70px; }
  .story-card .story-text {
    max-width: 90%; }
  .story-card .story-text {
    padding: 25px 10px; }
  .story-card .story-text h3 {
    font-size: 18px; }
  .expert-main .card,
  .expert-main .card-img-box,
  .expert-main .row [class*="col-"]:first-child .card-img-box,
  .expert-main .row [class*="col-"]:nth-child(2) .card {
    margin: 0; }
  .expert-main .row [class*="col-"]:nth-child(2) {
    margin-top: -2px; }
  .expert-main .wraper-box:nth-child(odd) .row.no-gutters .col-md-6:nth-child(1) {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .expert-main .wraper-box:nth-child(odd) .row.no-gutters .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .expert-main .card {
    min-height: auto;
    padding: 35px; }
  .bg-banner {
    padding: 68px 0 150px; }
  .stories .caption p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 17px; }
  .text-main {
    padding: 0 5%; }
  .expert-main .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .influence-study .box-study .media-card .media-body .text-box {
    min-height: auto; }
  .influence-study .box-study .media-card .media-body .btn.btn-light {
    margin-top: 10px; }
  .influence-study .box-study .media-card .media {
    margin-bottom: 30px;
    max-width: 100%; }
  .influence-study .box-study .caption p {
    margin-top: 8px; }
  .action-logo .logo-holder-main .item .card .text-logo {
    padding: 10px;
    font-size: 12px;
    right: -27%; }
  .contact-main .contact-links .btn {
    min-width: 310px;
    margin-right: 15px; } }

@media (max-width: 575.98px) {
  .navbar-collapse {
    top: 40px; }
  .video {
    background-position: 28% 100%; }
  .video .container-video .video-main .embed-responsive {
    margin-top: 50px; }
  .video .container-video .video-main .video-links .btn-box {
    min-width: 100%;
    width: 100%;
    margin: 0 auto 30px; }
  .footer .top-footer .footer-link ul li a {
    margin-bottom: 15px;
    display: block; }
  .video .container-video .video-main h3 {
    font-size: 20px; }
  .influence {
    padding: 20px 0 70px; }
  .text-card {
    padding-top: 30px; }
  .text-card h3 {
    font-size: 18px;
    margin-bottom: 30px; }
  .text-card .btn {
    min-width: 244px; }
  .btn.btn-defult1,
  .btn.btn-black {
    height: 48px;
    min-width: 100%;
    font-size: 12px; }
  .customer h3 {
    margin-bottom: 0; }
  .approch {
    padding: 0 0 0px; }
  .approch h3 {
    margin-bottom: 30px; }
  .card-box .headr-c {
    margin-bottom: 15px; }
  .card-box {
    padding: 30px 15px 65px;
    min-height: auto; }
  .socail-media-sec .socail-media-inner ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  .navbar-brand img {
    height: 27px;
    -o-object-fit: cover;
    object-fit: cover; }
  .approch [class*="col-"] {
    margin-bottom: 0; }
  .expert-main .card-img-box .title {
    top: 0;
    right: 0;
    left: 0;
    padding: 15px;
    max-width: 100%; }
  .expert-main .card {
    padding: 30px 15px; }
  .text-main h1 {
    font-size: 22px; }
  .text-main p {
    font-size: 14px;
    line-height: 24px; }
  .waveMiddle {
    background-size: 50% 75px; }
  .waveTop {
    background-size: 50% 50px; }
  .waveBottom {
    background-size: 50% 75px; }
  .expert-main .card h2 {
    font-size: 20px; }
  .expert-main .card .btn-holder .btn {
    padding: 0 8px;
    height: 35px;
    font-size: 10px;
    margin-right: 8px; }
  .expert-main .row [class*="col-"]:nth-child(2) .card-img-box .title {
    padding: 0;
    right: 0;
    left: 0;
    padding: 15px; }
  .heading-main {
    font-size: 20px; }
  .influence-study .box-study {
    padding: 30px 15px 15px; }
  .caption p {
    font-size: 14px;
    line-height: 24px; }
  .influence-study .box-study .media-card {
    margin-top: 20px; }
  .stories {
    padding: 70px 0 100px; }
  .bg-banner {
    padding: 68px 0 100px; }
  .contact-us .btn.btn-light {
    height: 50px;
    min-width: 250px;
    font-size: 14px; }
  .contact-us .contact-text h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px; }
  .contact-us {
    padding: 100px 0 50px; }
  .action-logo .logo-holder-main .item {
    width: 100%; }
  .action-logo .logo-holder-main .item .card .text-logo {
    right: 0;
    bottom: -31px;
    left: 0;
    max-width: 80%;
    margin: 0 auto;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .action-logo .logo-holder-main .item .card {
    min-height: 320px;
    padding: 50px; }
  .contact-main .contact-links .btn {
    min-width: 100%;
    margin-right: 15px; }
  .contact-main .mac0-screen .text-vid {
    font-size: 14px;
    line-height: 17px; }
  .contact-main .mac0-screen .play-icon {
    width: 44px; } }
