:root {
	--bs-body-bg: #fff;
	--bs-body-color: #333;
	--bs-link-color: #333;
	--bs-link-hover-color: #d91f22;
	--bs-heading-color: #333;
}

body,html {
	background:#f3f3f3;
	height:100%;
}

body[dir=rtl] {
	text-align:right
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color: var(--bs-heading-color, inherit);
}
ol,ul {
	margin:0;
	padding:0;
	list-style:none
}
a {
	color:var(--bs-link-color);
	text-decoration:none;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	outline:0;
}
a:hover {
	color:var(--bs-link-hover-color);
}
button,input {
	border:none;
	outline:0!important;
	background:0 0;
	-webkit-box-shadow:none;
	box-shadow:none
}
input {
	width:100%
}


.effect-imghover > a {
    display: block;
    position: relative;
	overflow: hidden;
}
.effect-imghover > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	width:100%;
	height:auto;
}

.effect-imghover > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.text-customer {
	color:#d91f22;
}
.text-customer-two {
	background:#253745;
}
.bg-customer {
	background:#d91f22;
}
.bg-light-customer  {
	background:#f8f4ef;
}

.bg-customer-two {
	background:#253745;
}

.bg-linear-gradient-light {
	background-image: linear-gradient(0deg, #f8f9fa, #fff);
}

.btn-customer {
  color: #ffffff;
  background-color: #d91f22;
  font-size:1.075rem;
  border:0px;
  border-radius:4px;
  border-color: #d91f22;
  padding:0.75rem 1.25rem;
}

.btn-customer:hover {
  color: #ffffff;
  background-color: #253745;
}
.btn-customer:hover i{
  
}
.btn-customer:focus, .btn-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}

.btn-customer.disabled, .btn-customer:disabled {
  color: #ffffff;
  background-color: #d91f22;
  
}

.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active,
.show > .btn-customer.dropdown-toggle {
  color: #ffffff;
  background-color: #d91f22;
}

.btn-customer:not(:disabled):not(.disabled):active:focus, .btn-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}

.btn-customer-two {
  color: #ffffff;
  background-color: #253745;
  font-size:1.075rem;
  border:0px;
  border-radius:4px;
  border-color: #253745;
  padding:0.75rem 1.25rem;
}

.btn-customer-two:hover {
  color: #ffffff;
  background-color: #d91f22;
}
.btn-customer-two:focus, .btn-customer-two.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}

.btn-customer-two.disabled, .btn-customer-two:disabled {
  color: #ffffff;
  background-color: #253745;
  
}

.btn-customer-two:not(:disabled):not(.disabled):active, .btn-customer-two:not(:disabled):not(.disabled).active,
.show > .btn-customer-two.dropdown-toggle {
  color: #ffffff;
  background-color: #253745;
}

.btn-customer-two:not(:disabled):not(.disabled):active:focus, .btn-customer-two:not(:disabled):not(.disabled).active:focus,
.show > .btn-customer-two.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}

.btn-light-customer {
  background-color: #fffbec;
  color: #d91f22;
  border-color: #fffbec;
  padding:0.75rem 1.5rem;
}

.btn-light-customer:hover {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}

.btn-light-customer:focus, .btn-light-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light-customer.disabled, .btn-light-customer:disabled {
  color: #d91f22;
  background-color: transparent;
}

.btn-light-customer:not(:disabled):not(.disabled):active, .btn-light-customer:not(:disabled):not(.disabled).active,
.show > .btn-light-customer.dropdown-toggle {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}

.btn-light-customer:not(:disabled):not(.disabled):active:focus, .btn-light-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-customer {
  color: #d91f22;
  border-color: #d91f22;
  padding:0.75rem 1.5rem;
}

.btn-outline-customer:hover {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}

.btn-outline-customer:focus, .btn-outline-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-customer.disabled, .btn-outline-customer:disabled {
  color: #d91f22;
  background-color: transparent;
}

.btn-outline-customer:not(:disabled):not(.disabled):active, .btn-outline-customer:not(:disabled):not(.disabled).active,
.show > .btn-outline-customer.dropdown-toggle {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}

