body {
  font-family: 'Catamaran', sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
.contact-wrappr h4 {
    font-size: 15px;
    margin: 10px 0;
    font-weight: 800;
}
.logo img {
    width: 150px;
}
a {
  text-decoration: none;
}
.footer-site .footer-wrapper .footer-logo img {
    filter: invert(1);
}
li {
  list-style-type: none;
}

.sidenav {
  display: none;
}
.main-header-wrapper .main-header .main-navigation ul li .submenu {
    position: absolute;
    left: 0;
    background-color: #000;
    width: 250px;
    z-index: 9;
    top: 30px;
    color: #fff;
    display: none;
}
.main-header-wrapper .main-header .main-navigation ul li .submenu li {
    width: 100%;
}

.main-header-wrapper .main-header .main-navigation li {
    position: relative;
}
.main-header-wrapper .main-header .main-navigation ul li:hover .submenu {
    display: block;
}
.main-header-wrapper .main-header .main-navigation ul li .submenu ul {
    position: absolute;
    left: 250px;
    background: #000;
    width: 100%;
    top: 0;
    display: none;
}
.main-header-wrapper .main-header .main-navigation ul li .submenu li:hover ul{
    display:block;
}
.main-header-wrapper .main-header .main-navigation ul li .submenu li a{
    color:#fff;
    width:100%;
    padding:5px 10px;
    display:block;
     border-radius: 0;
}
.main-header-wrapper .main-header .main-navigation ul li .submenu li {
    display: none; 
}

.main-header-wrapper .main-header .main-navigation ul li .submenu li:nth-child(-n+10) {
    display: block; 
}
.site-container {
  padding: 0 15px;
  max-width: 1780px;
  margin: 0 auto;
}

.pad-70 {
  padding: 50px 0px;
}

.pad-60 {
  padding: 70px 0px;
}

.top-header-wrapper {
  background-color: #008864;
  padding: 6px 0px;
}

.top-header-wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-wrapper .welcome-note p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: capitalize;
}

.top-header-wrapper .email-number-content {
  text-align: right;
}

.top-header-wrapper .email-number-content ul {
  margin: 0;
  padding: 0;
}

.top-header-wrapper .email-number-content ul li {
  display: inline-block;
}

.top-header-wrapper .email-number-content ul li a {
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid transparent;
}
.top-header-wrapper .email-number-content ul li p{
  color: #fff;
}
.top-header-wrapper .email-number-content ul li p i{
  padding-right: 10px;
}
.top-header-wrapper .email-number-content ul li a span {
  padding-left: 10px;
}

.top-header-wrapper .email-number-content ul > :last-child a {
  margin-left: 15px;
}
.top-header-wrapper .email-number-content ul > :last-child a:hover {
  border: 1px solid #fff;
  background-color: #008864;
}
.top-header-wrapper .email-number-content ul li a i {
  transition: none;
}
.top-header-wrapper .email-number-content ul li:nth-of-type(2) a span:hover {
  color: #000;
}
.main-header-wrapper {
  padding: 20px 0px;
}

.main-header-wrapper .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-header-wrapper .main-header .main-navigation ul {
  margin: 0;
  padding: 0;
}

.main-header-wrapper .main-header .main-navigation ul li {
  display: inline-block;
  position:relative;
}

.main-header-wrapper .main-header .main-navigation ul li a {
  color: #231f20;
  font-weight: bold;
  padding: 5px 20px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 5px;
}
.main-header-wrapper .main-header .main-navigation ul li a:hover {
  background: #008864;
  color: #fff;
}
.main-header-wrapper .main-header .main-navigation ul li.active a{
  background: #008864;
  color: #fff;
}
.main-header-wrapper .main-header .right-icons ul {
  margin: 0;
  padding: 0;
}

.main-header-wrapper .main-header .right-icons ul li {
  display: inline-block;
}

