#flash-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Allows clicks to pass through to the image/links */
    z-index: 1;
    clip-path: url(#stadium-curve);
    -webkit-clip-path: url(#stadium-curve);
    filter: drop-shadow(0px 0px 2px red); 
	display: none;
	z-index: -1;
}

/* The Flash Particle */
.camera-flash {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    /* Create the glow effect */
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.8),
                0 0 20px 8px rgba(255, 255, 255, 0.4);
    opacity: 0; /* Start invisible */
    animation: flashAnimation 0.6s ease-out infinite;
}
/* The pop and fade animation */
@keyframes flashAnimation {
    0%   { opacity: 0; transform: scale(0.5); }
    
    /* The flash happens extremely fast (first 2% of the timeline) */
    2%   { opacity: 1; transform: scale(1.5); } 
    
    /* It fades out quickly (by 4%) */
    4%   { opacity: 0; transform: scale(0.5); }
    
    /* It stays invisible for the remaining 96% of the time */
    100% { opacity: 0; transform: scale(0.5); }
}
.grp-btnr {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 18px;
  cursor: pointer;
  transition: .4s ease all;
  -moz-transition: .4s ease all;
  -webkit-transition: .4s ease all;
  background: red;
}
.grp-widget-box-request .grp-btn:hover {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 18px;
  cursor: pointer;
  transition: .4s ease all;
  -moz-transition: .4s ease all;
  -webkit-transition: .4s ease all;
}
.grp-widget-box-request .grp-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 18px;
  cursor: pointer;
  transition: .4s ease all;
  -moz-transition: .4s ease all;
  -webkit-transition: .4s ease all;
  background: #0000001f;
}
.grp-theme-default .grp-widget-box-request .btn-primary {
  background: #01845d;
}
.grp-widget-box-request {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.grp-theme-default .grp-widget-box-request .grp-btn-primary {
  background: #01845d;
}
.aa-google-places-reviews-badge {
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
}
.grp-widget-box-head-honor {
  padding-top: 3px;
}
.grp-widget-box-head-honor-rating-score {
  position: absolute;
  left: 0;
  bottom: 14px;
  font-size: 18px;
  right: 0;
  font-weight: 700;
  line-height: 18px;
}
.grp-widget-box-head-honor-rating svg {
  position: absolute;
  left: 0;
  top: -4px;
  width: 60px;
  height: 60px;
}
.grp-widget-box-head-honor-rating {
  position: relative;
  width: 60px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.grp-widget-box-head-honor-rating-score.grp-single {
  bottom: 16px;
  font-size: 25px;
  text-align: center !important;
}
.aa-google-places-reviews-badge a {
    background-color: transparent;
}


.aa-google-places-reviews-badge {
  text-align: center;
  line-height: 1.2;
  background-size: cover;
  background-position: 50% 50%;
}

.aa-header {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.aa-header::after {
    content: '';
    clear: both;
    display: block;
}

.aa-header-badge {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.aa-header-image {
    width: 80px;
    overflow: hidden;
    height: 80px;
    position: relative;
    float: left;
}


.aa-header-image img {
    height: 80px;
    max-width: 500px;
    min-width: 100%;
    transform: translate(-50%,0);
    left: 50%;
    position: absolute;
}
.grp-widget-box-head-subtitle {
  text-align: center !important;
}
.aa-header .aa-header-title {
    color: #434a54;
    font-size: 18px;
    text-decoration: none;
    line-height: 24px;
	text-align: center !important;
}

.aa-header .aa-header-title a {
  border: none;
  transition: .4s ease all;
  -moz-transition: .4s ease all;
  -webkit-transition: .4s ease all;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0,0,0,.1);
  text-decoration: none;
}

.aa-header .aa-fr-starsnumb {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    color: currentColor;
    font-weight: 500;
}

.aa-fr-starsnumb i{
    color: #e7711b;
    margin-right: 5px;
    font-size: 16px;
}

.aa-header .aa-fr-starsnumb span {
    font-size: 24px;
    line-height: 38px;
}

.aa-header .aa-fr-starslist-wrapper {
    display: inline-block;
    height: 39px;
    padding-top: 9px;
    background: unset !important;
}

.aa-google-places-reviews-badge .aa-fr-starslist-wrapper .aa-fr-starslist-container {
    position: relative;
    font-size: 0;
    height: 18px;
    display: inline-block;
}

.aa-header-content {
   margin: 20px;
   position: relative;
   text-align: center !important;
}

.aa-header .aa-prara-title {
    font-size: 16px;
    text-decoration: none;
    line-height: 15px;
}

/* --------------------------------

Primary style

-------------------------------- */

.aa-greviews-main-wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aa-greviews-clearfix::before, .aa-greviews-clearfix::after {
  content: '';
  display: table;
  clear: both;
  flex-basis: 0;
  order: 1;
}


/* --------------------------------

Default Layout : Main Layout

-------------------------------- */



.aa-greviews-google-reviews-wrap {
  margin-top: 40px;
}

.aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
  margin-left: -3.33%;
}

.aa-greviews-all-reviews-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.aa-greviews-all-reviews-wrapper ul li {
  list-style: none;
}



.aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review{
  float: left;
  margin-left: 3.33%;
  margin-bottom: 30px;
}

.aa-greviews-review-template li.aa-greviews-sp-review{
  position: relative;
  padding-top: 65px;
  text-align: center;
}

.aa-greviews-review-template li.aa-greviews-sp-review{
  text-align: center;
}

.aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review .aa-greviews-main-header-section {
  min-height: 290px;
}

.aa-greviews-review-template li.aa-greviews-sp-review .aa-greviews-main-header-section {
  position: relative;
  /*padding: 80px 45px 25px;*/
  padding: 80px 20px 25px;
  border: 1px solid #ebebeb;
}

.aa-greviews-review-template .aa-greviews-info-section.aa-greviews-top-section {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
}


.aa-greviews-user-review-avatar img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.aa-greviews-all-reviews-wrapper a {
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.aa-greviews-review-template .aa-greviews-reviewer-name {
  margin-bottom: 10px;
}

.aa-greviews-review-template .aa-greviews-reviewer-name a {
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  text-transform: capitalize;
  box-shadow: unset;
  text-decoration: none;
}

.aa-greviews-review-template .aa-greviews-reviewer-name a:hover {
  color: #384fcf;
  box-shadow: unset;
  background: none;
  text-decoration: none;
}


.aa-greviews-review-template .aa-greviews-reviewer-star {
  display: block;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 25px;
}

.aa-greviews-review-template .aa-greviews-rated-time {
  display: inline-block;
  border-radius: 20px;
  background-color: #384fcf;
  padding: 2px 10px;
  color: #ffffff;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
}

.aa-greviews-review-template .aa-greviews-content-reviews-wrapper {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #959595;
}

.aa-greviews-reviewer-star i {
  color: #e7711b;
  margin-right: 5px;
  font-size: 16px;
}



/********* Alert Messages  *****************/

.aa-greviews-alert a:hover {
  background: none;
  color:#333;
}


.aa-greviews-alert.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.aa-greviews-alert.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.aa-greviews-alert {
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
  opacity: 0.83;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  font-family: Verdana,sans-serif;
  font-size: 15px;
  line-height: 26px;
}

/******* Reviews Button  **********/

.aa-greviews-button-row {
  /*border: 1px solid #ebebeb;*/
}

.aa-greviews-rateus-button-wrap a {
  display: inline-block;
  padding: 14px 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-radius: 25px;
  box-shadow: unset;
  text-decoration: none;
}


.aa-greviews-rateus-button-wrap a:hover , .aa-greviews-button-row  a:hover {
  color: #ffffff;
  box-shadow: unset !important;
  transition: 0.3s;
}


.aa-greviews-button-row a {
  display: block;
  padding: 14px 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-radius: 25px;
  box-shadow: unset;
  text-decoration: none;
  margin: 10px 10px;
}

.aa-greviews-sp-review.aa-greviews-button-row {
  margin-top: 66px;
  padding-bottom: 17%;
  /* padding-top: 37px; */
}



/******* Read More Style  **********/

#aa-greviews-content-reviews-wrapper_all a:visited {color:#0254eb;}

.aa-greviews-review-description {
  margin:10px;
  line-height: 25px;
}

.aa-greviews-morecontent span {display:none;}

.aa-greviews-review-template a.aa-greviews-morelink {
  display: block;
  color: #384fcf;
  cursor: pointer;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  margin-top: 8px;
}

a.aa-greviews-morelink:hover{
  background:none;
  color: #555;
}

a.aa-greviews-morelink:visited{
  background:none;
  text-decoration: none;
}




/***** Mobile Support ******/


@media (max-width: 570px){

  .aa-greviews-rate-button{
    margin-bottom: 10px;
  }

  .aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
    margin-left: 0;
  }

  .aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }

}

@media (max-width: 450px){
.grp-widget-box-request .grp-btn:hover {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
}	
.grp-widget-box-request .grp-btn {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.grp-widget-box-request-action {
  width: 100%;
  display: grid;
  justify-content: center;
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
}
}
@media (max-width: 400px){

  .aa-greviews-rate-button{
    margin-bottom: 10px;
  }

  .aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
    margin-left: 0;
  }

  .aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }
}