.btn-outline-customer:not(:disabled):not(.disabled):active:focus, .btn-outline-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}


.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(0,0,0,1);
  --bs-navbar-hover-color: rgba(217,31,34,1);
  --bs-navbar-disabled-color: rgba(0,0,0,1);
  --bs-navbar-active-color: rgba(217,31,34,1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0rem;
  --bs-navbar-toggler-padding-x: 0rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0);
  --bs-navbar-toggler-border-radius: 0rem;
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar-light {
	
}
@media (min-width: 768px) {
.navbar-light {

}
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.75rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
.navbar-nav {
  --bs-nav-link-padding-y: 2rem;
}
}
.navbar-nav .nav-link {
  position: relative !important;
  transition: all .3s ease-out;
  font-size:1.1125rem;
  color: var(--bs-navbar-color);
}
.navbar-nav .show > .nav-link,
.navbar-nav a:hover.nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .current-menu-item a.nav-link ,.navbar-nav .current-menu-parent a.nav-link ,.navbar-nav .current-menu-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
.navbar-light .navbar-nav .current-post-ancestor a.nav-link,.navbar-light .navbar-nav .current-category-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
@media (min-width: 768px) {
.navbar-nav .nav-link {
  color: var(--bs-navbar-color);
}
.navbar-nav .show > .nav-link,
.navbar-nav a:hover.nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .current-menu-item a.nav-link ,.navbar-nav .current-menu-parent a.nav-link ,.navbar-nav .current-menu-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
.navbar-light .navbar-nav .current-post-ancestor a.nav-link.navbar-light .navbar-nav .current-category-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
}
@media (min-width: 1400px) {
.navbar {
  --bs-navbar-nav-link-padding-x: 1rem;
}
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0rem;
  --bs-dropdown-border-width: 0rem;
  --bs-dropdown-inner-border-radius: calc(0rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.25);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.offcanvas {
  border: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

@media (max-width: 767px) {
.navbar-nav .dropdown-toggle {
  white-space: nowrap;
  position: relative;
}
.navbar-nav .dropdown-toggle::after {
  position: absolute;
  right:0;
  color:#848484;
}
.navbar-nav .dropdown {
    
}
.navbar-nav .dropdown .dropdown-menu {
	
}
.navbar-nav .dropdown .dropdown-menu .dropdown {

}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    display: block;
	margin-left: 10px;
}
}
@media (min-width: 768px) {
.dropdown-menu {
  --bs-dropdown-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.25);
  box-shadow: var(--bs-dropdown-box-shadow);
}

.navbar-nav .dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display:block;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	top:100%;
	transform:rotateX(-75deg);
	transform-origin:0% 0%;
	transition:.5s;
	opacity:0
}
.navbar-nav .dropdown:hover .dropdown-menu {
	transform:rotateX(0deg);
	visibility:visible;
	transition:.5s;
	opacity:1
}
.navbar-nav .dropdown .dropdown-menu .dropdown::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	top:8px;
	right:10px;
	opacity:0.5;
}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display:block;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	top:0%;
	left:100%;
	transform:rotateX(-75deg);
	transform-origin:0% 0%;
	transition:.5s;
	opacity:0
}
.navbar-nav .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
	transform:rotateX(0deg);
	visibility:visible;
	transition:.5s;
	opacity:1
}
}


.top-header {
	background:#d91f22;
	border-bottom:solid 0px #ededed;
}
.top-header .nav-item{
	color:#fefefe;
}
.top-header .nav-item i{
	color: #fff;
}
.top-header .nav-item a{
	color:#fff;
}
.top-header .nav-item a:hover{
	opacity:0.9;
}
.top-header .nav-item a i{
	color:#fff;
}

#myheader {
	background:#fff;
	top:0rem;
}
@media (min-width: 768px) {
#myheader {
	top:0rem;
}

}
#myheader.sticky .navbar-nav {
  --bs-nav-link-padding-y: 0.75rem;
}
#myheader .logo-scrolled {
    display: block;
}

#myheader .logo-display {
    display: none;
}

