* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2pt;
  font-size: 17px;
  overflow-x: hidden;
}

.container {
  width: 100% !important;
}

.error {
  color: #ff0000;
}

.sticky-menu {
  position: fixed;
  bottom: 45px;
  right: 24px;
  z-index: 999;
}
.sticky-menu ul li {
  margin-bottom: 10px;
}
.sticky-menu ul li img {
  width: 40px;
}

#breadcrumbs {
  position: relative;
}
#breadcrumbs h2 {
  font-size: 50px;
  color: #fff;
}
#breadcrumbs h3 a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#breadcrumbs h3 a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  left: 0;
  right: 0;
  margin-left: 5px;
  font-weight: 900;
  font-size: 18px;
}
#breadcrumbs h3 span {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

#breadcrumbs::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(56, 56, 57, 0.7);
  display: block;
  content: "";
  left: 0px;
  top: 0px;
}

.menu-bg {
  background-image: url(../img/banner/img2.jpg);
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}

.hero-style .slide-title h2 {
  font-family: "Rajdhani", sans-serif !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8ab341 !important;
}

.main-title h2 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.line-bottom {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.line-bottom:after {
  background: #8ab341;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}

.main-title-center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: 50px;
}
.owl-prev .fa-angle-left {
  font-size: 40px;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: 50px;
}
.owl-next .fa-angle-right {
  font-size: 40px;
}

#main-header i {
  color: #8ab341;
}
#main-header .top-bar {
  background-color: #222426;
  height: 40px;
}
#main-header .top-bar .business-details ul li {
  padding: 0 10px 0 10px;
  margin-right: -5px !important;
  padding-left: 0;
}
#main-header .top-bar .business-details ul {
  margin-bottom: 0;
}
#main-header .top-bar .business-details a {
  font-size: 12px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 41px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1px;
}
#main-header .top-bar .business-details a:hover {
  text-decoration: none;
  color: #8ab341;
}
#main-header .top-bar .business-details span {
  display: inline-block;
  margin-right: 15px;
  margin-top: 17px;
  color: #fff;
}
#main-header .top-bar .business-details span .fa {
  color: #fff;
}
#main-header .top-bar .top-menus {
  float: right;
}
#main-header .top-bar .top-menus ul li {
  padding: 0 10px 0 10px;
  margin-right: -5px !important;
  padding-left: 0;
}
#main-header .top-bar .top-menus ul {
  margin-bottom: 0;
}
#main-header .top-bar .top-menus a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 41px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1px;
  font-size: 12px;
}
#main-header .top-bar .top-menus a:hover {
  text-decoration: none;
  color: #8ab341;
}
#main-header .top-bar .top-menus .active {
  text-decoration: none;
  color: #fff;
}
#main-header .fixed-top {
  transition: all 0.3s ease-in-out;
}
#main-header nav {
  height: 140px;
  background-color: rgba(255, 255, 255, 0.9);
}
#main-header nav ul li {
  line-height: 140px;
}
#main-header nav ul li .active {
  color: #8ab341;
}
#main-header nav ul li a {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
#main-header nav ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #8ab341;
}
#main-header nav ul li a {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
#main-header nav ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #8ab341;
}
#main-header nav .nav-wrapper .hm-icn-btn a {
  margin-left: 0;
  margin-right: 0;
}
#main-header nav .nav-wrapper .hm-icn-btn .btn {
  background-color: transparent;
  box-shadow: none;
}
#main-header nav .nav-wrapper .hm-icn-btn .btn:hover {
  color: #375b42;
}
#main-header nav .nav-wrapper .brand-logo img {
  height: 110px;
  margin-top: 12px;
  margin-left: 10px;
}
#main-header nav {
  box-shadow: 0;
}
#main-header nav .sidenav-trigger i {
  margin-left: -15px;
  margin-top: 44px;
  color: #8ab341;
}
#main-header nav .btn {
  background-color: #375b42;
}
#main-header nav .btn i {
  font-size: 18px;
}
#main-header nav .btn:hover {
  color: #fff;
}

