

html,
body,
button,
input,
select,
textarea {
    font-family: 'Lato', 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;
}
.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-copy{
    font-size: 12px;
}
.footer-nav ul li a{
    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: 'Lato', 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: 33px;
    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: 50px;
    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: 27px;
    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: 40px;
    line-height:  46px;
    }



}
    .BlackBlue{
        color:#0d0b33;
    }
    .bgBlackBlue {
        background:#0d0b33;
    }
    .button.bgBlackBlue,
    button.bgBlackBlue,
    input[type="submit"].bgBlackBlue,
    input[type="button"].bgBlackBlue,
    input[type="reset"].bgBlackBlue{
        background:#0d0b33;
    }
    .button.BlackBlue,
    button.BlackBlue,
    input[type="submit"].BlackBlue,
    input[type="button"].BlackBlue,
    input[type="reset"].BlackBlue{
        color:#0d0b33;
    }
	.BorderBottomBlackBlue{
        border-bottom-color:#0d0b33 !important;
    }
	.obgBlackBlue{
        background:rgba(13,11,51,0.7);
    }
    .gradientBgBlackBlue{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(13,11,51,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(13,11,51,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(13,11,51,1) 32%, rgba(156,156,156,0) 88%);
    }
        .LightPurple{
        color:#a3a0cb;
    }
    .bgLightPurple {
        background:#a3a0cb;
    }
    .button.bgLightPurple,
    button.bgLightPurple,
    input[type="submit"].bgLightPurple,
    input[type="button"].bgLightPurple,
    input[type="reset"].bgLightPurple{
        background:#a3a0cb;
    }
    .button.LightPurple,
    button.LightPurple,
    input[type="submit"].LightPurple,
    input[type="button"].LightPurple,
    input[type="reset"].LightPurple{
        color:#a3a0cb;
    }
	.BorderBottomLightPurple{
        border-bottom-color:#a3a0cb !important;
    }
	.obgLightPurple{
        background:rgba(163,160,203,0.7);
    }
    .gradientBgLightPurple{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(163,160,203,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(163,160,203,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(163,160,203,1) 32%, rgba(156,156,156,0) 88%);
    }
        .MidPurple{
        color:#7e7c99;
    }
    .bgMidPurple {
        background:#7e7c99;
    }
    .button.bgMidPurple,
    button.bgMidPurple,
    input[type="submit"].bgMidPurple,
    input[type="button"].bgMidPurple,
    input[type="reset"].bgMidPurple{
        background:#7e7c99;
    }
    .button.MidPurple,
    button.MidPurple,
    input[type="submit"].MidPurple,
    input[type="button"].MidPurple,
    input[type="reset"].MidPurple{
        color:#7e7c99;
    }
	.BorderBottomMidPurple{
        border-bottom-color:#7e7c99 !important;
    }
	.obgMidPurple{
        background:rgba(126,124,153,0.7);
    }
    .gradientBgMidPurple{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(126,124,153,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(126,124,153,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(126,124,153,1) 32%, rgba(156,156,156,0) 88%);
    }
        .DarkPurple{
        color:#413e66;
    }
    .bgDarkPurple {
        background:#413e66;
    }
    .button.bgDarkPurple,
    button.bgDarkPurple,
    input[type="submit"].bgDarkPurple,
    input[type="button"].bgDarkPurple,
    input[type="reset"].bgDarkPurple{
        background:#413e66;
    }
    .button.DarkPurple,
    button.DarkPurple,
    input[type="submit"].DarkPurple,
    input[type="button"].DarkPurple,
    input[type="reset"].DarkPurple{
        color:#413e66;
    }
	.BorderBottomDarkPurple{
        border-bottom-color:#413e66 !important;
    }
	.obgDarkPurple{
        background:rgba(65,62,102,0.7);
    }
    .gradientBgDarkPurple{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(65,62,102,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(65,62,102,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(65,62,102,1) 32%, rgba(156,156,156,0) 88%);
    }
        .DarkestPurple{
        color:#171533;
    }
    .bgDarkestPurple {
        background:#171533;
    }
    .button.bgDarkestPurple,
    button.bgDarkestPurple,
    input[type="submit"].bgDarkestPurple,
    input[type="button"].bgDarkestPurple,
    input[type="reset"].bgDarkestPurple{
        background:#171533;
    }
    .button.DarkestPurple,
    button.DarkestPurple,
    input[type="submit"].DarkestPurple,
    input[type="button"].DarkestPurple,
    input[type="reset"].DarkestPurple{
        color:#171533;
    }
	.BorderBottomDarkestPurple{
        border-bottom-color:#171533 !important;
    }
	.obgDarkestPurple{
        background:rgba(23,21,51,0.7);
    }
    .gradientBgDarkestPurple{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(23,21,51,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(23,21,51,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(23,21,51,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%);
    }
        .PaleGrey{
        color:#e6e6e6;
    }
    .bgPaleGrey {
        background:#e6e6e6;
    }
    .button.bgPaleGrey,
    button.bgPaleGrey,
    input[type="submit"].bgPaleGrey,
    input[type="button"].bgPaleGrey,
    input[type="reset"].bgPaleGrey{
        background:#e6e6e6;
    }
    .button.PaleGrey,
    button.PaleGrey,
    input[type="submit"].PaleGrey,
    input[type="button"].PaleGrey,
    input[type="reset"].PaleGrey{
        color:#e6e6e6;
    }
	.BorderBottomPaleGrey{
        border-bottom-color:#e6e6e6 !important;
    }
	.obgPaleGrey{
        background:rgba(230,230,230,0.7);
    }
    .gradientBgPaleGrey{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(230,230,230,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(230,230,230,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(230,230,230,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: #0d0b33;
    color: #fff;
}
::selection {
    background: #0d0b33;
    color: #fff;
}
body {
    color: #0d0b33;
    background-color: #ffffff;
}
.file-picker .item .info .link{
    color: #0d0b33;
}
div.nf-error div.nf-error-msg {
    color: #0d0b33;
}
div.nf-error .ninja-forms-field{
    border-color: #0d0b33 !important;
}
div.nf-error.field-wrap .nf-field-element:after{
    background: #0d0b33;
}
.archive-wrapper .archive-block:hover a{
    color: #0d0b33;
}
button,
input,
textarea {
    border: 1px solid #171533;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: none;
    background-color:  #171533;
}
div.nf-form-content button,
div.nf-form-content input[type=button],
div.nf-form-content input[type=submit]{
    background-color:  #171533;
}
input.fancy-chk:after {
    color:  #171533;
}
input.fancy-chk:checked:after {
    color:  #171533;
}
input.fancy-rdo:after {
    color:  #171533;
}
input.fancy-rdo:checked:after {
    color:  #171533;
}
.gallery-item img{
    border: solid 1px #171533;
}
.site-main ol li:before {
    color: #171533;
}
.site-main ul li:before {
    background-color: #171533;
}
.flip-arrow:before,
.flip-arrow:after {
    background-color: #171533;
}
.bgDarkestPurple ul li:before{
    background-color: currentColor;
}
.bgDarkestPurple ol li:before{
    color: currentColor;
}
.bgDarkestPurple .flip-arrow:before,
.bgDarkestPurple .flip-arrow:after{
    background-color: currentColor;
}

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

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

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

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

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

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

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


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

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