#myheader .logo-display {
    display: block;
}
#myheader .logo-scrolled {
    display: none;
}
#myheader.sticky .logo-display {
    display: none;
 }
#myheader.sticky .logo-scrolled {
    display: block;
 }


.sticky {
	background:#fff;
	position:fixed;
	z-index:9999;
	width:100%;
	top:0;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);
	/*box-shadow:0 0 2px rgba(0,0,0,.5);*/
	border-bottom:0;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 500s normal fadeInDown;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


.header-phone {
	font-family:'Georgia';
	src:url('../fonts/Georgia.ttf');
	font-size:1.75em;
	letter-spacing: 0.1em;
	font-style:italic;
}
/*------------------------------------
  Breadcrumbs
------------------------------------*/
.breadcrumbs {
  background-image: url(../images/bg-breadcrumbs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
  margin-top:0rem;
}
@media (min-width: 768px) {
.breadcrumbs {
  margin-top:0rem;
}
}

.breadcrumbs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.75) 50%);
  z-index:-1;
  border-bottom:solid 0px #f8f9fa;
}
.breadcrumbs h1 {
	font-size:1.75rem;
    color:#fff;
  }
.breadcrumbs h1 a {
    color:#fff;
  }

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;

}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color:#fff;
}
.breadcrumbs ol a{
  color:#fff;
}
.breadcrumbs ol a:hover{
  color:#d91f22;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  font-family:'FontAwesome';
  content: "\f105";
}

@media (max-width: 768px) {

  .breadcrumbs .d-flex {
    /*display: block !important;*/
  }
  .breadcrumbs h1 {
    margin-bottom: 5px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*------------------------------------
  map-contact
------------------------------------*/

.map-contact {
margin-top:0px;
width:100%;
overflow:hidden;
}
@media (min-width: 768px) {
.map-contact {
margin-top:0rem;
}
}
/*------------------------------------
  sidebar-search
------------------------------------*/

.sidebar-search {
 
}



.sidebar-search .btn {
  border-radius: 0rem;
}
.sidebar-search .form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0rem;
  border-top-right-radius:0rem;
  border-bottom-right-radius:0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar-search .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d91f22;
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, 0);
}
/*------------------------------------
  sidebar-news
------------------------------------*/
.sidebar-news  {
  
}
.sidebar-news .list-group {
  border: solid 0px #dee2e6;
  border-radius: 0rem;
}
.sidebar-news .list-group .list-group-item {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left:0rem;
  padding-right:0rem;
  border: solid 0px #dee2e6;
  border-bottom: solid 1px #eeeeee;
  border-radius: 0rem;
}

.sidebar-news .list-group .list-group-item:first-child {
  background:#f8f9fa;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left:1rem;
  padding-right:1rem;
}
.sidebar-news .list-group .list-group-item:nth-child(2) {
  margin-top:0.5rem;
}
.sidebar-news .list-group .list-group-item:last-child {
  margin-bottom:0.5rem;
  border-bottom: solid 0px #dee2e6;
}
.sidebar-news .list-group .list-group-item.active {
  background:#f8f9fa;
  z-index: 2;
}
.sidebar-news .list-group .list-group-item + .sidebar-news .list-group .list-group-item {
  border-top-width: 0rem;
}
/*------------------------------------
  sidebar-service
------------------------------------*/
.sidebar-service {
	position: relative;
	
}
@media (min-width: 1024px) {
.sidebar-service {
	margin-top:-139px;
}
}
.sidebar-service::before {
	content:"";
	position:absolute;
	background-image:url();
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
	left:0;
	top:0;
	opacity:.2
}
.sidebar-service .section-title-page h4:after {
    background: #fff;
}


.sidebar-service-nav{ 
	 background:#fff;
}
.sidebar-service-nav .navbar-nav {
  width: 100%;
}
.sidebar-service-nav .navbar-nav .menu-item{ 
  position: relative;
  border-bottom:solid 1px #e8ecef;
}