#homebanner .owl-prev {
  position: absolute;
  top: 40%;
  left: 15px;
  background-color: rgba(42, 203, 53, 0.6) !important;
}
#homebanner .owl-next {
  position: absolute;
  top: 40%;
  right: 15px;
}
#homebanner .owl-nav .owl-prev,
#homebanner .owl-nav .owl-next {
  background-color: rgba(42, 203, 53, 0.6) !important;
  color: #fff;
  padding: 10px !important;
}
#homebanner .owl-nav .owl-prev:hover,
#homebanner .owl-nav .owl-next:hover {
  background-color: rgb(94.7336065574, 122.8790983607, 44.6209016393);
}
#homebanner .owl1 .item {
  position: relative;
}
#homebanner .owl1 .item .img1 {
  height: 600px;
  background: url("../img/banner/img1.jpg");
  background-size: cover;
  background-position: center;
  background-position: 0 -85px;
}
#homebanner .owl1 .item .img2 {
  height: 600px;
  background: url("../img/banner/img2.jpg");
  background-size: cover;
  background-position: center;
}
#homebanner .owl1 .item .img3 {
  height: 600px;
  background: url("../img/banner/img3.jpg");
  background-size: cover;
  background-position: center;
  background-position: 0 -85px;
}
#homebanner .owl1 .item .img4 {
  height: 600px;
  background: url("../img/banner/img4.jpg");
  background-size: cover;
  background-position: center;
}
#homebanner .owl1 .item .img5 {
  height: 600px;
  background: url("../img/banner/img5.jpg");
  background-size: cover;
  background-position: center;
  background-position: 0 -80px;
}

#home-about {
  margin-top: 60px;
}
#home-about .contents {
  margin-top: 30px;
}

#home-services {
  margin-top: 60px;
  background: #f2fff3;
}
#home-services .line-bottom:after {
  left: 50%;
  transform: translate(-50%);
}
#home-services .service-list .image {
  padding: 10px;
}
#home-services .service-list h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.product-category-menu {
  background: #f9f9f9;
  border-bottom: 2px solid #8ab341;
  padding: 0;
}
.product-category-menu .category-nav {
  margin: 0;
  padding: 0;
}
.product-category-menu .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.product-category-menu .category-list li {
  margin: 0;
  padding: 0;
}
.product-category-menu .category-list li a {
  display: block;
  padding: 16px 24px;
  color: #353535;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
.product-category-menu .category-list li a:hover {
  color: #8ab341;
  border-bottom-color: #8ab341;
  background-color: rgba(138, 179, 65, 0.05);
}
.product-category-menu .category-list li a.active {
  color: #8ab341;
  border-bottom-color: #8ab341;
  background-color: rgba(138, 179, 65, 0.08);
}

#footer-main {
  position: relative;
  background-color: #353535;
}
#footer-main .footer-contact {
  z-index: 2;
  position: relative;
  margin-top: 40px;
}
#footer-main .footer-contact .title {
  color: #8ab341;
  font-size: 25px;
}
#footer-main .footer-contact .address {
  margin-top: 20px;
}
#footer-main .footer-contact .address .logo-footer {
  margin-bottom: 20px;
}
#footer-main .footer-contact .address .cname {
  text-transform: uppercase;
  font-size: 22px;
}
#footer-main .footer-contact .address ul li {
  list-style: none;
  color: #fff;
}
#footer-main .footer-contact .address ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
#footer-main .footer-contact .address ul li a:hover {
  color: #8ab341;
}
#footer-main .footer-social {
  z-index: 2;
  position: relative;
  float: right;
  margin-top: 40px;
}
#footer-main .footer-social .title {
  color: #8ab341;
  font-size: 25px;
}
#footer-main .footer-social .social {
  margin-top: 20px;
}
#footer-main .footer-social .social .text {
  color: #fff;
}
#footer-main .footer-social .social ul {
  margin-top: 10px;
}
#footer-main .footer-social .social ul li {
  color: #fff;
}
#footer-main .footer-social .social ul li a {
  color: #fff;
}
#footer-main .footer-social .social ul li a i {
  font-size: 30px;
}
#footer-main .footer-social .social ul li a:hover {
  color: #8ab341;
}
#footer-main #footer-copyrights .row {
  margin-bottom: 0;
}
#footer-main #footer-copyrights {
  z-index: 2;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#footer-main #footer-copyrights .copyrights-text {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.leaf-cont {
  position: absolute;
  bottom: 0;
  left: 440px;
}

