:root {
  --color-font: #606060;
  --color-primary:#EC1C24;
  --color-secondary:#080101;
  --color-gradient-start:#EC1C24;
  --color-gradient-stop:#4D001A;
  --color-gradient-start-secondary:#000;
  --color-gradient-stop-secondary:rgb(0,0,0,0);
}
body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 1.15em;
}
@media (min-width: 1400px){
	.container {
		width: 80vw;
	}
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  color: #2d2d2d;
  font-family: proxima-nova, sans-serif;
}

.h1, h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2, h2 {
  font-weight: 700;
  line-height: 1.4em;
}

.h3, h3 {
  font-weight: 700;
  line-height: 1.3em;
}

.h4, h4 {
  font-weight: 700;
  line-height: 1.5em;
}

.h5, h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7em;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
}
.btn{font-family: proxima-nova, sans-serif;}
@media (min-width: 768px) and (max-width: 992px) {
	.btn {white-space: nowrap;}
}
@media (max-width: 767px) {
	.btn{display:flex;}
}
.btn-white.btn-solid {color: #EC1C24;}
/* */
.main-nav > li > a {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
}

.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);
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.navbar-brand img {
    max-width: 180px;
}
.is-stuck .navbar-brand .logo-sticky{max-width:100px;}
@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: #EC1C24;
  }
  .is-stuck .btn.btn-solid {
    background-color: #EC1C24;
  }
  .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:#080101;}
.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:100px; height:auto;margin:20px;}
.assoc-row{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
@media (min-width: 1200px) {
	.assoc-row{justify-content: space-between;flex-wrap: nowrap;}
}
/* */
@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #080101 !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: #EC1C24 !important;
  }
}
@media screen and (max-width: 1199px){
.main-header .navbar-brand {padding: 12px 0;}
.navbar-brand img{max-width:120px;}
[data-mobile-header-scheme=gray] .main-header .navbar-header {
    background-color: #080101;
}
[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*/
.titlebar .ld-media-bg {
    background-image: linear-gradient(to bottom, rgb(14, 8, 8, .2), rgba(14, 8, 8, .2)), linear-gradient(to bottom, rgb(14, 8, 8, .65), rgba(14, 8, 8, 0));
	
}
@media screen and (max-width: 1199px){
.home.fullheight {
    min-height: calc(100vh - 100px);
}
}
@media screen and (max-width: 460px){
.home.fullheight {
    min-height: calc(100vh - 100px);
}
	.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-height: 900px){
	.fullheight h1 span{font-size: 60px !important;line-height: 60px !important;}
	.fullheight h1{margin-bottom:0!important;}
	.fullheight .ld-fancy-heading .mb-5 {margin-bottom:1.3rem !important;}
}
@media screen and (max-width: 767px){
	.home.fullheight h1 span {
    	font-size: 45px !important;line-height: 45px !important;
	}
}
/* 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;}
.fancy-box h3 {font-size: 1.15em;}
.ld-pf-item.ld-pf-light .ld-pf-bg {background-color: rgba(14, 8, 8, 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: #EC1C24;
}
.main-sidebar a.btn:hover {
    color: #FFF;
}
.btn > span {
    justify-content: center;
    width: 100%;
}



#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#2d2d2d; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}
#status {
  width:250px;
  height:184px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../img/logo.png");
  z-index:9999; /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-92px 0 0 -125px; /* is width and height divided by two */
}