/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Custom css */
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

/* / Custom css */
@-ms-viewport {
  width: device-width; }
html {
  -ms-overflow-style: scrollbar; }

[class*="fl-"],
[class*="fl-"]::before,
[class*="fl-"]::after {
  box-sizing: border-box; }

.fl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .fl-col,
.no-gutters > [class*="fl-col-"] {
  padding-right: 0;
  padding-left: 0; }

.fl-col-1, .fl-col-2, .fl-col-3, .fl-col-4, .fl-col-5, .fl-col-6, .fl-col-7, .fl-col-8, .fl-col-9, .fl-col-10, .fl-col-11, .fl-col-12, .fl-col,
.fl-col-auto, .fl-col-sm-1, .fl-col-sm-2, .fl-col-sm-3, .fl-col-sm-4, .fl-col-sm-5, .fl-col-sm-6, .fl-col-sm-7, .fl-col-sm-8, .fl-col-sm-9, .fl-col-sm-10, .fl-col-sm-11, .fl-col-sm-12, .fl-col-sm,
.fl-col-sm-auto, .fl-col-md-1, .fl-col-md-2, .fl-col-md-3, .fl-col-md-4, .fl-col-md-5, .fl-col-md-6, .fl-col-md-7, .fl-col-md-8, .fl-col-md-9, .fl-col-md-10, .fl-col-md-11, .fl-col-md-12, .fl-col-md,
.fl-col-md-auto, .fl-col-lg-1, .fl-col-lg-2, .fl-col-lg-3, .fl-col-lg-4, .fl-col-lg-5, .fl-col-lg-6, .fl-col-lg-7, .fl-col-lg-8, .fl-col-lg-9, .fl-col-lg-10, .fl-col-lg-11, .fl-col-lg-12, .fl-col-lg,
.fl-col-lg-auto, .fl-col-xl-1, .fl-col-xl-2, .fl-col-xl-3, .fl-col-xl-4, .fl-col-xl-5, .fl-col-xl-6, .fl-col-xl-7, .fl-col-xl-8, .fl-col-xl-9, .fl-col-xl-10, .fl-col-xl-11, .fl-col-xl-12, .fl-col-xl,
.fl-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.fl-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.fl-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.fl-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.fl-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.fl-col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.fl-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.fl-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.fl-col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.fl-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.fl-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.fl-col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.fl-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.fl-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.fl-col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .fl-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .fl-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .fl-col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .fl-col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .fl-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .fl-col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .fl-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .fl-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .fl-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .fl-col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .fl-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .fl-col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .fl-col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .fl-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .fl-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .fl-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .fl-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .fl-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .fl-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .fl-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .fl-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .fl-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .fl-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .fl-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .fl-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .fl-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .fl-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .fl-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .fl-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .fl-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .fl-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .fl-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .fl-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .fl-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .fl-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .fl-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .fl-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .fl-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .fl-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .fl-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .fl-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .fl-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .fl-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .fl-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .fl-col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .fl-col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .fl-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .fl-col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .fl-col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .fl-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .fl-col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .fl-col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .fl-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .fl-col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .fl-col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .fl-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.d-none {
  display: none !important; }

.d-inline {
  box-sizing: border-box;
  display: inline !important; }

.d-inline-block {
  box-sizing: border-box;
  display: inline-block !important; }

.d-block {
  box-sizing: border-box;
  display: block !important; }

.d-table {
  box-sizing: border-box;
  display: table !important; }

.d-table-row {
  box-sizing: border-box;
  display: table-row !important; }

.d-table-cell {
  box-sizing: border-box;
  display: table-cell !important; }

.d-flex {
  box-sizing: border-box;
  display: flex !important; }