.sidebar-service-nav .navbar-nav .menu-item a{ 
  display:block;
  width:100%;
  padding:20px 15px;

  font-weight:600;
  color:#555;
}
.sidebar-service-nav .navbar-nav .menu-item:hover{
  
}
.sidebar-service-nav .navbar-nav .menu-item:hover a{
  color:#d91f22;
}

.sidebar-service-nav .navbar-nav .menu-item a:after {
    position: absolute;
    content: "";
	right:15px;
    font-family: 'FontAwesome';
	content:"\f105";
	opacity: 1;
	
}
.sidebar-service-nav .navbar-nav .menu-item:hover a:after {
	color:#d91f22;
	
}

.sidebar-service-nav .navbar-nav .menu-item.current-menu-parent {
	f
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-parent a{
	color:#d91f22;
}
.sidebar-service-nav .navbar-nav .menu-item:hover a:after {
	color:#d91f22;
}

.sidebar-service-nav .navbar-nav .menu-item.current-menu-item {
	
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-item a{
	color:#d91f22;
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-item a:after {
	color:#d91f22;
}

.sidebar-service-nav .navbar-nav .menu-item-has-children { 
	position: relative;
	width:100%;
	
}
.sidebar-service-nav .navbar-nav .menu-item-has-children .dropdown-toggle{ 
	display: inline-block;
	position: absolute;
	float:right;
	top:0px;
	 right:0px;
	 bottom:0px;
	 padding:0rem 0.75rem 0rem 0.75rem;
	 opacity: 1;
	 background:none;

}
.sidebar-service-nav .navbar-nav .menu-item-has-children .dropdown-toggle i.fa{ 
	color:#d91f22;
	font-size:1.5rem;
	font-weight:bold;
}
.sidebar-service-nav .navbar-nav .menu-item-has-children .product-submenu { 
  padding:0px;
  margin:0px;
  margin-left:0.5rem;
  margin-top:0.5rem;
  width:calc(100% - 0.5rem);
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.0);
}
.sidebar-service-nav .navbar-nav .menu-item-has-children .product-submenu .menu-item { 
  border-top:solid 0px #eaeaea;
  border-bottom:solid 0px #eaeaea;

}



/*------------------------------------
  sidebar-contact
------------------------------------*/
.sidebar-contact {
display:inline-block;
width:100%;
}
.sidebar-contact ul{
	margin-top:45px;
	margin-bottom:15px;
	padding:0px;
}
.sidebar-contact ul li{
	list-style: none;
	color:#666666;
	margin-bottom:0.75em;
}

.sidebar-contact ul li i{
	color: #d91f22;
	margin-right:10px;
}





.sidebar-contact-bg {
border:solid 5px #fff;
border-radius:0px;
margin:15px;
}

/*------------------------------------
  sidebar-menu-page
------------------------------------*/
.sidebar-menu-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-menu-page ul {
	padding:0px;
}
.sidebar-menu-page ul li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.sidebar-menu-page ul li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.sidebar-menu-page ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.sidebar-menu-page ul li:hover, .sidebar-menu-page li:focus {
  z-index: 1;
  text-decoration: none;
}

.sidebar-menu-page ul li.disabled, .sidebar-menu-page li:disabled {
  color: #d91f22;
  background-color: #fff;
}

.sidebar-menu-page ul li.current_page_item {
  z-index: 2;
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}
.sidebar-menu-page ul li.current_page_item a{
  color: #fff;
}
/*------------------------------------
  news-img
------------------------------------*/
.news-img {
	padding-bottom:0px;
	margin-bottom:25px;
	border-bottom:solid 1px #eaeaea;
}
.news-img i{
	color:#d91f22;
	opacity:0.75;
}
.news-img h5 {
	font-weight:500;
}
.news-img:hover {
	box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

/*------------------------------------
  Section-title-two
------------------------------------*/


.section-title-two {
  position: relative;
  display: block;

}

.section-title-two .title:after, .section-title-two .title:before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #d91f22;
  vertical-align: middle;
}
.text-white .section-title-two .title:after, .text-white .section-title-two .title:before {
  background-color: #fff;
}
.section-title-two .title:before {
  margin-right: 20px;
}
.section-title-two .title:after {
  margin-left: 20px;
}


.text-start .section-title-two .title:before {
    width:0px;
    margin-right: 0px;
}

.text-start .section-title-two .title:after {
     
}
.text-end .section-title-two .title:before {

}

.text-end .section-title-two .title:after {
      width:0px;
      margin-left: 0px;
}
/*------------------------------------
  Section-title-page
------------------------------------*/
.section-title-page  {

}
.section-title-page h4 {
  position: relative;
  margin-bottom:30px;
}

.section-title-page h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #d91f22;
}

.section-title-page h4 span{
  color:#848484;
  font-size:0.75em;
}
/*------------------------------------
  Pagination
------------------------------------*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #d91f22;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #d91f22;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/*------------------------------------
  single
------------------------------------*/
.single {

}

.single  p.info i{
	color: #d91f22;
}
.single p.tags{

}
.single p.tags a{
	background:#fafafa;
	color:#d91f22;
	margin-right:10px;
	padding:6px 10px;
	border-radius:0%;
}
.single p.tags a:hover{
	background:#d91f22;
	color:#fff;
}
.single p a.btn{
	font-size:1em;
}



.single .content,.page .content{

}
.single .content .shadow-sm,.page .content .shadow-sm{
	border-top:solid 1px #f8f9fa;
}
.page-template-page-service-content .shadow-sm.upward{
	position:relative;
	background:#fff;
	border-top:solid 3px #d91f22;
	margin-top:-60px;
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}
.single .content .line,.page .content .line{
	background:#eeeeee;
	height:0.01rem;
	width:100%;
	padding:0px;
}
.single .content p,.page .content p{
	color: #848484;
}
.single .content p img,.page .content p img {
	width:100%;
	max-width:100%;
	height:auto;
}
.single figure.wp-block-image img,.page figure.wp-block-image img{
	width:100%;
	max-width:100%;
	height:auto;
}
.single .content .wp-video ,.page .content .wp-video  {
	width:100%;
	max-width:100%;
	height:auto;
	margin:15px auto;
}

.single .content ul,.page .content ul{
	padding:15px;
	background:#f3f3f3;
	border-bottom:solid 0px #d91f22;
}
.single .content ul li,.page .content ul li{
	
}
.single .content ul li,.page .content ul li:before{
    font-family: 'FontAwesome';
	content:"\f00c";
	margin-right:15px;
	color:#d91f22;
}

.single .content blockquote,.page .content blockquote{
	padding:15px 15px 30px 15px;
	background:#f3f3f3;
	border-left:solid 2px #d91f22;
}
.single .content blockquote:before,.page .content blockquote:before{
	font-family: 'FontAwesome';
	content:"\f10d";
	float:left;
	margin-right:30px;
	color:#d91f22;
	opacity: .5;
}
.single .content blockquote:after,.page .content blockquote:after{
	font-family: 'FontAwesome';
	content:"\f10e";
	color:#d91f22;
	float:right;
	opacity: .5;
}

/*------------------------------------
  product-tab
------------------------------------*/
.product-tab {

}
.product-tab .nav-tabs{

}
.product-tab .nav-tabs .nav-link{
	color:#848484;
	font-weight:500;
	font-size:1.125rem;

}
.product-tab .nav-tabs .active{

	color:#d91f22;
}
/*------------------------------------
  error
------------------------------------*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #d91f22;
  font-size: 10em;
}
/*------------------------------------
  link
------------------------------------*/
#link {



}
#link ul {
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
#link ul li {
    margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height:20px;
	display:inline;
}
#link .title{
    margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #eaeaea;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	z-index:999px;
}

