

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: 'Outfit', 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: 600;
}

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

h6, .h6 {
    font-size: 15px;
    line-height:  23px;
    font-weight: 700;
}
.main-title {
    font-size: 50px;
    line-height:  57px;
    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;
    }
    .main-title {
    font-size: 40px;
    line-height:  46px;
    }



}
    .DarkBlue{
        color:#1d1a49;
    }
    .bgDarkBlue {
        background:#1d1a49;
    }
    .button.bgDarkBlue,
    button.bgDarkBlue,
    input[type="submit"].bgDarkBlue,
    input[type="button"].bgDarkBlue,
    input[type="reset"].bgDarkBlue{
        background:#1d1a49;
    }
    .button.DarkBlue,
    button.DarkBlue,
    input[type="submit"].DarkBlue,
    input[type="button"].DarkBlue,
    input[type="reset"].DarkBlue{
        color:#1d1a49;
    }
	.BorderBottomDarkBlue{
        border-bottom-color:#1d1a49 !important;
    }
	.obgDarkBlue{
        background:rgba(29,26,73,0.7);
    }
    .gradientBgDarkBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(29,26,73,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(29,26,73,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(29,26,73,1) 32%, rgba(156,156,156,0) 88%);
    }
        .SkyBlue{
        color:#97c4df;
    }
    .bgSkyBlue {
        background:#97c4df;
    }
    .button.bgSkyBlue,
    button.bgSkyBlue,
    input[type="submit"].bgSkyBlue,
    input[type="button"].bgSkyBlue,
    input[type="reset"].bgSkyBlue{
        background:#97c4df;
    }
    .button.SkyBlue,
    button.SkyBlue,
    input[type="submit"].SkyBlue,
    input[type="button"].SkyBlue,
    input[type="reset"].SkyBlue{
        color:#97c4df;
    }
	.BorderBottomSkyBlue{
        border-bottom-color:#97c4df !important;
    }
	.obgSkyBlue{
        background:rgba(151,196,223,0.7);
    }
    .gradientBgSkyBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(151,196,223,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(151,196,223,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(151,196,223,1) 32%, rgba(156,156,156,0) 88%);
    }
        .Burgundy{
        color:#8d181b;
    }
    .bgBurgundy {
        background:#8d181b;
    }
    .button.bgBurgundy,
    button.bgBurgundy,
    input[type="submit"].bgBurgundy,
    input[type="button"].bgBurgundy,
    input[type="reset"].bgBurgundy{
        background:#8d181b;
    }
    .button.Burgundy,
    button.Burgundy,
    input[type="submit"].Burgundy,
    input[type="button"].Burgundy,
    input[type="reset"].Burgundy{
        color:#8d181b;
    }
	.BorderBottomBurgundy{
        border-bottom-color:#8d181b !important;
    }
	.obgBurgundy{
        background:rgba(141,24,27,0.7);
    }
    .gradientBgBurgundy{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(141,24,27,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(141,24,27,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(141,24,27,1) 32%, rgba(156,156,156,0) 88%);
    }
        .LightGrey{
        color:#f0f3f7;
    }
    .bgLightGrey {
        background:#f0f3f7;
    }
    .button.bgLightGrey,
    button.bgLightGrey,
    input[type="submit"].bgLightGrey,
    input[type="button"].bgLightGrey,
    input[type="reset"].bgLightGrey{
        background:#f0f3f7;
    }
    .button.LightGrey,
    button.LightGrey,
    input[type="submit"].LightGrey,
    input[type="button"].LightGrey,
    input[type="reset"].LightGrey{
        color:#f0f3f7;
    }
	.BorderBottomLightGrey{
        border-bottom-color:#f0f3f7 !important;
    }
	.obgLightGrey{
        background:rgba(240,243,247,0.7);
    }
    .gradientBgLightGrey{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(240,243,247,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(240,243,247,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(240,243,247,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: #1d1a49;
    color: #fff;
}
::selection {
    background: #1d1a49;
    color: #fff;
}
body {
    color: #1d1a49;
    background-color: #ffffff;
}
.file-picker .item .info .link{
    color: #1d1a49;
}
div.nf-error div.nf-error-msg {
    color: #1d1a49;
}
div.nf-error .ninja-forms-field{
    border-color: #1d1a49 !important;
}
div.nf-error.field-wrap .nf-field-element:after{
    background: #1d1a49;
}
.archive-wrapper .archive-block:hover a{
    color: #1d1a49;
}
button,
input,
textarea {
    border: 1px solid #1d1a49;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: none;
    background-color:  #1d1a49;
}
div.nf-form-content button,
div.nf-form-content input[type=button],
div.nf-form-content input[type=submit]{
    background-color:  #1d1a49;
}
input.fancy-chk:after {
    color:  #1d1a49;
}
input.fancy-chk:checked:after {
    color:  #1d1a49;
}
input.fancy-rdo:after {
    color:  #1d1a49;
}
input.fancy-rdo:checked:after {
    color:  #1d1a49;
}
.gallery-item img{
    border: solid 1px #1d1a49;
}
.site-main ol li:before {
    color: currentColor;
}
.site-main ul li:before {
    background-color: currentColor;
}
.flip-arrow:before,
.flip-arrow:after {
    background-color: #1d1a49;
}
.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: #1d1a49;
}

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

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

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

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

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

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


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

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