@media (max-width: 320px){

  .aa-greviews-rate-button{
    margin-bottom: 10px;
  }

  .aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
    margin-left: 0;
  }

  .aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }

}


/* --------------------------------

List Layout : List Template

-------------------------------- */

.aa-list-all-reviews-wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aa-list-all-reviews-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aa-list-clearfix:before, .aa-list-clearfix:after {
  content: '';
  display: table;
  clear: both;
  flex-basis: 0;
  order: 1;
}

.aa-list-template li.aa-list-review:nth-of-type(2n+1) {
  clear: left;
}

.aa-list-template li.aa-list-review {
  float: left;
  width: 90%;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 190px;
}

.aa-list-template li.aa-list-review {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}

.aa-list-template li.aa-list-review {
  padding: 40px;
  margin-bottom: 30px;
  text-align: left;
}

.aa-list-all-reviews-wrapper ul li {
  list-style: none;
}


.aa-list-template .aa-list-left-info-section {
  max-width: 100px;
  width: 100%;
}

.aa-list-template .aa-list-info-section {
  float: left;
}

.aa-list-template .aa-list-right-info-section {
  width: calc(100% - 140px);
  padding-left: 25px;
}

.aa-list-template .aa-user-info-left-wrap {
  float: left;
  width: 70%;
}