/*------------------------------------
  footer
------------------------------------*/
footer {
	color:#ababab;
}
footer a{
	color:#ababab;
}
footer a:hover{
	color:#d91f22;	 
}
footer .line {
	background:#37424a;
	height:0.01rem;
	width:100%;
	padding:0px;
}
.bg-footer {
    background: url('../images/bg-footer.png') #1a2a36 no-repeat center 50%;
	background-size: cover;
	background-attachment:fixed;
	
}


.sidebar-footer {

	color:#efefef;
}
.sidebar-footer a{
	color:#efefef;
}
.sidebar-footer h4{
	color:#fff;
	margin-bottom:60px;
	position: relative;
}
.sidebar-footer h4::before {
	position: absolute;
	content: '';
	left:0px;
	top: 45px;
	width: 40px;
	height: 3px;
	background: #d91f22;
}

.sidebar-footer .sf-product{
	
}
.sidebar-footer .sf-product ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-product ul li{
    margin-bottom:8px;
	
	
}
@media(min-width:768px) {
.sidebar-footer .sf-product ul li{
	width:50%;
	float:left;
}
}
.sidebar-footer .sf-product ul li i{
	color:#d91f22;
	margin-right:10px;
}
.sidebar-footer .sf-product ul li a{
	margin:0px;
	padding:0px;
	color:#efefef;
}

