﻿body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.sticky-nav-active {
    top: 0 !important;
}
.slider-images .slick-slider .arrow-left {
    display:none
}
.slider-images .slick-slider .arrow-right {
    display:none
}

*,*::before,*::after{box-sizing: border-box;}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior: smooth;}}hr{margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;}hr:not([size]){height: 1px;}h5,h4,h3,h2,h1{margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;}h1{font-size: calc(1.375rem + 1.5vw);}@media (min-width: 1200px){h1{font-size: 2.5rem;}}h2{font-size: calc(1.325rem + 0.9vw);}@media (min-width: 1200px){h2{font-size: 2rem;}}h3{font-size: calc(1.3rem + 0.6vw);}@media (min-width: 1200px){h3{font-size: 1.75rem;}}h4{font-size: calc(1.275rem + 0.3vw);}@media (min-width: 1200px){h4{font-size: 1.5rem;}}h5{font-size: 1.25rem;}p{margin-top: 0;
  margin-bottom: 1rem;}ol,ul{padding-right: 2rem;}ol,ul{margin-top: 0;
  margin-bottom: 1rem;}ul ul{margin-bottom: 0;}a{color: #0d6efd;
  text-decoration: underline;}a:hover{color: #0a58ca;}figure{margin: 0 0 1rem;}img{vertical-align: middle;}label{display: inline-block;}button{border-radius: 0;}button:focus:not(:focus-visible){outline: 0;}input,button{margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;}button{text-transform: none;}button,[type=button],[type=submit]{-webkit-appearance: button;}button:not(:disabled),[type=button]:not(:disabled),[type=submit]:not(:disabled){cursor: pointer;}::-moz-focus-inner{padding: 0;
  border-style: none;}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding: 0;}::-webkit-inner-spin-button{height: auto;}::-webkit-search-decoration{-webkit-appearance: none;}::-webkit-color-swatch-wrapper{padding: 0;}::-webkit-file-upload-button{font: inherit;}::file-selector-button{font: inherit;}::-webkit-file-upload-button{font: inherit;
  -webkit-appearance: button;}.container,.container-fluid{width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;}@media (min-width: 576px){.container{max-width: 540px;}}@media (min-width: 768px){.container{max-width: 720px;}}@media (min-width: 992px){.container{max-width: 960px;}}@media (min-width: 1200px){.container{max-width: 1140px;}}@media (min-width: 1400px){.container{max-width: 1320px;}}.row{--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));}.row > *{flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);}.col-6{flex: 0 0 auto;
  width: 50%;}@media (min-width: 576px){.col-sm-6{flex: 0 0 auto;
    width: 50%;}}@media (min-width: 768px){.col-md-4{flex: 0 0 auto;
    width: 33.33333333%;}.col-md-6{flex: 0 0 auto;
    width: 50%;}.col-md-12{flex: 0 0 auto;
    width: 100%;}}@media (min-width: 992px){.col-lg-3{flex: 0 0 auto;
    width: 25%;}.col-lg-4{flex: 0 0 auto;
    width: 33.33333333%;}.col-lg-8{flex: 0 0 auto;
    width: 66.66666667%;}}.form-control{display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -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;}@media (prefers-reduced-motion: reduce){.form-control{transition: none;}}.form-control:focus{color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);}.form-control::-webkit-date-and-time-value{height: 1.5em;}.form-control::-moz-placeholder{color: #6c757d;
  opacity: 1;}.form-control::placeholder{color: #6c757d;
  opacity: 1;}.form-control:disabled{background-color: #e9ecef;
  opacity: 1;}.form-control::-webkit-file-upload-button{padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;}.form-control::file-selector-button{padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{-webkit-transition: none;
    transition: none;}.form-control::file-selector-button{transition: none;}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color: #dde0e3;}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color: #dde0e3;}.form-control::-webkit-file-upload-button{padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{-webkit-transition: none;
    transition: none;}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color: #dde0e3;}.btn-success{color: #fff;
  background-color: #198754;
  border-color: #198754;}.btn-success:hover{color: #fff;
  background-color: #157347;
  border-color: #146c43;}.btn-success:focus{color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);}.btn-success:active{color: #fff;
  background-color: #146c43;
  border-color: #13653f;}.btn-success:active:focus{box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);}.btn-success:disabled{color: #fff;
  background-color: #198754;
  border-color: #198754;}.fade{transition: opacity 0.15s linear;}@media (prefers-reduced-motion: reduce){.fade{transition: none;}}.fade:not(.show){opacity: 0;}.breadcrumb{display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;}.modal{position: fixed;
  top: 0;
  right: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;}.modal-dialog{position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;}.modal.fade .modal-dialog{transition: transform 0.3s ease-out;
  transform: translate(0, -50px);}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition: none;}}.modal-content{position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;}.modal-header{display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);}.modal-title{margin-bottom: 0;
  line-height: 1.5;}.modal-body{position: relative;
  flex: 1 1 auto;
  padding: 1rem;}.modal-footer{display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);}.modal-footer > *{margin: 0.25rem;}@media (min-width: 576px){.modal-dialog{max-width: 500px;
    margin: 1.75rem auto;}}.d-flex{display: flex !important;}.w-100{width: 100% !important;}.mh-100{max-height: 100% !important;}.gap-3{gap: 1rem !important;}.justify-content-end{justify-content: flex-end !important;}.justify-content-center{justify-content: center !important;}.justify-content-between{justify-content: space-between !important;}.align-items-center{align-items: center !important;}.px-3{padding-left: 1rem !important;
  padding-right: 1rem !important;}.py-2{padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;}.text-center{text-align: center !important;}@charset 'UTF-8';.fa-solid,.fa-light,.fab,.fa-brands{-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;}.fa-angle-left::before{content: "\f104";}.fa-caret-left::before{content: "\f0d9";}.fa-cart-shopping::before{content: "\f07a";}.fa-magnifying-glass::before{content: "\f002";}.fa-phone::before{content: "\f095";}.fa-user::before{content: "\f007";}.fa-xmark::before{content: "\f00d";}@font-face{font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }.fab,.fa-brands{font-family: 'Font Awesome 6 Brands';
  font-weight: 400;}.fa-facebook:before{content: "\f09a";}.fa-instagram:before{content: "\f16d";}.fa-whatsapp:before{content: "\f232";}@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-light-300.ttf") format("truetype"); }.fa-light{font-family: 'Font Awesome 6 Pro';
  font-weight: 300;}@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }.fa-solid{font-family: 'Font Awesome 6 Pro';
  font-weight: 900;}@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-thin-100.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-thin-100.ttf") format("truetype"); }.fa-solid,.fa-light,.fab,.fa-brands{-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;}.fa-angle-left::before{content: "\f104";}.fa-caret-left::before{content: "\f0d9";}.fa-cart-shopping::before{content: "\f07a";}.fa-magnifying-glass::before{content: "\f002";}.fa-phone::before{content: "\f095";}.fa-user::before{content: "\f007";}.fa-xmark::before{content: "\f00d";}@font-face{font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }.fab,.fa-brands{font-family: 'Font Awesome 6 Brands';
  font-weight: 400;}.fa-facebook:before{content: "\f09a";}.fa-instagram:before{content: "\f16d";}.fa-whatsapp:before{content: "\f232";}@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-light-300.ttf") format("truetype"); }.fa-light{font-family: 'Font Awesome 6 Pro';
  font-weight: 300;}@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }.fa-solid{font-family: 'Font Awesome 6 Pro';
  font-weight: 900;}@font-face{font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/lib/fontawesome/webfonts/fa-thin-100.woff2") format("woff2"), url("/lib/fontawesome/webfonts/fa-thin-100.ttf") format("truetype"); }@font-face{font-family: 'Heebo-Light';
    src: url('Heebo-Light.eot');
    src: url('Heebo-Light.eot?#iefix') format('embedded-opentype'),
        url('Heebo-Light.woff2') format('woff2'),
        url('Heebo-Light.woff') format('woff'),
        url('Heebo-Light.ttf') format('truetype'),
        url('Heebo-Light.svg#Heebo-Light') format('svg');
}@font-face{font-family: 'Heebo-Medium';
    src: url('Heebo-Medium.eot');
    src: url('Heebo-Medium.eot?#iefix') format('embedded-opentype'),
        url('Heebo-Medium.woff2') format('woff2'),
        url('Heebo-Medium.woff') format('woff'),
        url('Heebo-Medium.ttf') format('truetype'),
        url('Heebo-Medium.svg#Heebo-Medium') format('svg');
}@font-face{font-family: 'Heebo-Regular';
    src: url('Heebo-Regular.eot');
    src: url('Heebo-Regular.eot?#iefix') format('embedded-opentype'),
        url('Heebo-Regular.woff2') format('woff2'),
        url('Heebo-Regular.woff') format('woff'),
        url('Heebo-Regular.ttf') format('truetype'),
        url('Heebo-Regular.svg#Heebo-Regular') format('svg');
}@font-face{font-family: 'Heebo-SemiBold';
    src: url('Heebo-SemiBold.eot');
    src: url('Heebo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Heebo-SemiBold.woff2') format('woff2'),
        url('Heebo-SemiBold.woff') format('woff'),
        url('Heebo-SemiBold.ttf') format('truetype'),
        url('Heebo-SemiBold.svg#Heebo-SemiBold') format('svg');
}.body{-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: #4e4e4e;}.body > .over-menu{-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;}.mob-header{-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 100%;
    float: left;
    position: fixed;
    z-index: 400;}.mob-header::before{-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin: 0;
    background: #FFF;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    right: 0;
    height: 0;}.mob-header .desk-menu{position: relative;
    width: 100%;
    float: left;}.mob-header .desk-menu .box-menu{-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 16px 0 0;
    display: block;
    margin: 0 auto;text-align: center;}.mob-header .desk-menu .menu-container{float: left;}@media (min-width: 992px){.mob-header .desk-menu .menu-container{display: none;}}.mob-header .desk-menu .menu-container .menu-foot{width: 100%;
    float: left;
    display: none;}.mob-header .desk-menu .menu-container .menu-foot{position: absolute;
    bottom: 42px;
    padding: 15px 0;}.mob-header .desk-menu .menu-container .menu{padding: 0;
    margin: 0 20px 0 0;
    list-style: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}.mob-header .desk-menu .menu-container .menu > li{-webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    margin: 0 0 0 10px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: inherit;}.mob-header .desk-menu .menu-container .menu > li a{position: relative;
    font-size: 20px;
    padding: 19px 8px;
    display: block;
    color: #4e4e4e;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children > a{padding: 19px 20px 19px 8px;
    position: relative;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before,.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after{-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #4e4e4e;
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
    top: 26px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before{-webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
    left: 10px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after{-webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
    left: 6px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu{box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-overflow-scrolling: touch;
    min-width: 200px;
    position: absolute;
    list-style: none;
    background: #FFF;
    padding: 0;
    float: left;
    display: table;
    left: 0;
    width: 100%;
    float: left;
    display: none;
    padding: 0px 35px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li{width: 100%;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a{color: #4e4e4e;
    padding: 12px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a{color: #4285f4;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before{-webkit-transform: rotate(142deg);
    -moz-transform: rotate(142deg);
    -ms-transform: rotate(142deg);
    -o-transform: rotate(142deg);
    transform: rotate(142deg);
    top: 23px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after{-webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    left: 11px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a{text-align: right;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover{margin-top: 0;}.mob-header .desk-menu .menu-container .menu > li.line{-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 11px;
    left: 0;
    height: 0px;
    pointer-events: none;
    border: 1px solid #4285f4;
    background: #4285f4;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    opacity: 0;
    display: block;}.mob-header .desk-menu .menu-container .menu > li:hover > a{color: #4285f4;}.mob-header .desk-menu .menu-container .menu > li:hover > a::before{-webkit-transform: translateX(5px) rotate(-140deg);
    -moz-transform: translateX(5px) rotate(-140deg);
    -ms-transform: translateX(5px) rotate(-140deg);
    -o-transform: translateX(5px) rotate(-140deg);
    transform: translateX(5px) rotate(-140deg);
    width: 10px;
    left: 12px;}.mob-header .desk-menu .menu-container .menu > li:hover > a::after{-webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
    width: 10px;
    left: 7px;}.mob-header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu{display: block;}.mob-header .hamburger-menu{display: none;}@media (max-width: 991px){.mob-header{height: 72px;
      background: #fff;}.mob-header .hamburger-menu{-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      position: absolute;
      top: 60px;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      cursor: pointer;
      right: 0;
      z-index: 11;}.mob-header .hamburger-menu .bar,.mob-header .hamburger-menu .bar::after,.mob-header .hamburger-menu .bar::before{width: 35px;
      height: 3px;}.mob-header .hamburger-menu .bar{position: relative;
      -webkit-transform: translateY(25px);
      -moz-transform: translateY(25px);
      -ms-transform: translateY(25px);
      -o-transform: translateY(25px);
      transform: translateY(25px);
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
      background: #4e4e4e;
      top: -7px;}.mob-header .hamburger-menu .bar::before,.mob-header .hamburger-menu .bar::after{position: absolute;
      background: #4e4e4e;
      content: "";
      left: 0;
      border-radius: 5px;}.mob-header .hamburger-menu .bar::before{bottom: 10px;
      -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);}.mob-header .hamburger-menu .bar::after{top: 10px;
      -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);}.mob-header .desk-menu .box-menu ul li a{color: #FFF !important;
      border-bottom: 1px solid #5c5a5773;}.mob-header .desk-menu .menu-container{-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #FFF;
      position: fixed;
      height: 100%;
      width: 100%;
      right: -100%;
      top: 60px;}.mob-header .desk-menu .menu-container .menu{margin: 0;
      margin-top: 30px;
      padding: 0px 35px;}.mob-header .desk-menu .menu-container .menu li.line{display: none !important;}.mob-header .desk-menu .menu-container .menu > li{width: 100%;
      float: left;
      margin: 0;
      text-align: right;}.mob-header .desk-menu .menu-container .menu > li a{padding: 12px;
      color: #4e4e4e !important;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children{position: initial;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a{padding: 12px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a::before,.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a::after{background: #4e4e4e;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a::before{left: 6px !important;
      top: 18px !important;
      width: 7px !important;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a::after{top: 23px !important;
      width: 7px !important;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu{box-shadow: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: block !important;
      background: #FFF;
      z-index: 1;
      top: 0;
      left: 100%;}.mob-header .desk-menu .menu-container .menu > li:hover a:before{-webkit-transform: rotate(140deg);
      -moz-transform: rotate(140deg);
      -ms-transform: rotate(140deg);
      -o-transform: rotate(140deg);
      transform: rotate(140deg);
      left: 6px;
      top: 22px;}.mob-header .desk-menu .menu-container .menu > li:hover a::after{-webkit-transform: rotate(-140deg);
      -moz-transform: rotate(-140deg);
      -ms-transform: rotate(-140deg);
      -o-transform: rotate(-140deg);
      transform: rotate(-140deg);
      left: 6px;
      top: 26px;}.mob-header .desk-menu .menu-container .menu-foot{display: block;}}@media (max-width: 767px){.mob-header .desk-menu .menu-container .menu li a{padding: 8px 12px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a{padding: 8px 12px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a::before{top: 18px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children a::after{top: 22px;}.mob-header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a{padding: 8px 20px;}}@media (max-width: 481px){.mob-header .hamburger-menu{top: 60px;
      right: 0;}.mob-header .hamburger-menu .bar,.mob-header .hamburger-menu .bar::after,.mob-header .hamburger-menu .bar::before{width: 30px;
      height: 3px;}.mob-header .hamburger-menu .bar::before{bottom: 9px;}.mob-header .hamburger-menu .bar::after{top: 9px;}}.menu{margin-top: 30px;
      padding: 18px;}.menu li a{letter-spacing: 0.5px;}.logo-site{position: relative;
    top: 6px;
    text-align: center;}.logo-site .logo-img{width: 130px;}.desk-menu .icon-main{position: relative;
    top: -26px;}.desk-menu .icon-ul{display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;}.desk-menu .icons-li .icons-a{display: block;
    position: relative;
    background-color: #006edf;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    transition: 0.3s;
    margin-right: auto;
    top: 0;}.desk-menu .icons-li .icons-a:hover{background-color: #f9d247;}.desk-menu .icons-li .icons-a .social-icon{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;}.desk-menu .icons-li .icons-a .items-count{display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-family: "Heebo-Light";
    position: absolute;
    top: -8px;
    right: -8px;}@media (min-width: 992px){.desk-menu{display: none;}}li{list-style: none;}@media (max-width: 575px){.col-xs-6{flex: 0 0 auto;
    width: 50%;}.col-xs-12{flex: 0 0 auto;
    width: 100%;}}a,a:hover,a:focus,a:active{text-decoration: none;
    outline: none;}h1,h2,h3,h4,h5{margin-top: 10px;
    margin-bottom: 10px;}.breadcrumb>li+li:before{padding: 0px 8px 0px 0px;
    color: #ccc;
    content: "/\00a0";}.breadcrumb{background-color: transparent !important;}.theme-btn{padding: 10px 24px;
  background-color: #ff5a6e;
  color: white;
  border: none;
  transition: .3s;}.theme-btn:hover{background-color: #000;
  color: #fff;}.input{border: 1px solid #999999;
  background-color: #fcf6f6;
  padding: 14px 24px;
  color: #999999;
  width: 100%;
  position: relative;}.input::placeholder{color: #999999;
  transition: .3s;}.input:focus{outline: 0;}.input:focus::placeholder{opacity: 0;}.breadcrumb{margin: 0;}p{margin: 0;}.modal-dialog{display: flex;
  align-items: center;
  justify-content: center;}.input{text-align: right;}.theme-btn:hover,a:hover{cursor:pointer !important;}.trwpwhatsappbutton{position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999999;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgb(0 0 0);
    animation: effect 5s infinite ease-in;}.input-otr{position: relative;}.input-otr input{background-color: #fff;}.input-otr label{position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;}.breadcrumb{background-color: transparent !important;
    margin-bottom: 0px !important;}.breadcrumb a{color: #777;}#confirmModel .modal-header .close{color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 50% !important;
    padding: 8px 13px !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.30) !important;
    outline: none !important;
    position: absolute;
    right: -19px;
    top: -15px;}.grid{position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;}.grid figure{position: relative;
	float: right;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 200px;
	max-width: 480px;
	max-height: 360px;
	width: 31%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	cursor: pointer;}.grid figure img{position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width: 100%;
	height: 350px;
	object-fit: cover;}.grid figure figcaption{padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}.grid figure figcaption::before,.grid figure figcaption::after{pointer-events: none;}.grid figure figcaption{position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}.grid figure h2{word-spacing: -0.15em;
	font-weight: 300;}.grid figure h2{margin: 0;}figure.effect-sadie figcaption::before{position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);}figure.effect-sadie h2{position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	font-size: 25px;
	font-weight: 500;}figure.effect-sadie figcaption::before{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;}figure.effect-sadie:hover h2{color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);}figure.effect-sadie:hover figcaption::before{opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);}@media screen and (max-width: 50em){.content{padding: 0 10px;
		text-align: center;}.grid figure{display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;}}*,*:before,*:after{box-sizing: inherit;}ul,li{list-style: none;
    margin: 0;
    padding: 0;}a{display: block;
    text-decoration: none;
    color:white;}a:hover{text-decoration: none;}h1,h2,h3,h4,h5,p{margin: 0px;
    padding: 0px;}p,ul,li,a,div,span{font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: "Heebo-Regular";}a{color: #00489d;
    transition: .3s;}a:hover{color: #000;}span{font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: "Heebo-regular";}a:focus,button:focus,input:focus,a:hover:focus{outline: 1px dashed #000;}.theme-btn{padding: 12px 24px;
    background-color: #D3D8C1 !important;
    color: #000 !important;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 8px;
    border: none;
    font-family: "Heebo-Regular";
    transition: .3s;}.theme-btn:hover{background-color: #000 !important;
    color: #fff !important;}.theme-input,.form-control{padding: 10px 24px !important;
    border: 1px solid #e1e1e1 !important;
    text-align: right !important;
    background-color: #fff !important;
    width: 100% !important;
    border-radius: 8px !important;
    color: #4c4c4c !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: "Heebo-Regular" !important;
    position: relative !important;
    z-index: 10 !important;}.theme-input:focus,.form-control:focus{border: 1px solid #e1e1e1 !important;
    outline: none !important;}.theme-input:focus::placeholder,.form-control:focus::placeholder{opacity: 0 !important;}.theme-input::placeholder,.form-control::placeholder{color: #4c4c4c;
    transition: .3s;}h1{font-size: 48px;
    line-height: 64px;
    font-family: "Heebo-SemiBold";
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;}h1::after{content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: #000;}h2{display: inline-block;
    font-size: 30px;
    line-height: 50px;
    font-family: "Heebo-Medium";
    color: #000;
    position: relative;
    margin-bottom: 10px;}h2::after{content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: #000;}h3{font-size: 26px;
    line-height: 40px;
    font-family: "Heebo-Medium";}@media (max-width : 576px){h1{font-size: 30px;
        line-height: 44px;}h2{font-size: 24px;
        line-height: 36px;}h3{font-size: 22px;
        line-height: 34px;}}@media (max-width: 575px){.col-xs-6{flex: 0 0 auto;
      width: 50%;}.col-xs-12{flex: 0 0 auto;
      width: 100%;}}.mob-header{height: 80px;}.mob-header .hamburger-menu .bar{top: -27px !important;}.desk-menu .icon-main{top: -33px !important;}.mob-header .desk-menu{padding: 0 6px 0 10px;}.mob-header .desk-menu .box-menu{padding: 0 !important;}.desk-menu .icon-ul{position: relative;
    top: -5px !important;
    gap: 12px;}.desk-menu .icon-ul .icons-li:nth-child(1) .icons-a{background-color: #25d366;}.desk-menu .icon-ul .icons-li:nth-child(2) .icons-a{background-color: #54564d;}.mob-header .logo-site{top: 10px;}.mob-header .logo-site .logo-img{width: 150px;
    position: relative;
    z-index: 999999;}.mob-header .desk-menu .menu-container{height: 100%;}.mob-header .desk-menu .menu-header-container{height: 80%;}.mob-header .desk-menu .menu-container .menu{height: 100%;
    overflow: auto;}.desk-menu .icons-li .icons-a .items-count{left: -8px;
    right: inherit;}@media (min-width : 992px){.mob-header{display: none;}}@media (max-width : 992px){.logo-site .logo-img{position: relative;
        top: -4px;}}@media (max-width : 500px){.mob-header .logo-site{top: 23px;}.logo-site .logo-img{top: -14px;}}.sticky-nav{position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 333;
    transition: .3s ease-in-out;
    box-shadow: 0px 4px 4px rgba(122, 129, 190, 0.16);}.sticky-nav .logo-img{width: 140px;
    height: 60px;
    object-fit: contain;}.sticky-nav .menu-main .wrapper{justify-content: space-between;
    padding: 0 30px;}.sticky-nav .search-nav .icons-a:hover .icon-inr{color: #fff;}.sticky-nav .menu-main .menu-li:hover .vertical-menu-ul2{top: 56px;}.TopNav{padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e4e4e4;}.TopNav .wrapper{display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    top: 2px;}.TopNav .wrapper .topNav-text{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);}.TopNav .social-icons-ul{display: flex;
    align-items: center;
    margin-right: auto;
    gap: 20px;}.TopNav .social-icons-ul .social-icon{font-size: 24px;
    transition: .3s;}.TopNav .social-icons-ul .fa-whatsapp{color: #25D366;}.TopNav .social-icons-ul .fa-facebook{color: #0777E8;}.TopNav .social-icons-ul .fa-instagram{color: #FD1D1D;}.TopNav .social-icons-ul .fa-phone{color: #C13584;}.TopNav .social-icons-ul .social-icon:hover{color: #000;}.search-nav{position: relative;
    padding: 0px 0;}.search-nav .img-logo{width: 140px;object-fit: contain;}.navbar-main .search-nav .img-logo{width: 240px;}.search-nav .contact-info{display: flex;
    align-items: center;
    gap: 50px;
    width: 420px;}.search-nav .info-icon-otr .info-icon-inr{font-size: 24px;
    color: #000;
    transition: .3s;}.search-nav .info-icon-otr:hover .info-icon-inr{color: #D3D8C1;}.search-nav label{position: absolute;
    left: 20px;
    top: 54%;
    transform: translateY(-50%);}.search-nav .input-otr{position: relative;
    width: 100%;
    max-width: 300px;
    padding: 12px 0px;}.search-nav .input-otr .theme-input{padding-left: 50px !important;
    border-radius: 40px !important;}.search-nav .icons-ul{display: flex;
    align-items: center;
    gap: 24px;}.search-nav .input-otr .icon-otr{position: absolute;
    left: 20px;
    top: 54%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0;
    background-color: transparent;
    border: none;}.search-nav .input-otr .icon-otr .icon-inr{font-size: 20px;
    color: #000;
    transition: .3s;}.search-nav .input-otr .icon-otr:hover .icon-inr{color: #D3D8C1;}.search-nav .icons-a{position: relative;
    display: flex;
    align-items: center;
    gap: 14px;}.search-nav .icons-a .icon-inr{font-size: 24px;
    color: #000;
    transition: .3s;}.search-nav .icons-a:hover .icon-inr{color: #D3D8C1;}.menu-main{background-color: #D3D8C1;
    position: relative;
    z-index: 100;}.sticky-nav .icons-a .icon-inr{color:#000;}.sticky-nav .icons-a .icon-inr{transition: .3s;}.menu-main .menu-li{position: relative;}.menu-main .wrapper{margin-right: auto;}.menu-main .menu-link{padding: 14px 20px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: "Heebo-Regular";
    transition: .3s;}@media (max-width : 1400px){.menu-main .menu-link{padding: 14px 20px;}}@media (max-width : 1200px){.menu-main .menu-link{font-size: 18px;
        padding: 14px;}}.menu-main .menu-link:hover{background-color: #f5f5f5;
    color: #000;}.menu-main .vertical-menu-ul2{position: absolute;
    top: 40px;
    right: 0;
    width: 250px;
    background-color: #D3D8C1;
    opacity: 0;
    padding: 8px 8px 20px 0;
    visibility: hidden;
    transition: .3s;}.menu-main .menu-li:hover .vertical-menu-ul2,.menu-main .menu-li:focus-within .vertical-menu-ul2{top: 52px;
    opacity: 1;
    visibility: visible;}.menu-main .vertical-menu-ul2:hover,.menu-main .vertical-menu-ul2:focus{opacity: 1;
    visibility: visible;}.menu-main .vertical-menu-ul2 .vertical-menu-link{color: #000;
    font-size: 18px;
    line-height: 21px;
    font-family: "Heebo-Regular";
    border-radius: 0px 8px 8px 0px;
    transition: .3s;}.menu-main .vertical-menu-ul2 .vertical-menu-link:hover{background-color: #f5f5f5;
    color: #000;}.menu-main .vertical-menu-ul2 .vertical-menu-link span{color: #000;
    transition: .3s;}@media (max-width : 1199px){.navbar-main .container{max-width: 100%;}}@media (max-width : 992px){.navbar-main{display: none;}.sticky-nav{display: none;}}.footer-main{background-color: #D3D8C1;
    padding: 50px 0;}.footer-main .col-logo-inr{padding-left: 40px;}.footer-main .col-logo-inr .footer-text{color: #000;
    margin: 14px 0 4px 0;}.footer-main .col-logo-inr .timing-div{position: relative;}.footer-main .timing-div p{margin-bottom: 4px !important;}.footer-main .timing-div ul{display: flex;
    flex-direction: column;
    gap: 4px;}.footer-main .timing-div ul li{font-size: 18px;
    line-height: 28px;
    font-family: "Heebo-Regular";}.col-logo-inr p{color: #000 !important;}.footer-main .col-logo-inr .social-icons-ul{display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;}.footer-main .col-logo-inr .social-icons-ul .social-icon{font-size: 24px;
    transition: .3s;}.footer-main .col-logo-inr .social-icons-ul .fa-whatsapp{color: #25D366;}.footer-main .col-logo-inr .social-icons-ul .fa-facebook{color: #0777E8;}.footer-main .col-logo-inr .social-icons-ul .fa-instagram{color: #FD1D1D;}.footer-main .col-logo-inr .social-icons-ul .fa-phone{color: #C13584;}.footer-main .col-logo-inr .social-icons-ul .social-icon:hover:hover{color: #fff;}.footer-main .col-linkks-inr{gap: 24px 0;}.footer-main .col-link-inr .heading{color: #000;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 40px;
    font-family: "Heebo-Medium";}.footer-main .col-link-inr .heading::after{display: none;}.footer-main .col-link-inr .linkk-li:not(:last-child){margin-bottom: 4px;}.footer-main .col-link-inr .linkk-a{display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: "Heebo-Regular";
    transition: .3s;}.footer-main .col-link-inr .linkk-a:hover{color: #f5f5f5;}.footer-main .col-link-inr .linkk-a .caret-icon{margin-left: 12px;
    color: #000;}.copyright-otr{padding: 16px 0;
    background-color: #D3D8C1;
    border-top: 1px solid;}.copyright-otr .wrapper{display: flex;
    align-items: center;
    justify-content: center;}.copyright-otr .wrapper .copyright-text{color: #000;}.copyright-otr .copyright-text .linkk{display: inline;
    color: #000;
    transition: .3s;}.copyright-otr .copyright-text .linkk:hover{color: #fff;}.copyright-main .wrapper .pay-ul{display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;}.copyright-main .wrapper .pay-img{width: 50px;
    height: 35px;
    object-fit: contain;
    transition: .3s;}.copyright-main .wrapper .pay-img:hover{transform: scale(1.1);}@media (max-width: 992px){.footer-main .row-custom{gap: 24px 0;}.footer-main .col-logo-inr{padding-left: 0;}.copyright-otr .wrapper{text-align: center;
        flex-direction: column;
        gap: 16px 0;}.copyright-main .wrapper .pay-img{width: 50px;
        height: 40px;}}.copyright-main{padding: 12px 0;
    background-color: #fff;}.copyright-main .wrapper p{text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #000;}.copyright-main .wrapper p .linkk{display: inline;
    color: #000;
    transition: .3s;}.copyright-main .wrapper p .linkk:hover{color: #D3D8C1;}.catalog-index h1{display: inline-block;
    font-family: "Heebo-Medium";
    color: #000;
    position: relative;
    margin-bottom: 10px;
    margin-top: 40px;}.catalog-index h1::after{content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: #000;}.catalog-index .main-container{margin: 40px 0;}.grid figure{max-width: auto !important;
    min-width: auto !important;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #D3D8C1;
    transition: .3s;}.grid figure:hover{box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);}.main-container .row{display: flex !important;}figure.effect-sadie figcaption::before{display: none;}.grid figure figcaption{display: flex;
    align-items: end;
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    width: 100%;
    background-color: #D3D8C1;
    height: 50px;
    border-radius: 0 0 8px 8px;
    transition: .3s;}.grid figure figcaption{padding: 0;}.grid figure img{width: 100%;
    border-radius: 8px;
    height: 252px;
    margin: 0 auto;
    opacity: 1;
    object-fit: contain !important;
    padding: 10px 10px 60px 10px;}figure.effect-sadie h2{font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
    text-align: center;
	position: relative !important;
	top: 0 !important;
	color: #000 !important;
	word-spacing: normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    transform: none;
    transition: .3s;}figure.effect-sadie:hover h2{transform: none !important;
    color: #000 !important;}figure.effect-sadie:hover h2::after,figure.effect-sadie:hover h2::before{display: none !important;}figure.effect-sadie h2::after,figure.effect-sadie h2::before{display: none !important;}.breadcrumb{flex-direction: inherit !important;
    justify-content: inherit !important;
    min-height: auto !important;
    padding: 10px 0;
    border-bottom: 1px solid #f7efef;}.breadcrumb li{display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 30px;}@media(max-width: 992px){.copyright-main .wrapper{flex-direction: column;
        justify-content: center;}.copyright-main .wrapper .pay-ul{justify-content: center;}}@media (max-width: 576px){.main-container .grid{padding: 0 4px !important;}.grid figure img{height: 180px !important;
        padding: 10px;}figure.effect-sadie h2{font-size: 16px;
        line-height: 24px;}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none;
  margin: 0;}.modal-dialog h3{color:#000;
    padding: 0 40px;}#confirmModel .modal-header .close{padding: 0 !important;}.model-product .close{transition: .3s;}.model-product .close:hover,#confirmModel .modal-header .close:hover,.register-form .close:hover,#loginPopupForm .close:hover{background-color: #000 !important;
    box-shadow: none !important;
    border: 1px solid #000;}.model-product .close:hover .x-mark,#confirmModel .modal-header .close:hover .x-mark,.register-form .close:hover .x-mark,#loginPopupForm .close:hover .x-mark{color: #fff !important;}#confirmModel .modal-header .close,#confirmModel .modal-header .close,.register-form .close,#loginPopupForm .close{width: 40px;
    height: 40px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D3D8C1;
    border: 1px solid transparent;
    padding: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 50% !important;
    transform: translateY(-50%);
    transition: .3s;}#confirmModel .modal-header .close .x-mark,#confirmModel .modal-header .close .x-mark,.register-form .close .x-mark,#loginPopupForm .close .x-mark{font-size: 18px;
    color: #000;
    transition: .3s;}.modal-header{position: relative;
    justify-content: center;}.modal-footer{justify-content: center;}.mob-header{box-shadow: 0px 3px 11.31px 1.69px rgb(215 215 215 / 35%);}.popup .model-product .modal-body img{width: 180px;
    height: 180px;
    object-fit: contain;
    margin-bottom: 10px;}.popup .model-product .modal-body .row .theme-btn{width: 100%;}#confirmModel{z-index: 999999999;}.catalog-index h1{margin-top:0px;}.breadcrumb li{font-family: "Heebo-Regular";}.trwpwhatsappbutton{position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999999;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgb(0 0 0);
    animation: effect 5s infinite ease-in;}.phone-number,.header-login{display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    font-family: "Heebo-Regular";
    color: #000;
    cursor: pointer;
    transition: .3s;}.left-menu-content{gap:50px !important;}.catalog-index h1{color: #000;
    font-size: 30px;
    line-height: 50px;}@media (max-width : 992px){.catalog-index{margin-top: 80px;}}@media (max-width : 992px){.copyright-main .wrapper .pay-ul{gap: 8px;}.copyright-main .wrapper{gap: 0 !important;}.footer-main .col-linkks-inr .col-link-otr:nth-child(7),.footer-main .col-linkks-inr .col-link-otr:nth-child(8){display: none;}}.modal input{margin-bottom: 10px;}#loginPopupForm .close{padding: 1px 10px !important;
    position: absolute;
    right: -14px;
    top: -14px;
    border-radius: 50%;}.col-logo-inr p{color: #fff;}.social-links{position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: effect 5s infinite ease-in;}.social-links .fa-whatsapp{font-size: 30px;
    color: #fff;}.breadcrumb li,.breadcrumb a{font-size: 18px;
    line-height: 30px;
    margin: 0 !important;}section li{list-style:disc !important;margin-bottom:10px;}button::-moz-focus-inner{padding:0;border:0}