:root {
	--bs-body-bg: #fff;
	--bs-body-color: #010101;
	--bs-link-color: #010101;
	--bs-link-hover-color: #3bb2b0;
	--bs-heading-color: #010101;
	--bs-customer: #3bb2b0;
	--bs-customer-color-light: #ebf7f8;
	--bs-customer-two: #2299f8;
	--bs-customer-three: #5acf5f;
	--bs-dark: #050505;
}

body,html {
	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%
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
 
input[type="search"]::-ms-clear {
    display: none;
}

.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);
}
.line{
	background:#eee;
	height:0.01rem;
	width:100%;
	padding:0px;
}
.text-customer {
	color:#3bb2b0;
}
.text-customer-two {
	color:#2299f8;
}
.text-customer-three {
	color:#5acf5f;
}
.bg-customer {
	background:#3bb2b0;
}
.bg-light-customer  {
	background:#fcfbf9;
}

.bg-customer-two {
	background:#2299f8;
}
.bg-customer-three {
	background:#5acf5f;
}
.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 {
  background: #3bb2b0;
  font-size:1.075rem;
  color: #ffffff;
  border:0px;
  border-radius:4px;
  border-color: #3bb2b0;
  padding:0.5rem 1rem;
  transition: all 0.3s ease;
}

.btn-customer:hover {
  color: #ffffff;
  background: #010101;
}
.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 {
  
  background: #010101;
  
}

.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active,
.show > .btn-customer.dropdown-toggle {
  color: #ffffff;
  background: #010101;
}

.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: #010101;
  font-size:1.075rem;
  border:0px;
  border-radius:4px;
  border-color: #010101;
  padding:0.75rem 1.25rem;
}

.btn-customer-two:hover {
  color: #ffffff;
  background-color: #3bb2b0;
}
.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: #010101;
  
}

.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: #010101;
}

.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: #3bb2b0;
  border-color: #fffbec;
  padding:0.75rem 1.5rem;
}

.btn-light-customer:hover {
  color: #fff;
  background-color: #3bb2b0;
  border-color: #3bb2b0;
}

.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: #3bb2b0;
  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: #3bb2b0;
  border-color: #3bb2b0;
}

.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: #3bb2b0;
  border-color: #3bb2b0;
  border-radius:0px;
  padding:0.5rem 1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-outline-customer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3bb2b0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-outline-customer:hover, .btn-outline-customer:focus, .btn-outline-customer:active {
  color: white;
}
.btn-outline-customer:hover:before, .btn-outline-customer:focus:before, .btn-outline-customer:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(0,0,0,1);
  --bs-navbar-hover-color: rgba(59,178,176,1);
  --bs-navbar-disabled-color: rgba(0,0,0,1);
  --bs-navbar-active-color: rgba(59,178,176,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%2859,178,176, 0.995%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 {
	
}
.navbar-brand img {
	width:200px;
	height:auto;
}
@media (min-width: 768px) {
.navbar-light {

}
.navbar-brand img {
	width:260px;
	height:auto;
}
}
.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:1rem;
  font-weight:bold;
  color: var(--bs-navbar-color);
}
.navbar-customer .navbar-nav .nav-link:before {
  position: absolute; 
  content: ""; 
  height: 0px; 
  width: 0; 
  margin: auto; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  background: #3bb2b0; 
  transition: all 0.3s ease-in-out;
}
.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);
}
.navbar-customer .navbar-nav .nav-link:hover:before,.navbar-customer .navbar-nav .current-menu-item a.nav-link:before,.navbar-customer .navbar-nav .current-menu-parent a.nav-link:before ,.navbar-customer .navbar-nav .current-post-ancestor a.nav-link:before{ 
width: 30%; 
transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
.navbar {
  --bs-navbar-nav-link-padding-x: 0.35rem;
}
.navbar-nav .nav-link {
  color: #010101;
}
.navbar-customer .navbar-nav .nav-link:before {
  position: absolute; 
  content: ""; 
  height: 3px; 
  width: 0; 
  margin: auto; 
  bottom: 0rem; 
  left: 0; 
  right: 0; 
  background: #3bb2b0; 
  transition: all 0.3s ease-in-out;
}
.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.75rem;
  --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: #fff;
  background-color: #3bb2b0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3bb2b0;
}
.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 {

	border-bottom:solid 0px #ededed;
}
.top-header .nav-item{

}
.top-header .nav-item i{
	color: #3bb2b0;
}
.top-header .nav-item a{
	
}
.top-header .nav-item a:hover{
	opacity:0.9;
}
.top-header .nav-item a i{
	color:#3bb2b0;
}