.sidebar-footer .sf-product ul li a:hover{
	color:#d91f22;
}


.sidebar-footer .sf-contact{
	
}
.sidebar-footer .sf-contact ul{
    margin:0px;
	padding:0px;
}
.sidebar-footer .sf-contact ul li {
  
	margin-bottom:8px;
}
.sidebar-footer .sf-contact ul li a {
    
}
.sidebar-footer .sf-contact ul li a:hover {
    
}
.sidebar-footer .sf-contact ul li i {
    color:#d91f22;
    margin-right:8px;
}

.sidebar-footer .sf-contact ul.social{
    margin-top:15px;
	padding:0px;
}
.sidebar-footer .sf-contact ul.social li{
     display:inline;
}
.sidebar-footer .sf-contact ul.social li i{
     width:40px;
	 height:40px;
	 line-height:40px;
	 text-align:center;
     border-radius:50%;
	 border:solid 1px #aeaeae;
}
.sidebar-footer .sf-contact ul.social li:hover i{
     color:#fff;
	 border:solid 1px #d91f22;
}
.sidebar-footer .sf-wechat{
	
}
.sidebar-footer .sf-wechat ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-wechat ul li img{
	width:100%;
	height:auto;
}

.sidebar-footer .bg-wechat {
	background:#fff;

	border-top:solid 6px #d91f22;
	width:100%;
	text-align:center;
	overflow:hidden;
}
@media all and (min-width:768px) {
.sidebar-footer .bg-wechat {
	margin-top:-126px;
}
}
.sidebar-footer .bg-wechat h3{
	background:#f3f3f3;
	color:#253745;
	margin:0px;
	padding:0px;
	line-height:3em;
}
.sidebar-footer .bg-wechat h3:after {
	display:none;
}
.sidebar-footer .bg-wechat img{
	width:100%;
	height:100%;
	padding:15px;
}

.sidebar-footer .sf-social{
	
}
.sidebar-footer .sf-social ul li {
  display: inline-block;

}
.sidebar-footer .sf-social ul li a {
  color:#fff;
  width: 45px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-footer .sf-social ul li a:hover {
	opacity:0.75;
}
.sidebar-footer .sf-social ul li i{
  font-size:1.25rem;
}

.sidebar-footer .sf-social .btn-facebook {
	background:#4867aa;
}
.sidebar-footer .sf-social .btn-twitter {
	background:#1da1f2;
}
.sidebar-footer .sf-social .btn-linkedin {
	background:#007ab9;
}

/*------------------------------------
  btn-search
------------------------------------*/
form .btn {
  border-top-left-radius: 0em 0em;
  border-bottom-left-radius: 0em 0em;
  
}

.btn-search {
  
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
  padding-left:20px;
  padding-right:20px;
  
}
.btn-search:hover {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
  opacity:0.95;
}
.btn-check:focus + .btn-search, .btn-search:focus {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
  box-shadow: 0 0 0 0.0rem rgba(255, 255, 255, 0.0);
}
.btn-check:checked + .btn-search, .btn-check:active + .btn-search, .btn-search:active, .btn-search.active, .show > .btn-search.dropdown-toggle {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}
.btn-check:checked + .btn-search:focus, .btn-check:active + .btn-search:focus, .btn-search:active:focus, .btn-search.active:focus, .show > .btn-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.0);
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}
.btn-search:disabled, .btn-search.disabled {
  color: #fff;
  background-color: #d91f22;
  border-color: #d91f22;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-top-right-radius:0rem;
  border-bottom-right-radius:0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d91f22;
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, 0);
}


