    body {
    font-family: 'Work Sans';

}
    .section_padding12 {

        margin-top: -50px;

	padding: 0px 0;

	padding-bottom: 10px;

}

.section_heading {

	margin-bottom: 30px;

}

.section_heading h2 {

	color: #222;

	font-size: 40px;

	font-weight: 700;

	margin-bottom: 25px;

	line-height: 30px;

	text-transform: uppercase;

}

.section_heading h2 span {

	color: #207178;

}

.section_heading p {

	font-size: 16px;

	margin: 10px 0 5px;

}

.single-blog {

	transition: all 0.30s ease 0s;

}

.single-blog:hover {

	transform: translateY(-10px);

}

.single-blog .post-img {

	position: relative;

}

.single-blog .post-img img {

	max-width: 100%;

	height: auto;

}

.single-blog .post-img:after {

	content: "";

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	opacity: 0;

	background: rgba(255, 69, 0, 0.6);

	transition: all 0.30s ease 0s;

}

.single-blog:hover .post-img:after {

	opacity: 1;

}

.single-blog .single_blog {

	border-top: none;

	padding: 25px 20px 25px;

	background: #fff;

	position: relative;

}

.single-blog .post-title {

	margin: 0 0 15px 0px;

	font-size: 20px;

	color: #333;

	display: inline-block;

	text-transform: capitalize;

	transition: all 0.3s ease 0s;

}

.single-blog .blog-text {

	font-size: 15px;

	line-height: 23px;

	margin: 7px 0 10px;

}

.icon-area {

	list-style: none;

	font-size: 14px;

	padding: 0;

}

.icon-area>li {

	display: inline-block;

	margin-right: 5px;

	color: #555;

	font-style: italic;

}

.icon-area>li i {

	color: orangered;

	margin-right: 5px;

	font-size: 14px;

}

.btn-area a {

	background: #207178;

	font-size: 14px;

	letter-spacing: 0.5px;

	padding: 11px 22px;

	margin: 10px 0px 10px;

	border: none;

	font-weight: 500;

	color: #fff;

	text-transform: capitalize;

	transition: all 0.2s ease-in-out 0s;

}

nav ul {

    list-style: none;

    margin: 0;

    padding: 0;

    z-index: 999;

}



nav ul li {

    display: inline-block;

    position: relative;

    text-decoration: none;

}

nav ul li a {

    display: block;

    padding: 10px 20px;

    text-decoration: none;

    color: #333;

    transition: background-color 0.3s;

}



nav ul li a:hover {

    background-color: #f0f0f0;

}

nav ul li a {

    display: block;

    padding: 10px 20px;

    text-decoration: none;

    color: #333;

    transition: background-color 0.3s;

}



nav ul li a:hover {

    background-color: #f0f0f0;

}

nav ul li ul {

    display: none;

    position: absolute;

    background-color: #fff;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    border: 1px solid #ccc;

    text-decoration: none;

}



nav ul li:hover ul {

    display: block;

    text-decoration: none;

}

nav ul li ul li {

    display: block;

    white-space: nowrap;

    text-decoration: none;

}

nav ul li ul li a {

    display: block;

    padding: 10px 20px;

    text-decoration: none;

    color: #333;

    transition: background-color 0.3s;

}

a:hover{

    color: #000;

}



nav ul li ul li a:hover {

    background-color: #f0f0f0;

}



   ul li:hover a {

        text-decoration: none;

    }

  .big-product1{

    width: 90%;

    margin: 30px auto;

}

.big-product1 .product-title{

    margin-bottom: 50px;

    text-align: center;

}

.big-product1 .product-title p{

    margin-bottom: 2px;

    text-transform: uppercase;

    font-size: 15px;

}

.big-product1 .product-title h2{

    font-weight: 600;

}

.big-product1 .product-title hr{

    width: 120px;

    margin: 14px auto;

    background: gray;

}

.big-product1 .product-flex1{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin-bottom:50px;

}

.product-flex1 .product-one1{

    width: 24%;

    margin-bottom: 45px;

}

.product-flex1 .product-one1 img{

    width: 100%;

}



.product-flex1 .product-one1 .product-image1{

    position: relative;

}

.product-one1 .product-image1 .overlay{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #f9f9f9;

    display: flex;

    justify-content: center;

    align-items: center;

    opacity: 0;

    transition: opacity .4s ease-in-out;

}



.product-image1 .overlay i{

    background: white;

    margin: 0px 5px;

    padding: 5px;

    border: 1px solid #000;

    font-size: 13px;
    cursor: pointer;
    opacity: 0;
}

.product-one1:hover .product-image1 .overlay i{
    animation: product_icon .5s ease-in-out forwards;
}

.product-one1:hover .product-image1 .overlay i:nth-child(2){
    animation-delay: .2s;
}

.product-one1:hover .product-image1 .overlay i:nth-child(3){
    animation-delay: .4s;
}

.product-one1:hover .overlay{
    opacity: 0.7;
}

.product-one1 .product-image1{
    margin-bottom: 15px;
}

@keyframes product_icon {

    0%{
        opacity: 0;
        margin-bottom: 50px;
    }

    100%{
        opacity: 1;
        margin-bottom: 0px;
    }
}

.product-one1 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;

}

.product-one1 .content h4{

    margin: 0;

    font-weight: 600;

    font-size: 16px;

    text-transform: capitalize;

}

.product-one1 .content section{

    font-size: 14px;

    font-weight: 600;

}

.product-one1 article{

    text-transform: uppercase;

    font-size: 14px;

}

.text-center {
    width: 100%; /* Ensure this div takes full width to allow centering */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the text and price */
    justify-content: center; /* Center vertically if needed */
}

h4, section {
    margin: 0; /* Remove any default margins for better alignment */
}
/* Media query for mobile screens */
@media (max-width: 768px) { /* Adjust this value as needed for your breakpoint */
    .product-flex1 .product-one1 {
        width: 28%; /* Adjust width for mobile */
    }
}

@media (max-width: 480px) { /* Further adjustments for smaller screens */
    .product-flex1 .product-one1 {
        width: 28%; /* Full width for very small screens */
        margin-bottom: 30px; /* Adjust margin if needed */
    }

}

@media (max-width: 768px) {
    /* Mobile styling: shows 2 items per row */
    .big-product .product-one {
        flex: 1 1 28%; /* Adjusts to fit 2 items per row on mobile */
        max-width: 28%;
    }
}