.d-inline-flex {
  box-sizing: border-box;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    box-sizing: border-box;
    display: inline !important; }

  .d-sm-inline-block {
    box-sizing: border-box;
    display: inline-block !important; }

  .d-sm-block {
    box-sizing: border-box;
    display: block !important; }

  .d-sm-table {
    box-sizing: border-box;
    display: table !important; }

  .d-sm-table-row {
    box-sizing: border-box;
    display: table-row !important; }

  .d-sm-table-cell {
    box-sizing: border-box;
    display: table-cell !important; }

  .d-sm-flex {
    box-sizing: border-box;
    display: flex !important; }

  .d-sm-inline-flex {
    box-sizing: border-box;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    box-sizing: border-box;
    display: inline !important; }

  .d-md-inline-block {
    box-sizing: border-box;
    display: inline-block !important; }

  .d-md-block {
    box-sizing: border-box;
    display: block !important; }

  .d-md-table {
    box-sizing: border-box;
    display: table !important; }

  .d-md-table-row {
    box-sizing: border-box;
    display: table-row !important; }

  .d-md-table-cell {
    box-sizing: border-box;
    display: table-cell !important; }

  .d-md-flex {
    box-sizing: border-box;
    display: flex !important; }

  .d-md-inline-flex {
    box-sizing: border-box;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    box-sizing: border-box;
    display: inline !important; }

  .d-lg-inline-block {
    box-sizing: border-box;
    display: inline-block !important; }

  .d-lg-block {
    box-sizing: border-box;
    display: block !important; }

  .d-lg-table {
    box-sizing: border-box;
    display: table !important; }

  .d-lg-table-row {
    box-sizing: border-box;
    display: table-row !important; }

  .d-lg-table-cell {
    box-sizing: border-box;
    display: table-cell !important; }

  .d-lg-flex {
    box-sizing: border-box;
    display: flex !important; }

  .d-lg-inline-flex {
    box-sizing: border-box;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    box-sizing: border-box;
    display: inline !important; }

  .d-xl-inline-block {
    box-sizing: border-box;
    display: inline-block !important; }

  .d-xl-block {
    box-sizing: border-box;
    display: block !important; }

  .d-xl-table {
    box-sizing: border-box;
    display: table !important; }

  .d-xl-table-row {
    box-sizing: border-box;
    display: table-row !important; }

  .d-xl-table-cell {
    box-sizing: border-box;
    display: table-cell !important; }

  .d-xl-flex {
    box-sizing: border-box;
    display: flex !important; }

  .d-xl-inline-flex {
    box-sizing: border-box;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    box-sizing: border-box;
    display: none !important; }

  .d-print-inline {
    box-sizing: border-box;
    display: inline !important; }

  .d-print-inline-block {
    box-sizing: border-box;
    display: inline-block !important; }

  .d-print-block {
    box-sizing: border-box;
    display: block !important; }

  .d-print-table {
    box-sizing: border-box;
    display: table !important; }

  .d-print-table-row {
    box-sizing: border-box;
    display: table-row !important; }

  .d-print-table-cell {
    box-sizing: border-box;
    display: table-cell !important; }

  .d-print-flex {
    box-sizing: border-box;
    display: flex !important; }

  .d-print-inline-flex {
    box-sizing: border-box;
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.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; } }
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*# sourceMappingURL=grid.css.map */
body {
  background-color: #f2f4f8; }

a:focus, a:hover {
  text-decoration: none; }

/* for set footer in bottom on the screen */
html, body {
  height: 100%; }

/* / for set footer in bottom on the screen */
/* Flaxible content */
.tbl {
  display: table;
  width: 100%;
  table-layout: auto; }
  .tbl .cell {
    display: table-cell;
    vertical-align: middle; }
    .tbl .cell.v-top {
      vertical-align: top; }
    .tbl .cell.v-bottom {
      vertical-align: bottom; }

.ra-user-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 15px;
  position: relative; }
  .ra-user-wrap:hover {
    background-color: #f9f9f9; }
  .ra-user-wrap img {
    width: 50px;
    border-radius: 100px;
    float: left;
    margin-right: 15px; }
  .ra-user-wrap .ra-user-space {
    /*overflow: hidden; display: table; */ }
    .ra-user-wrap .ra-user-space b {
      color: #2196f3;
      text-transform: capitalize; }
  .ra-user-wrap .ra-title {
    margin-bottom: 4px; }
    .ra-user-wrap .ra-title a {
      font-weight: 600;
      line-height: 1.1;
      color: #334152;
      font-size: 16px;
      display: block;
      display: -webkit-box;
      height: 18px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .ra-user-wrap .ra-title.ra-title-none-ellipsis a {
      display: inherit;
      height: inherit;
      -webkit-box-orient: inherit;
      overflow: inherit;
      text-overflow: inherit; }
  .ra-user-wrap p {
    color: #3E4B5B; }
  .ra-user-wrap p.tow-line-ellipsis {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ra-user-wrap .ra-time {
    font-size: 12px;
    color: #968a8a;
    font-weight: 300; }
  .ra-user-wrap ul {
    margin: 0px;
    padding: 0px;
    text-align: right; }
    .ra-user-wrap ul.ra-like-list li {
      display: inline-block;
      padding: 0px 5px;
      color: #3E4B5B; }
      .ra-user-wrap ul.ra-like-list li a {
        clear: #3E4B5B; }
      .ra-user-wrap ul.ra-like-list li i {
        padding-right: 8px;
        color: #6495ed;
        font-size: 16px; }
      .ra-user-wrap ul.ra-like-list li.share-social {
        cursor: pointer;
        position: relative; }
        .ra-user-wrap ul.ra-like-list li.share-social:hover ul, .ra-user-wrap ul.ra-like-list li.share-social:focus ul {
          display: block; }
        .ra-user-wrap ul.ra-like-list li.share-social ul {
          padding: 5px 0px;
          -webkit-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
          -moz-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
          -ms-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
          box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
          display: none;
          z-index: 1;
          position: absolute;
          top: 18px;
          left: -80px;
          background-color: #fff;
          border-radius: 4px;
          text-align: left;
          white-space: nowrap; }
          .ra-user-wrap ul.ra-like-list li.share-social ul li {
            display: block;
            margin-bottom: 5px; }
            .ra-user-wrap ul.ra-like-list li.share-social ul li a {
              color: #334152;
              font-weight: 500;
              padding: 0px; }
              .ra-user-wrap ul.ra-like-list li.share-social ul li a i {
                width: 25px;
                height: 25px;
                color: #fff;
                background-color: #00aced;
                line-height: 25px;
                text-align: center;
                padding: 0px;
                margin-right: 5px; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-facebook {
                  background-color: #3B5998; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-twitter {
                  background-color: #55acee; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-google-plus {
                  background-color: #dc4e41; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-youtube-play {
                  background-color: #ff0404; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-linkedin {
                  background-color: #0077B5; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-instagram {
                  background-color: #7738C5; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-envelope-o {
                  background-color: #D54B3E; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-paper-plane {
                  background-color: #34ACE0; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-comments-o {
                  background-color: #96AA3D; }
                .ra-user-wrap ul.ra-like-list li.share-social ul li a i.fa-weixin {
                  background-color: #4FC134; }
              .ra-user-wrap ul.ra-like-list li.share-social ul li a:hover {
                color: #2196F3; }
            .ra-user-wrap ul.ra-like-list li.share-social ul li:last-child {
              margin-bottom: 0px; }
  .ra-user-wrap .text-danger {
    color: #a94442 !important; }
  .ra-user-wrap .text-green {
    color: #8dc63f !important; }
  .ra-user-wrap .text-yellow {
    color: #ffbf00 !important; }
  .ra-user-wrap .text-black {
    color: #000 !important; }
  .ra-user-wrap .cursor-point {
    cursor: pointer !important; }
  .ra-user-wrap.discussion-comments img {
    width: inherit;
    border-radius: inherit;
    float: inherit;
    margin-right: 15px; }
  .ra-user-wrap.discussion-comments .discussion-comments-img {
    width: 50px;
    border-radius: 100px;
    float: left;
    margin-right: 15px; }

.container-wrap {
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -moz-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -ms-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
  .container-wrap .load-more {
    text-align: center;
    padding: 15px 0px; }
  .container-wrap .breadcrumb {
    padding: 5px 15px;
    border-radius: 0;
    margin: 0px;
    box-shadow: 0px 2px 3px rgba(126, 142, 177, 0.18);
    background-color: #fff; }
    .container-wrap .breadcrumb > li + li:before {
      font-family: FontAwesome;
      content: "\f105";
      color: #000; }
    .container-wrap .breadcrumb li a {
      color: #005fab;
      font-weight: 600; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  footer .tbl {
    table-layout: fixed;
    background-color: #134781;
    padding: 10px;
    text-align: center;
    color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus, footer a:active {
      color: #f2f4f8; }
  footer .fixed-btn-mob {
    position: inherit; }

header ul.user-login {
  margin: -10px 0px 5px 0px;
  padding: 0px;
  width: 100%;
  text-align: right;
  padding-right: 15px; }
  header ul.user-login li {
    display: inline-block;
    list-style: none;
    padding: 1px 10px;
    background-color: #134781;
    background-color: #1c79c3;
    border-radius: 100px;
    line-height: 19px; }
    header ul.user-login li:hover {
      background-color: #134781; }
    header ul.user-login li a {
      color: #fff; }
      header ul.user-login li a i {
        padding-right: 5px; }
    header ul.user-login li.dropdown ul.dropdown-menu {
      -webkit-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
      -moz-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
      -ms-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
      box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
      border: none; }
      header ul.user-login li.dropdown ul.dropdown-menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0px 5px;
        background-color: transparent;
        border-radius: 0px; }
        header ul.user-login li.dropdown ul.dropdown-menu li i {
          padding-right: 8px; }
        header ul.user-login li.dropdown ul.dropdown-menu li a {
          font-size: 15px;
          font-weight: 500;
          color: #000;
          background-color: transparent;
          padding: 8px 10px; }
        header ul.user-login li.dropdown ul.dropdown-menu li:hover a {
          color: #2196F3; }
        header ul.user-login li.dropdown ul.dropdown-menu li:last-child {
          border-bottom: none; }

.scrollToTop {
  position: fixed;
  z-index: 2;
  bottom: 50px;
  top: inherit;
  right: 15px;
  display: none; }
  .scrollToTop .btn {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px; }

.social-left {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .social-left ul {
    padding: 0px;
    margin: 0;
    list-style: none; }
    .social-left ul li a {
      background: #333;
      color: #fff;
      display: block;
      height: 35px;
      line-height: 35px;
      position: relative;
      text-align: center;
      width: 35px; }
      .social-left ul li a i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .social-left ul li a:hover span {
        left: 100%;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
      .social-left ul li a span {
        line-height: 35px;
        left: -100px;
        position: absolute;
        text-align: center;
        width: 100px; }
      .social-left ul li a:before {
        display: none; }
      .social-left ul li a.fa-facebook {
        background-color: #3b5998; }
        .social-left ul li a.fa-facebook:hover span {
          background-color: #3b5998; }
      .social-left ul li a.fa-google-plus {
        background-color: #dd4b39; }
        .social-left ul li a.fa-google-plus:hover span {
          background-color: #dd4b39; }
      .social-left ul li a.fa-twitter {
        background-color: #00aced; }
        .social-left ul li a.fa-twitter:hover span {
          background-color: #00aced; }
      .social-left ul li a.fa-linkedin {
        background-color: #007bb6; }
        .social-left ul li a.fa-linkedin:hover span {
          background-color: #007bb6; }
      .social-left ul li a.fa-pinterest {
        background-color: #cc2127; }
        .social-left ul li a.fa-pinterest:hover span {
          background-color: #cc2127; }

.Panel-right-main .social-left {
  position: inherit;
  transform: none; }
  .Panel-right-main .social-left ul {
    padding: 0px;
    margin: 0px; }
    .Panel-right-main .social-left ul li {
      list-style: none;
      display: inline-block; }
      .Panel-right-main .social-left ul li a {
        border-radius: 100px; }
        .Panel-right-main .social-left ul li a span {
          display: none; }

/*margin padding*/
.no-margin {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

.padding-15 {
  padding: 15px !important; }

.margin-15 {
  margin: 15px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

/*margin padding end*/
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  border-radius: 0px; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    color: #fff; }
  .btn-facebook i {
    padding-right: 5px; }

.btn-google-plus {
  background-color: #dd4b39;
  color: #fff;
  border-radius: 0px; }
  .btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active {
    color: #fff; }
  .btn-google-plus i {
    padding-right: 5px; }

/*modal-center*/
.modal.modal-center {
  padding: 0px 15px !important; }
  .modal.modal-center .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: auto; }

/*end*/
.maintenance {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -moz-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -ms-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  padding: 25px; }

.oops-wrap {
  background-color: #d43150;
  text-align: center; }
  .oops-wrap h1, .oops-wrap .h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    margin-top: 0px; }
    .oops-wrap h1:after, .oops-wrap .h1:after {
      content: "";
      border-bottom: 2px dotted #fff;
      padding-top: 30px;
      width: 69%;
      height: 6px;
      display: table;
      margin: auto; }
  .oops-wrap h2, .oops-wrap .h2 {
    color: #fff;
    margin-bottom: 30px; }
  .oops-wrap .oops-center {
    padding: 45px 0; }

.search-results-warp .gsc-results .gsc-cursor-box .gsc-cursor-page {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px; }
.search-results-warp .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #134781;
  border: 1px solid #134781;
  color: #fff; }
.search-results-warp .gcsc-branding {
  display: none; }

.loader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999999999 !important; }
  .loader:before {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: -60px 0 0 -60px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 99;
    content: ""; }
  .loader:after {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: rgba(0, 0, 0, 0.8); }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.custom-select-dropdown .dd_chk_select {
  height: 34px;
  padding: 8px 12px;
  border-radius: 4px; }
.custom-select-dropdown .dd_chk_drop {
  top: 34px; }
.custom-select-dropdown span input[type=checkbox] {
  vertical-align: middle;
  margin: 8px 0px; }
.custom-select-dropdown span label {
  padding-left: 5px;
  margin-bottom: 0; }

tr.pgr td {
  padding: 0 10px; }

/*Css place bellow*/
/*Css place bellow*/
.header-mobile {
  float: left;
  background-color: #2196F3;
  padding: 10px;
  width: 100%;
  /*Desktop search main*/ }
  .header-mobile ul {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    text-align: center; }
    .header-mobile ul li {
      display: table-cell;
      vertical-align: middle; }
      .header-mobile ul li a {
        color: #fff;
        display: inline-block; }
      .header-mobile ul li:nth-child(2) {
        padding: 0px 10px; }
  .header-mobile .input-group {
    width: 90%;
    margin: auto; }
    .header-mobile .input-group .gsc-input-box {
      border-bottom: 1px solid #ffffff;
      border-top: none;
      border-left: none;
      border-right: none;
      background: transparent; }
      .header-mobile .input-group .gsc-input-box.gsc-input-box-hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .header-mobile .input-group .gsc-search-box .gsc-input > input:focus, .header-mobile .input-group .gsc-input-box-focus {
      border-bottom: 1px solid #ffffff;
      border-top: none;
      border-left: none;
      border-right: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .header-mobile .input-group .gsib_a {
      padding: 0px;
      margin: 0px; }
    .header-mobile .input-group .gsib_b a {
      padding: 0px !important; }
    .header-mobile .input-group .gsc-input {
      padding-right: 0 !important; }
    .header-mobile .input-group input {
      background-color: transparent !important;
      background: none !important;
      padding: 6px 0px !important;
      font-size: inherit;
      height: auto !important;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #fff;
      box-shadow: none;
      color: #fff; }
      .header-mobile .input-group input::-webkit-input-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-mobile .input-group input::-moz-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-mobile .input-group input:-ms-input-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-mobile .input-group input:-moz-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-mobile .input-group input.gsc-search-button {
        margin-left: -2px;
        border-radius: 0px !important;
        text-indent: -111px;
        z-index: 999; }
    .header-mobile .input-group .gsc-search-button {
      margin-left: 0px; }
      .header-mobile .input-group .gsc-search-button .gsc-search-button {
        padding: 5px 27px;
        margin-left: -2px;
        margin-bottom: -5px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #fff;
        background-image: none;
        background-color: transparent; }
        .header-mobile .input-group .gsc-search-button .gsc-search-button svg {
          width: 16px;
          height: 16px; }
    .header-mobile .input-group .cse .gsc-search-button-v2:focus, .header-mobile .input-group .gsc-search-button-v2:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .header-mobile .input-group .gsc-clear-button {
      display: none; }
  .header-mobile.header-search-main {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 400px;
    padding: 0 0 0 15px; }
    .header-mobile.header-search-main ul {
      display: inline-block;
      text-align: left; }
      .header-mobile.header-search-main ul li {
        display: inline-block; }
        .header-mobile.header-search-main ul li:nth-child(2) {
          padding: 10px 0 10px 15px; }
    .header-mobile.header-search-main .input-group {
      width: 300px; }

.header-mobile-menu {
  margin-bottom: 15px; }
  .header-mobile-menu ul.mobile-menu-list {
    background-color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .header-mobile-menu ul.mobile-menu-list li {
      display: table-cell;
      border-right: 1px solid rgba(0, 0, 0, 0.07);
      padding: 10px 5px;
      position: relative; }
      .header-mobile-menu ul.mobile-menu-list li a {
        font-size: 15px;
        font-weight: 500;
        color: #000; }
        .header-mobile-menu ul.mobile-menu-list li a:hover {
          color: #2196F3; }
      .header-mobile-menu ul.mobile-menu-list li:last-child {
        border-right: none; }
      .header-mobile-menu ul.mobile-menu-list li .dropdown-toggle {
        cursor: pointer; }
      .header-mobile-menu ul.mobile-menu-list li .dropdown-menu {
        margin: 0px !important;
        top: 30px;
        right: 5px;
        left: auto;
        -webkit-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
        -moz-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
        -ms-box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
        box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
        background-color: #fff !important;
        border: none;
        border-radius: 4px; }
        .header-mobile-menu ul.mobile-menu-list li .dropdown-menu ul {
          margin: 0px;
          padding: 0px; }
          .header-mobile-menu ul.mobile-menu-list li .dropdown-menu ul li {
            display: block;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding: 8px 10px; }
            .header-mobile-menu ul.mobile-menu-list li .dropdown-menu ul li i {
              padding-right: 8px; }
            .header-mobile-menu ul.mobile-menu-list li .dropdown-menu ul li a {
              display: block;
              width: 100%; }
            .header-mobile-menu ul.mobile-menu-list li .dropdown-menu ul li:last-child {
              border-bottom: none; }
  .header-mobile-menu ul.mobile-sub-menu {
    width: 100%;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -moz-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -ms-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    background-image: url(../../images/submenu-line.png);
    background-repeat: repeat-x;
    background-position: top; }
    .header-mobile-menu ul.mobile-sub-menu li {
      padding: 3px 5px;
      display: inline-block; }
      .header-mobile-menu ul.mobile-sub-menu li a {
        font-size: 14px;
        font-weight: 500;
        color: #05013e; }
        .header-mobile-menu ul.mobile-sub-menu li a:hover {
          color: #2196F3; }

.ra-announcement {
  position: relative;
  margin-bottom: 10px;
  padding: 0  15px 15px 15px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.17);
  -moz-box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.17);
  -ms-box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.17);
  box-shadow: 0 3px 20px 0 rgba(113, 106, 202, 0.17); }
  .ra-announcement .ant-aital {
    background-color: #2196F3;
    padding: 5px 15px;
    color: #fff;
    min-height: 35px;
    font-size: 18px;
    margin: 0 -15px 15px -15px; }
  .ra-announcement .carousel .carousel-control.left, .ra-announcement .carousel .carousel-control.right {
    background-image: none;
    width: auto;
    top: -36px;
    bottom: inherit;
    opacity: 100;
    margin: 0px; }
    .ra-announcement .carousel .carousel-control.left .glyphicon, .ra-announcement .carousel .carousel-control.right .glyphicon {
      font-size: 14px;
      line-height: 28px !important;
      padding: 0px !important;
      background-color: #0d2a4a;
      width: 28px;
      height: 28px;
      color: #fff;
      border-radius: 100px; }
  .ra-announcement .carousel .carousel-control.left {
    right: 50px;
    left: inherit; }
  .ra-announcement .carousel .carousel-control.right {
    right: 5px; }
  .ra-announcement .announcement-wrap img {
    width: 80px;
    float: left;
    margin-right: 15px; }
  .ra-announcement .announcement-wrap .announcement-text {
    overflow: hidden;
    display: table; }
    .ra-announcement .announcement-wrap .announcement-text h4, .ra-announcement .announcement-wrap .announcement-text .h4 {
      font-weight: 600;
      margin-top: 0px;
      line-height: 1.1;
      color: #334152;
      font-size: 16px;
      /*display: block; display: -webkit-box; height: 19px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; */ }
    .ra-announcement .announcement-wrap .announcement-text p {
      font-size: 14px;
      display: block;
      margin-bottom: 5px;
      display: -webkit-box;
      height: 60px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.ra-topics {
  text-align: center;
  display: table;
  margin: auto;
  background-color: #eaeaea;
  padding: 2px 10px;
  border-radius: 100px;
  margin-bottom: 8px; }
  .ra-topics:hover {
    background-color: #0d2a4a; }
    .ra-topics:hover a {
      color: #fff; }
  .ra-topics a {
    font-size: 15px;
    color: #0d2a4a;
    font-weight: 700; }

.fixed-btn-mob {
  display: none;
  margin: 5px -10px -10px -10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999995;
  background: #2196f3;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }
  .fixed-btn-mob ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%; }
    .fixed-btn-mob ul li {
      display: table-cell;
      vertical-align: middle;
      border-right: 1px solid #ccc; }
      .fixed-btn-mob ul li a {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 5px;
        width: 100%;
        float: left; }
        .fixed-btn-mob ul li a i, .fixed-btn-mob ul li a img {
          padding-right: 10px; }
      .fixed-btn-mob ul li:last-child {
        border-right: none; }

/* Desktop Header */
.header-main .navbar {
  border-radius: 0px; }
  .header-main .navbar.affix {
    z-index: 3; }
  .header-main .navbar.navbar-default {
    display: table;
    width: 100%;
    table-layout: auto;
    text-align: center;
    background-color: #2196F3;
    border: none; }
    .header-main .navbar.navbar-default > * {
      display: table-cell !important;
      vertical-align: middle; }
    .header-main .navbar.navbar-default .navbar-brand, .header-main .navbar.navbar-default .navbar-header {
      float: none; }
    .header-main .navbar.navbar-default .navbar-brand {
      height: auto;
      line-height: normal;
      display: inline-block;
      padding: 10px 0px;
      vertical-align: middle; }
    .header-main .navbar.navbar-default .navbar-collapse.collapse {
      display: table-cell !important;
      padding: 0px; }
    .header-main .navbar.navbar-default .navbar-nav, .header-main .navbar.navbar-default .sidebar-toggle {
      margin: 0 !important;
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .header-main .navbar.navbar-default .navbar-nav li {
      float: none;
      display: inline-block;
      vertical-align: middle; }
      .header-main .navbar.navbar-default .navbar-nav li a {
        padding: 8px 7px;
        color: #fff;
        font-size: 16px; }
        .header-main .navbar.navbar-default .navbar-nav li a i {
          padding-right: 5px; }
        .header-main .navbar.navbar-default .navbar-nav li a img {
          vertical-align: middle; }
    .header-main .navbar.navbar-default .navbar-nav > .open > a {
      background-color: transparent; }
      .header-main .navbar.navbar-default .navbar-nav > .open > a li.dropdown.open a:focus, .header-main .navbar.navbar-default .navbar-nav > .open > a li.dropdown.open a:hover {
        background-color: transparent; }
    .header-main .navbar.navbar-default .navbar-nav > li > .dropdown-menu li {
      display: block;
      width: 100%; }
      .header-main .navbar.navbar-default .navbar-nav > li > .dropdown-menu li:hover {
        background-color: #f2f4f8; }
      .header-main .navbar.navbar-default .navbar-nav > li > .dropdown-menu li a {
        color: #134781; }
.header-main .header-search-desktop {
  min-width: 220px;
  max-width: 270px; }
  .header-main .header-search-desktop .input-group {
    width: 90%;
    margin: auto; }
    .header-main .header-search-desktop .input-group .gsc-input-box {
      border-bottom: 1px solid #ffffff;
      border-top: none;
      border-left: none;
      border-right: none;
      background: transparent; }
      .header-main .header-search-desktop .input-group .gsc-input-box.gsc-input-box-hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .header-main .header-search-desktop .input-group .gsc-search-box .gsc-input > input:focus, .header-main .header-search-desktop .input-group .gsc-input-box-focus {
      border-bottom: 1px solid #ffffff;
      border-top: none;
      border-left: none;
      border-right: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .header-main .header-search-desktop .input-group .gsib_a {
      padding: 0px;
      margin: 0px; }
    .header-main .header-search-desktop .input-group .gsib_b a {
      padding: 0px !important; }
    .header-main .header-search-desktop .input-group .gsc-input {
      padding-right: 0 !important; }
    .header-main .header-search-desktop .input-group input {
      background-color: transparent !important;
      background: none !important;
      padding: 6px 0px !important;
      font-size: inherit;
      height: auto !important;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #fff;
      box-shadow: none;
      color: #fff; }
      .header-main .header-search-desktop .input-group input::-webkit-input-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-main .header-search-desktop .input-group input::-moz-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-main .header-search-desktop .input-group input:-ms-input-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-main .header-search-desktop .input-group input:-moz-placeholder {
        color: #2196F3;
        opacity: 1; }
      .header-main .header-search-desktop .input-group input.gsc-search-button {
        margin-left: -2px;
        border-radius: 0px !important;
        text-indent: -111px;
        z-index: 999; }
    .header-main .header-search-desktop .input-group .gsc-search-button {
      margin-left: 0px; }
      .header-main .header-search-desktop .input-group .gsc-search-button .gsc-search-button {
        padding: 5px 27px;
        margin-left: -2px;
        margin-bottom: -5px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #fff;
        background-image: none;
        background-color: transparent; }
        .header-main .header-search-desktop .input-group .gsc-search-button .gsc-search-button svg {
          width: 16px;
          height: 16px; }
    .header-main .header-search-desktop .input-group .cse .gsc-search-button-v2:focus, .header-main .header-search-desktop .input-group .gsc-search-button-v2:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .header-main .header-search-desktop .input-group .gsc-clear-button {
      display: none; }

/* Right sidebar sections*/
.sidebar-section {
  clear: both;
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -moz-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -ms-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  /* Advertisement */ }
  .sidebar-section h4, .sidebar-section .h4 {
    border-bottom: 3px solid #dfdfdf;
    color: #334152;
    padding-bottom: 15px;
    margin-top: 5px;
    position: relative;
    margin-bottom: 15px; }
    .sidebar-section h4:after, .sidebar-section .h4:after {
      bottom: -3px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 32px;
      background: #1976d2; }
  .sidebar-section.sidebar-ad-slider .carousel-control {
    background-image: none;
    opacity: 100;
    top: -55px;
    bottom: inherit; }
    .sidebar-section.sidebar-ad-slider .carousel-control i {
      color: #fff;
      font-size: 22px;
      background-color: #0d2a4a;
      width: 28px;
      border-radius: 100px;
      text-align: center;
      height: 28px;
      line-height: 26px; }
  .sidebar-section.sidebar-ad-slider .left.carousel-control {
    right: 35px;
    position: absolute;
    left: inherit; }
    .sidebar-section.sidebar-ad-slider .left.carousel-control i {
      padding: 0px 3px 0 0px; }
  .sidebar-section.sidebar-ad-slider .right.carousel-control i {
    padding: 0px 0 0 3px; }
  .sidebar-section.sidebar-ad-slider img {
    margin: auto; }
  .sidebar-section.sidebar-category ul {
    height: 200px;
    margin: 0px;
    padding: 0px; }
    .sidebar-section.sidebar-category ul li {
      padding: 0px 10px 10px 0px;
      list-style: none;
      margin: 0; }
      .sidebar-section.sidebar-category ul li a {
        color: #334152;
        display: flex;
        width: 100%;
        justify-content: space-between; }
        .sidebar-section.sidebar-category ul li a span {
          color: #334152; }
          .sidebar-section.sidebar-category ul li a span:hover {
            color: #2196f3; }
          .sidebar-section.sidebar-category ul li a span:not(.square-number) {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .sidebar-section.sidebar-category ul li a span.square-number {
            background: #2196f3;
            color: #fff;
            text-align: center;
            padding: 2px 4px;
            font-size: 11px;
            line-height: 16px; }
        .sidebar-section.sidebar-category ul li a:hover {
          color: #2196f3; }
  .sidebar-section.sidebar-category .mCSB_inside > .mCSB_container {
    margin-right: 5px; }
  .sidebar-section.sidebar-tags ul.discussions-tag-wrap {
    margin: 0px;
    padding: 0px; }
  .sidebar-section ul.discussions-links {
    margin: 0px -10px;
    padding: 0px; }
    .sidebar-section ul.discussions-links li {
      list-style: none; }
      .sidebar-section ul.discussions-links li a {
        font-size: 16px;
        color: #334152;
        padding: 8px 10px;
        display: block;
        width: 100%; }
        .sidebar-section ul.discussions-links li a:hover {
          color: #2196F3;
          background-color: #eee; }
        .sidebar-section ul.discussions-links li a i, .sidebar-section ul.discussions-links li a img {
          padding-right: 8px;
          color: #2196F3;
          width: 30px; }

ul.discussions-tag-wrap {
  padding: 10px 0px;
  margin: 0px 15px; }
  ul.discussions-tag-wrap li {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 3px; }
    ul.discussions-tag-wrap li a {
      display: block;
      color: #292b2c;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.3);
      -moz-box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.3);
      -ms-box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.3);
      box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.3);
      border: 1px solid #eee;
      padding: 5px 10px;
      border-radius: 100px; }
      ul.discussions-tag-wrap li a span {
        vertical-align: middle;
        background-color: #8180a0;
        line-height: 17px;
        color: #fff;
        padding: 1px 6px;
        border-radius: 100px; }
      ul.discussions-tag-wrap li a:hover, ul.discussions-tag-wrap li a:focus, ul.discussions-tag-wrap li a:active:focus {
        color: #2196f3;
        background-color: #f9f9f9;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.5);
        -moz-box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.5);
        -ms-box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.5); }
        ul.discussions-tag-wrap li a:hover span, ul.discussions-tag-wrap li a:focus span, ul.discussions-tag-wrap li a:active:focus span {
          background-color: #2196f3;
          color: #fff; }

.askquestion-wrap {
  padding: 15px;
  position: relative; }
  .askquestion-wrap .askq-taital {
    background-color: #2196F3;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px; }
  .askquestion-wrap .short {
    color: #888888;
    padding-top: 2px;
    border-top: 4px solid #e8e8e8;
    display: block;
    width: 20%;
    margin-top: 5px;
    position: relative; }
    .askquestion-wrap .short::after {
      height: 4px;
      width: 100%;
      background-color: #e8e8e8;
      content: "";
      position: absolute;
      top: -4px;
      left: 103%; }
    .askquestion-wrap .short::before {
      height: 4px;
      width: 100%;
      content: "";
      position: absolute;
      top: -4px; }
    .askquestion-wrap .short.weak {
      color: #c81818;
      border-top: 4px solid #c81818;
      width: 25%; }
      .askquestion-wrap .short.weak::after {
        background-color: #c81818;
        left: 101%; }
      .askquestion-wrap .short.weak::before {
        background-color: #c81818;
        left: 203%; }
    .askquestion-wrap .short.good {
      color: #a6c060;
      border-top: 4px solid #a6c060;
      width: 30%; }
      .askquestion-wrap .short.good::after {
        background-color: #a6c060;
        left: 101%; }
      .askquestion-wrap .short.good::before {
        background-color: #a6c060;
        left: 203%; }
    .askquestion-wrap .short.strong {
      color: #27b30f;
      border-top: 4px solid #27b30f;
      width: 33%; }
      .askquestion-wrap .short.strong::after {
        background-color: #27b30f;
        left: 101%; }
      .askquestion-wrap .short.strong::before {
        background-color: #27b30f;
        left: 203%; }

.mydiscussion-wrap {
  padding: 15px; }
  .mydiscussion-wrap .askquestion-wrap {
    padding: 0; }
    .mydiscussion-wrap .askquestion-wrap .askq-taital {
      margin: 0 0 5px; }
  .mydiscussion-wrap .panel-tabs {
    text-align: right;
    margin-bottom: 5px;
    position: absolute;
    top: 45px;
    right: 30px;
    background-color: #fff;
    padding: 5px; }
    .mydiscussion-wrap .panel-tabs > div {
      display: inline-block; }
    .mydiscussion-wrap .panel-tabs.nav > li {
      margin-right: 3px; }
      .mydiscussion-wrap .panel-tabs.nav > li > a {
        padding: 5px 10px; }
        .mydiscussion-wrap .panel-tabs.nav > li > a:hover {
          background-color: #337ab7; }
      .mydiscussion-wrap .panel-tabs.nav > li:last-child {
        margin-right: 0px; }
  .mydiscussion-wrap .tab-content .panel-heading {
    padding: 5px 15px; }
  .mydiscussion-wrap .tab-content .panel-body {
    padding-top: 0px; }
    .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment {
      padding: 10px 0px;
      border-bottom: 1px solid #ddd; }
      .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment:last-child {
        border-bottom: none; }
      .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment span.comment-avatar {
        margin-right: 10px;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #ffffff;
        text-decoration: none;
        background-color: #2196f3;
        border: 1px solid #2196f3;
        border-radius: 100px; }
      .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment .comment-body {
        overflow: hidden; }
        .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment .comment-body .comment-by a {
          font-size: 18px;
          font-size: 18px; }
        .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment .comment-body .comment-actions .View_icon {
          margin-right: 8px; }
          .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment .comment-body .comment-actions .View_icon a {
            color: #766882; }
            .mydiscussion-wrap .tab-content .panel-body .widget-comments .comment .comment-body .comment-actions .View_icon a i label {
              padding-left: 5px; }

/*Search Results Page*/
.search-results-warp .gsc-adBlock {
  display: none; }
.search-results-warp .gs-web-image-box, .search-results-warp .gs-promotion-image-box {
  width: 115px !important; }
.search-results-warp .gs-web-image-box img.gs-image, .search-results-warp .gs-promotion-image-box img.gs-promotion-image {
  max-width: 140px; }

/* / Search Results Page*/
.r--upload-documents {
  float: left;
  width: 100%;
  clear: both; }
  .r--upload-documents .ajax__fileupload {
    float: left;
    width: 100%;
    overflow: inherit !important; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_dropzone {
      float: left;
      clear: both; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_selectFileContainer {
      margin-top: 5px; }
    .r--upload-documents .ajax__fileupload #ContentPlaceHolder1_FUBugsDocs_FileStatusContainer {
      position: inherit !important;
      float: right;
      margin-bottom: 5px;
      height: auto !important; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_queueContainer {
      float: left;
      margin-top: 5px !important; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_uploadbutton {
      float: right;
      padding: 5px 8px;
      border-radius: 4px;
      margin-top: 5px;
      background-color: #2196f3; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_fileItemInfo {
      overflow: inherit !important;
      float: left;
      height: auto !important; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_fileItemInfo div.removeButton {
      position: inherit !important;
      float: right;
      padding: 5px 8px;
      width: auto !important;
      height: auto;
      border-radius: 4px; }
    .r--upload-documents .ajax__fileupload .ajax__fileupload_fileItemInfo .errorState {
      padding: 5px 10px; }

@media screen and (max-width: 1280px) {
  .header-main .navbar.navbar-default .navbar-nav li a {
    padding: 7px;
    font-size: 15px; }
  .header-main .navbar .header-search-desktop {
    min-width: 180px; } }
@media screen and (max-width: 1199px) {
  .header-main .navbar.navbar-default .navbar-nav li a {
    padding: 7px;
    font-size: 15px; }

  .tbl.tbl-md-full {
    display: block; }
    .tbl.tbl-md-full .cell {
      display: block; }
      .tbl.tbl-md-full .cell.text-right {
        text-align: left;
        margin-top: 20px; } }
@media screen and (max-width: 992px) {
  .ra-user-wrap .left-ans {
    padding-left: 10%; } }
@media screen and (max-width: 767px) {
  .scrollToTop {
    bottom: 100px; }

  .fixed-btn-mob {
    display: block; }

  .ra-announcement .carousel .carousel-control.left .glyphicon, .ra-announcement .carousel .carousel-control.right .glyphicon {
    font-size: 12px;
    line-height: 25px !important;
    padding: 0px !important;
    background-color: transparent;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100px; }
  .ra-announcement .carousel .carousel-control.left {
    right: 30px; }
  .ra-announcement .carousel .carousel-control.right {
    right: 0px; }

  .tbl.tbl-sm-full {
    display: block; }
    .tbl.tbl-sm-full .cell {
      display: block; }
      .tbl.tbl-sm-full .cell.text-right {
        text-align: left;
        margin-top: 20px; }

  .mydiscussion-wrap .panel-tabs {
    position: inherit; }

  .search-results-warp .gsc-table-cell-thumbnail {
    width: 100%;
    display: table; }
  .search-results-warp .gsc-table-cell-snippet-close {
    display: table; }
  .search-results-warp .gs-web-image-box, .search-results-warp .gs-promotion-image-box {
    width: 100% !important; }
  .search-results-warp .gs-web-image-box img.gs-image, .search-results-warp .gs-promotion-image-box img.gs-promotion-image {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    max-height: 100% !important; } }
@media screen and (max-width: 410px) {
  .ra-user-wrap .left-ans {
    padding-left: 20%; } }

/*# sourceMappingURL=main.css.map */
