/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****----------------------------------------
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #000000;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     background: color: #ffffff;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #000000;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #000000;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 24px;
     color: #000000;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #000000;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     text-transform: uppercase;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background: #009846;
     max-width: 215px;
     width: 100%;
     transition: ease-in all 0.5s;
     color: #fff;
     display: block;
     height: 57px;
     line-height: 57px;
     text-align: center;
     text-transform: uppercase;
}

.read_more:hover {
     background: #E31E24;
     color: #ffffff;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}

.img_responsive {
     max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     width: 100%;
     background: #ffffff;
     height: 60px;
     padding: 12px 0;
}

.navigation.navbar {
     padding: 0;
     text-align: center;
}

.navigation.navbar-expand-md .navbar-collapse {
     justify-content: center;
}

.navigation .navbar-nav.mr-auto {
     margin: 0 auto;
}

.navigation .navbar-nav.mr-auto li {
     display: flex;
     align-items: center;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 30px;
     color: #000000;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     border-radius: 30px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #111111;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #111111;
}

.di_no {
     display: none;
}

ul.email {
     text-align: center;
}

ul.email li {
     padding: 0px 9px;
     display: inline-block;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     color: #000000;
     text-transform: uppercase;
     font-size: 20px;
     line-height: 25px;
}

ul.email li a img {
     padding-left: 5px;
}


/** end header **/


/** banner section **/
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: Arial, sans-serif;
 }

 .slider {
     position: flex;
     width: 100%;
     height: 500px;
     overflow: hidden;
 }

 .slides {
     display: flex;
     width: 100%;
     height: 100%;
     animation: slideAnimation 10s infinite;
     flex-direction: column-reverse;
     flex-wrap: wrap;
     align-items: stretch;
 }

 .slides img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

/** end banner section **/

/** about section **/

.about {
     padding-top: 85px;
}

.about .titlepage {
     padding-bottom: 0px;
}

.about .titlepage h2 {
     padding-bottom: 10px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     margin-bottom: 40px;
}

.about_img {
     margin-left: 50px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     max-width: 100%;
     border-left: #009846 solid 10px;
}

.about_img::before {
     position: absolute;
     content: "";
     left: 0;
     border-top: 20px;
     height: 10px;
     background: #009846;
     width: 25%;
     top: -10px;
}

.about_img::after {
     position: absolute;
     content: "";
     left: 0;
     border-top: 20px;
     height: 10px;
     background: #009846;
     width: 25%;
}


/** end about section **/


/** our_fishs **/

.our_fishs {
     padding-top: 95px;
}

.our_fishs .titlepage {
     padding-bottom: 40px;
}

.our_fishs .titlepage p {
     line-height: 30px;
     color: #000000;
     padding-top: 15px;
}

.ser_img figure {
     margin: 0;
}

.ser_img figure img {
     max-width: 100%;
}

.our_fishs_box h3 {
     color: #000000;
     font-size: 25px;
     font-weight: bold;
     padding-top: 50px;
     text-transform: uppercase;
}

.our_fishs_box strong {
     padding-top: 5px;
     color: #009846;
     font-weight: bold;
     font-size: 30px;
     display: block;
     line-height: 30px;
     padding-bottom: 25px;
}

.our_fishs_box strong span {
     color: #000000;
}

.our_fishs_box .read_more {
     max-width: 168px;
     font-weight: bold;
}

.owl-item.active.center .ser_img {
     background: #db3620;
}

.owl-carousel .owl-nav.disabled {
     display: inherit !important;
     position: absolute;
     left: -97px !important;
     top: 28%;
}

.owl-nav.disabled .owl-prev {
     left: 0 !important;
     position: absolute !important;
     top: 108% !important;
}

.owl-nav.disabled .owl-prev,
.owl-nav.disabled .owl-next {
     width: 89px;
     height: 89px;
     background-color: #009846 !important;
     color: #ffffff !important;
     font-size: 60px !important;
     line-height: 30px !important;
     opacity: 1;
}

.our_fishs .read_more {
     margin: 0 auto;
     display: block;
}


/** end our_fishs **/


/** blog section **/

.blog {
     padding-top: 85px;
}

.blog .titlepage h2 {
     padding-bottom: 10px;
}

.blog .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
}

.blog_img figure {
     margin: 0;
}

.blog_img figure img {
     width: 100%;
     box-shadow: 0 0 19px rgba(30, 30, 30, 0.10);
}

.fer {
     display: flex;
     justify-content: flex-start;
     flex-wrap: wrap;
     margin-top: -60px;
}

.fer span {
     background: #009846;
     display: block;
     text-align: left;
     padding: 25px 15px;
     font-size: 17px;
     line-height: 20px;
     font-weight: bold;
     color: #000000;
     text-transform: uppercase;
}

.blog_box h3 {
     color: #000000;
     font-size: 30px;
     line-height: 35px;
     font-weight: bold;
     margin-top: 45px;
}