.main-header-wrapper .main-header .right-icons ul li a {
  color: #000;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
}
.main-header-wrapper .main-header .right-icons ul li a {
  transition: none;
}
.main-header-wrapper .main-header .right-icons ul li a:hover{
  background-color: #008864;
  color: #fff;
}
.main-header-wrapper .main-header .right-icons ul li a.fb:hover{
  background-color: #3b5998;
}
.main-header-wrapper .main-header .right-icons ul li a.tw:hover{
  background-color: #1DA1F2;
}
.main-header-wrapper .main-header .right-icons ul li a.in:hover{
  background-color: #E1306C;
}
.main-header-wrapper .main-header .right-icons ul li a.pin:hover{
  background-color: #E60023;
}
.main-header-wrapper .main-header .right-icons ul li a .counter {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  background-color: #008864;
  color: #fff;
  border-radius: 50px;
  top: -7px;
  right: -4px;
  font-size: 12px;
}

.main-header-wrapper .main-header .right-icons ul > .d-desktop-none {
  display: none;
}

.main-header-wrapper .main-header .right-icons ul > :first-child {
  margin-right: 10px;
}

.heading-content {
  text-align: center;
  padding-bottom: 40px;
}

.heading-content h1 {
  color: #008864;
  font-weight: 300;
  padding-bottom: 10px;
  color: #008864;
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 24px;
  font-family: 'Catamaran', sans-serif;
  text-transform: capitalize;
}

.heading-content h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 50px;
  font-family: 'Catamaran', sans-serif;
  line-height: 54px;
}

.main-banner-wrapper {
  position: relative;
}

.main-banner-wrapper .banner-carousel .banner-image img {
  width: 100%;
}

.main-banner-wrapper .baner-short-content {
  position: absolute;
  bottom: -50px;
  width: 100%;
  z-index: 9;
}

