body {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #222222;
    font-family: "Open Sans", sans-serif;
	padding-top: 90px;
}
a {
    color: #0053a1;
	text-decoration: none;
}
.list-style-03 li a.active {
    color: #96a5aa;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #000;
}
a.nav-link, a:active, a:focus {
    color: #222222;
}
h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.btn-link {
    font-weight: 400;
    color: #0053a1;
    text-decoration: underline;
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.7);
}
.navbar-collapse.show {
	z-index: 99;
}
.navbar-nav {
	margin: 0 auto;
	text-align: center;
}
.footer-top h5 {
	color: #41beda;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
}
.navbar-brand img {
	width: 200px;
	height: auto;
}
.navbar-brand {
    padding: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.years-35 {
    display: inline-block;
    vertical-align: middle;
	max-width: 95px; 
	padding-left: 10px;
}
.top-bar-contact .top-bar-contact-list {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 18px;
    font-size: 13px;
    display: inline-block;
    float: left;
}
.bg-light-gray {
    background-color: #f6f7f9;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-fraction {
    bottom: 25px;
}
.slider-button-previous-nav, .slider-button-next-nav {
	background-color: #fff;
    color: #232323;
	height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
	border-radius: 50% !important;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
}
.simple-dropdown .dropdown-menu .dropdown a {
    display: block;
    color: #828282;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}
.list-style-03 {
    list-style: none;
    margin-left: 20px;
}
.list-style-03 li {
	padding: 1px 0;
}
.list-style-03 li a {
	color: #222;
}
.list-style-03 li a:hover {
	color: #41bee4;
}
.list-style-03 li:before {
  content: url(/themes/osmaco/images/bullet.png);
  display: inline-block;
  margin-left: -20px;
  width: 1em;
}
.accordion-style-03 .panel {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 22px;
    border: 2px solid #e1e1e1;
}
.accordion-style-03 {
	margin-top: 30px;
}
.accordion-style-03 .panel-body li{
	margin-left: 20px;
}
li {
    margin-left: 20px;
}
.footer-top li,
.footer-bottom li,
.blog-grid li.grid-item,
.list-style-02 li,
.list-style-03 li {
    margin-left: 0;
}
.box-shadow-medium, .box-shadow-medium-hover:hover {
    box-shadow: none;
}
.post-details ul.list-style-02 li {
	width: 100% !important;
	padding: 5px 10px;
	font-weight: 600;
}
.post-details ul.list-style-02 li a {
	color: #222222;
}
.post-details ul.list-style-02 li a:hover {
	color: #0053a1;
}
.post-details h5 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	color: #0053a1;
}
.text-extra-large {
    font-size: 16px;
    line-height: 20px;
}
.contact h5 {
    font-size: 1.85rem;
    line-height: 2.80rem;
	letter-spacing: 0.5px;
}
.footer-dark, .footer-dark a {
    color: #fff;
}
.footer-dark a:hover {
    color: #41beda;
}
.footer-dark {
	padding-top: 30px;
}
.bg-slate-blue {
    background: rgb(0,87,148);
	background: radial-gradient(circle, rgba(0,87,148,1) 5%, rgba(9,33,58,1) 100%);
}
.form-control {
    display: block;
    width: 100%;
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(200, 200, 200, 0.3);
    background-clip: padding-box;
    border: 1px solid rgba(200, 200, 200, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder {
    color: #FFF;
	opacity: 0.8;
    text-overflow: ellipsis;
}
footer .footer-logo img {
    max-height: 65px;
}
.copyright {
    color: #98a0b4;
}
.bg-extra-dark-gray {
    background-color: #222222;
}
.bg-gradient-blue {
  background: rgb(0, 83, 161);
  background: linear-gradient(180deg, rgba(0, 92, 178, 1) 0%, rgba(0, 83, 161, 1) 50%, rgba(0, 69, 133, 1) 100%);
}
h6 { font-size:1.70rem; line-height:2.5rem; }
.sticky .navbar.header-light .navbar-nav .active .nav-link {
	color: #0053a1 !important;
}
.text-primary {
    color: #0053a1 !important;
}
.bg-primary {
    background-color: #0053a1 !important;
}
p {
    margin: 0 0 18px 0;
}
.page-title-small h1 {
    font-size: 24px;
    line-height: 26px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}
h2 {
    font-size: 22px;
    line-height: 26px;
	font-weight: 400;
	margin: 60px 0 20px 0;
	letter-spacing: 0.5px;
	color: #222;
	padding-left: 30px;
}
#products-list h2,
#right-menu h2 {
    font-size: 22px;
    line-height: 26px;
	font-weight: 300;
	margin: 30px 0 15px 0;
	letter-spacing: 0.5px;
	color: #0053a1;
	padding-left: 0px;
}
.navbar.navbar-boxed {
    padding-left: 15px;
    padding-right: 15px;
	background-color: #fff !important;
}
header .navbar .navbar-brand .default-logo {
	height: 90px !important;
}
header .navbar .navbar-brand .alt-logo {
	height: 90px !important;
}
header .navbar .navbar-brand .mobile-logo {
	height: 60px !important;
}
.homepageheader .header-language {
	display: none !important;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 90px;
}
.header-img .parallax {
	padding: 220px 0;
	background-position: 50% -250px;
}
.simple-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    width: 300px;
    padding: 25px 0;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    margin: 0;
    border: none;
    border-radius: 4px;
}
.simple-dropdown .dropdown-menu li {
    padding: 9px 25px 9px 3px;
    display: block;
	font-size: 15px;
}
.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
    position: absolute;
    right: 10px;
    font-size: 12px;
}
.simple-dropdown .dropdown-menu li:before {
    content: url(/themes/osmaco/images/bullet.png);
	padding-right: 5px;
    float: left;
}
.simple-dropdown .dropdown-menu .dropdown a {
    display: block;
    color: #232323;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}
.simple-dropdown .dropdown-menu .dropdown a:hover {
    color: #0053a1;
}
.navbar .navbar-nav .nav-link {
    padding: 25px 0;
    font-weight: 500;
    font-size: 15px;
    margin: 0 18px 0 18px;
    word-break: normal;
}
.simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 280px;
    margin-top: 0;
    top: -25px;
}
.navbar.navbar-light .navbar-nav > .dropdown.active > a, .sticky .navbar.header-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: #232323 !important;
}
.bg-gradient-shamrock-green-light-orange {
    background-image: linear-gradient(20deg, rgba(135, 174, 211, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.bg-dark-gray {
    background-color: #222;
}
/*.navbar .navbar-nav li {
    margin: 0;
	padding-bottom: 3px;
}*/
.navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .header-search-icon > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-language > a:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link.active, .sticky .navbar-dark.header-light .navbar-nav .nav-link:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link:focus, .sticky .navbar-dark.header-light .header-search-icon > a:hover, .sticky .navbar-dark.header-light .header-social-icon > a:hover, .sticky .navbar-dark.header-light .header-cart-icon > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .top-bar.navbar-dark .header-search-icon > a:hover, .top-bar.navbar-dark .header-social-icon > a:hover, .top-bar.navbar-dark .header-cart-icon > a:hover, .top-bar.navbar-dark .header-language > a:hover, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover {
    color: #0053a1 !important;
    cursor: pointer;
}
section {
    padding: 40px 0 80px 0;
    overflow: hidden;
}
.interactive-banners-style-05 .interactive-banners-content, .interactive-banners-style-05 .interactive-banners-overlayer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(calc(100% - 150px));
    -webkit-transform: translateY(calc(100% - 150px));
    -moz-transform: translateY(calc(100% - 150px));
    -ms-transform: translateY(100%) translateY(-150px);
}
.text-primary {
    color: #0053a1;
}
.btn.btn-secondary {
    background: #0053a1;
    border-color: #0053a1;
    color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background: #c7da26;
    border-color: #c7da26;
    color: #000;
}
.btn.btn-green {
    background: #c7da26;
    border-color: #c7da26;
    color: #000;
}
.btn.btn-green:hover, .btn.btn-green:focus {
    background: transparent;
    border-color: #c7da26;
    color: #c7da26;
}
.text-secondary {
    color: #c7da26;
}
.tab-style-06 .nav-tabs > li.nav-item {
    width: auto;
    padding: 0;
}
.tab-style-06 .nav-tabs > li.nav-item > a.nav-link {
    padding: 15px 22px 15px 22px;
    color: #232323;
    font-weight: 600;
    border-width: 3px;
}
.tab-style-06 .nav-tabs > li.nav-item > a.nav-link:hover, .tab-style-06 .nav-tabs > li.nav-item > a.nav-link.active, .tab-style-06 .nav-tabs > li.nav-item > a.nav-link.active:focus, .tab-style-06 .nav-tabs > li.nav-item > a.nav-link:focus, .tab-style-06 .nav-tabs > li.nav-item > a.nav-link:hover {
    border-bottom: 3px solid #c7da26;
    color: #232323;
    opacity: 1;
}
.feature-box p {
    text-align: left;
}
.feature-box {
	align-items: inherit;
	text-align: left;
}
.swiper-slide .text-extra-large {
    font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}
/*ul {
  margin: 0;
  padding: 0 0 5px 30px;
}*/
ul.nav-tabs {
    margin: 0;
    padding: 0;
}
.tab-content {
	padding-top: 40px;
}
.btn-primary {
    color: #fff;
    background-color: #00539f;
    border-color: #00539f;
}
.btn-primary:focus {
    color: #fff;
    background-color: #00539f;
    border-color: #00539f;
}
.btn-primary:hover {
    color: #222;
    background-color: #40bee5;
    border-color: #40bee5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.btn.btn-fast-blue {
    background: #0053a1;
    border-color: #0053a1;
    color: #ffffff;
}
.btn.btn-fast-blue:hover, .btn.btn-fast-blue:focus {
    background: transparent;
    color: #0053a1;
}
.form-group .btn {
    text-transform: inherit;
}
.slider-navigation-style-07.swiper-button-next, .slider-navigation-style-07.swiper-button-prev {
    background-color: rgba(132, 144, 157, 1);
    color: #fff;
}
.carousel-caption .h1 {
	overflow: hidden;
	text-align: left;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 15px 5px 15px;
}
.carousel-bg {
	background-color: rgba(0, 0, 0, 0.4);
	/*background-color: rgba(255, 255, 255, 0.4);*/
}
h1 {
	overflow: hidden;
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #0053a1;
	margin: 0 15px;
}
h1::before {
  background-color: #96a5aa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 6%;
}
h1::after {
  background-color: #96a5aa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 94%;
}
h1::before {
  right: 0.5em;
  margin-left: 0%;
}

h1::after {
  left: 0.5em;
  margin-right: -90%;
}
.section-title h1 {
	overflow: hidden;
	text-align: left;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #0053a1;
	margin: 0 0 20px 0;
}
.section-title h1::before {
  background-color: #96a5aa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 6%;
}
.section-title h1::after {
  background-color: #96a5aa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 94%;
}
.section-title.noleftborder h1::before {
  background-color: #96a5aa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 0%;
}
.section-title.noleftborder h1::after {
  background-color: #96a5aa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.section-title h1::before {
  right: 0.4em;
  margin-left: 0%;
}
.section-title h1::after {
  left: 0.4em;
  margin-right: -90%;
}
.footer-dark .section-title h1 {
	overflow: hidden;
	text-align: left;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #41bee4;
	margin: 0 0 20px 0;
}
.dropdown-menu.megamenu-content li a {
    text-align: left;
    font-size: 15px;
    color: #232323;
    padding: 5px 0;
    margin: 0 0 5px 0;
    display: inline;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}
.dropdown-menu.megamenu-content li a:hover {
    color: #0053a1;
}
.bulletlist {
  list-style: none;
  padding: 0;
}
.bulletlist li {
  padding-left: 1.3em;
  list-style: none;
  margin-bottom: 5px;
}
.bulletlist li:before {
  content: url(/themes/osmaco/images/bullet.png);
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.dropdown-menu.megamenu-content li.dropdown-header:before {
    content: none !important;
}
.bulletlist ul {
  margin-left: 60px;
}
.bulletlist ul li {
  list-style: circle;
  padding-left: 0;
}
.bulletlist ul li:before {
  content: none;
}

.dropdown-menu.megamenu-content li.dropdown-header {
    color: #0053a1;
    display: inline-block;
    padding: 0;
    font-size: 20px;
	line-height: 25px;
    font-weight: 400;
    margin: 15px 0 20px 0;
    border-bottom: none;
}
.nav-item.dropdown.megamenu .menu-back-div .col, .nav-item.dropdown.megamenu .menu-back-div ul[class *="d-"] {
    padding-left: 0;
    padding-right: 40px;
    list-style: none;
}

/*.nav-item.dropdown.megamenu .menu-back-div {
    box-sizing: border-box;
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    left: auto;
}*/
#products-list .card-footer {
    padding: 0;
    background-color: #fff;
    border-top: none;
}
#products-list .card {
	border: none;
	margin-bottom: 30px;
}
#products-list .card .card-image {
    overflow: hidden;
    position: relative;
}
#products-list .card img {
    -webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    -moz-transition: all 1s cubic-bezier(0, 0, .2, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, .2, 1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
#products-list .card .card-body {
	padding-left: 50px;
	padding-right: 50px;
}
#products-list .card .card-body h2 {
	margin-top: 10px;
}
.suppliers-logos .col {
	text-align: center;
	margin-bottom: 20px;
}
.suppliers-logos .col img {
	max-width: 200px;
}
/*COOKIES MODAL*/
.modal#cookies-modal .modal-dialog.modal-bottom {
    bottom: 0;
}
.modal#cookies-modal .modal-frame {
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.modal#cookies-modal .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 24px;
}
.modal#cookies-modal .modal-content a {
	text-decoration: underline;
	color: #000;
}
.modal#cookies-modal .modal-content a:hover {
	color: #41beda;
	text-decoration: underline;
}
.modal#cookies-modal .modal-content .modal-header [type=button]:not(:disabled) {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}
.modal#cookies-modal .modal-content .modal-header {
    border-bottom: 0;
}
.modal#cookies-modal .modal-content .modal-header h2 {
    color: #0053a1;
	font-weight: 500;
	font-size: 23px;
}
.modal#cookies-modal .modal-content .modal-header span {
    color: #000;
}
.modal#cookies-modal .modal-content {
    bottom: 20px;
    left: 20px;
    position: fixed;
    display: flex;
    padding: 10px 10px 10px 10px;
    width: 330px;
    pointer-events: auto;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
	color: #000;
	font-size: 15px;
	line-height: 22px;
}
.modal#cookies-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0rem 0.75rem 0.75rem 0.75rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal#cookies-modal .modal-footer .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    padding: 6px 14px 5px 14px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}
.modal#cookies-modal .modal-footer .theme-btn a {
	border: 0;
}
.modal#cookies-modal input {
    margin: 0;
	color: #000;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(15, 134, 158, 0.5);
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0f869e;
    background-color: #0f869e;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(15, 134, 158, 0.25);
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    /*background-color: #fff;*/
	background-color: transparent;
	border: 1px solid #fff !important;
    background-clip: padding-box;
    border: 0;
    /*border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
    opacity: 1;
    transition: opacity .6s ease;
	border-radius: 60px;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators .active {
    opacity: 1 !important;
	background-color: #fff;
	border: 1px solid #fff;
}
.slick-slide img {
	max-width: 100%;
    height: auto;
}
.gallery-main {
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 50px 0;

}
.slick-track {
    text-align: center;
    margin: 0 auto;
}
.slick-slider {
	 background-color: #e3e3e3;
}
.slick-slide h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px 5px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}
.slick-slider {
    margin-bottom: 0px !important;
}
.btn {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.btn.btn-transparent-dark-gray {
    background: transparent;
    border-color: #96a5aa;
    color: #232323;
}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {
    background: #00539f;
    border-color: #00539f;
    color: #ffffff !important;
}
.slick-prev:before {
	font-family: feather !important;
    content: "\e828" !important;
	color: #FFF;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
	font-family: feather !important;
    content: "\e829" !important;
	color: #FFF;
}
.slick-next:before, .slick-prev:before {
    font-size: 18px !important;
    line-height: 1;
    opacity: .75;
    color: #000 !important;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
	top: -220px !important;
    /*top: 50%;*/
    width: 40px !important;
    height: 40px !important;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none !important;
    outline: 0;
	border-radius: 50px;
    background: #fff !important;
	border-radius: 50px;
	box-shadow: 0 0 25px rgba(23, 23, 23, .25) !important;
}
@media (max-width: 991px) {
.nav-item.dropdown.megamenu .menu-back-div {
    box-sizing: border-box;
    background: #fff;
    padding: 10px 20px;
    box-shadow: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-radius: 4px;
    left: auto;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 80px;
	padding-top: 10px;
}
.years-35 {
    display: inline-block;
    vertical-align: middle;
	max-width: 80px; 
	padding-left: 10px;
}
}