#myheader {
	top:0rem;
}
@media (min-width: 768px) {
#myheader {
	top:0rem;
}
#myheader.sticky .navbar-nav {
  --bs-nav-link-padding-y: 1rem;
}
}
#myheader.sticky .navbar-nav .nav-link {
  color: var(--bs-navbar-color);
}
#myheader.sticky .navbar-nav .show > .nav-link,
#myheader.sticky .navbar-nav a:hover.nav-link,
#myheader.sticky .navbar-nav .nav-link.active {
  color: var(--bs-navbar-color);
}
#myheader.sticky .navbar-nav .current-menu-item a.nav-link ,#myheader.sticky .navbar-nav .current-menu-parent a.nav-link ,#myheader.sticky .navbar-nav .current-menu-ancestor a.nav-link{
  color: var(--bs-navbar-color);
}
#myheader.sticky .navbar-light .navbar-nav .current-post-ancestor a.nav-link.navbar-light .navbar-nav .current-category-ancestor a.nav-link{
  color: var(--bs-navbar-color);
}
#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;
}
.header-contact-icon i {
    float: left;
    display: inline-block;
	font-size:2.5rem;
    text-align: center;
    color: #3bb2b0;
}

.header-contact-content {
    text-align: left;
	color: #010101;
}
#myheader.sticky .header-contact-content {
    color: #010101;
}


/*------------------------------------
  Breadcrumbs
------------------------------------*/
.breadcrumbs {
  background: url(../images/bg-breadcrumbs.svg) #ebf7f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
  margin-top:0rem;
  height:30vh;
}
@media (min-width: 768px) {
.breadcrumbs {
  margin-top:0rem;
  height:50vh;
}
}




.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;

}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: var(--bs-navbar-color);
}
.breadcrumbs ol a{
  color: var(--bs-navbar-color);
}
.breadcrumbs ol a:hover{
  color:#3bb2b0;
}
.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;
}
}
/*------------------------------------
  product-sidebar
------------------------------------*/

.sidebar-wrapper {
  border: 0px solid #efefef;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-wrapper {
    margin-top: 40px;
  }
}


.sidebar-widget .sidebar-search .sidebar-search-form {
  position: relative;
}
.sidebar-widget .sidebar-search .sidebar-search-form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  height: 43px;
  padding: 2px 55px 2px 18px;
  color: #444;
}
.sidebar-widget .sidebar-search .sidebar-search-form button {
  background: transparent none repeat scroll 0 0;
  border-color: #a1a5aa;
  -o-border-image: none;
     border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  padding: 1px 15px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
.sidebar-widget .sidebar-search .sidebar-search-form button:hover {
  color: #3bb2b0;
}
.sidebar-widget .sidebar-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: #222;
}
.sidebar-widget hr {
    height: 0.05rem;
    background-color: #d8d8d8;
    border: none;
	margin:30px auto;
}


.sidebar-product .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0rem;
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 0rem;
  --bs-accordion-btn-padding-y: 0.5rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d8d8d8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d8d8d8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 0rem;
  --bs-accordion-body-padding-y: 0rem;
  --bs-accordion-active-color: var(--bs-link-hover-color);
  --bs-accordion-active-bg: var(--bs-accordion-bg);
}

.sidebar-product .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-product .accordion-button {
    transition: none;
  }
}
.sidebar-product .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);

}
.sidebar-product .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);

}
.sidebar-product .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-product .accordion-button::after {
    transition: none;
  }
}
.sidebar-product .accordion-button:hover {
  z-index: 2;
}
.sidebar-product .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);

}

.sidebar-product .accordion-body {
	border:solid 0px #f0f;
	
}
.sidebar-product .accordion-body li{
	border-bottom:dashed 0px #e8e8e8;
    padding-top:5px;
	padding-bottom:5px;
	margin-left:6px;
	font-size:0.925rem;
}

