/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*services*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

p.uppercase {
    text-transform: uppercase;
}


/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table1 thead th{
    padding: 15px;
    color: #0e0e0e;
    text-shadow: 1px 1px 1px #b9c1c7;
    border: 1px solid #d7d8e4;
    border-bottom: 3px solid #cbccde;
    background-color: #a7a9b1;
    background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(181, 186, 190)), color-stop(0.51, rgb(163, 166, 173)), color-stop(0.87, rgb(174, 181, 189)) );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th {
    color: #0e0e0e;
    text-shadow: 1px 1px 1px #b9c1c7;
    background-color: #a7a9b1;
    border: 1px solid #d7d8e4;
    border-right: 3px solid #cbccde;
    padding: 0px 60px;
    background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(181, 186, 190)), color-stop(0.51, rgb(163, 166, 173)), color-stop(0.87, rgb(174, 181, 189)) );
    background: -moz-linear-gradient(
 left bottom,
 rgb(158,217,41) 2%,
 rgb(139,198,66) 51%,
 rgb(123,192,67) 87%
 );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table1 tfoot td {
    color: #6b6d75;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #53595a;
}
.btn-default {
    color: #333;
    background-color: #ad0e12 !important;
    border-color: #ccc;
}
.btn-default {
    border: 1px solid #eee;
    color: #000 !important;
}

.table1 tfoot th{
    color:#666;
}
.table1 tbody td {
    padding: 20px;
    text-align: center;
    background-color: #d3dacc;
    border: 30px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /* border-radius: 2px; */
    color: #0C0C0C;
    text-shadow: 1px 1px 1px #fff;
}

.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

.lead {
    font-size: 17px !important;
}
body {
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    
}