:root {
	--bs-body-bg: #fff;
	--bs-body-color: #333;
	--bs-link-color: #333;
	--bs-link-hover-color: #005bac;
	--bs-heading-color: #333;
}

body,html {
	height:100%;
	padding:0px;
	margin:0px;
}

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;

	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:#005bac;
}
.text-customer-two {
	background:#2196F3;
}
.bg-customer {
	background:#005bac;
}
.bg-light-customer  {
	background:#f8f4ef;
}
.bg-customer-dark {
	background:#434343;
}
.bg-customer-two {
	background:#2196F3;
}

.bg-linear-gradient-light {
	background-image: linear-gradient(0deg, #f8f9fa, #fff);
}
.bg-linear-gradient-customer{
background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
}

.text-linear-gradient-customer {
    background: linear-gradient(45deg, rgba(0,162,233,0.95),rgba(93,211,29,0.95));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.btn-customer {
  color: #ffffff;
  background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
  font-size:1.075rem;
  border:0px;
  border-radius:4px;
  border-color: #005bac;
  padding:0.5rem 1rem;
}

.btn-customer:hover {
  color: #ffffff;
  background-color: #2196F3;
}
.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: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93, 211, 29,0.95));
  
}

.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active,
.show > .btn-customer.dropdown-toggle {
  color: #ffffff;
  background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
}

.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: #2196F3;
  font-size:1.075rem;
  border:0px;
  border-radius:4px;
  border-color: #2196F3;
  padding:0.75rem 1.25rem;
}

.btn-customer-two:hover {
  color: #ffffff;
  background-color: #005bac;
}
.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: #2196F3;
  
}

.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: #2196F3;
}

.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: #005bac;
  border-color: #fffbec;
  padding:0.75rem 1.5rem;
}

.btn-light-customer:hover {
  color: #fff;
  background-color: #005bac;
  border-color: #005bac;
}

.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: #005bac;
  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: #005bac;
  border-color: #005bac;
}

.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: #005bac;
  border-color: #005bac;
  padding:0.75rem 1.5rem;
}

.btn-outline-customer:hover {
  color: #fff;
  background-color: #005bac;
  border-color: #005bac;
}

.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: #005bac;
  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: #005bac;
  border-color: #005bac;
}

.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(0,91, 172,1);
  --bs-navbar-disabled-color: rgba(0,0,0,1);
  --bs-navbar-active-color: rgba(0,91, 172,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;
}

.navbar-nav .dropdown span.dropdown-toggle{ 
	display: inline-block;
	position: absolute;
	top:calc(50% - 0.75rem); ;
	right:0px;  
	opacity:1;
	color:#888;
	font-size:1rem;
}
@media (max-width: 767px) {
.navbar-nav .dropdown span.dropdown-toggle{ 
	display: inline-block;
	position: absolute;
	top:0.35rem;
	right:0px;  
	opacity:1;
	color:#888;
	font-size:1.75rem;
}
.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:#333333;
	color: #999999;
	border-bottom:solid 0px #ededed;
}
.top-header .nav-item{
	font-size:0.85rem;
}
.top-header .nav-item i{
	color: #999999;
}
.top-header .nav-item a{
	
}
.top-header .nav-item a:hover{
	opacity:0.9;
}
.top-header .nav-item a i{
	color: #999999;
}

#myheader {
	background:#fff;
	top:0rem;
}
@media (min-width: 768px) {
#myheader {
	top:0rem;
}

}
#myheader.sticky .navbar-nav {
  --bs-nav-link-padding-y: 1rem;
}
#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:#f0f;
	position:fixed;
	z-index:9999;
	width:100%;
	height:auto;
	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(45deg,rgba(153,153,153,1),rgba(153,153,153,1));
  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;
  color:#fff;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color:#fff;
}
.breadcrumbs ol a{
  color:#fff;
}
.breadcrumbs ol a:hover{
  color:#005bac;
}
.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;
  }
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.breadcrumbs ul li{
	padding:0px;
	margin-left:20px;
}