@media (max-width: 991px) {
	.nav-item.dropdown.simple-dropdown .dropdown-menu > .dropdown {
        margin-left: 0px;
    }
	.navbar.navbar-light .navbar-nav .nav-link,
    .nav-item.dropdown.megamenu, .nav-item.dropdown.simple-dropdown {
        text-align: left;
    }
	 .nav-item.dropdown.simple-dropdown .dropdown-menu > .dropdown > a {
        color: #232323;
        margin: 7px 0 7px 0;
        font-size: 14px;
        font-weight: 600;
		padding-left: 0;
    }
	.simple-dropdown .dropdown-menu li:before {
    	content: none;
    	padding-right: 5px;
    	float: left;
	}
	.simple-dropdown .dropdown-menu.second-level li:before {
    	content: url(/themes/osmaco/images/bullet.png);
    	padding-right: 5px;
    	float: left;
	}
	.simple-dropdown .dropdown-menu.second-level li {
        border-bottom: 1px solid #efefef;
    }
	.simple-dropdown .dropdown-menu li {
		padding: 5px 25px 5px 3px;
		display: block;
		font-size: 15px;
		margin-left: 0;
	}
	#products-list .card .card-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	h1 {
		font-size: 23px;
		letter-spacing: 0;
		margin: 0 15px;
	}
	.footer-logo {
		text-align: center;
	}
}

#slider-mob .carousel {
	display: none;
}
#slider-web .carousel {
	display: block;
}

@media (max-width: 600px) {
#slider-mob .carousel {
	display: block;
}
#slider-web .carousel {
	display: none;
}
}

@media (max-width: 768px) {
	
#slider-mob .carousel {
	display: block;
}
#slider-web .carousel {
	display: none;
}
.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
	margin-left: 3px;
	margin-right: 3px;
}
.carousel-indicators {
    bottom: 0px;
}
}


