body {
  font-family: "Monda", sans-serif;
  color: #333333;
  background-color: #F7F7F7;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Monda", sans-serif;
  color: #0065AD;
  /*font-weight: bold;*/
  font-weight: 700;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
  color: #0065AD;
}
h4 {
  font-size: 19px;
  color: #370B6F;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #001D4B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3C74C0;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
/*#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}*/
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background: #30429F;
  /*background: rgb(0,133,148);
  background: linear-gradient(90deg, rgba(0,133,148,1) 0%, rgba(66,173,187,1) 35%, rgba(0,29,75,1) 100%);*/
  color: #DDD;
  z-index: 100;
  font-size:14px;
  line-height:30px;
  text-align:right;
  min-height: 30px;
  position: relative;
  padding:0;
  
  /* Status bar height on iOS 11.0 */
  padding-top: constant(safe-area-inset-top);
  /* Status bar height on iOS 11+ */
  padding-top: env(safe-area-inset-top);
  
  /*background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;*/
}
#top ul {
	padding:0;
	margin:0;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
#top ul.list-inline {
  margin-bottom: 0;
}

#top .btn-link, #top-links li, #top-links a {
  color: #FFF;
  text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
  text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
  color: #444;
  text-shadow:0px 1px 1px rgba(255,255,255,0.4);
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #FFF;
}
#top-links {
  padding-top: 0px;
  text-align:right;
}
#top-links ul{
  margin:0;
  padding:0;
}
#top-links ul li{
  margin:0;
  padding:0;
  list-style:none;
  display:inline-block;
}
#top-links .fa{
  font-size:18px;
  width:22px;
  margin:0;
  padding:0;
}
#top-links a + a {
  margin-left: 0px;
}
/*#top-links li + li{
  border-left: 1px solid #21B9D2;
}*/
#top-links li{
  margin:0;
  padding:0;
  text-align:center;
}
#top-links li a{
  padding:0px;
  width:50px;
  display:block;
  text-align:center;
  margin:0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#top-links li a:before {
  content: none;
}
#top-links li a:hover{
  background:#1CABC3;
}
#top-links span{
  display:none;
}

header{
  margin:0;
  z-index:100;
  clear:both;
  border-bottom:1px solid #DBDBDB;
}
main{
  margin-top:0px;
}
/* logo */
#logo {
  height: 100%;
  margin: 0;
  padding: 4px 0px 6px;
  text-align: left;
  -ms-transition:     all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}
#logo img {
  border:none;
  margin:0;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-top: 15px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 14px 0px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* cart */
/*#cart {
	margin: 22px 0 10px;
	text-align:right;
	float: right;
	position:relative;
	width:50px;
}
#cart #cart-total{
	display:none;
}
#cart .btn-group.open .dropdown-toggle{
	box-shadow:none;
}
#cart .cart-link{
	box-shadow:none;
}
#cart a.cart-link:hover, #cart a.cart-link:focus{
	text-decoration:none;
}
#cart #cart-items{
	text-align:right;
}
#cart .cart-link .fa{
	font-size:22px;
}
#cart .count-badge {
	font-size:16px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #21B9D2;
	color:#FFF;
	min-width:450px;
	margin-top:25px;
	z-index: 1001;
}
#cart .dropdown-menu a {
	color:#FFF;
}
#cart .dropdown-menu a.uk-button {
	font-size:13px;
}
#cart .dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 15px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
#cart .dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 16px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #21B9D2;
	border-left: 6px solid transparent;
	content: '';
}
#cart .dropdown-menu .btn .fa{
	font-size:13px;
}
a.cart-dropdown:hover .dropdown-menu{
	display: block;
}
.carttable{
	background:#1CABC3;
	border:none;
}
#cart .cart-totals table {
	border:none;
	border-bottom:1px solid #BBBBBB;
}
#cart .cart-totals tbody tr {
    border-top:1px solid #BBBBBB;
}
#cart .dropdown-menu .table>tbody>tr>td{
	border:none;
}
#cart .dropdown-menu .cart-totals .table>tbody>tr>td:last-child{
	width:140px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 15px 0;
}*/
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 0px;
  background: rgb(48,66,159);
  background: linear-gradient(90deg, rgba(7, 22, 103, 1) 0%, rgba(133, 149, 235, 1) 65%, rgba(48, 66, 159, 1) 100%);
}
footer .copyright-text{
  padding: 20px 0 20px;
  line-height: 22px;
  font-size: 16px;
  color:#FFF;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 1px 1px;
}
footer .copyright-text a{
  color:#FFF;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 1px 1px;
}
footer .copyright-text a:hover{
  color:#DDD;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumbwrap{
  background:#ECECEC;
  margin-bottom:20px;
}
.breadcrumb{
  margin: 0;
  padding: 5px 0 2px;
  font-size:12px;
  border: none;
  border-radius:0;
  background:none;
  height:38px;
  overflow:hidden;
  text-align:left;
  padding-left:0px;
  padding-right:0px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb a{
  color:#777;
}
.breadcrumb a:hover{
  color:#222;
}
.breadcrumb>li+li:before{
  font-family: "Font Awesome 6 Free";
  content: '\f054';
  font-weight:600;
  margin-left:10px;
  margin-right:10px;
}
/* breadcrumb */
/*.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}*/
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* category */
#product-category{
	font-size:14px;
}
#product-category .list-group{
	font-size:14px;
}
#product-category .list-group .list-group-item{
	background:#FFF;
}
#product-category .list-group .list-group-item:hover, #product-category .list-group .list-group-item.active{
	background:#42ADBB;
	color:#FFF;
	border-color:#229AC8;
}
#product-category .list-group a.list-group-item:before{
    font-family: "Font Awesome 6 Free";
    content: "\f105";
	font-weight:600;
    padding-left: 10px;
    padding-right: 0;
    color: #aaa;
    float: right;
}
#product-category .list-group a.list-group-item:hover:before, #product-category .list-group a.list-group-item.active:before{
    color: #FFF;
}

