/*=============================================
    Please add all custom CSS to this file
 =============================================*/
/*------------color-theme------

#FFFFFF  <---background color
#000000  <---background color
#036094  <---a - main-color
#D10823  <---a:hover   secondary-color
#2E5068  <---a:hover -darker secondary-color
#222831  <---footer-background color
#D6D7D9  <---card-list & review bg

------------------*/
@import url(//fonts.googleapis.com/css?family=Lato:400,700i,700|Oswald:400,700); /*------------------------------------------------global------------------------------------------------*/
body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    margin: 10px 0;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.65em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

p {
    font-weight: 400;
    line-height: 25px;
}

ul {
    font-weight: 400;
}

#content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#content a {
    color: #036094;
}

#content a:hover {
    color: #D10823;
    text-decoration: none;
}

.topPhone {
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
    font-family: 'Oswald', sans-serif;
}

.topPhone a:hover {
    color: #aadcef;
}

span.call-today {
    font-size: 1.5em;
    line-height: 1.5em;
}

.toplogo {
    z-index: 500000;
    position: relative;
    color: #000;
}

.toplogo img {
    width: 150px;
}

.phone-number {
    display: block;
    text-align: right;
    font-size: 1.75em;
    line-height: 1.25;
}

.prime {
    background: #FFFFFF;
    overflow-x: hidden;
}

.prime header.header {
    background-color: #0085bf;
}

.home .prime header.header {
    box-shadow: none;
}

.footer .one-fourth {
    padding: 20px 20px 20px 0;
}

footer.footer {
    border-top: 4px solid #D10823;
    background: #01253a;
    color: #F7F9F9;
}

.footer h2 {
    font-size: 1.5em;
}

.footer span.icon-item {
    text-indent: -15px;
    margin-left: 16px;
}

.footer svg:not(:root).svg-inline--fa {
    color: #D10823;
}

.footer label {
    position: absolute;
    left: -20000px;
}

.footer label {
    position: absolute;
    left: -20000px;
}

span[itemprop=name] img {
    width: 75%;
    padding: 0 0 15px 0;
}

span.icon-item i {
    color: #D10823;
    margin-right: 0px;
}

.footer span.icon-item i {
    text-indent: -15px;
    margin-left: 16px;
}

.toplogo a:hover, .footer span[itemprop=name] img:hover {
    opacity: .9;
}

.parallax {
    position: relative;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

.vert-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands .flex-wrapper .flex-item {
    flex-basis: 150px;
}

section.brands a:hover img {
    transform: scale(1.05,1.05);
    -webkit-transform: translateZ(0) scale(1.05, 1.05);
}

section.brands {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*---------helpful classes--------*/
.tmargin35 {
    margin-top: 35px;
}

.bmargin35 {
    margin-bottom: 35px;
}

.tbmargin35 {
    margin: 35px 0px;
}

.tmargin55 {
    margin-top: 55px;
}

.bmargin55 {
    margin-bottom: 55px;
}

.tbmargin55 {
    margin: 55px 0px;
}

.tmargin85 {
    margin-top: 85px;
}

.bmargin85 {
    margin-bottom: 85px;
}

.tbmargin85 {
    margin: 85px 0px;
}

.tbpadding85 {
    padding: 85px 0px;
}

.padding85 {
    padding: 85px;
}

.lrpadding85 {
    padding: 0px 85px;
}

.no-margin-top {
    margin-top: 0px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.img-left {
    float: left;
    padding: 20px 20px 10px 0;
}

.img-right {
    float: right;
    padding: 20px 0 10px 20px;
}

.img-left-top {
    float: left;
    padding: 6px 20px 10px 0;
}

.img-right-top {
    float: right;
    padding: 6px 0 10px 20px;
}

.text-content {
    padding: 0px 40px;
}

.text-content-l {
    padding: 0 40px 0 0;
}

.text-content-r {
    padding: 0 0 0 40px;
}

.bold {
    font-weight: 700;
}

ul.card-list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

ul.card-list li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    list-style: none;
    margin: 6px;
    flex-basis: 265px;
    background: #0297c9;
    color: #fff;
    padding: 35px;
    font-weight: 500;
    text-align: center;
}

ul.card-list p {
    font-size: 1em;
    line-height: 1.7em;
    font-weight: 400;
    padding: 0px 22px;
}

.ul-breakdown ul {
    list-style-type: none;
    width: 100%;
}

.ul-breakdown ul li {
    line-height: 1.5;
}

.ul-breakdown .one-half {
    padding: 0 14px 24px 14px;
}

.ul-breakdown li svg {
    margin: 0 5px 0 0;
}

.vm {
    align-items: center;
}

.flex-wrapper {
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
    list-style: none !important;
}

.flex-wrapper .flex-item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    margin: 15px;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*---------------buttons---------------*/
input.wpcf7-form-control.wpcf7-submit, .btn, .biziq-button, #umanage, .btn2 {
    padding: 8px 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    display: table;
    margin: 10px 0;
}

.btn, .biziq-button, #umanage, .btn2:hover, input.wpcf7-form-control.wpcf7-submit {
    background: #036094;
    color: #F7F9F9 !important;
    border: none;
}