.sidebar-product .accordion-body li a .fa{
	color:#d8d8d8;
}
.sidebar-product .accordion-body li:hover a .fa{
	color:#3bb2b0;
}
/*------------------------------------
  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:before {
    background: #fff;
}

.sidebar-service .section-title-page h4:after {
    background: #3bb2b0;
}
.sidebar-service-nav{ 
	 background:#fff;
}
.sidebar-service-nav .navbar-nav {
  width: 100%;
  border:solid 0px #f0f;
}
.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{
  border-left: solid 5px #3bb2b0;
  color:#3bb2b0;
}

.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:#3bb2b0;
	
}

.sidebar-service-nav .navbar-nav .menu-item.current-menu-parent {
	
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-parent a{
	border-left: solid 5px #3bb2b0;
	color:#3bb2b0;
}
.sidebar-service-nav .navbar-nav .menu-item:hover a:after {
	color:#3bb2b0;
}

.sidebar-service-nav .navbar-nav .menu-item.current-menu-item {
	
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-item a{
	border-left: solid 5px #3bb2b0;
	color:#3bb2b0;
}
.sidebar-service-nav .navbar-nav .menu-item.current-menu-item a:after {
	color:#3bb2b0;
}

.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:#3bb2b0;
	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:15px 0px;
	padding:0px;
}
.sidebar-contact ul li{
	list-style: none;
	color:#555;
	margin-bottom:0.5rem;
}

.sidebar-contact ul li i{
	color: #3bb2b0;
	margin-right:10px;
}





.sidebar-contact-bg {
border:solid 5px #fff;
border-radius:0px;
margin:15px;
}

.sidebar-contact-wechat .scw-content {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	padding: 35px 30px 50px;
	background-color: var(--bs-customer-two);
}

.sidebar-contact-wechat .icon {
	position: relative;
	margin: 0 auto;
	width: 66px;
	height: 66px;
	display: block;
	line-height: 66px;
	text-align: center;
	border-radius: 50px;
	font-size:2rem;
	color: var(--bs-white);
	background-color: var(--bs-customer-three);
}

.sidebar-contact-wechat h4 {
	font-weight: 600;
	color: var(--bs-white);
}

.sidebar-contact-wechat .text {
	font-weight: 400;
	color: var(--bs-white);
}

.sidebar-contact-wechat .phone {
	position: relative;
	font-weight: 600;
	display: inline-block;
	color: var(--bs-white);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar-contact-wechat .phone:hover {
	color: var(--bs-customer);
}

.sidebar-contact-wechat .phone-icon {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	opacity: 0.15;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	color: var(--bs-white);
}
/*------------------------------------
  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: #fff;
  background-color: #fff;
}

.sidebar-menu-page ul li.current_page_item {
  z-index: 2;
  background-color: #3bb2b0;
  border-color: #3bb2b0;
}
.sidebar-menu-page ul li.current_page_item a{
  color: #fff;
}
/*------------------------------------
  news-img
------------------------------------*/
.news-img {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:solid 1px #f8f9fa;
}
.news-img i{
	color:#3bb2b0;
	opacity:0.5;
}

/*------------------------------------
  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: #3bb2b0;
  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: 0.0125rem;
    background: #eaeaea;
}

.section-title-page h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 60px;
    height: 0.125rem;
    background: #3bb2b0;
}

.section-title-page h4 span{
  color:#848484;
  font-size:0.75em;
}

.section-title-page h5 {
  position: relative;
  margin-bottom:30px;

}

.section-title-page h5:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 0.0125rem;
    background: #eaeaea;
}

.section-title-page h5:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 40px;
    height: 0.125rem;
    background: #3bb2b0;
}

.section-title-page h5 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: #3bb2b0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3bb2b0;
  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: #3bb2b0;
  border-color: #3bb2b0;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/*------------------------------------
  category
------------------------------------*/
.category-list {

}
.category-list .cl-item {
	
}
.category-list .cl-item:hover {
	
}
.category-list .cl-item:hover a{
	
}
/*------------------------------------
  single
------------------------------------*/
.single {

}

.single  p.info i{
	color: #3bb2b0;
}
.single p.category{

}
.single p.category a{
	color:#3bb2b0;
}
.single p.tags{

}
.single p.tags a{
	color:#3bb2b0;
	margin-right:10px;
}
.single p.tags a:hover{
	
}
.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 #3bb2b0;
	margin-top:-60px;
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.single .content p,.page .content p{
	color:#666;
}
.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;
}

.content ul.wp-block-list {
    list-style-type: none;
    padding-left: 0;
	margin-top:15px;
	margin-bottom:15px;
}
.content ul.wp-block-list li {
	color:#555;
}
.content ul.wp-block-list li::before {
    content: "•";
    margin-right: 8px;
    font-size: 1rem;
}
.content ol.wp-block-list {
    list-style-type: none;
    counter-reset: list-counter;
    padding-left: 0;
	margin-top:15px;
	margin-bottom:15px;
}

.content ol.wp-block-list li {
    counter-increment: list-counter;
	color:#555;
}

.content ol.wp-block-list li::before {
    content: counter(list-counter) ".";
    font-size: 1rem;
    margin-right: 8px; 
}

