﻿@font-face
{
    font-family:"qualio";
    src:url('../fonts/Qualio.ttf');
    }

.quote-default small,
.quote-default .small {
  font-weight: 500;
  font-style: italic;
  color: #b6b6b6;
}

.quote-default * + small,
.quote-default * + .small {
  margin-top: 3px;
}

.quote-default__mark svg {
  fill: #ea4a31;
}

.quote-default__main {
  padding-bottom: 20px;
}

.quote-default__footer {
  padding-top: 20px;
}

* + .quote-default__main {
  margin-top: 20px;
}

* + .quote-default__footer {
  border-top: 1px solid #ebebeb;
}

@media (min-width: 768px) {
  .quote-default__main {
    padding-bottom: 27px;
  }
  .quote-default__footer {
    padding-top: 27px;
  }
}

.quote-modern {
  text-align: center;
  margin-top:60px;
}

.quote-modern small,
.quote-modern .small {
  font-size: 13px;
  color: #3a3a3a;
}

.quote-modern .cite {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #444;
}

.quote-modern__header {
  position: relative;
  z-index: 2;
  text-align: center;
}

.quote-modern__main {
  position: relative;
  z-index: 1;
  padding: 25px 8px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 0 0 #00c2c7;
}

/*.quote-modern__main::before, .quote-modern__main::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-40deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 10px 20px;
}

.quote-modern__main::before {
  bottom: -9px;
  z-index: 2;
  border-color: transparent transparent #fff transparent;
}*/

/*.quote-modern__main::after {
  bottom: -24px;
  z-index: 1;
  border-color: transparent transparent #00c2c7 transparent;
}*/


/* Quote 1 */
.quote-secondary-1 .quote-modern__main {
  box-shadow: 0 15px 0 0 #007fc8;
  border:1px solid #007fc8;
}

.quote-secondary-1 .quote-modern__main::after {
  bottom: -24px;
  z-index: 1;
  border-color: transparent transparent #007fc8 transparent;
}