.section-hmproducts .btn-cont {
  text-align: center;
  position: relative;
  z-index: 100;
}
.section-hmproducts .btn-cont .btn {
  background-color: #8ab341;
}
.section-hmproducts .btn-cont .btn:hover {
  background-color: #375b42;
  color: #fff;
}
.section-hmproducts {
  margin-top: 40px;
  margin-bottom: 60px;
}
.section-hmproducts .category-cards-grid {
  margin-top: 40px;
}
.section-hmproducts .category-cards-grid .category-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  height: 350px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.section-hmproducts .category-cards-grid .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.section-hmproducts .category-cards-grid .category-card:hover .card-overlay {
  background: rgba(138, 179, 65, 0.95);
}
.section-hmproducts .category-cards-grid .category-card:hover .card-overlay .card-content {
  opacity: 1;
  transform: translateY(0);
}
.section-hmproducts .category-cards-grid .category-card .card-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-hmproducts .category-cards-grid .category-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-hmproducts .category-cards-grid .category-card .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(55, 91, 66, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  padding: 20px;
}
.section-hmproducts .category-cards-grid .category-card .card-content {
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.section-hmproducts .category-cards-grid .category-card .card-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.section-hmproducts .category-cards-grid .category-card .card-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.95;
}
.section-hmproducts .category-cards-grid .category-card .card-content .btn-link {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.section-hmproducts .category-cards-grid .category-card .card-content .btn-link i {
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}
.section-hmproducts .category-cards-grid .category-card .card-content .btn-link:hover {
  background-color: #fff;
  color: #8ab341;
}
.section-hmproducts .category-cards-grid .category-card .card-content .btn-link:hover i {
  margin-left: 12px;
}
.section-hmproducts .product-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.section-hmproducts .category-tab {
  padding: 12px 24px;
  border: 2px solid #8ab341;
  background-color: transparent;
  color: #8ab341;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}
.section-hmproducts .category-tab:hover {
  background-color: #8ab341;
  color: #fff;
}
.section-hmproducts .category-tab.active {
  background-color: #8ab341;
  color: #fff;
}
.section-hmproducts .title {
  text-align: center;
  margin-bottom: 20px !important;
  position: relative;
}
.section-hmproducts .title h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 !important;
  padding-bottom: 20px;
}
.section-hmproducts .title h2:before {
  background: #375b42 none repeat scroll 0 0;
  bottom: 5px;
  content: "";
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100px;
}
.section-hmproducts .title h2:after {
  background: #375b42 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 50px;
}
.section-hmproducts .prdconts {
  margin-top: 30px;
}
.section-hmproducts .prdconts .prd-card {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.section-hmproducts .prdconts .prd-card .image {
  height: 280px;
  overflow: hidden;
}
.section-hmproducts .prdconts .prd-card .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-hmproducts .prdconts .prd-card .prdtitle {
  position: absolute;
  background: rgba(0, 0, 0, 0.7098039216);
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
.section-hmproducts .prdconts .prd-card .prdtitle a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  padding: 10px;
  font-size: 17px;
}

.section-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-contact .contact-form-box input:not([type]):focus:not([readonly]),
.section-contact .contact-form-box input[type=text]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=password]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=email]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=url]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=time]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=date]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=datetime]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=tel]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=number]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box input[type=search]:not(.browser-default):focus:not([readonly]),
.section-contact .contact-form-box textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #375b42;
  -webkit-box-shadow: 0 1px 0 0 #375b42;
  box-shadow: 0 1px 0 0 #375b42;
}
.section-contact .contact-form-box {
  border: 1px solid #f9f9f9;
  background-color: #fff;
  padding: 28px;
  box-shadow: 0px 0px 15px #eee;
}
.section-contact .contact-form-box h2 {
  margin-top: 20px;
}
.section-contact .contact-form-box .contact-heading {
  font-weight: 300;
  font-size: 25px;
}
.section-contact .contact-form-box .contact-heading span {
  font-weight: 500;
}
.section-contact .contact-form-box .form-control {
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  margin-bottom: 15px;
  height: 42px;
  text-indent: 15px;
}
.section-contact .contact-form-box .form-control:focus {
  border-color: #8ab341;
  box-shadow: 0 0 #fff;
  border-radius: 0;
}
.section-contact .contact-form-box .btn-cont .btn {
  background-color: #8ab341;
}
.section-contact .contact-form-box .btn-cont .btn:hover {
  background-color: #375b42;
  color: #fff;
}
.section-contact .address-cont {
  background-color: #fff;
  padding: 15px;
}
.section-contact .address-cont .address-text a {
  text-decoration: none;
  color: #000;
}
.section-contact .address-cont .address-text a:hover {
  color: #375b42;
}
.section-contact .address-cont .address-text .lsflx {
  margin-bottom: 0 !important;
}
.section-contact .address-cont .address-text .d-flex {
  margin-bottom: 20px;
}
.section-contact .address-cont .address-text .d-flex .det .bl {
  font-weight: 600;
}
.section-contact .address-cont .address-text .d-flex .icon {
  color: #375b42;
  margin-right: 10px;
}
.section-contact .address-cont .address-text .d-flex .icon i {
  font-size: 28px;
}
.section-contact .address-cont .address-text .addhead {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
.section-contact .address-cont .address-text {
  color: #000;
  font-size: 16px;
}
.section-contact .address-cont .address-text span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .section-contact {
    margin-top: 30px;
  }
  .section-hmproducts .category-cards-grid .category-card {
    height: 280px;
  }
  .section-hmproducts .category-cards-grid .category-card .card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section-hmproducts .category-cards-grid .category-card .card-content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .section-hmproducts .category-cards-grid .category-card .card-content .btn-link {
    padding: 8px 16px;
    font-size: 11px;
  }
  .product-category-menu .category-list {
    flex-wrap: wrap;
    gap: 0;
  }
  .product-category-menu .category-list li {
    flex: 1 1 50%;
    min-width: 130px;
  }
  .product-category-menu .category-list li a {
    padding: 12px 16px;
    font-size: 12px;
    text-align: center;
  }
  #slide-out .collapsible-item .collapsible-header {
    padding: 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #slide-out .collapsible-item .collapsible-header i {
    font-size: 14px;
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  #slide-out .collapsible-item.active .collapsible-header i {
    transform: rotate(-180deg);
  }
  #slide-out .collapsible-item .collapsible-body {
    padding: 0;
  }
  #slide-out .collapsible-item .collapsible-body ul {
    margin: 0;
    list-style: none;
  }
  #slide-out .collapsible-item .collapsible-body ul li {
    border-left: 3px solid #8ab341;
  }
  #slide-out .collapsible-item .collapsible-body ul li a {
    padding: 12px 24px !important;
    font-size: 13px;
    display: block;
    color: #353535;
    text-decoration: none;
  }
  #slide-out .collapsible-item .collapsible-body ul li a:hover {
    background-color: rgba(138, 179, 65, 0.08);
    color: #8ab341;
  }
  .section-hmproducts {
    margin-top: 30px;
  }
  .section-hmproducts .product-categories {
    gap: 8px;
    margin-bottom: 30px;
  }
  .section-hmproducts .category-tab {
    padding: 10px 16px;
    font-size: 12px;
    flex: 1;
    min-width: 130px;
  }
  #breadcrumbs {
    height: 200px;
  }
  #breadcrumbs h2 {
    font-size: 40px;
  }
  .menu-bg {
    padding: 20px 0;
  }
  .section-hmproducts {
    margin-top: 30px;
  }
  #main-header .top-bar .business-details {
    text-align: center;
  }
  #main-header .top-bar .business-details .email {
    display: none;
  }
  #main-header .top-bar .top-menus {
    float: none;
    text-align: center;
  }
  #main-header nav {
    height: 90px;
  }
  #main-header nav .sidenav-trigger {
    margin: 15px 18px;
  }
  #main-header nav .sidenav-trigger i {
    margin-top: 2px;
  }
  #main-header nav .nav-wrapper .brand-logo img {
    height: 80px;
    margin-top: 3px;
  }
  #slide-out {
    z-index: 1032;
  }
  #slide-out .user-view .logo img {
    width: 200px;
  }
  #slide-out li .divider {
    margin: 0;
  }
  #slide-out li .collapsible-header {
    padding: 0 32px;
  }
  #slide-out li a {
    text-decoration: none;
  }
  #slide-out li a img {
    width: 25px;
    margin-right: 15px;
  }
  #homebanner .owl1 .item {
    position: relative;
  }
  #homebanner .owl1 .item .img1 {
    height: 300px;
    background: url("../img/banner/img1.jpg");
    background-size: cover;
    background-position: center;
  }
  #homebanner .owl1 .item .img2 {
    height: 300px;
    background: url("../img/banner/img2.jpg");
    background-size: cover;
    background-position: center;
  }
  #homebanner .owl1 .item .img3 {
    height: 300px;
    background: url("../img/banner/img3.jpg");
    background-size: cover;
    background-position: center;
  }
  #homebanner .owl1 .item .img4 {
    height: 300px;
    background: url("../img/banner/img4.jpg");
    background-size: cover;
    background-position: center;
  }
  #homebanner .owl1 .item .img5 {
    height: 300px;
    background: url("../img/banner/img5.jpg");
    background-size: cover;
    background-position: center;
  }
  #home-about {
    margin-top: 30px;
  }
  #home-about .home-about-img .image {
    padding: 0;
    margin-top: 20px;
  }
  #home-services {
    margin-top: 30px;
  }
  #home-services .service-title {
    margin-bottom: 0;
  }
  #home-services .service-list .image {
    padding: 10px;
  }
  #home-services .service-list h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  #testi-main {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 40px;
  }
  #testi-main .testi-card {
    text-align: center;
    padding: 0;
  }
  #testi-main .testi-card .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #footer-main {
    height: auto;
  }
  #footer-main .footer-contact {
    text-align: center;
  }
  #footer-main .footer-social {
    float: none;
    text-align: center;
  }
  #footer-main #footer-copyrights .copyrights-text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
  }
  #footer-main .leaf-cont {
    left: 30px;
  }
  .main-title h2 {
    font-size: 18px;
    line-height: 25px;
  }
}