.single table {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.single table tr,.page table tr{
	width:100%;
	text-align:center;
	border:solid 1px #f3f3f3 !importent;
}

.single .content blockquote, .page .content blockquote {
    position:relative;
	padding: 0px;
	margin:30px auto;
    background: #f3f3f3;
    border-left: solid 2px #3bb2b0;
    display: flex;
    align-items: center;
}

.single .content blockquote:before, .page .content blockquote:before {
    position: absolute;
	left:15px;
	top:0;
	font-size:1.75rem;
	font-family: 'FontAwesome';
    content: "\f10d";
    margin-right: 30px;
    color: #3bb2b0;
    opacity: .25;
}

.single .content blockquote:after, .page .content blockquote:after {
    position: absolute;
	right:15px;
	bottom:0;
	font-size:1.75rem;
	font-family: 'FontAwesome';
    content: "\f10e";
    color: #3bb2b0;
    opacity: .25;
}
.single .content blockquote p, .page .content blockquote p{
    padding:30px 45px;
	margin-bottom:0px;
}



.single .specifications {
	
}
.single .specifications p{
	margin-bottom:0.5rem;
	color:#555;
}
.single .cua-phone {
	
}

.single .cua-phone  i{
	background:#010101;
	color:#fff;
	border:solid 0px #f8f9fa;
	border-radius:50%;
	font-size:1.75em;
	width:2em;
	height:2em;
	line-height:1.5em;
	padding:0.25em;
	text-align:center;

}
.single .cua-phone:hover  i{
	background:#3bb2b0;
}

@media (min-width: 1024px) {
.single .cua-phone  i{
	font-size:2em;
}
}
.single .cua-phone  h2,.single .cua-phone  h2 a{
	font-weight:600;
	font-style:italic;

}
.single .cua-phone  p{
	

}
.single .cua-phone  span{
	
	font-size:1em;
	font-weight:600;
}
/*------------------------------------
  product-tab
------------------------------------*/
.product-tab {
	margin-top:-3.45rem;
}
.product-tab .nav-tabs{
	border-bottom:solid 3px #3bb2b0;
	
	
}


.product-tab .nav-tabs .nav-link{
	border:solid 1px #3bb2b0;
	border-bottom:solid 1px #3bb2b0;
	border-radius:0px;
	padding:14px;
	color:#fff;
}
@media (min-width: 767px) {
.product-tab .nav-tabs .nav-link{
	padding-left:30px;
	padding-right:30px;

}
}
.product-tab .nav-tabs .active{
	border:solid 1px #f8f8f8;
	border-bottom:solid 1px #3bb2b0;
	color:#3bb2b0;

}

.product-hero {
  background: url(../images/bg-breadcrumbs.svg) #ebf7f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width:100%;
}
@media (min-width: 768px) {
.product-hero {
  height: 90vh;
}
}
.theme-screenshot {
	position: relative;
	box-sizing: border-box;
}

.screenshot-desktop,
.screenshot-mobile {
	background: #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 6px 30px rgba(0,0,0,0.08);
	box-sizing: border-box;
}
.screenshot-desktop img,
.screenshot-mobile img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.screenshot-desktop {
	padding: 10px;
}
.screenshot-mobile {
	display: none;
}
.theme-screenshot {
		padding: 0 10%;
	}
	.screenshot-desktop {
		padding: 20px;
		box-shadow: 0 8px 40px rgba(0,0,0,.08);
	}
	.screenshot-mobile {
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 160px;
		padding: 8px 8px 40px
	}
	.screenshot-mobile:before {
		content: "";
		background: #eee;
		border-radius: 50%;
		bottom: 12px;
		display: block;
		height: 15px;
		left: 50%;
		margin-left: -5px;
		position: absolute;
		width: 15px;
	}

/*------------------------------------
  error
------------------------------------*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #3bb2b0;
  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:#bebebe;
}
footer a{
	color:#bebebe;
}
footer a:hover{
	 color:#3bb2b0;
}


.bg-footer {
 position: relative;
  	
}
.bg-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    z-index: 1;
}
.bg-footer-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(45deg,rgba(0,0,0,0.85),rgba(0,0,0,0.85));
    z-index: -1;
}
.bg-footer-inner {
 position: relative;
	z-index: 2;
}
.sidebar-footer {
	border-top:solid 0px #29292a;
	border-bottom:solid 1px #29292a;
	color:#bebebe;
}
.sidebar-footer a{
	color:#bebebe;
}

.sidebar-footer h1{
	color:#fff;
}
.sidebar-footer h4{
	color:#bebebe;
}

.social-display {
		display:none;
	}
	.social-links {
    list-style: none;
    padding: 0;
    position: fixed;
    right: 20px; 
    top: 50%; 
    transform: translateY(-50%);
    z-index: 1000; 
}

.social-links li {
	
}
.social-links li a.btn{
	width:40px;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	border-radius:50%;
	padding:0px;
}
.social-links li:hover a.btn{
	background:#010101;
}
.social-links li i{
	font-size:1.25rem;
	color:#fff;
	
}


.social-links .btn-facebook{
	background:#1671e9;
}
.social-links .btn-linkedin{
	background:#0074b1;
}
.social-links .btn-twitter{
	background:#02a3ea;
}
.social-links .btn-pinterest{
	background:#000;
}
.social-links .btn-youtube{
	background:#f50100;
}
.social-links .btn-instagram {
	background:#ec026e;
}
/*------------------------------------
  livechat
------------------------------------*/
.livechat {
   position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image: linear-gradient(60deg, rgba(194,164,118,0.95) 0%, rgba(194,164,118,0.95) 50%, rgba(194,164,118,0.95) 100%);
   width:100%;
   height:auto;
}



.footer-search {
    background: none;
    position: relative;
    z-index: 999;
    position: relative;
}

.footer-search::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    top: 0%;
    left: -30vw;
    background: #3bb2b0;
    transform: skew(-30deg, 0deg);
    z-index: -1;
}