#product-info .nav-tabs{
	margin-bottom:0;
}
#product-info .tab-content{
	background:#FFF;
	border:1px solid #dee2e6;
	border-top:none;
	padding:30px 15px 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* Navigation */
.iv-navbar{
}
#iv-nav {
	z-index: 100;
	position: relative;
	background: none;
	overflow: visible;
	margin: 20px 0 0 0;
}
#iv-nav ul.nav.menu li,
#iv-nav ul.nav.menu li li,
#iv-nav ul.nav.menu li li li,
#iv-nav ul.nav.menu li li li li {
	line-height: 20px;
	padding-left: 0;
}
#iv-nav .navigation {
	display: flex;
	padding: 0px 0px;
	/*justify-content: center;*/
	justify-content: right;
	align-items: center;
	gap: 0px;
	flex: 1 0 0;
	margin-top:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#iv-nav .navigation li a {
	color: #30429F;
	padding: 12px 20px 10px;
	display:block;
	margin: 0 0 0 1px;
	font-size: 16px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iv-nav .navigation .active > a{
	color:#30429F;
}
#iv-nav .navigation li > a:hover {
	color:#000000;
}
#iv-nav .navigation li a:before {
	content: none;
}
/* Subnav */
.navigation ul.nav-child {
	position: absolute;
	left: 0px;
	z-index: 1000;
	display: none;
	min-width: 200px;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ddd;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation ul.nav > li {
	position: relative;
	float: left;
}
.navigation ul.nav > li:hover > .nav-child,
.navigation ul.nav > li > a:focus + .nav-child,
.navigation ul.nav-child li:hover > ul {
	display: block;
}
#iv-nav .nav-pills ul.nav-child li > ul {
	margin: -38px 0 0 190px;
	padding: 0;
}
.navigation ul.nav-child a {
	display: block;
	clear: both;
	color: #000000;
	font-size: 14px;
	padding: 3px 20px !important;
	font-weight: normal;
	line-height: 2em !important;
	white-space: nowrap;
}
#iv-nav .navigation .nav-pills .nav-child {
	padding-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#iv-nav .navigation .nav-pills .nav-child a {
	margin: 0;
	padding: 4px 20px;
	font-size: 14px;
	border-top: none!important;
	border-bottom: 1px solid #ddd;
	color: #444444;
}
#iv-nav .navigation .nav-pills .nav-child li:last-child a {
	/*border:none;*/
}
#iv-nav .navigation .nav-pills .nav-child > .active > a,
#iv-nav .navigation .nav-pills .nav-child > li > a:hover  {
	text-decoration: none;
	color: #30429F;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.navigation .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navigation .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #DDD;
	border-left: 6px solid transparent;
	content: '';
}
.navigation .nav-child li > ul:before {
	top: 10px;
	left: -7px;
	border-left: none;
	border-bottom: 7px solid transparent;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
}
.navigation .nav-child li > ul:after {
	top: 11px;
	left: -6px;
	margin-top: 0;
	border-left: none;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
}
/* end nav */
a.btnbox{
	border:3px solid #30429F;
	padding:6px 40px;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.btnbox:hover{
	border:3px solid #30429F;
	background:#30429F;
}
a.btnbox2{
	border:3px solid #0065AD;
	padding:6px 40px;
	color:#0065AD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.btnbox2:hover{
	border:3px solid #0065AD;
	background:#0065AD;
	color:#FFF;
}
.fullslide{
	width:100%;
	clear:both;
	position:relative;
	min-height:520px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:30px 20px;
	margin-bottom:40px;
	
	background: url("../../../../../image/style/home-slide-1.jpg") no-repeat center;
	/*background: linear-gradient(-45deg, #3CB4E6, #1BC8D9, #14CCD6, #1DBCB7);
	background-size: 400% 400%;
	-webkit-animation: GradientIV 25s ease infinite;
	-moz-animation: GradientIV 25s ease infinite;
	animation: GradientIV 25s ease infinite;*/
}
.fullslide h4{
	color:#CCC;
}
.fullslide h2{
	color:#FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-shadow: rgba(0, 0, 0, 0.247059) 0 1px 1px;
	margin-top:40px;
	margin-bottom:20px;
}
.fullslide h3{
	color:#FDF1F9;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-shadow: rgba(0, 0, 0, 0.247059) 0 1px 1px;
	margin-bottom:20px;
}
.fullslide p{
	color:#999;
}
/*.fullslide img{
	background:#FFF;
	padding:6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.20);
}*/
/*.fullslide::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(60,73,89,0.5);
	background-color: rgba(0,0,0,0.5);
}*/
.hometxt{
	text-align:justify;
}
#information-information p{
	text-align:justify;
}
ul.ticks{
	padding-left:0;
}
ul.ticks li{
	list-style:none;
	line-height:30px;
	padding-left: 30px;
}
ul.ticks li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
	font-size:16px;
    padding-right: 10px;
    color: #70A2B8;
	display: inline-block;
	margin-left: -30px;
	width: 30px;
}
.contact-box1{
	padding:20px 20px 10px;
	line-height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	text-align:left;
}
.contact-box1 .fa-solid, .contact-box1 .fa-brands{
	font-size:16px;
	color:#2BBED8;
	width:28px;
	padding-right:5px;
	text-align:center;
}
.contact-box1 .uk-alert{
	margin-bottom:0;
}
.contact-box2{
	border:1px solid #DDD;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-box3{
	padding:20px 20px 10px;
	background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.features-box{
	display:flex;
	gap:20px;
	flex-direction:row;
	align-items: stretch;
	margin-top:20px;
	margin-bottom:20px;
}
.features-item {
	/*flex: 1 1 0px;*/
	/*width:25%;*/
	width: 33.33%;
    padding: 30px 0 30px;
    position:relative;
	text-align:center;
	background: #FFFFFF;
	border:1px solid #C3EBF9;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.features-item-25 {
	/*flex: 1 1 0px;*/
	width:25%;
    padding: 20px 0 20px;
    position:relative;
	text-align:center;
	background: #FFFFFF;
	border:1px solid #C3EBF9;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.features-item-50 {
	/*flex: 1 1 0px;*/
	width:50%;
    padding: 20px 0 20px;
    position:relative;
	text-align:center;
	background: #FFFFFF;
	border:1px solid #C3EBF9;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.features-item:hover, .features-item-25:hover, .features-item-50:hover{
	background:#F1F9FC;
	border:1px solid #64ECF5;
}
.features-item h3, .features-item-25 h3, .features-item-50 h3{
	font-size:18px;
	line-height:26px;
	color:#370B6F;
	margin-top:20px;
	margin-bottom:20px;
}
.features-item a, .features-item-25 a, .features-item-50 a{
	border:2px solid #0065AD;
	padding:8px 30px;
	color:#FFF;
	background:#0065AD;
	font-size:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.features-item a:hover, .features-item-25 a:hover, .features-item-50 a:hover{
	border:2px solid #0065AD;
	color:#001D4B;
	background:#FFFFFF;
}
.uk-lightbox{
    background: rgba(0,0,0,.8);
}
#column-left h2{
	font-size:22px;
}

.iv-service-section{
	background:#FFF;
	padding:40px 0;
}
.iv-service-section .service-box{
	padding:10px 0;
}
.iv-service-section .service-icon{
	width:50px;
	margin-top:5px;
	color:#30429F;
}
.iv-service-section h4{
	font-size:17px;
	color:#000;
	margin-bottom:0;
}
.iv-service-section p{
	font-size:14px;
	margin-bottom:0;
}

.simple-box, 
.info-box, 
.success-box, 
.warning-box, 
.error-box { 
	margin: 10px 0 11px;
	padding: 9px 14px 9px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.simple-box { 
	background-color: #eeeeee; 
	border: 1px solid #e7e7e7; 
	color: #777; 
}
.info-box { 
	background-color: #D9EDF7; 
	border: 1px solid #BCE8F1; 
	color: #3A87AD; 
}
.success-box { 
	background-color:#dff0d8;
	border-color:#d6e9c6; 
	color:#468847; 
}
.warning-box { 
	background-color:#fcf8e3; 
	border: 1px solid #fbeed5; 
	color:#c09853; 
}
.error-box { 
	background-color: #F2DEDE; 
	border-color: #EED3D7; 
	color: #B94A48; 
}
.social-icns{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.quote{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 22px;
    line-height: 1.3;
	font-weight:normal;
	color:#333;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF !important;
	opacity:1;
}
.whitespacing{
	height:50px;
}
.txtcenter{
	text-align:center;
}
.txtright{
	text-align:right;
}
.txtjust{
	text-align:justify;
}
.iconbig i {
    color: #3e58aa;
    font-size: 65px;
    padding: 0;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.margin-top-60{
    margin-top: 60px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-0{
    margin-top: 0px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-min-top-10{
    margin-top: -10px;
}
.margin-min-top-15{
    margin-top: -15px;
}
.margin-min-top-20{
    margin-top: -20px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-0{
	margin-right:0;
}
.nopadding{
	padding:0;
}
.nomargin{
	margin:0;
}
.color-blue{
	color:#0065AD;
}
.color-dark{
	color:#0D0D0D;
}
.color-red{
	color:#CF1E2A;
}
.color-peach{
	color:#EED2B9;
}
.color-grey{
	color:#585757;
}
.color-light{
	color:#F5F5F5;
}
.color-green{
	color:#F4FFFD;
}
.color-black{
	color:#000;
}
.color-white{
	color:#FFF;
}
.font-large{
	font-size:120%;
}
.font-large2{
	font-size:150%;
}
.font-large3{
	font-size:170%;
}
.font-large4{
	font-size:190%;
}
.font-large{
}
.teltext{
	display:inline-block;
	width:30px;
}
.teltext2{
	display:inline-block;
	width:18px;
}
#product-category .certi{
	display:none;
}
.iv-stret .certi{
	display:block !important;
}
.uk-animation-10{
	animation-duration: 1000ms;
}
.uk-animation-15 {
    animation-duration: 1500ms;
}
.bold{
    font-weight: 800;
}
.villax{
	display:none;
}
.mobiles{
	display:none;
}
.mobilel{
	display:none;
}
.mobilex{
	display:block;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (max-width: 991px) {
	.mobilex{
		display: none !important;
	}
	.mobiley{
		display: block;
	}
	.mobilef{
		display: none;
	}
	body {
		font-size: 14px;
		line-height: 25px;
	}
	h1{ font-size:26px; }
	h2{ font-size:22px; }
	h3{ font-size:18px; }
	h4{ font-size:16px; }
	#iv-nav{
		display: none;
	}
	/*MobileMenu*/
    #sm_menu_ham{
        display: block;
		z-index:200;
    }
    .sm_menu_outer {
        height: calc(100vh - 109px);
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        left: 0;
		bottom: 0;
        top: 110px;
        z-index: -9;
        opacity: 0;
        background-color: #30429F;
        width: 100%;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		transition: opacity 0.2s;
    }
	.sm_menu_outer .mobile_menu a{
        color: #FFF;
        font-size: 14px;
        padding: 12px 15px;
    }
    .sm_menu_outer ul {
        padding: 0;
    }
	.sm_menu_outer.accordion .mobile_menu .hasChild > .submenu li {
		padding-left: 0px;
	}
	.sm_menu_outer.accordion .mobile_menu .hasChild > .submenu li a{
		padding-left:40px;
		color:#F7F7F7;
	}
	.sm_menu_outer.accordion .mobile_menu li.hasChild > a::before {
		right: 0;
		top: 8px;
		width: 40px;
		height: 25px;
		transition: all 0.19s ease;
	}
    .overlay{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #000;
        opacity: 0.5;
        z-index: 1;
    }
    #sm_menu_ham{
		position:absolute;
        top: 60px;
    }
    #sm_menu_ham span {
        background-color: #001E4B;
        border-radius: 5px;
        display: block;
        height: 4px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        width: 30px;
    }
	/*End MobileMenu*/
	.fullslide{
		min-height:300px;
	}
}
/* iPad + Tablet */
@media (min-width: 768px) and (max-width: 979px){
	body {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 768px) {
	.mobilex{
		display:none;
	}
	.mobiles{
		display:block;
	}
	.mobilel{
		display:inline;
	}
	footer .copyright-text{
		text-align:center;
	}
	.whitespacing{
		height:40px;
	}
	.social-icns{
		justify-content:center;
	}
	#product-info .image{
		margin-bottom:30px;
	}
}
@media (max-width: 480px) {
	.img-right, img-left{
		float:none;
		width:99%;
		height:auto;
		margin:10px auto;
		text-align:center;
	}
	.features-box{
		gap:10px;
		margin-bottom:30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.features-item, .features-item-25, .features-item-50 {
		padding: 20px 0 20px;
		width:48%;
	}
}
