

html,
body,
button,
input,
select,
textarea {
    font-family: 'Nunito', sans-serif;;
}
body {
    font-size: 17px;
    line-height:  25px;
    font-weight: 400;
}
.mega-nav-wrapper .mega-cols .mega-row .mega-col-title  {
    font-size: 17px;
    line-height:  25px;
    font-weight: 400;
}
div.nf-field-label label{
    font-size: 17px;
    line-height:  25px;
    font-weight: 400;
}
.team-single .header .site-width .right-column{
    font-size: 17px;
}
#navbar #primary-menu{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.mega-menu-final ul li a{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
#mega-Post .info .excerpt{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.the-reviews-list .info {
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.the-reviews-columns .name-bold, .the-reviews-columns .bold-bold {
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.the-reviews-columns .short_content{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.archive-wrapper .archive-block .archive-info .excerpt{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.archive-wrapper .archive-block .archive-info .arrow-link{
    font-size: 15px;
}
.file-picker .item{
    font-size: 15px;
}
.blog-single .header .site-width .right-column .author .written-by {
    font-size: 15px;
}
.footer-nav ul li a{
    font-size: 15px;
}
.arrow-link{
    font-size: 15px;
    line-height:  23px;
}
#mega-Post .info .pre-title{
    font-size: 12px;
    line-height:  12px;
    font-weight: 400;
}
.archive-wrapper .archive-block .archive-info .pre-title{
    font-size: 12px;
}
.archive-wrapper .archive-block.team .archive-info .excerpt {
    font-size: 12px;
}

.site-info .footer-logo .footer-copy{
    font-size: 12px;
}
.top-tag{
    font-size: 12px;
}
.newsletter-wrap .newsletter-terms p{
    font-size: 12px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Montserrat', sans-serif;;
}

h1, .h1 {
    font-size: 50px;
    line-height:  57px;
    font-weight: 700;
}

h2, .h2 {
    font-size: 37px;
    line-height:  44px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 25px;
    line-height:  39px;
    font-weight: 700;
}

h4, .h4 {
    font-size: 23px;
    line-height:  29px;
    font-weight: 700;
}

h5, .h5 {
    font-size: 20px;
    line-height:  23px;
    font-weight: 700;
}

h6, .h6 {
    font-size: 15px;
    line-height:  23px;
    font-weight: 700;
}
.main-title {
    font-size: 47px;
    line-height:  57px;
    font-weight: 700;
}


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

    h1, .h1 {
    font-size: 40px;
    line-height:  46px;
    }

    h2, .h2 {
    font-size: 30px;
    line-height:  36px;
    }

    h3, .h3 {
    font-size: 20px;
    line-height:  32px;
    }

    h4, .h4 {
    font-size: 19px;
    line-height:  24px;
    }

    h5, .h5 {
    font-size: 16px;
    line-height:  19px;
    }

    h6, .h6 {
    font-size: 12px;
    line-height:  19px;
    }
    .main-title {
    font-size: 38px;
    line-height:  46px;
    }



}
    .Blue{
        color:#136ebc;
    }
    .bgBlue {
        background:#136ebc;
    }
    .button.bgBlue,
    button.bgBlue,
    input[type="submit"].bgBlue,
    input[type="button"].bgBlue,
    input[type="reset"].bgBlue{
        background:#136ebc;
    }
    .button.Blue,
    button.Blue,
    input[type="submit"].Blue,
    input[type="button"].Blue,
    input[type="reset"].Blue{
        color:#136ebc;
    }
	.BorderBottomBlue{
        border-bottom-color:#136ebc !important;
    }
	.obgBlue{
        background:rgba(19,110,188,0.7);
    }
    .gradientBgBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(19,110,188,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(19,110,188,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(19,110,188,1) 32%, rgba(156,156,156,0) 88%);
    }
        .MidBlue{
        color:#428bc5;
    }
    .bgMidBlue {
        background:#428bc5;
    }
    .button.bgMidBlue,
    button.bgMidBlue,
    input[type="submit"].bgMidBlue,
    input[type="button"].bgMidBlue,
    input[type="reset"].bgMidBlue{
        background:#428bc5;
    }
    .button.MidBlue,
    button.MidBlue,
    input[type="submit"].MidBlue,
    input[type="button"].MidBlue,
    input[type="reset"].MidBlue{
        color:#428bc5;
    }
	.BorderBottomMidBlue{
        border-bottom-color:#428bc5 !important;
    }
	.obgMidBlue{
        background:rgba(66,139,197,0.7);
    }
    .gradientBgMidBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(66,139,197,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(66,139,197,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(66,139,197,1) 32%, rgba(156,156,156,0) 88%);
    }
        .LightBlue{
        color:#7db9e2;
    }
    .bgLightBlue {
        background:#7db9e2;
    }
    .button.bgLightBlue,
    button.bgLightBlue,
    input[type="submit"].bgLightBlue,
    input[type="button"].bgLightBlue,
    input[type="reset"].bgLightBlue{
        background:#7db9e2;
    }
    .button.LightBlue,
    button.LightBlue,
    input[type="submit"].LightBlue,
    input[type="button"].LightBlue,
    input[type="reset"].LightBlue{
        color:#7db9e2;
    }
	.BorderBottomLightBlue{
        border-bottom-color:#7db9e2 !important;
    }
	.obgLightBlue{
        background:rgba(125,185,226,0.7);
    }
    .gradientBgLightBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(125,185,226,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(125,185,226,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(125,185,226,1) 32%, rgba(156,156,156,0) 88%);
    }
        .Petrol{
        color:#293d47;
    }
    .bgPetrol {
        background:#293d47;
    }
    .button.bgPetrol,
    button.bgPetrol,
    input[type="submit"].bgPetrol,
    input[type="button"].bgPetrol,
    input[type="reset"].bgPetrol{
        background:#293d47;
    }
    .button.Petrol,
    button.Petrol,
    input[type="submit"].Petrol,
    input[type="button"].Petrol,
    input[type="reset"].Petrol{
        color:#293d47;
    }
	.BorderBottomPetrol{
        border-bottom-color:#293d47 !important;
    }
	.obgPetrol{
        background:rgba(41,61,71,0.7);
    }
    .gradientBgPetrol{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(41,61,71,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(41,61,71,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(41,61,71,1) 32%, rgba(156,156,156,0) 88%);
    }
        .Green{
        color:#8cc044;
    }
    .bgGreen {
        background:#8cc044;
    }
    .button.bgGreen,
    button.bgGreen,
    input[type="submit"].bgGreen,
    input[type="button"].bgGreen,
    input[type="reset"].bgGreen{
        background:#8cc044;
    }
    .button.Green,
    button.Green,
    input[type="submit"].Green,
    input[type="button"].Green,
    input[type="reset"].Green{
        color:#8cc044;
    }
	.BorderBottomGreen{
        border-bottom-color:#8cc044 !important;
    }
	.obgGreen{
        background:rgba(140,192,68,0.7);
    }
    .gradientBgGreen{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(140,192,68,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(140,192,68,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(140,192,68,1) 32%, rgba(156,156,156,0) 88%);
    }
        .LightGreen{
        color:#bad98f;
    }
    .bgLightGreen {
        background:#bad98f;
    }
    .button.bgLightGreen,
    button.bgLightGreen,
    input[type="submit"].bgLightGreen,
    input[type="button"].bgLightGreen,
    input[type="reset"].bgLightGreen{
        background:#bad98f;
    }
    .button.LightGreen,
    button.LightGreen,
    input[type="submit"].LightGreen,
    input[type="button"].LightGreen,
    input[type="reset"].LightGreen{
        color:#bad98f;
    }
	.BorderBottomLightGreen{
        border-bottom-color:#bad98f !important;
    }
	.obgLightGreen{
        background:rgba(186,217,143,0.7);
    }
    .gradientBgLightGreen{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(186,217,143,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(186,217,143,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(186,217,143,1) 32%, rgba(156,156,156,0) 88%);
    }
        .PalestGrey{
        color:#f2f2f2;
    }
    .bgPalestGrey {
        background:#f2f2f2;
    }
    .button.bgPalestGrey,
    button.bgPalestGrey,
    input[type="submit"].bgPalestGrey,
    input[type="button"].bgPalestGrey,
    input[type="reset"].bgPalestGrey{
        background:#f2f2f2;
    }
    .button.PalestGrey,
    button.PalestGrey,
    input[type="submit"].PalestGrey,
    input[type="button"].PalestGrey,
    input[type="reset"].PalestGrey{
        color:#f2f2f2;
    }
	.BorderBottomPalestGrey{
        border-bottom-color:#f2f2f2 !important;
    }
	.obgPalestGrey{
        background:rgba(242,242,242,0.7);
    }
    .gradientBgPalestGrey{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(242,242,242,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(242,242,242,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(242,242,242,1) 32%, rgba(156,156,156,0) 88%);
    }
        .White{
        color:#ffffff;
    }
    .bgWhite {
        background:#ffffff;
    }
    .button.bgWhite,
    button.bgWhite,
    input[type="submit"].bgWhite,
    input[type="button"].bgWhite,
    input[type="reset"].bgWhite{
        background:#ffffff;
    }
    .button.White,
    button.White,
    input[type="submit"].White,
    input[type="button"].White,
    input[type="reset"].White{
        color:#ffffff;
    }
	.BorderBottomWhite{
        border-bottom-color:#ffffff !important;
    }
	.obgWhite{
        background:rgba(255,255,255,0.7);
    }
    .gradientBgWhite{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 32%, rgba(156,156,156,0) 88%);
    }
        .Black{
        color:#000000;
    }
    .bgBlack {
        background:#000000;
    }
    .button.bgBlack,
    button.bgBlack,
    input[type="submit"].bgBlack,
    input[type="button"].bgBlack,
    input[type="reset"].bgBlack{
        background:#000000;
    }
    .button.Black,
    button.Black,
    input[type="submit"].Black,
    input[type="button"].Black,
    input[type="reset"].Black{
        color:#000000;
    }
	.BorderBottomBlack{
        border-bottom-color:#000000 !important;
    }
	.obgBlack{
        background:rgba(0,0,0,0.7);
    }
    .gradientBgBlack{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 32%, rgba(156,156,156,0) 88%);
    }
    ::-moz-selection {
    background: #136ebc;
    color: #fff;
}
::selection {
    background: #136ebc;
    color: #fff;
}
body {
    color: #136ebc;
    background-color: #ffffff;
}
.file-picker .item .info .link{
    color: #136ebc;
}
div.nf-error div.nf-error-msg {
    color: #136ebc;
}
div.nf-error .ninja-forms-field{
    border-color: #136ebc !important;
}
div.nf-error.field-wrap .nf-field-element:after{
    background: #136ebc;
}
.archive-wrapper .archive-block:hover a{
    color: #136ebc;
}
button,
input,
textarea {
    border: 1px solid #136ebc;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: none;
    background-color:  #136ebc;
}
div.nf-form-content button,
div.nf-form-content input[type=button],
div.nf-form-content input[type=submit]{
    background-color:  #136ebc;
}
input.fancy-chk:after {
    color:  #136ebc;
}
input.fancy-chk:checked:after {
    color:  #136ebc;
}
input.fancy-rdo:after {
    color:  #136ebc;
}
input.fancy-rdo:checked:after {
    color:  #136ebc;
}
.gallery-item img{
    border: solid 1px #136ebc;
}
.site-main ol li:before {
    color: #136ebc;
}
.site-main ul li:before {
    background-color: #136ebc;
}
.flip-arrow:before,
.flip-arrow:after {
    background-color: #136ebc;
}
.bgBlue ul li:before{
    background-color: currentColor;
}
.bgBlue ol li:before{
    color: currentColor;
}
.bgBlue .flip-arrow:before,
.bgBlue .flip-arrow:after{
    background-color: currentColor;
}

.archive-wrapper .archive-block .archive-image{
    background-color: #136ebc;
}

.single-product .quote-wrap .quote {
    background-color: #136ebc;
}

.woocommerce-cart .product-remove a:before{
    color: #136ebc;
}

.icon-boxes-horizontal .icon-box-single:hover {
    background: #136ebc;
}

#navbar #primary-menu li a:hover{
    color: #ffffff;
}

#primary-menu > li > ul.sub-menu:before {
    border-bottom: 5px solid #ffffff;
}

#navbar ul.sub-menu {
    border-top: 3px solid #ffffff;
    background-color: #136ebc;
}
#primary-menu > li > ul.sub-menu {
    background-color: #136ebc;
}
.mega-menu-final ul li a:hover{
    color: #ffffff;
}
.archive-filter ul li a:hover,
.archive-filter ul li a.active{
    border-bottom-color: #ffffff;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a{
    background-color: #ffffff;
}


.archive-wrapper .archive-block{
    background-color: #fffffffff;
}

.blog-single .header,
.team-single .header{
    background-color: #136ebc;
}
