/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/




body {

}


.rubik-1 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.lead {
  font-size: 1.15rem !important;
}


#logo img {
max-width: 200px;
max-height: 25px;
}


#header-wrap {
  height: 90px !important;
}

#header {
  --cnvs-sticky-header-height: 90px !important;

}

.fs-1-hamburger {

font-size: 4rem !important;

}

.fs-7 {
  font-size: 0.85rem !important;
}



nav-link {

  padding-left: 0px !important;

}


.primary-nav .nav-link:hover {
  font-style: normal !important;
  color: #e07c09 !important;
}


.nav-link:hover {
  font-style: normal !important;
  color: #01a352 !important;
}


.primary-nav .nav-link:hover {
  font-style: normal !important;
  color: #e07c09 !important;
}

.hover-nav-content .nav-link:hover {
  font-style: normal !important;
  color: #990c0c !important;
}



.fbox-icon i, .fbox-icon img
{
 background-color: #f38925 !important;
}

.fbox-content h3, .fbox-content .h3 {
  color: #1d1d1d;
  font-size: larger;
  font-weight: normal;
}

.feature-box:hover h3 {
  text-decoration: underline !important;
  text-underline-offset: .25em;
}

.fbox-icon i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f38925;
  font-weight: bold;
}

.fbox-content p {
  color: #3c3c3c;
  font-size: .9275rem;
}














.title-bottom-border h1, .title-bottom-border .h1, .title-bottom-border h2, .title-bottom-border .h2, .title-bottom-border h3, .title-bottom-border .h3, .title-bottom-border h4, .title-bottom-border .h4, .title-bottom-border h5, .title-bottom-border .h5, .title-bottom-border h6, .title-bottom-border .h6 {
  border-bottom: solid 2px #474747;
}













.bg-color-1 {
  background-color: #990c0c !important;
}

.bg-color-2 {
  background-color: #ffffff !important;
}

.bg-color-3 {
  background-color: #d4e0f1 !important;
}

.bg-color-4 {
  background-color: #334159 !important;
}

.bg-color-5 {
  background-color: #000d16 !important;
}

.bg-color-6 {
  background-color: rgb(219, 242, 255) !important;
}

.bg-color-7 {
  background-color: #007acc !important;
}

.bg-color-8 {
  background-color: #eeeeee !important;
}

.bg-color-9 {
  background-color: #ee8c0f !important;
}


.color-1 {
  color: #ffffff !important;
}


.color-2 {
  color: #990c0c !important;
}

.color-3 {
  color: #e07c09 !important;
}

.color-4 {
  color: #474747 !important;
}

.color-5 {
  color: #252525 !important;
}

.color-6 {
  color: #ffffff !important;
}

.color-7 {
  color: #01a352 !important;
}


.op-gradient-icon {
  /* background: rgb(131,58,180); */
  background: linear-gradient(90deg, rgb(241, 95, 5) 30%, rgb(110, 110, 116) 50%, rgb(14, 14, 230) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}







.button
{
transition: all 0.05s ease-in-out;
}


.button.btn-fixed-bottom {
  position: absolute;
  bottom: 0;
  left: 20;
  right: 20;
  margin: auto !important;
  margin-bottom: 20px !important;
  }


.button.button-dark:hover {
  background-color: #334159  !important;
}

.button.button-border.button-orange {
  background: #ee8c0f !important;
  color: #fff !important;
  border: none;
}

.button.button-border.button-orange:hover {

	background: #f1a239 !important;
  }
  





.highlight-1 {
	  padding: 8px 8px;
	  background-color: #eead2f;
	  color: #fff;
	  border-radius: 2px;
	}


.tabs {
  --cnvs-tabs-active-color: #990c0c  !important;
	}


@media (min-width: 576px) {
	  .canvas-br-side-tabs .nav-link.active {
		border-right: 3px solid #797979 !important;
	  }
	}




