/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.btn-lg {
  font-size: 1.12rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw01 {
  margin-bottom: 0.62rem;
}
.sw01-caption {
  font-size: 1.5rem;
}
.sw01-caption > a, .sw01-caption > a:hover {
  color: #fff;
  text-decoration: none;
}
.sw01-caption h4 {
  font-size: rem;
}
.sw01-indicators li {
  border: 2px solid #fff;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.horizontalLayout {
  width: 18.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.horizontalLayout a {
  color: #1d1d1d;
  text-decoration: none;
}
.horizontalLayout a:hover, .horizontalLayout a:focus {
  color: #0083ca;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .horizontalLayout {
    width: 17.5rem;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.tm11 {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 1.875rem;
  margin: 0 0.93rem;
}
.tm11 .tm11-pic {
  margin: 0 1.875rem 1.25rem 0;
  float: left;
}
.tm11 .tm11-pic img {
  max-width: 5.62rem;
  max-height: 5.62rem;
  border-radius: 50%;
}
.tm11 .tm11-title h4 {
  color: #222222;
  font-size: 1rem;
  margin-top: 5px;
  font-weight: 800;
  text-transform: capitalize;
}
.tm11 .tm11-title small {
  display: block;
  color: #dc005a;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 0.62rem;
}
.tm11 .tm11-review span {
  color: #888888;
  font-size: 0.93rem;
  font-style: italic;
  line-height: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 95.62rem) {
  .tm11-parallax h2 {
    margin-bottom: 2.5rem;
  }
  .tm11 {
    margin: 0;
  }
}
.tm11-carousel .owl-nav {
  margin: 0.62rem 0 0.93rem 45%;
}
.tm11-carousel .owl-nav .owl-next, .tm11-carousel .owl-nav .owl-prev {
  width: 0.62rem;
  height: 0.62rem;
  z-index: 0;
  background: #222222;
  margin: 5px;
  opacity: 1;
  border-radius: 50%;
  display: inline-flex;
  float: none;
  vertical-align: bottom;
}
.tm11-carousel .owl-nav .fa {
  display: none;
}
.tm11-carousel .owl-nav .disabled {
  background: #f3f3f3 !important;
  border: 2px solid #f3f3f3;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.service-box span i {
  font-size: 45px;
  padding: 30px;
  color: #333;
}