.breadcrumbs ul li a{
	padding:8px 15px;
	color:#fff;
	border-radius:5px;
}
.breadcrumbs ul li:hover a{
	background:#005bac;
	color:#fff;
}
.breadcrumbs ul li.current-menu-item a,.breadcrumbs ul li.current-menu-parent a{
	background:#005bac;
	padding:8px 15px;
	color:#fff;
	border-radius:5px;
}


.contact {
    
}

.contact i.fa{
	width:35px;
	height:35px;
	border-radius:50%;
	margin-right:10px;
	text-align:center;
}

/*------------------------------------
  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: #005bac;
  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 {
	
}
}
.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:#005bac;
}

.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:#005bac;
	
}

.sidebar-service-nav .navbar-nav .menu-item.current-menu-parent {
	f
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-parent a{
	color:#005bac;
}
.sidebar-service-nav .navbar-nav .menu-item:hover a:after {
	color:#005bac;
}

.sidebar-service-nav .navbar-nav .menu-item.current-menu-item {
	
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-item a{
	color:#005bac;
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-item a:after {
	color:#005bac;
}

.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:#005bac;
	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: #005bac;
	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: #005bac;
  background-color: #fff;
}

.sidebar-menu-page ul li.current_page_item {
  z-index: 2;
  color: #fff;
  background-color: #005bac;
  border-color: #005bac;
}
.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:#005bac;
	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: #005bac;
  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: #005bac;
}

.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: #005bac;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #005bac;
  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: #005bac;
  border-color: #005bac;
}

.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: #005bac;
}
.single p.tags{

}
.single p.tags a{
	background:#fafafa;
	color:#005bac;
	margin-right:10px;
	padding:6px 10px;
	border-radius:0%;
}
.single p.tags a:hover{
	background:#005bac;
	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 #005bac;
	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 img,.single .content p img,.page .content img,.page .content p img {
	margin-left:auto;
	margin-right:auto;
	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 #005bac;
}
.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:#005bac;
}

.single .content blockquote,.page .content blockquote{
	padding:15px 15px 30px 15px;
	background:#f3f3f3;
	border-left:solid 2px #005bac;
}
.single .content blockquote:before,.page .content blockquote:before{
	font-family: 'FontAwesome';
	content:"\f10d";
	float:left;
	margin-right:30px;
	color:#005bac;
	opacity: .5;
}
.single .content blockquote:after,.page .content blockquote:after{
	font-family: 'FontAwesome';
	content:"\f10e";
	color:#005bac;
	float:right;
	opacity: .5;
}


.home .subtitle,.single .content .subtitle,.page .content .subtitle{
	margin-bottom:40px;
}
.home .subtitle h3,.single .content .subtitle h3,.page .content .subtitle h3{
	position: relative;
	display:inline-block;
	font-weight:600;
}
.home .subtitle h3:after,.single .content .subtitle h3:after,.page .content .subtitle h3:after{
 position: absolute;
  content: "";
  bottom: -10px;
  left: calc(0% - 0px);
  width: 100%;
  height: 0.0125rem;
  background: #005bac;
  transition: all 0.4s ease-in-out;
}
.home .subtitle h3 span,.single .content .subtitle h3 span,.page .content .subtitle h3 span{
	font-weight:500;
	font-size: 0.65em;
  text-transform: uppercase;
  color:#555555;

}
.text-white .subtitle h3 {
  color:#fff;
}
.text-white .subtitle h3 span{
  color:#eee;
}
.text-white .subtitle h3:after {
  background:#fff;
}
/*------------------------------------
  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:#005bac;
}
/*------------------------------------
  error
------------------------------------*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #005bac;
  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 {
	background:#333333;
	color:#999999;
}
footer a{
	color:#999999;
}
footer a:hover{
	color:#005bac;	 
}


.sidebar-footer {
	font-size:0.85rem;
	color:#999999;
}
.sidebar-footer a{
	color:#999999;
}
.sidebar-footer ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer li{
    margin-bottom:8px;

	
}







.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 #005bac;
  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:#005bac;
	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;
}