.blog_box p {
     font-size: 17px;
     line-height: 35px;
     padding: 30px 0 15px 0;
}

.blog_box strong {
     font-weight: bold;
     font-size: 17px;
     padding-bottom: 10px;
     display: block;
}

.blog_box ul {
     display: flex;
     align-items: center;
     justify-content: space-between;
     z-index: 9;
     position: relative;
     flex-wrap: wrap;
}

.blog_box ul li {
     display: inline-block;
     color: #000000;
}

.blog_box ul li a {
     display: inline-block;
     color: #000000;
     font-size: 17px;
}

.blog_box ul li a:hover {
     color: #f22e15;
}

.blog_box ul li a img {
     padding-left: 14px;
}

.fist_sec {
     padding: 60px 40px;
     background: #ffffff;
     margin-bottom: 30px;
}

.blog .read_more {
     margin: 0 auto;
     margin-top: 35px;
}


/** end blog section **/

/*newsletter*/

.newsletter {
     padding-top: 85px;
}

.form_newsl {
     background: #111111;
     padding: 55px 40px 30px 40px;
}

.form_newsl p {
     padding-bottom: 37px;
}

.newsl {
     margin-bottom: 30px;
     width: 100%;
     height: 64px;
     background: transparent;
     color: #fff;
     font-size: 17px;
     font-weight: normal;
     box-shadow: inherit;
     padding: 0 15px;
     border: #fff solid 1px;
}

.subsci_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #111111;
}


/* end newsletter*/


/** footer **/

.footer {
     padding-top: 120px;
     background-color: #209c1b1f;
}

.logo_footer {
     margin-top: 70px;
     display: block;
}
.headimg_fooh3 {padding-top: 30px;}
.headimg_fooh3 h3 {
     font-weight: bold;
     font-size: 24px;
     text-transform: uppercase;
     text-align: left;
     line-height: 24px;
     padding-bottom: 30px;
}

ul.opening li {
     display: flex;
     justify-content: space-between;
     padding-right: 24px;
     font-size: 17px;
     padding-bottom: 2px;
}

ul.conta li {
     color: #000000;
     text-align: left;
     padding-bottom: 15px;
     font-size: 17px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     margin-right: 15px;
     text-align: center;
     font-size: 30px;
     color: #000000;
     display: flex;
     align-items: center;
     justify-content: center;
}

ul.conta li a {
     color: #000000;
}

ul.social_icon {
     padding-top: 20px;
}

ul.social_icon li {
     display: inline-block;
     margin-right: 15px;
}

ul.social_icon li:last-child {
     margin-right: 0;
}

ul.social_icon li a i {
     font-size: 35px;
     color: #009846;
     transition: ease-in all 0.5s;
}

.copyright {
     margin-top: 80px;
     padding: 30px 0;
     background: #ffffff;
}

.copyright p {
     color: #000000;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     font-weight: 400;
     font-weight: normal;
}

/** end footer **/


/**  inner page css **/

.inner_page .header {
     position: inherit;
     margin-bottom: 80px;
}

.bg_inner_all .titlepage {
     padding: 40px 0;
}

.bg_inner_all {
     background-color: #009846;
}

.inner_page .about {
     padding-bottom: 0;
}

/* General Styling */
body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f9f9f9;
 }
 .products-section {
     max-width: 1200px;
     margin: 0 auto;
     padding: 20px;
     text-align: center;
 }
 .products-section h2 {
     margin-bottom: 20px;
     font-size: 2em;
     color: #333;
 }

 /* Product Grid */
 .product-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: space-around;
 }

 /* Product Card */
 .product-card {
     flex: 1 1 calc(20% - 20px); /* Adjusts to 5 items per row */
     max-width: calc(20% - 20px);
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 8px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     padding: 10px;
     text-align: center;
     transition: box-shadow 0.3s ease;
 }
 .product-card img {
     max-width: 100%;
     border-radius: 8px;
 }
 .product-card h3 {
     font-size: 1.2em;
     color: #444;
     margin: 10px 0;
 }
 .product-card p {
     font-size: 0.9em;
     color: #777;
     margin: 5px 0 10px;
 }
 .product-card .price {
     font-weight: bold;
     color: #000;
 }

 /* Hover Effect */
 .product-card:hover {
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
 }

 /* Responsive */
 @media (max-width: 1024px) {
     .product-card {
         flex: 1 1 calc(25% - 20px); /* 4 items per row */
         max-width: calc(25% - 20px);
     }
 }
 @media (max-width: 768px) {
     .product-card {
         flex: 1 1 calc(33.333% - 20px); /* 3 items per row */
         max-width: calc(33.333% - 20px);
     }
 }
 @media (max-width: 480px) {
     .product-card {
         flex: 1 1 calc(50% - 20px); /* 2 items per row */
         max-width: calc(50% - 20px);
     }
 }