/*! Place your custom styles here */


.bar-1 {
	border-bottom: 2px solid #ededed!important;
  }
.bar.pos-fixed {
    position: fixed;
    top: 0;
    animation: fadeInDown 0.0s ease-out forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
	border-bottom: 2px solid #ededed;
  }





h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  color: #252525;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 4.2285714em;
  line-height: 1.11818182em;
}
h2,
.h2 {
  font-size: 2.75714286em;
  line-height: 1.46363636em;
}
h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
}
h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.11em;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}



label {
    font-size: 1.15714286em;
	font-weight: 600;
	margin-top: 8px
}


p, .lead {
    font-size: 1.25714286em;
    line-height: 1.58421053em;
}

.bar .logo {
  max-height: 4.25714286em;
  max-width: none;
}


.bar-push {
	margin-top: 16px
}




.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 1.157142857142857em;
    line-height: 2.166666666666667em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}

@media all and (min-width: 480px) {
.menu-vertical > li {
    font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
	line-height: 1.5em!important;
	white-space: normal!important;
}

.menu-vertical > li a {
    font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
	white-space: normal!important;
}
.dropdown__content  {
    background-color: #ededed!important;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 0.957142857142857em;
    line-height: 2.166666666666667em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}
}




.feature-7 {
  height: 18em;
  margin-bottom: 30px;
}


.menu-toggle {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    width: 3.71428571em;
    height: 3.71428571em;
    border-radius: 50%;
    text-align: center;
    background: #ae0103;
    display: inline-block;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}

.menu-toggle i {
    font-size: 1.78571429em;
    position: relative;
    top: 13px;
    color: #fff;
}

.social-list a {
    color: #fff;
}

.sub {
	color:#fff;
}

.sub:hover {
	color:#fff;
	opacity:0.7;
}

.notification.side-menu .notification-close-cross {
    color: #fff;
}

.btn--primary, .btn--primary:visited {
    background: #ae0103;
    border-color: #ae0103;
}

@media all and (min-width: 768px) {
.bubble {
	background-color: #ae0103; margin: 0; padding: 3px 12px; min-width: 200px; border-radius: 18px
}
}



.navpad {
	padding-left: 20px; padding-right: 20px;
}


/*!---------- 16. BREADCRUMBS ----------*/
.breadcrumb {
  margin-bottom: 0px;
}
.breadcrumb-2 {
  background: none;
  padding: 0;
}
.breadcrumb-2 li a,
.breadcrumb-2 li {
  font-size: 13px;
  line-height: 1.0em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block!important;
}
.breadcrumb li {
  padding: 0 10px;
}
.breadcrumb li a {
  opacity: .8;
}
..breadcrumb li a:hover {
  opacity: 1;
}
.breadcrumb li.active {
  color: #fff;
}
.bg-dark .breadcrumb a {
  color: #fff;
}
@media all and (max-width: 990px) {
  .breadcrumb,
  .breadcrumb {
    float: left;
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
.breadcrumb li {
  padding: 0 2px;
}
	
.breadcrumb-2 li a,
.breadcrumb-2 li {
  font-size: 11px;
  line-height: 1.0em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block!important;
}
}


.accordion-ck li .accordion__title {
    cursor: pointer;
    padding: 0.46428571em 0.92857143em;
    border: 1px solid #ececec;
    border-bottom: none;
    background: #ededed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	opacity: 1.0;
}	
.accordion-ck li.active .accordion__content {
  opacity: 1;
  visibility: visible;
  max-height: none;
	padding-top: 20px;
	padding-bottom: 30px;
}
	
.accordion-ck .accordion__title:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f055';
    margin-right: 6px;
	margin-bottom: 6px;
    color: #252525;
	font-size: 22px;
}	
.accordion-ck li.active .accordion__title:before {
	font-family: "Font Awesome 5 Pro";
  content: '\f056';
}	


.back-to-top {
    position: fixed;
    width: 3.71428571em;
    height: 3.71428571em;
    background: #4a90e2;
    border-radius: 50%;
    text-align: center;
    right: 1.85714286em;
    bottom: 3.71428571em;
    padding-top: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    z-index: 99;
    border: 1px solid #ececec;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
	color:#fff;
}
.back-to-top i {
  color: #fff;
}