.btn2, .btn:hover, .biziq-button:hover,.client-button:hover, #umanage:hover, input.wpcf7-form-control.wpcf7-submit:hover {
    background: #D10823;
    color: #F7F9F9 !important;
    border: none;
}

.btn-center {
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
}

.btn-center .btn, .btn-center .btn2 {
    margin: 0 5px;
}

/*---------------nav---------------*/
.nav ul {
    padding: 0px;
    line-height: 1.2;
    padding: 10px 0px 6px;
    background-color: #0297c9;
    font-family: 'Oswald', sans-serif;
}

.nav ul.sub-menu {
    border: none;
}

.nav ul li a {
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: .5px;
}

nav.nav.nav-fixed {
    background-color: #FFFFFF;
    color: #000;
}

nav.nav.nav-fixed ul {
    top: 0;
    text-align: center;
    box-shadow: 1px 2px 20px rgba(0,0,0,.14);
}

nav.nav.nav-fixed ul {
    margin: 0;
}

nav.nav.nav-fixed ul > :first-child {
    margin: 0 0 0 10px;
}

nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
    background: #036094;
    border: none;
    color: #F7F9F9;
}

.nav ul li a:hover {
    background: #0085bf;
    color: #F7F9F9;
}

.menu-item-530 > a {
    pointer-events: none;
    cursor: default;
}

/*------------------------------------------------home------------------------------------------------*/
p.callout {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    margin: 0;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
}

.center {
    text-align: center;
}

.paragraph-sidebyside .one-half {
    padding: 0 30px;
    margin: 10px 0 0 0;
}

.btn-center-content {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.cta {
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.cta .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.rslides_tabs {
    background: none;
    border-top: none;
    padding: 5px;
}

.slide-content {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
}

p.cta1 {
    font-size: 2em;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

p.cta2 {
    font-size: 2.5em;
    /* text-transform: uppercase; */
    font-weight: 700;
    margin: 7px 0;
    line-height: 1.2;
}

p.cta3 {
    margin: 0 0 15px 0;
    line-height: 1.2;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

.slide-content .btn {
    letter-spacing: .5px;
    font-size: 1.25em;
}

/*------------------------------------------------services------------------------------------------------*/
/*======================= GALLERY =======================*/
.gallery br {
    display: none;
}

.gallery:after {
    content: ' ';
    display: table;
    clear: both;
}

.featherlight {
    background: rgba(0, 0, 0, 0.6);
}

.featherlight-content {
    overflow: hidden !important;
}

.featherlight .featherlight-content {
    background: none;
    padding: 50px !important;
}

.featherlight-next span, .featherlight-previous span {
    text-shadow: 0 0 5px black;
    display: block;
    font-size: 4em;
    line-height: 1em;
}

.featherlight-next span {
    right: -40%;
}

.featherlight-previous span {
    left: -38%;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: none;
}

.featherlight-close-icon {
    font-size: 3em;
    font-weight: bold;
    color: white !important;
    background: none !important;
    top: 16px !important;
    right: 16px !important;
}

.featherlight-image.featherlight-inner {
    padding: 20px;
    max-width: 100%;
    height: auto !important;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-link {
    -webkit-transition: opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
    -o-transition: box-shadow .1s, transform .2s, opacity .2s;
    transition: box-shadow .1s, transform .2s, opacity .2s;
    transition: box-shadow .1s, transform .2s, opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
    margin: 30px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
    opacity: 1;
}

.gallery-link:hover, .gallery-link:focus, .gallery-link:active {
    -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
    opacity: .9;
}

.gallery-item {
    margin: 0 !important;
    overflow: hidden;
}

.gallery-item img {
    border: none !important;
    margin: 0;
    padding: 0;
}

.gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 4px;
}

.gallery-icon a::after {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: '\f00e';
    opacity: 0;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Font Awesome 5 Pro";
    font-size: 3em;
}

.gallery-icon:hover a::after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}

.gallery-icon:hover a img {
}

.gallery-icon {
    overflow: hidden;
}

.gallery-icon a img {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .featherlight-content::before {
        display: none;
    }

    .gallery-item {
        width: 50%!important;
    }
}

/*------------------------------------------------reviews------------------------------------------------*/
.biziq-review {
    overflow: hidden;
}

#content h3.review-title {
    font-size: 1.5em;
}

#content .author-name, #content .review-date {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
}

#content .review-body {
    font-size: 1.1em;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
}

#content .review-container {
    display: flex;
    justify-content: flex-start;
    display: -ms-flexbox;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    margin: 0px -5px;
}

#content .rev-cont {
    border: none;
    width: 48%;
    padding: 25px;
    margin: 5px;
    background-color: #D6D7D9;
    color: #000;
}

#content .review-body {
    border-left: none;
    padding: 0px;
}

.home #content .review-body {
    padding: 0px 200px;
}

#content .review-info {
    font-size: 1em;
}

.home #content .review-info {
    padding: 0px 200px;
}