.quote-secondary-1 .quote-modern__image-wrap::before, .quote-secondary-1 .quote-modern__image-wrap::after {
  background: linear-gradient(to right, #007fc8 0%, #007fc8 100%);
}


/* Quote 2 */
.quote-secondary-2 .quote-modern__main {
  box-shadow: 0 15px 0 0 #df3020;
  border:1px solid #df3020;
}

.quote-secondary-2 .quote-modern__main::after {
  bottom: -24px;
  z-index: 1;
  border-color: transparent transparent #df3020 transparent;
}

.quote-secondary-2 .quote-modern__image-wrap::before, .quote-secondary-2 .quote-modern__image-wrap::after {
  background: linear-gradient(to right, #df3020 0%, #df3020 100%);
}


/* Quote 3 */
.quote-secondary-3 .quote-modern__main {
  box-shadow: 0 15px 0 0 #00c2c7;
  border:1px solid #00c2c7;
}

.quote-secondary-3 .quote-modern__main::after {
  bottom: -24px;
  z-index: 1;
  border-color: transparent transparent #df3020 transparent;
}

.quote-secondary-3 .quote-modern__image-wrap::before, .quote-secondary-3 .quote-modern__image-wrap::after {
  background: linear-gradient(to right, #00c2c7 0%, #00c2c7 100%);
}


.quote-secondary-4 .quote-modern__main {
  box-shadow: 0 15px 0 0 #ea4a31;
}

.quote-secondary-4 .quote-modern__main::after {
  bottom: -24px;
  z-index: 1;
  border-color: transparent transparent #ea4a31 transparent;
}

.quote-secondary-4 .quote-modern__image-wrap::before, .quote-secondary-4 .quote-modern__image-wrap::after {
  background: linear-gradient(to right, #ea4a31 0%, #ea4a31 100%);
}

.quote-secondary-5 .quote-modern__main {
  box-shadow: 0 15px 0 0 #ffc214;
  border:1px solid #ffc214;
}

.quote-secondary-5 .quote-modern__main::after {
  bottom: -24px;
  z-index: 1;
  border-color: transparent transparent #ffc214 transparent;
}

.quote-secondary-5 .quote-modern__image-wrap::before, .quote-secondary-5 .quote-modern__image-wrap::after {
  background: linear-gradient(to right, #ffc214 0%, #ffc214 100%);
}

.quote-modern__footer > * + * {
  margin-top: 3px;
}

.quote-modern__image-wrap {
  position: relative;
  display: inline-block;
  padding: 6px;
  border-radius: 50%;
  margin-bottom: -17%;
}

.quote-modern__image-wrap::before, .quote-modern__image-wrap::after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(to right, #00c2c7 0%, #0bafbe 100%);
  opacity: .1;
}

.quote-modern__image-wrap::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.quote-modern__image-wrap::after {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.quote-modern__image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
}

.quote-modern__header + .quote-modern__main {
  padding-top:45px;
}

.quote-modern__main + .quote-modern__footer {
  margin-top: 55px;
}

@media (min-width: 480px) {
  .quote-modern__main {
    padding: 30px 8px 17px;
    box-shadow: 0 15px 0 0 #00c2c7;
  }
  .quote-modern__main::before, .quote-modern__main::after {
    border-width: 0 30px 15px 30px;
  }
  .quote-modern__main::before {
    bottom: -10px;
  }
  .quote-modern__main::after {
    bottom: -30px;
  }
}

@media (min-width: 768px) {
  .quote-modern .cite {
    font-size: 20px;
  }
}

.quote-circle .cite {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #3a3a3a;
  text-transform: uppercase;
}

.quote-circle .small {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  color: #00c2c7;
}

.quote-circle * + .cite {
  margin-top: 10px;
}

.quote-circle * + .small {
  margin-top: 3px;
}

.quote-circle__aside {
  display: inline-block;
  max-width: 135px;
}

.quote-circle__image {
  border-radius: 50%;
  max-width: 150px;
}

* + .quote-circle__main {
  margin-top: 15px;
}

@media (min-width: 480px) {
  .quote-circle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    position: relative;
    transform: translate3d(0, -20px, 0);
    margin-bottom: -20px;
    margin-left: -13px;
    margin-right: -13px;
  }
  .quote-circle > * {
    position: relative;
    margin-top: 20px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

.quote-minimal {
  display: inline-block;
  max-width: 280px;
  color: #1f1f1f;
}

.quote-minimal::before {
  display: inline-block;
  margin-bottom: 20px;
  content: '\e244';
  font-family: 'Material Icons';
  font-size: 30px;
  font-weight: 400;
}

.quote-minimal .small {
  font-size: 13px;
}

.quote-minimal .cite {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.quote-minimal * + .cite {
  margin-top: 4px;
}

* + .quote-minimal__footer {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .quote-minimal::before {
    margin-bottom: 40px;
  }
  .quote-minimal .cite {
    font-size: 20px;
  }
}

.quote-light {
  position: relative;
  background: linear-gradient(to bottom, rgba(58, 58, 58, 0.05), rgba(58, 58, 58, 0));
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 13px 0 0 #ececec;
}

.quote-light::before, .quote-light::after {
  content: '';
  position: absolute;
  left: 20px;
  transform: rotate(-40deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 15px 30px;
}

.quote-light::before {
  bottom: -10px;
  z-index: 2;
  border-color: transparent transparent #fff transparent;
}

.quote-light::after {
  bottom: -20px;
  z-index: 1;
  border-color: transparent transparent #ececec transparent;
}

.quote-light small,
.quote-light .small {
  font-size: 13px;
  color: #00c2c7;
}

.quote-light .cite {
  color: #3a3a3a;
  font-weight: 500;
  text-transform: uppercase;
}

.quote-light * + small,
.quote-light * + .small {
  margin-top: 3px;
}

@media (min-width: 480px) {
  .quote-light {
    padding: 40px 24px 50px;
  }
}

@media (min-width: 768px) {
  .quote-light .cite {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .quote-light {
    padding: 30px 20px 35px;
  }
}


.quote-modern__main h5 
{
    font-family: calibri;
    color: black;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}