.testimonial {

    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;

}
/*testimonial*/

    .main-gallery {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-top: solid 10px #cf5847;

}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 100%;
  margin: 50px auto 50px auto;
  padding: 0;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 10px 0;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #cf5847;
}

.flickity-page-dots {
  bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
  background: #cf5847;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #efd979;
    background: #efd979;
    font-weight: normal;
    color: #454545;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #cf5847;
    background: #cf5847;
    font-weight: normal;
    color: #ffffff;
}
.sk-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sk-list li {
    display: inline;
    border-right: 1px solid #000;
    padding-right: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #0E0500;
}
.sk-box {
    max-width: 1005px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.sk-box-col {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 0 auto;
}
.sk-box-col ul {
    padding-left: 10px;
    margin: 0;
}
.sk-img img {
    width: 100%;
}
.sk-content {
    padding: 0 2px;
    box-shadow: 5px 5px 15px #ccc;
}
.sk-text {
    height: 220px;
}
.sk-text h3 {
    text-align: center;
}
.sk-text p {
    text-align: justify;
    padding: 0 5px;
    text-justify: distribute;
}
.sk-list h1 {

    width: 7%;
    float: left;
    margin: 0;
    font-size: 15px;

}
.sk-list marquee {

    width: 92%;
    float: right;

}






/* On screens that are 1200px wide or less, go from four columns to two columns */
@media only screen and (max-width: 1199.98px) {
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media only screen and (max-width: 991.98px) {
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media only screen and (max-width: 767.98px) {
  .sk-box-col {

    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 0 auto;

}
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 575.98px) {
  .sk-box-col {

    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 0 auto;

}
}
/* On screens that are 480px wide or less, make the columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 480px) {
  .sk-box-col {

    width: 90%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 0 auto;

}
}
/* On screens that are 320px wide or less, make the columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 320px) {
}
/* On screens that are 240px wide or less, make the columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 240px) {
}