.main-banner-wrapper .baner-short-content .inner-banner-content {
  background-color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 5px;
  font-family: 'Catamaran', sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .site-name {
  width: 27%;
  background-image: url(../images/bg-short.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 31px 20px;
  position: relative;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .site-name span {
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .site-name h2 {
  font-size: 35px;
  font-weight: 800;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short {
  width: 63%;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short h2 {
  font-size: 30px;
  font-weight: 700;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short p {
  font-size: 16px;
  font-weight: 400;
}

.main-banner-wrapper .baner-short-content .inner-banner-content .click-read-more a {
  font-size: 14px;
  color: #231f20;
  text-transform: capitalize;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  font-family: 'Catamaran', sans-serif;
}
.main-banner-wrapper .baner-short-content .inner-banner-content .click-read-more a:hover {
  background: #008763;
  color: #fff;
}
.main-category-content {
  background-color: #f5f5f5;
  padding-top: 110px;
}

.inner-category-content .category-card {
  background-color: #fff;
  border: 1px solid #dcdcde;
  border-radius: 5px;
  text-align: center;
      position: relative;
}
.inner-category-content .category-card .category-name{
            position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.category-card .category-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27% 0px;
}
.inner-category-content .category-card .category-count span {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #008864;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  border-radius: 5px;
}
.inner-category-content .category-card:hover .category-count span {
  background-color: #000;
}
.inner-category-content .category-card .category-name h2 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  padding: 10px 10px;
  font-weight: bold;
  background: #000;
  display: inline-block;
  border-radius: 5px;
}
.inner-category-content .category-card .category-name h2:hover {
        background-color: #008864;
}
.inner-category-content .category-card .category-link a {
  color: #242021;
  border-bottom: 2px solid #242021;
  text-transform: capitalize;
  padding-bottom: 3px;
  font-size: 18px;
}
.inner-category-content .category-card:hover .category-link a {
  color: #008864;
  border-bottom: 2px solid #008864;
}
.product-content {
  padding: 50px 0px 30px 0px;
}

 .product-card-content {
  border: 1px solid #dcdcde;
  text-align: center;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  margin-bottom: 20px;
}

 .product-card-content .product-image {
  position: relative;
}

 .product-card-content .product-image img {
  width: 100%;
}

.product-card-content .product-image .eye-icon {
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  opacity: 1;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

 .product-card-content .product-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #008864;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

 .product-card-content .product-name {
  padding: 20px 0px;
}

 .product-card-content .product-name h3 {
  font-size: 16px;
  font-weight: 400;
  color: #242021;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

 .product-card-content .product-name p {
  font-size: 16px;
  color: #242021;
  padding: 8px 0px;
  font-weight: 700;
}

 .product-card-content .product-name span {
  background-color: #231f20;
  padding: 7px 0px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  width: 85%;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  font-weight: bold;
  font-size: 16px;
}

 .product-card-content .product-name span i {
  padding-right: 5px;
}

 .product-card-content:hover .product-name h3 {
  color: #008864;
}

 .product-card-content:hover .product-image .eye-icon {
  visibility: visible;
  opacity: 1;
}

 .product-card-content:hover .product-image .image-overlay {
  visibility: visible;
  opacity: 0.2;
}

 .product-card-content:hover {
  border: 1px solid transparent;
}

 .product-card-content:hover .product-name span {
  background-color: #008864;
}

.short-about {
  padding: 50px 0px;
  background-color: #008864;
  background-image: url(../images/short-about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.short-about-content {
  padding-bottom: 100px;
  text-align: center;
}

.short-about-content h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.short-about-content h3 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
}

.short-about-content .short-text {
  font-size: 15px;
  color: #fff;
}

.service-wrapper {
  position: relative;
  top: -70px;
}

.service-wrapper .service-card {
  border: 1px solid #dcdcde;
  border-radius: 5px;
  text-align: center;
  padding: 40px 30px;
  position: relative;
  background-color: #fff;
}

.service-wrapper .service-card .service-icon {
  background-color: #fff;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-wrapper .service-card .service-icon img {
  width: 55px;
}
.service-wrapper .service-card:hover .service-icon img {
  transform: translateY(-10px);
}
.service-wrapper .service-card .service-content {
  padding-top: 30px;
}

.service-wrapper .service-card .service-content h2 {
  color: #008864;
  font-weight: 800;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 13px;
}

.service-wrapper .service-card .service-content p {
  color: #231f20;
  line-height: 20px;
  font-size: 16px;
      min-height: 40px;
}

.catelog-wrapper {
  margin-bottom: 40px;
}

.catelog-wrapper .catalog-card {
  -webkit-box-shadow: 0 10px 20px #00000021, 0 6px 6px #00000000;
          box-shadow: 0 10px 20px #00000021, 0 6px 6px #00000000;
  text-align: center;
  border-radius: 5px;
  border-top: 2px solid #008864;
  position: relative;
  margin: 37px 0px;
}

.catelog-wrapper .catalog-card .catalog-count {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
}

.catelog-wrapper .catalog-card .catalog-count span {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #008864;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
}
.catelog-wrapper .catalog-card:hover .catalog-count span {
  background-color: #000;
}
.catelog-wrapper .catalog-card .catalog-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

.catelog-wrapper .catalog-card .catalog-content h2 {
  font-size: 24px;
  color: #008864;
  line-height: 25px;
  padding-bottom: 10px;
  font-weight: bold;
}

.catelog-wrapper .catalog-card .catalog-content h3 {
  font-size: 24px;
  color: #008864;
  padding-top: 10px;
  font-weight: bold;
}

.catelog-wrapper .catalog-card .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 25px;
}

.catelog-wrapper .catalog-card .d-flex .left-text h4 {
  font-size: 46px;
  color: #008864;
  text-transform: capitalize;
  font-weight: bold;
}

.catelog-wrapper .catalog-card .d-flex .left-text h5 {
  font-size: 46px;
  color: #231f20;
  text-transform: capitalize;
  font-weight: bold;
}

.catelog-wrapper .catalog-card .d-flex .catalog-content {
  padding: 10px 0;
}

.catelog-wrapper .catalog-card .d-flex .catalog-content a {
  color: #fff;
  background-color: #000;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 5px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

.catelog-wrapper .catalog-card .d-flex .catalog-content a:hover {
  background-color: #008864;
}

.catelog-wrapper .catalog-view {
  position: relative;
}

.catelog-wrapper .catalog-view .calalog-img img {
  width: 100%;
}

.catelog-wrapper .catalog-view .catalog-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.catelog-wrapper .catalog-view .catalog-text p {
  font-size: 20px;
  color: #fff;
}

.catelog-wrapper .catalog-view .catalog-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.catelog-wrapper .catalog-view .catalog-text a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 7px 20px;
}
.catelog-wrapper .catalog-view .catalog-text a:hover {
  background-color: #008864;
}
.catelog-wrapper .catalog-card.border-none {
  border-top: 0;
}

.catelog-wrapper .custom-width-left {
  width: 47%;
}

.catelog-wrapper .custom-width-right {
  width: 53%;
}

.find-us {
  background-color: #008864;
}

.inner-find {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner-find .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-find .find-card {
  padding-left: 20px;
}

.inner-find .d-flex .img-cls {
  margin-right: 15px;
}

.inner-find .d-flex .text-cls h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}

.inner-find .d-flex .text-cls h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.inner-find .bg-black {
  background-color: #231f20;
}

.inner-find .bg-black .find-card {
  padding: 40px 0;
}

.inner-find .bg-black .find-card .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-site {
  background-color: #1b1a1a;
}

.footer-site .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #322d2e;
  padding: 40px 0px 30px 0px;
}

.footer-site .footer-wrapper .footer-logo {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-site .footer-wrapper .footer-links {
  width: 20%;
}

.footer-site .footer-wrapper .footer-category {
  width: 35%;
}

.footer-site .footer-wrapper .footer-newsletter {
  width: 30%;
}

.footer-site .footer-wrapper .footer-inner h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-site .footer-wrapper .footer-inner p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer-site .footer-wrapper .footer-category ul li{
  width: 100%;
  float: left;
}
.footer-site .footer-wrapper .footer-inner ul {
  margin: 0;
  padding: 0 20px 0 0;
}

.footer-site .footer-wrapper .footer-inner ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.footer-site .footer-wrapper .footer-inner ul li a:hover {
  color: #008864;
}

.footer-site .footer-wrapper .footer-inner img {
  width: auto;
  margin-top:10px;
}

.footer-site .footer-wrapper .footer-inner form {
  margin-bottom: 30px;
}

.footer-site .footer-wrapper .footer-inner form input {
  background-color: #fff;
  color: #757575;
  font-size: 14px;
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

.footer-site .footer-wrapper .footer-inner form button {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: none;
  width: 100%;
  background-color: #008864;
  height: 45px;
  line-height: 45px;
}
.footer-site .footer-wrapper .footer-inner form button:hover {
  background-color: #000;
}
.footer-site .bottom-footer {
  padding: 30px 0px;
}

.footer-site .bottom-footer p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.footer-site .bottom-footer p a {
  color: #fff;
}
.footer-site .bottom-footer p a:hover {
  color: #008864;
}
.about-main-content{
  padding: 0 0 70px 0px;
}
.about-main-content .block-right{}
.about-main-content .block-right h2{
  font-size: 25px;
  color: #231f20;
  font-weight: 800;
  padding-bottom: 4px;
}
.about-main-content .block-right p{
  font-size: 16px;
  color: #231f20;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about-main-content .block-right .founded-content{
  padding-top: 30px;
}
.about-main-content .block-right .founded-content ul{
  margin: 0;padding: 0;
  display: flex;
  justify-content: space-between;
}
.about-main-content .block-right .founded-content ul li{
  display: inline-block;
  text-align: center;
}
.about-main-content .block-right .founded-content ul li h3{
  color: #008763;
  font-size: 50px;
  font-weight: 700;
  padding: 20px 0 10px 0px;
}
.about-main-content .block-right .founded-content ul li h3 span{
  color: #008763;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}
.contact-page-content h2 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 35px;
  padding-bottom: 10px;
  color: #231f20;
}
.main-contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-contact-section .img-area{
  padding-right: 10px;
}
.main-contact-section .text-area h3{
  font-weight: 800;
  font-size: 16px;
  color: #231f20;
}
.main-contact-section .text-area p{
  font-weight: 400;
  font-size: 16px;
  color: #231f20;
}
.main-contact-section .d-flex {
  align-items: center;
}
.address-main{
  margin-top: 40px;
}
.address-main .img-area{
  padding-right: 10px;
}
.address-main  .d-flex {
  align-items: center;
}
.address-main .text-area h3{
  font-weight: 800;
  font-size: 16px;
  color: #231f20;
}
.address-main .text-area p{
  font-weight: 400;
  font-size: 16px;
  color: #231f20;
}
.a-left .heading {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 50px;
  padding-bottom: 10px;
  color: #231f20;
}
.btmmar_20 {
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
  margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
  .inner-category-content .category-card .category-name h2 {
    font-size: 28px;
  }
  .catelog-wrapper .catalog-card {
    margin: 20px 0px;
  }
  .catelog-wrapper .catalog-card .catalog-content {
    padding-top: 45px;
  }
  .catelog-wrapper .catalog-card .catalog-count {
    top: -35px;
  }
}

@media screen and (max-width: 1600px) {
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name h2 {
    font-size: 30px;
  }
  .inner-category-content .category-card .category-name h2 {
    font-size: 25px;
  }
  .service-wrapper .service-card .service-content p {
    min-height: 60px;
  }
  .catelog-wrapper .catalog-card .catalog-content h3 {
    font-size: 20px;
  }
  .catelog-wrapper .catalog-card .catalog-content h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .catelog-wrapper .catalog-card .d-flex .left-text h4 {
    font-size: 40px;
  }
  .catelog-wrapper .catalog-card .d-flex .left-text h5 {
    font-size: 40px;
  }
  .about-main-content .block-right .founded-content ul li h3 {
    padding: 5px 0 0px 0px;
}
.about-main-content .block-right p {
  line-height: 26px;
}
}

@media screen and (max-width: 1500px) {
  .main-header-wrapper .main-header .main-navigation ul li a {
    padding: 5px 15px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name span {
    font-size: 20px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name h2 {
    font-size: 25px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short {
    width: 60%;
  }
  .inner-category-content .category-card .category-name h2 {
    font-size: 20px;
  }
  .catelog-wrapper .catalog-card .catalog-count span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .catelog-wrapper .catalog-card .catalog-count {
    top: -25px;
  }
}

@media screen and (max-width: 1400px) {
  .main-header-wrapper .main-header .main-navigation ul li a {
    padding: 5px 10px;
  }
  .catelog-wrapper .custom-width-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .catelog-wrapper .custom-width-right {
    width: 100%;
  }
  .service-wrapper .service-card {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1300px) {
  .main-header-wrapper .main-header .main-navigation ul li a {
    padding: 5px 5px;
    font-size: 14px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name h2 {
    font-size: 20px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name span {
    font-size: 16px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short h2 {
    font-size: 25px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short p {
    font-size: 14px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short {
    width: 57%;
  }
  .inner-category-content .category-card .category-name h2 {
    font-size: 18px;
  }
  .service-wrapper .service-card .service-content h2 {
    font-size: 25px;
  }
  .service-wrapper .service-card .service-content p {
    font-size: 14px;
  }
  .footer-site .footer-wrapper .footer-logo {
    width: 25%;
  }
  .footer-site .footer-wrapper .footer-inner ul li a {
    font-size: 14px;
  }
  .top-header-wrapper .welcome-note p {
    font-size: 11px;
  }
   .product-card-content .product-name span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .top-header-wrapper .email-number-content ul li a span {
    display: none;
  }
  .main-header-wrapper .main-header .main-navigation {
    display: none;
  }
  .main-header-wrapper .main-header .right-icons ul > .d-desktop-none {
    display: inline-block;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name {
    width: 28%;
  }
  .inner-category-content .category-card .category-name h2 {
    font-size: 16px;
  }
  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #008763;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a.closebtn {
    position: absolute;
    top: -31px;
    right: 25px;
    font-size: 80px;
    margin-left: 50px;
    color: #fff;
    text-decoration: none;
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sidenav ul li {
    list-style-type: none;
  }
  .sidenav ul li a {
    padding: 8px 8px 8px 32px !important;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 600;
  }
}

@media screen and (max-width: 767.98px) {
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name h2 {
    font-size: 14px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short h2 {
    font-size: 16px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name span {
    font-size: 13px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short p {
    font-size: 12px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .click-read-more a {
    font-size: 10px;
    padding: 5px 15px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short {
    padding-left: 10px;
  }
  .heading-content h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .inner-category-content .category-card .category-name h2 {
    font-size: 20px;
  }
  .inner-category-content .category-card {
    margin-bottom: 20px;
  }
  .pad-70 {
    padding: 50px 0px;
  }
  .short-about-content h3 {
    font-size: 25px;
  }
  .service-wrapper .service-card {
    margin-bottom: 35px;
  }
  .inner-find .find-card .d-flex {
    padding: 40px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inner-find .row .col-md-12 {
    background-color: #008864;
  }
  .inner-find .row .col-md-12.bg-black {
    background-color: #231f20;
  }
  .inner-find .bg-black .find-card {
    padding: 0px 0;
  }
  .footer-site .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-site .footer-wrapper .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-site .footer-wrapper .footer-links {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-site .footer-wrapper .footer-category {
    width: 50%;
  }
  .footer-site .footer-wrapper .footer-newsletter {
    width: 50%;
  }
  .catelog-wrapper .custom-width-left {
    margin-top: -80px;
  }
}

@media screen and (max-width: 575.98px) {
    .top-header-wrapper .email-number-content ul li:first-child {
    display: none;
}
  .main-banner-wrapper .baner-short-content {
    position: inherit;
    bottom: inherit;
    margin: 30px 0px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name {
    width: 100%;
    background: none;
    padding: 20px 10px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-banner--short {
    width: 100%;
  }
  .click-read-more {
    padding: 20px 10px;
  }
  .top-header-wrapper .email-number-content ul li a {
    color: #fff;
    padding: 5px 5px;
  }
  .top-header-wrapper .email-number-content ul > :last-child a {
    background-color: transparent;
    margin-left: 0;
  }
  .top-header-wrapper .welcome-note p {
    font-size: 9px;
  }
  .top-header-wrapper {
    padding: 2px 0px;
  }
  .main-header .logo img {
    width: 100%;
  }
  .main-header .logo {
    width: 25%;
  }
  .sidenav a.closebtn {
    top: 0;
    font-size: 45px;
  }
  .main-banner-wrapper .baner-short-content .inner-banner-content .site-name h2 {
    font-size: 18px;
  }
  .heading-content h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .inner-category-content .category-card .category-count span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .short-about-content h3 {
    font-size: 20px;
  }
  .service-wrapper {
    top: 0px;
    margin-top: 35px;
  }
  .catelog-wrapper .custom-width-left {
    margin-top: 0px;
  }
  .catelog-wrapper .catalog-view .catalog-text h2 {
    font-size: 25px;
  }
  .footer-site .footer-wrapper .footer-logo {
    width: 100%;
  }
  .footer-site .footer-wrapper .footer-links {
    width: 100%;
  }
  .footer-site .footer-wrapper .footer-category {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-site .footer-wrapper .footer-newsletter {
    width: 100%;
  }
  .footer-site .bottom-footer p {
    font-size: 13px;
  }
  .custom-width-left .catalog-card .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custom-width-left .catalog-card .d-flex .left-text {
    width: 100%;
    padding-top: 40px;
  }
  .custom-width-left .catalog-card .d-flex .left-text h4 {
    font-size: 30px;
  }
  .custom-width-left .catalog-card .d-flex .left-text h5 {
    font-size: 30px;
  }
  .custom-width-left .catalog-card .d-flex .catalog-content {
    width: 100%;
  }
  .short-about-content {
    padding-bottom: 0px;
  }
.product-card-content .product-name span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=layout.css.map */