.form-search {
  position: relative;
}
.form-search input {
  color: #212529;
  width: 100%;
  padding: 1rem;
  outline: 0;
  border: 1px solid #253745;
  border-radius: 5px;
  background-color: #fff;
}
.form-search input:focus {
  border: 1px solid #d91f22;
}
.form-search .effect-button {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}
.form-search .effect-button .btn {
  padding: 0.8rem 1.25rem;
  color: #fff;
  background-color: #d91f22;
  text-transform: capitalize;
  border:0;
  border-radius: 5px;
  outline: 0;
}
.form-search .effect-button .btn:hover {

  opacity:0.95;
}
/*------------------------------------
  aterial-scrolltop
------------------------------------*/
.material-scrolltop {
	display:block;
	position:fixed;
	z-index:9;
	width:0;
	height:0;
	bottom:23px;
	right:23px;
	padding:0;
	overflow:hidden;
	outline:0;
	border:none;
	border-radius:2px;
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
	box-shadow:0 3px 5px rgba(0,0,0,.5);
	cursor:hand;
	border-radius:50%;
	background:#d91f22;
	-webkit-tap-highlight-color:transparent;
	-webkit-transition:all .3s cubic-bezier(.25,.25,0,1);
	transition:all .3s cubic-bezier(.25,.25,0,1);
}
.material-scrolltop:hover {
	background-color:#000;
	text-decoration:none;
}
.material-scrolltop::before {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	content:"";
	width:0;
	border-radius:50%;
	opacity: .95;
}
.material-scrolltop:active::before {
	width:120%;
	padding-top:120%;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out
}
.material-scrolltop.reveal {
	width:56px;
	height:56px
}
.material-scrolltop span {
	display:block;
	font-size:25px;
	color:#fff
}
.material-scrolltop,.material-scrolltop::before {
	background-image:url(../images/top-arrow.svg);
	background-position:center 50%;
	background-repeat:no-repeat;
}




.wpcf7 {
    background:#f8f9fa;
	padding:15px;
	border-radius:5px;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


@media (min-width: 768px) {

.wpcf7 {
	padding:30px;
}
}
.wpcf7-form {
	max-width: 100%;
	width: 100%;
}


.wpcf7-form-control-wrap{
	margin-bottom:15px;
	width:100%;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color:none;
  background-clip: padding-box;
  border: 1px solid #9da7ae;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7-form-control:focus {
  background-color: none;
  border: 1px solid #d91f22;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}
.wpcf7-text{
	background:none;
	width:100%;
    margin-bottom:2%;
	padding:10px;

}
.wpcf7-textarea{
	background:none;
	width:100%;
	padding:10px;
}
.wpcf7-two{

}

.wpcf7-name,.wpcf7-phone {
    
}
.wpcf7-email,.wpcf7-address {
    
}
@media (min-width: 768px) {
.wpcf7-two{
	display: flex !important;
	justify-content: space-between !important;
}
.wpcf7-text{
	width:98%;
}
.wpcf7-name,.wpcf7-phone {
    margin-right:2%;
}
.wpcf7-email,.wpcf7-address {
    margin-left:2%;
}
}



.wpcf7-submit{
	background:#d91f22;
	padding:15px;
	width:100%;
	color:#fff;
	border:solid 0px #fff;
	border-radius:5px;
}
.has-spinner {
	margin:15px auto;
	text-align:center;
}
..wpcf7-spinner {
	display:none;
}
.screen-reader-response {
	margin:0px;
	padding:0px;
	text-align:center;
}
.wpcf7-response-output {
	margin:0px;
	padding:0px;
	text-align:center;
}/* CSS added on: rg<|5(.>@2995!5=:15 2025-05-21 20:35:21 */
