/* Styling for the ngProgress itself */

#ngProgress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: #ed6c0a;
  color: #ed6c0a;
  box-shadow: 0 0 10px 0; /* Inherits the font color */
  height: 2px;
  opacity: 0;

  /* Add CSS3 styles for transition smoothing */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Styling for the ngProgress-container */
#ngProgress-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.our_writers_content.loading table {
  opacity: 0.5;
  pointer-events: none; }

.breadcrumb li {
  list-style-type: none; }

.customer_testimonial_stat > a,
.testimonial_stat > a {
  display: inline-block; }

.select2-container--cabinet_default
.select2-selection--single
.select2-selection__placeholder {
  pointer-events: none; }

.select2-container--cabinet_default
.select2-results__option {
  position: relative; }
  .select2-container--cabinet_default
  .select2-results__option span.child {
    padding: 0 0 0 10px; }
    .select2-container--cabinet_default
    .select2-results__option span.child:before, .select2-container--cabinet_default
    .select2-results__option span.child:after {
      content: "";
      display: block;
      position: absolute;
      left: 6px;
      z-index: 0;
      background: #7EC43A; }
    .select2-container--cabinet_default
    .select2-results__option span.child:before {
      height: 100%;
      width: 1px;
      top: -50%; }
    .select2-container--cabinet_default
    .select2-results__option span.child:after {
      height: 1px;
      width: 6px;
      top: 50%; }
  .select2-container--cabinet_default
  .select2-results__option span.root {
    padding: 0 0 0 4px; }
    .select2-container--cabinet_default
    .select2-results__option span.root:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 1px;
      background-color: #fff;
      top: 0;
      left: 6px;
      z-index: 1; }
  .select2-container--cabinet_default
  .select2-results__option.select2-results__option--highlighted[aria-selected]
  span.root:before {
    background-color: #c3ebfb; }

.testimonials_content .testimonial_item iframe {
  max-width: 100%;
  max-height: 100%; }
.fraud {
  height: 275px;
  text-align: center;
  display: table !important;
  width: 510px !important;
  margin: 0 auto; }
  .fraud .fraud_title {
    display: table-cell;
    vertical-align: middle; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pages .content.fraud {
    border: none;
    width: 100% !important;
    padding: 0 10px; }
    .pages .content.fraud .fraud_title p {
      margin-bottom: 12px; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 *


 */

