

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: 'Playfair Display', serif;;
}

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

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

h3, .h3 {
    font-size: 26px;
    line-height:  33px;
    font-weight: 700;
}

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

h5, .h5 {
    font-size: 17px;
    line-height:  25px;
    font-weight: 700;
}

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


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

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

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

    h3, .h3 {
    font-size: 21px;
    line-height:  27px;
    }

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

    h5, .h5 {
    font-size: 14px;
    line-height:  20px;
    }

    h6, .h6 {
    font-size: 12px;
    line-height:  19px;
    }



}
    .DarkBlue{
        color:#011640;
    }
    .bgDarkBlue {
        background:#011640;
            }
    .button.bgDarkBlue,
    button.bgDarkBlue,
    input[type="submit"].bgDarkBlue,
    input[type="button"].bgDarkBlue,
    input[type="reset"].bgDarkBlue{
        background:#011640;
    }
    .button.DarkBlue,
    button.DarkBlue,
    input[type="submit"].DarkBlue,
    input[type="button"].DarkBlue,
    input[type="reset"].DarkBlue{
        color:#011640;
    }
	.BorderBottomDarkBlue{
        border-bottom-color:#011640 !important;
    }
	.obgDarkBlue{
        background:rgba(1,22,64,0.7);
    }
    .gradientBgDarkBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(1,22,64,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(1,22,64,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(1,22,64,1) 32%, rgba(156,156,156,0) 88%);
    }
        .DarkestBlue{
        color:#030521;
    }
    .bgDarkestBlue {
        background:#030521;
            }
    .button.bgDarkestBlue,
    button.bgDarkestBlue,
    input[type="submit"].bgDarkestBlue,
    input[type="button"].bgDarkestBlue,
    input[type="reset"].bgDarkestBlue{
        background:#030521;
    }
    .button.DarkestBlue,
    button.DarkestBlue,
    input[type="submit"].DarkestBlue,
    input[type="button"].DarkestBlue,
    input[type="reset"].DarkestBlue{
        color:#030521;
    }
	.BorderBottomDarkestBlue{
        border-bottom-color:#030521 !important;
    }
	.obgDarkestBlue{
        background:rgba(3,5,33,0.7);
    }
    .gradientBgDarkestBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(3,5,33,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(3,5,33,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(3,5,33,1) 32%, rgba(156,156,156,0) 88%);
    }
        .MidBlue{
        color:#0b9ed9;
    }
    .bgMidBlue {
        background:#0b9ed9;
            }
    .button.bgMidBlue,
    button.bgMidBlue,
    input[type="submit"].bgMidBlue,
    input[type="button"].bgMidBlue,
    input[type="reset"].bgMidBlue{
        background:#0b9ed9;
    }
    .button.MidBlue,
    button.MidBlue,
    input[type="submit"].MidBlue,
    input[type="button"].MidBlue,
    input[type="reset"].MidBlue{
        color:#0b9ed9;
    }
	.BorderBottomMidBlue{
        border-bottom-color:#0b9ed9 !important;
    }
	.obgMidBlue{
        background:rgba(11,158,217,0.7);
    }
    .gradientBgMidBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(11,158,217,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(11,158,217,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(11,158,217,1) 32%, rgba(156,156,156,0) 88%);
    }
        .PaleBlue{
        color:#edf1f7;
    }
    .bgPaleBlue {
        background:#edf1f7;
            }
    .button.bgPaleBlue,
    button.bgPaleBlue,
    input[type="submit"].bgPaleBlue,
    input[type="button"].bgPaleBlue,
    input[type="reset"].bgPaleBlue{
        background:#edf1f7;
    }
    .button.PaleBlue,
    button.PaleBlue,
    input[type="submit"].PaleBlue,
    input[type="button"].PaleBlue,
    input[type="reset"].PaleBlue{
        color:#edf1f7;
    }
	.BorderBottomPaleBlue{
        border-bottom-color:#edf1f7 !important;
    }
	.obgPaleBlue{
        background:rgba(237,241,247,0.7);
    }
    .gradientBgPaleBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(237,241,247,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(237,241,247,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(237,241,247,1) 32%, rgba(156,156,156,0) 88%);
    }
        .BlueGradient{
        color:#011640;
    }
    .bgBlueGradient {
        background:#011640;
        background: linear-gradient(30deg, #011640 0%, #02374a 77%);    }
    .button.bgBlueGradient,
    button.bgBlueGradient,
    input[type="submit"].bgBlueGradient,
    input[type="button"].bgBlueGradient,
    input[type="reset"].bgBlueGradient{
        background:#011640;
    }
    .button.BlueGradient,
    button.BlueGradient,
    input[type="submit"].BlueGradient,
    input[type="button"].BlueGradient,
    input[type="reset"].BlueGradient{
        color:#011640;
    }
	.BorderBottomBlueGradient{
        border-bottom-color:#011640 !important;
    }
	.obgBlueGradient{
        background:rgba(1,22,64,0.7);
    }
    .gradientBgBlueGradient{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(1,22,64,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(1,22,64,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(1,22,64,1) 32%, rgba(156,156,156,0) 88%);
    }
        .GreenGradient{
        color:#012c46;
    }
    .bgGreenGradient {
        background:#012c46;
        background: linear-gradient(30deg, #012c46 0%, #02424d 77%);    }
    .button.bgGreenGradient,
    button.bgGreenGradient,
    input[type="submit"].bgGreenGradient,
    input[type="button"].bgGreenGradient,
    input[type="reset"].bgGreenGradient{
        background:#012c46;
    }
    .button.GreenGradient,
    button.GreenGradient,
    input[type="submit"].GreenGradient,
    input[type="button"].GreenGradient,
    input[type="reset"].GreenGradient{
        color:#012c46;
    }
	.BorderBottomGreenGradient{
        border-bottom-color:#012c46 !important;
    }
	.obgGreenGradient{
        background:rgba(1,44,70,0.7);
    }
    .gradientBgGreenGradient{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(1,44,70,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(1,44,70,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(1,44,70,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: #011640;
    color: #fff;
}
::selection {
    background: #011640;
    color: #fff;
}
body {
    color: #011640;
    background-color: #ffffff;
}
.file-picker .item .info .link{
    color: #011640;
}
div.nf-error div.nf-error-msg {
    color: #011640;
}
div.nf-error .ninja-forms-field{
    border-color: #011640 !important;
}
div.nf-error.field-wrap .nf-field-element:after{
    background: #011640;
}
.archive-wrapper .archive-block:hover a{
    color: #011640;
}
button,
input,
textarea {
    border: 1px solid #011640;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: none;
    background-color:  #011640;
}
div.nf-form-content button,
div.nf-form-content input[type=button],
div.nf-form-content input[type=submit]{
    background-color:  #011640;
}
input.fancy-chk:after {
    color:  #011640;
}
input.fancy-chk:checked:after {
    color:  #011640;
}
input.fancy-rdo:after {
    color:  #011640;
}
input.fancy-rdo:checked:after {
    color:  #011640;
}
.gallery-item img{
    border: solid 1px #011640;
}
.site-main ol li:before {
    color: #011640;
}
.site-main ul li:before {
    background-color: currentcolor;
}
.flip-arrow:before,
.flip-arrow:after {
    background-color: #011640;
}
.bgDarkBlue ul li:before{
    background-color: currentColor;
}
.bgDarkBlue ol li:before{
    color: currentColor;
}
.bgDarkBlue .flip-arrow:before,
.bgDarkBlue .flip-arrow:after{
    background-color: currentColor;
}

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

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

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

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

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

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

#navbar ul.sub-menu {
    border-top: 3px solid #0b9ed9;
    background-color: #011640;
}
#primary-menu > li > ul.sub-menu {
    background-color: #011640;
}
.mega-menu-final ul li a:hover{
    color: #0b9ed9;
}
.archive-filter ul li a:hover,
.archive-filter ul li a.active{
    border-bottom-color: #0b9ed9;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a{
    background-color: #0b9ed9;
}
.blog-single .body .site-width .left-column .time-stamp{
    background-color: #0b9ed9;
}


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

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