/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2023 | 18:10:42 */
/*---------------------------------------------------------------*/
/* Change header background color when scrolling */
/*---------------------------------------------------------------*/
.header-wrapper.stuck {
	background-color: rgba(253,252,250, 100) !important;
	-webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
	box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}

/*
.header-wrapper.stuck .header-bg-color {
  background: #D02E26;
}

.header-wrapper.stuck .header-nav-main.nav > li > a {
    color: #FFFFFF !important;
}


.header-wrapper.stuck .nav-line-bottom>li.active>a:before,
.header-wrapper.stuck .nav-line-bottom>li:hover>a:before {
  background-color: #FFF;
}

.header-wrapper.stuck #logo img {
    max-height: 130px!important;
    width: 140px;
}
*/

.transparent .nav>li>a {
	color: #C22A22;
}


.transparent .nav-divided>li+li>a:after {
	display: none;
}

/*---------------------------------------------------------------*/



/*---------------------------------------------------------------*/
/* Contact button styling */
/*---------------------------------------------------------------*/
.header-button-1 .header-button {
	/*margin-right: 110px; */
}

.header-button-1 .header-button a.button {
	background: #C22A22;
	padding: 12px 24px; !important;
	letter-spacing: -0.015em;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize !important;
}
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/* Header Phone Numbers styling */
/*---------------------------------------------------------------*/
.header-nav.nav-right {
	display: block !important;
}

.header-block {
	width: auto !important;
	position: relative;
	bottom: -14px;
}

.jm-header-phone-number-row {
	min-width: 160px;
}

.jm-header-phone-number-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jm-header-phone-number-row ul li {
	line-height: 1em;
	padding: 0;
	margin: 2px 0;
	font-size: 14px;
	text-align: right;
	display: flex;
}

.jm-header-phone-number-row li a {
	text-decoration: underline;
}

.jm-header-phone-number-row li span.country {
	flex-basis: 10%;
	text-align: left;
}

.jm-header-phone-number-row li span.number {
	flex-basis: 90%;
}
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/* Top bar navigation */
/*---------------------------------------------------------------*/
#top-bar {
	margin-top: -30px;
}

#top-bar .container {
	position: relative;
	bottom: -30px;
}

#top-bar .container .flex-col {
	position: relative;
	bottom: -20px;
	right: -240px;
}

#top-bar .container .flex-col .nav li {
	margin: 0 1em;
}

#top-bar .container .flex-col .nav a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #4E4E50;
	letter-spacing: -0.015em;
}

#masthead .header-nav-main {
	position: relative;
	bottom: -10px;
}

#masthead .flex-col.flex-right {
	margin-top: -20px;
}
/*---------------------------------------------------------------*/


.nav-spacing-xlarge>li.header-search {
	margin-right: 35px !important;
}



/*---------------------------------------------------------------*/
.header-nav.nav-left {
  margin-top: -6px;
}

.nav-line-bottom>li>a:before,
.nav-line-bottom>li.active>a:before {
    top: auto;
    bottom: 3px !important;
}

.nav-line-bottom>li:hover .icon-angle-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: transform 0.5s;
}

.has-dropdown .icon-angle-down {
  opacity: 1;
  font-weight: 900;
}

/*
.active>ul.sub-menu li.active a {
  color: #d02e26;
}

.active>ul.sub-menu li.active ul li a {
  color: #222423;
}

.active>ul.sub-menu li.active ul li.active a {
  color: #d02e26;
}
*/

.nav>li>a>i.icon-menu,
.nav>li>a>i.icon-search {
  color: #d02e26;
  font-size: 2.4em;
}

/*
.header-wrapper.stuck .nav>li>a>i.icon-menu,
.header-wrapper.stuck .nav>li>a>i.icon-search {
  color: #ffffff;
  font-size: 2.4em;
}
*/

.jm-nav-all-services-item {
  font-size: inherit;
}
/*---------------------------------------------------------------*/



/*---------------------------------------------------------------*/
/* Change drop down style */
/*---------------------------------------------------------------*/
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
    color: #222423;
}
/*---------------------------------------------------------------*/