.aa-list-all-reviews-wrapper a {
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.aa-list-template .aa-reviewer-name a {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #252525;
  text-transform: capitalize;
  box-shadow: unset;
  text-decoration: none;
  line-height: 34px;
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition:color .2s ease-out, background 2s ease-in;
}


.aa-list-template .aa-rated-time {
  float: right;
  width: 30%;
  color: #707070;
  font-size: 15px;
}

.aa-list-template .aa-content-reviews-wrapper {
  margin-top: 10px;
  color: #959595;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.aa-reviewer-star i{
  color: #e7711b;
  margin-right: 5px;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {


  .aa-list-template li.aa-list-review {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .aa-list-template .aa-list-info-section{
    float:none;
  }

  .aa-list-template .aa-list-right-info-section {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .aa-list-template .aa-user-info-left-wrap {
    float: none;
    width: 100%;
  }

  .aa-list-template .aa-rated-time{
    float: none;
    width: 100%;
  }
}


/* --------------------------------

Slider Layout : Slider Template

-------------------------------- */

.aa-google-reviews-slider-content {
  margin: 15px auto;
}

.aa-google-reviews-slider-content p {
  margin-bottom: 1.5em;
  font-size: 1.0em;
  line-height: 2em;
  word-wrap: break-word;
}

.aa-google-reviews-slider-content a{
  text-decoration: none;
}

.aa-google-reviews-slider-content a:hover{
  text-decoration: none;
  background: none;
}

.aa-google-reviews-slider-content .testimonial {
  position: relative;
  overflow: hidden;
}

.aa-google-reviews-slider-content .testimonial .quote {
  position: relative;
}

.aa-google-reviews-slider-content .testimonial .quote:before {
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  color: #727D92;
}

.aa-google-reviews-slider-content .testimonial .quote:before {
  left: 15px;
  top: 15px;
}

.aa-google-reviews-slider-content .quote {
  background: #F1F2F6;
  padding: 25px 15px 5px 50px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #727D92;
  font-weight: 300;
  line-height: 1.6em;
  font-style: italic;
}
.aa-google-reviews-slider-content .quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #F1F2F6 transparent transparent transparent;
  position: relative;
  top: 42px;
  right: 10px;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
}

.aa-google-reviews-slider-content .client {
  /*margin-bottom: 80px;*/
  color: #2A3A5D;
}
.aa-google-reviews-slider-content .client .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  width: initial!important;
}
.aa-google-reviews-slider-content .client p {
  position: relative;
  top: 5px;
}
.aa-google-reviews-slider-content .client p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -12px;
}
.aa-google-reviews-slider-content .client p:nth-child(3) {
  font-size: 14px;
  color: #2A3A5D;
}

.aa-google-reviews-slider-content .gbtn {
  background: url("https://www.gstatic.com/images/branding/product/1x/googleg_48dp.png") no-repeat;
  background-size: 13px 13px;
  display: inline-block;
  height: 13px;
  margin-bottom: 2px;
  margin-right: 2px;
  vertical-align: middle;
  width: 13px;
}


.aa-google-reviews-slider-content i {
  color: #e7711b;
  margin-right: 5px;
  font-size: 16px;
}

.aa-google-reviews-slider-content-btn-wrap {
  text-align: center!important;
  margin-top: 15px;
}

.aa-google-reviews-slider-content .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.aa-google-reviews-total {
  text-align: center;
  font-size: 17px;
  width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
}