#content .review-rating {
    font-size: 1.2em;
}

#content .review-nav-container {
    width: 100%;
}

div#biziqrecentreviews-5 {
    padding: 0px 60px 0 0;
}

/*------------------------------------------------feedback------------------------------------------------*/
#content .compliments h1 {
    background: #036094;
    color: #FFFFFF;
}

.feedback #content a img {
    height: 175px;
    width: auto;
    padding: 20px;
    transition: transform .2s;
}

.feedback #content a img:hover {
    transform: scale(1.15);
    border: none;
    box-shadow: none;
}

.feedback #content a {
    color: #D10823;
    font-weight: 400;
    transition: color .2s ease-in-out,background .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out,background .2s ease-in-out;
}

.feedback #content a:hover {
    color: #2E5068;
}

.feedback-page p {
    display: inline-block;
}

.feedback-page {
    text-align: center;
}

/*------------------------------------------------contact------------------------------------------------*/
#content .one-half .wpcf7-form {
    margin: 0px 35px;
}

.wpcf7-form input, .wpcf7-form textarea {
    padding: 8px;
}

.tel-contact {
    padding: 0 0 0 40px;
}

.tel-contact a {
    font-size: 1.5em;
}

.contact-us #content .text-content a img {
    height: 100px;
    width: auto;
    padding: 20px;
    transition: transform .2s;
}

.google-maps {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.home .google-maps {
    height: 100%;
}

.footer .one-fourth .google-maps {
    padding-bottom: 89%;
}

.contact-us #content a.phone-number {
    width: 100%;
    float: none;
    margin: 17px 0 0 0;
    border: none;
    background: none;
    font-size: 1.5em;
}

/*------------------------------------------------media-queries------------------------------------------------*/
@media only screen and (max-width: 1070px) {
}

@media only screen and (max-width: 980px) {
    .img-left, .img-right, .img-left-top, .img-right-top {
        float: none;
        padding: 0;
    }
}

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

@media only screen and (max-width: 768px) {
    .reverse .flex-item:last-child {
        order: -1;
    }

    .topPhone {
        text-align: center;
        margin: 0px;
    }

    .toplogo {
        padding: 0px;
        text-align: center;
    }

    .ul-breakdown ul {
        padding: 0px 30px;
    }

    .ul-breakdown .one-half {
        padding: 0px;
        text-align: left;
    }

    .prime header.header {
        height: auto;
        box-shadow: none;
    }

    .three-fourth {
        width: 100%;
    }

    .tel-contact {
        padding: 0;
    }

    .phone-number {
        text-align: center;
        margin-top: 0px;
    }

    .breakout .sec-center {
        width: 100%;
    }

    .ul-breakdown ul {
        padding: 0px;
    }

    .ul-breakdown .one-half {
        padding: 0px;
        text-align: left;
    }

    .prime header.header {
        height: auto;
        box-shadow: none;
    }

    .three-fourth {
        width: 100%;
    }

    .tel-contact {
        padding: 0;
    }

    .mob-menu-header-holder.mobmenu {
        background: #0085bf;
    }

    .mobmenul-container i, i.mob-icon-cancel.mob-cancel-button {
        color: #fff;
    }

    .show-nav-right .mob-menu-header-holder.mobmenu {
        background: none;
    }

    .mobmenu_content #mobmenuright .sub-menu a {
        color: #FFFFFF;
        text-align: left;
        padding: 10px 20px;
        background: #D6D7D9;
    }

    .mobmenu_content #mobmenuright .sub-menu a:hover {
        background: #D6D7D9;
        color: #ffffff;
    }

    ul.sub-menu li {
        border-bottom: none;
        background: none;
    }

    #mobmenuright li a:hover {
        color: #000000;
    }

    .one-half {
        text-align: left;
    }

    .text-content {
        padding: 10px;
    }

    .parallax-content {
        padding: 100px 30px;
    }

    #content .rev-cont {
        width: 100%;
    }

    .paragraph-sidebyside .one-half {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
.mob-menu-header-holder.mobmenu {
    background: #0297c9;
}}

@media only screen and (max-width: 767px) {
    nav.nav ul li:after {
        display: none !important;
    }

    .mob-expand-submenu i {
        top: 21px;
    }

    #mobmenuright li a:hover {
        color: #ffffff;
    }
}

@media only screen and (max-width: 700px) {
    .home .slide {
        height: 330px;
    }

    .home .slide img {
        max-width: 280%;
        margin: -100px 0 0 -550px;
    }
}

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

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

@media only screen and (max-width: 425px) {
    .home .slide img {
        max-width: 280%;
        margin: 0 0 0 -550px;
    }
}

@media only screen and (max-width: 325px) {
    .home .slide {
        height: 350px;
    }

    .home .slide img {
        max-width: 300%;
    }
}


.video-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.under_hero {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
}
.under_hero img {
    display: block;
    margin: 0 auto 0.5em;
}
.under_hero .content {
    background: #0085BF;
    padding: 1em 0.5em;
    color: #fff;
    font-weight: 700;
}


