/*=============================================
    Please add all custom CSS to this file
 =============================================*/

body {
    font-weight: 400;
}

.prime header.header {
    background: rgba(162,162,162,.25);
    color: #fff;
}

footer.footer {
    background: rgba(9,80,159,1);
    color: #fff;
}

.nav, nav.nav.nav-fixed {
    background: #09509f;
    border-top: 3px solid #ce8605;
}

h1 {
    color:#ce8605;
}

.final-star {
    color: #ce8605 !important;
}

.socialicons{
    text-align:left;
}
.bottomicon{
    text-align:left;
}

#biziqrecentreviews-5 {
    line-height: 1.3em;
    font-size: 12px;
}

.review-container {
    margin: 30px 0px 30px 0px;
}

/*------------------------------------*\
    LOGO AND PHONE
\*------------------------------------*/
.toplogo {
    display: inline-block;
    margin: 10px 0px 5px 0px;
    font-size: 30px;
    font-weight: bold;
}

.topPhone {
    display: inline-block;
    margin: 25px 0px 5px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #444;
}

.topPhone span {
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
}

.compliments h1 {
    background: #ce8605;
}

#content a {
    color: #09509f;
}

ul.fancylist li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ce8605;
    font-size: 16px;
    padding-right: 0.5em;
    margin-left: -27px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  border-radius: 3px;
  background: #09509f;
  color: #EBEBEB !important;
  padding: 4px 30px;
  text-decoration: none !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: #ce8605;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media only screen and (max-width: 767px) {
    .topPhone {
        margin-top:0px;
    }
}


.active-page {
    background: white;
    border: 1px solid;
}


.cta {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
}
.cta a {
    background: blue;
    padding: 0.5em 2em;
    border-radius: 5px;
    margin-bottom: 2em;
    color: #fff;
}