:root {
  --color-font: #1E1D1D;
  --color-primary:#990234;
  --color-secondary:#000;
  --color-gradient-start:#990234;
  --color-gradient-stop:#4D001A;
  --color-gradient-start-secondary:#000;
  --color-gradient-stop-secondary:rgb(0,0,0,0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 15px;
}
@media (min-width: 1400px){
	.container {
		width: 80vw;
	}
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  color: #1E1D1D;
  font-family: 'Roboto', sans-serif;
}

.h1, h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2, h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3, h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.h4, h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5em;
}

.h5, h5 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7em;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
}
.btn-white.btn-solid {color: #990234;}
/* */
.main-nav > li > a {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.navbar-brand img {
    max-width: 350px;
}
.is-stuck .navbar-brand .logo-sticky{max-width:250px;}
@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important;
  }
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }
  .is-stuck .btn {
    color: #fff;
    border-color: #990234;
  }
  .is-stuck .btn.btn-solid {
    background-color: #990234;
  }
  .is-stuck .btn:hover {
    border-color: #3a3a3a;
    color: #fff;
  }
  .is-stuck .btn:hover, .is-stuck .btn.btn-solid:hover {
    background-color: #3a3a3a;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
}

/* Footer */
footer{background-color:#1e1d1d;}
.main-footer {
  color: #FFF;
  border-top: 0px;
}

.main-footer a:not(.btn) {
  color: #FFF;
}

.main-footer a:not(.btn):hover {
  color: #9e9e9e;
}
.social-icon.social-icon-lg { font-size: 40px; }
.main-footer .copyright a{color:#FFF;}
.main-footer .btn:hover{background-color:var(--color-primary) !important;}
.assoc-img{max-width:120px; height:auto;margin-top: 30px;}
@media (max-width: 991px) {
	.assoc-img{margin-top:20px;}
}
/* */
@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #1E1D1D !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a {
    color: #FFF !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover,
  .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #990234 !important;
  }
}
@media screen and (max-width: 1199px){
.navbar-brand img{max-width:200px;}
[data-mobile-header-scheme=gray] .main-header .navbar-header {
    background-color: #1E1D1D;
}
[data-mobile-nav-style=modern] ul.nav.main-nav, [data-mobile-nav-style=minimal] ul.nav.main-nav {
    padding-bottom: 32px;
	}
}

.nav-trigger .bar {
    background-color: #FFF;
}
/* Header*/
@media screen and (max-width: 1199px){
.home.fullheight {
    min-height: calc(100vh - 75px);
}
}
@media screen and (max-width: 460px){
.home.fullheight {
    min-height: calc(100vh - 375px);
}
	.no-mobi{display:none;}
}
@media (min-width: 1200px) {
	.titlebar-inner{
		padding-top: 300px;
    	padding-bottom: 120px;
	}
}
@media all and (min-width: 768px) {
	.titlebar-inner .titlebar-col{text-align:left;}
	.text-center .titlebar-scroll-link{margin-left:0;}
}
@media screen and (max-width: 767px){
	.home.fullheight .font-size-3-3x {
    	font-size: 2.0em;
	}
}
/* Home Hover Boxes Full Width */
.hover-box{background-color:#545453;display:flex;}
@media screen and (max-width: 767px){
	.hover-box{display:block;}
}
.hover-box .iconbox{margin-bottom: 0em;}
.hover-box a.lqd-column{
    color: #FFF;
    background-color: #545453;
    position: relative;
	flex: 1;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 300ms;
    /* Opera */
    -ms-transition: all ease-in 300ms;
    /* IE9? */
}
.hover-box a.lqd-column:nth-child(2) {
    background-color: #60605F;
}

.hover-box a.lqd-column:nth-child(3) {
    background-color: #666665;
}

.hover-box a.lqd-column:nth-child(4) {
    background-color: #6d6d6c;
}
.hover-box .iconbox-filled-hover:before {
    background: #626261;
}
.iconbox-xl .iconbox-icon-container img {
    width: auto;
    max-height: 90px;
}
.iconbox-filled-hover:hover a h3{color:#FFF !important;}
.iconbox-lg .iconbox-icon-container img {width: 70px;}
/* */
@media all and (min-width: 1199px) {
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
}
/* */
.thumb-box{
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumb-box.team{height:400px;}
.home-boxes{height:400px;position:relative;}
.ld-pf-item.ld-pf-light .ld-pf-bg {
    background-color: rgba(98, 98, 97, 0.7);
}
.display-none{display:none;}
/* */
.contact-form select, .contact-form input, .contact-form textarea, .contact-form .ui-selectmenu-button{
	color: #000 !important;
}
.grecaptcha-badge { visibility: hidden; }

.flexy-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
/* */
@media all and (max-width: 991px) {
.mobi-contain{background-size:contain !important;}
}
ol.breadcrumb span {opacity: 1;}
ol.breadcrumb > li{text-transform: uppercase;}
ol.breadcrumb > li:not(:last-child)::after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
}
/*footer logos */
.gallery-cell {
	width: 200px;
	height: 100px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
.gallery-cell a{width: 100%;height: 100%;display: block;}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 60px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 60px;
}
}
/* */
.liquid-lp-read-more .btn-line-after::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-top: -1px;
}
.liquid-lp-details {
    color: #990234;
}
.main-sidebar a.btn:hover {
    color: #FFF;
}
.btn > span {
    justify-content: center;
    width: 100%;
}