@media all and (min-width:768px) {
.footer-search::before {
    left: -50vw;
}
}
/*------------------------------------
  btn-search
------------------------------------*/
form .btn {
  border-top-left-radius: 0em 0em;
  border-bottom-left-radius: 0em 0em;
  
}

.btn-search {
  
 
  background-color: #ffffff;
  border-color: #3bb2b0;
  padding-left:20px;
  padding-right:20px;
  
}
.btn-search:hover {
 
  background-color: #3bb2b0;
  border-color: #3bb2b0;
  opacity:0.95;
}
.btn-check:focus + .btn-search, .btn-search:focus {
 
  background-color: #3bb2b0;
  border-color: #3bb2b0;
  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 {

  background-color: #3bb2b0;
  border-color: #3bb2b0;
}
.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);

  background-color: #3bb2b0;
  border-color: #3bb2b0;
}
.btn-search:disabled, .btn-search.disabled {

  background-color: #3bb2b0;
  border-color: #3bb2b0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  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 {

  background-color: #fff;
  border-color: #3bb2b0;
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, 0);
}


.form-search {
  position: relative;
}
.form-search input {

  width: 100%;
  padding: 1rem;
  outline: 0;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: none;
}
.form-search input:focus {
  border: 1px solid #fff;
}
@media all and (min-width:768px) {
.form-search input:focus {
  border: 1px solid #3bb2b0;
}
}
.form-search .effect-button {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}
.form-search .effect-button .btn {
  padding: 0.8rem 1.25rem;
  background-color: #3bb2b0;
  text-transform: capitalize;
  border:0;
  border-radius: 5px;
  outline: 0;
  color:#fff;
}
.form-search .effect-button .btn:hover {

  opacity:0.95;
}


.index-cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width:100%;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .index-cta-form {
    
  }
}
.index-cta-form form {
  width: 100%;
  display: inline-block;
  position: relative;
   margin: 0;
}
@media only screen and (max-width: 1199px) {
  .index-cta-form form {
    
  }
}
.index-cta-form form [type=search] {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 1rem;
  border: none;

  border-radius: 5px;
 
  color: #010101;

}

@media only screen and (max-width: 1199px) {
  .index-cta-form form [type=search] {

    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .index-cta-form form [type=search] {
    
  }
}
@media only screen and (max-width: 767px) {
  .index-cta-form form [type=email] {
    
  }
}
.index-cta-form form [type=submit] {
  position: absolute;
  right: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin: 0;
  background-color: #010101;
  color: #fff;

 
  
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 1199px) {
  .index-cta-form form [type=submit] {
   
  }
}
@media only screen and (max-width: 767px) {
  .index-cta-form form [type=submit] {
    
  }
}
.index-cta-form form [type=submit]:hover {
  background-color: #3bb2b0;
  border-color: #3bb2b0;
  color: #fff;
}

/*------------------------------------
  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:#3bb2b0;
	-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 {
	opacity:0.95;
}
.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: 0.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 {

	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


@media (min-width: 768px) {

.wpcf7 {
	
}
}
.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 #3bb2b0;
  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:#3bb2b0;
	color:#fff;
	padding:15px;
	width:100%;
	border:solid 0px #fff;
	border-radius:5px;
}
.wpcf7-submit:hover {
  opacity:0.95;
}
.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;
}

