.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eeeeee;
}
.accordion .accordion-title i {
  position: absolute;
  font-size: 15px;
  right: 20px;
  top: 22px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion .accordion-title.collapsed i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.accordion .accordion-title:hover {
  color: #0061c2;
}
.accordion .accordion-content {
  padding: 20px;
}
.wi-aws-1 .wi-img {
  height: 200px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.wi-aws-1 .wi-overlay {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+54,0.55+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.55) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.55) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#8c000000",GradientType=0);
  /* IE6-9 */
}
.wi-aws-1 .wi-overlay span {
  display: inline-block;
  align-self: flex-end;
  font-size: 16px;
  padding: 5px;
  text-align: center;
}
@media (min-width: 1200px) {
  .wi-aws-1 .wi-img {
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
@media (min-width: 1400px) {
  .wi-aws-1 .wi-overlay span {
    font-size: 19px;
  }
}
nav.wi-breadcrumb ol {
  font-size: 14px;
}
/* general accordion */
.ah-accordion {
  width: 100%;
}
.ah-accordion div.card {
  border-radius: 0;
  margin-bottom: 2px;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
}
.ah-accordion div.card div.card-header {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.ah-accordion div.card div.card-header button {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  color: #5d5d5d;
  padding: 12px;
  padding-left: 40px;
  border: none;
  background-color: transparent;
}
.ah-accordion div.card div.card-header button i {
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.4;
  left: 14px;
  top: 16px;
}
.ah-accordion div.card div.card-header button.collapsed i {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
.ah-accordion div.card div.card-header button img {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 40px;
}
.ah-accordion div.card div.card-body {
  background-color: transparent;
}
.ah-accordion div.card div.card-body div.coupon {
  background-color: #fff;
}
.ah-accordion div.card div.card-body a.view-services {
  position: relative;
  top: -40px;
  left: 23px;
}
.ah-accordion div.card:nth-child(even) {
  background-color: #fff;
}
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-locations-1 .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-locations-1 .wi-bg-image .wi-bg-overlay {
  position: relative;
  padding: 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.wi-map-full-2 input.form-control {
  background-color: #70a532;
  border: 1px solid #689c22;
  color: #fff;
  z-index: 0;
  padding-right: 34px;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #689c22 inset;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.wi-map-full-2 button.search-btn {
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  padding: 5px;
}
.wi-map-full-2 button.search-btn:hover {
  color: white;
}
.wi-map-full-2 button.search-btn:focus {
  outline: 0;
}
.wi-map-full-2 input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 .wi-counter {
  border: 2px solid #2f343a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.wi-map-full-2 .location-box.selected {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  border-color: #e8e6e2;
}
.wi-map-full-2 .location-box.selected h5 {
  /* color: #0061c2; */
}
.wi-map-full-2 .loading-overlay {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wi-map-full-2 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-2 address {
  font-size: 12px;
  opacity: 0.7;
}
.wi-map-full-2 .location-links a {
  font-size: 12px;
}
.wi-service-table-1 .row .row div[class*="col"]:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
.wi-service-table-1 .row .row div[class*="col"]:not(:first-child) {
  padding-right: 0px;
}
.wi-service-table-1 .container > .row > div[class*="col"] {
  margin-top: -35px;
}
.wi-service-table-1 .row .row:not(:first-child):nth-child(even) div[class*="col"]:first-child div {
  background-color: #45494e;
}
.wi-service-table-1 .row .row:not(:first-child):nth-child(even) div[class*="col"]:nth-child(2) div {
  background-color: #578c87;
}
.wi-service-table-1 .row .row:not(:first-child):nth-child(even) div[class*="col"]:last-child div {
  background-color: #88ac4b;
}
.wi-service-table-1 .row .row:nth-child(odd) div[class*="col"]:nth-child(2) div {
  background-color: #5e9792;
}
.wi-service-table-1 .row .row:nth-child(odd) div[class*="col"]:last-child div {
  background-color: #92b84d;
}
.wi-service-table-1 .row .row:not(:first-child) div[class*="col"]:first-child div {
  color: white;
}
.wi-service-table-1 .fa-check {
  color: white;
}
.wi-service-table-1 .fa-times {
  color: #497672;
}
.wi-service-table-1 .row .row:not(:first-child) div[class*="col"]:first-child div span {
  font-size: 15px;
  line-height: 1;
}
.wi-service-table-1 .row .row:not(:first-child) div[class*="col"]:not(:first-child) div i {
  font-size: 31px;
}
.wi-service-table-1 .row .row:first-child div[class*="col"]:first-child {
  display: flex;
  align-items: flex-end;
}
.wi-service-table-1 .row .row:first-child div[class*="col"]:first-child div {
  margin-bottom: 5px;
}
.wi-service-table-1 .row .row:first-child div[class*="col"]:first-child div span {
  color: #92b84d;
  font-size: 20px;
  font-weight: 600;
  margin-left: 8px;
}
.wi-service-table-1 .row .row:not(:first-child) div[class*="col"] div {
  display: flex;
  align-items: center;
}
.wi-service-table-1 .row .row:not(:first-child) div[class*="col"] div {
  height: 100%;
}
.wi-service-table-1 .row .row:first-child div[class*="col"]:not(:first-child) div {
  color: white;
  padding: 20px 0px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wi-service-table-1 .row .row:first-child div[class*="col"]:not(:first-child) div img {
  width: 53%;
}
.wi-service-table-1 .row .row:not(:first-child) div[class*="col"]:not(:first-child) div {
  padding-top: 1px;
  padding-bottom: 1px;
  justify-content: center;
}
.wi-service-table-1 .row .row a {
  background-color: #869099;
  display: flex;
  padding: 4px;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
  transition: 0.25s;
}
.wi-service-table-1 .row .row a:hover {
  text-decoration: none;
  background-color: white;
  transition: 0.25s;
}
.wi-service-table-1 .row .row a i {
  color: #393d42;
  font-size: 13px;
}
@media (max-width: 991px) {
  .wi-service-table-1 .row .row div[class*="col"]:nth-child(2) {
    padding-right: 3px;
    padding-left: 0px;
  }
  .wi-service-table-1 .row .row div[class*="col"]:last-child {
    padding-right: 0px;
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .wi-service-table-1 > .container > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .wi-service-table-1 .row .row:first-child div[class*="col"]:not(:first-child) div {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .wi-service-table-1 .row .row:first-child div[class*="col"]:not(:first-child) div {
    font-size: 11px;
  }
  .wi-service-table-1 .row .row:first-child div[class*="col"]:not(:first-child) div img {
    width: 62px;
  }
  .wi-service-table-1 .row .row:first-child div[class*="col"]:first-child div span {
    font-size: 15px;
  }
  .wi-service-table-1 .row .row:not(:first-child) div[class*="col"]:first-child div span {
    font-size: 13px;
  }
}
div.wi-social-medium-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-1 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 27px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
div.wi-social-medium-2 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-2 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 27px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-2 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
div.wi-social-small-1 {
  width: auto;
  margin: auto;
}
div.wi-social-small-1 a {
  display: flex;
  float: left;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-small-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
.wi-subnav-full-1 .go-arrow {
  position: absolute;
  right: -5px;
}
.wi-subnav-full-1 .grand-children-col {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.wi-subnav-full-2 .img-abstract {
  margin: -19px -19px 15px -19px;
}
.wi-subnav-full-2 .img-abstract h3 {
  padding: 0 20px;
}
.wi-subnav-full-2 .img-abstract h3 a {
  color: #fff;
}
.wi-subnav-image-1 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
.wi-subnav-image-2 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image .em-tag {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: calc(50% - 30px);
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 140%;
  height: 140%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-2 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(0, 97, 194, 0.2);
}
.wi-subnav-image-2 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(171, 198, 109, 0.8);
}
.wi-subnav-image-2 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(114, 170, 23, 0.8);
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image {
  border-color: #72AA17;
}
.wi-subnav-image-2 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: #0061c2;
}
.wi-subnav-image-2 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: #abc66d;
}
.wi-subnav-image-2 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: #72AA17;
}
.wi-subnav-image-2 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
.wi-subnav-mason-1 a.wi-btn {
  display: block;
}
.wi-subnav-mason-1 .card-columns {
  column-count: 1;
}
.wi-subnav-mason-1 .card-columns .card {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .wi-subnav-mason-1 .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-subnav-mason-1 .card-columns {
    column-count: 3;
  }
}
.wi-subnav-tile-1 .wi-bg-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.wi-subnav-tile-1 .wi-bg-image .wi-bg-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.wi-team-featured .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-team-featured .wi-bg-image .wi-bg-overlay {
  position: relative;
  min-height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+46,0.5+99 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a000000", endColorstr="#80000000",GradientType=0);
  /* IE6-9 */
}
.wi-team-featured .wi-bg-image .wi-bg-overlay h5 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 20px;
  bottom: 20px;
}
.wi-vert-tabs li.tab {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #2b2b2b;
  padding: 10px;
}
.wi-vert-tabs li.tab:hover {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: #ffffff;
}
.wi-vert-tabs li.tab.active {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: #ffffff;
}
.wi-vert-tabs li.tab span.tab-caret {
  position: absolute;
  right: 4px;
  color: #2b2b2b;
  font-size: 2rem;
  height: 32px;
}
.wi-vert-tabs span.tab-caret.active {
  display: inline !important;
}
