.hamburger__line-in::after {
    background-color: #000 !important;
}

.hamburger__line-in::before {
    background-color: #fff !important;
}

main {
    background-color: #fff !important;
}

.left-side {
    display: contents !important;
}


.left-side .hamburger {
    margin: auto 100px auto auto !important;
}

@media (max-width:584px) {
    .left-side .logo img {
        width: 150px !important;
    }

    .left-side .hamburger {
        margin: auto 25px auto auto !important;
    }
}




/* =================================== */
.left-side .logo img {
    width: 190px !important;
}

.header-banner {
    opacity: 0.4;
}
@media (min-width:1199px){
    .header-banner{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.about-counter-sec {
    margin-top: 80px;
    margin-bottom: 0px !important;
}

.abt-testimonial {
    padding-bottom: 100px;
}

/* ==== download/certificate page css start======= */
.download__page .box:hover .icon {
    opacity: 1
}

.download__page .box .icon li a,
.download__page .box:hover .box-content {
    color: #75dab4;
    background: #fff
}

.download__page .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.download__page .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.download__page .box:before {
    content: "";
    background-image: linear-gradient(to right, rgb(43 41 41), #75dab4);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: .5s
}

.download__page .box:hover:before {
    bottom: 0
}

.download__page .box img {
    width: 100%;
    height: auto;
    transition: .5s
}

.download__page .box:hover img {
    opacity: .3
}

.download__page .box .box-content {
    color: #fff;
    background-image: linear-gradient(to right, #75dab4, #75dab4);
    width: 100%;
    padding: 13px 20px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .5s
}

.download__page .box .title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0
}

.download__page .box .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: lowercase
}

.download__page .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: .3s
}

.download__page .box .icon li {
    margin: 0 3px;
    display: inline-block
}

.download__page .box .icon li a {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: .5s
}

.download__page .box .icon li a:hover {
    color: #fff;
    background: #75dab4;
    border-radius: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

@media only screen and (max-width: 990px) {
    .download__page .box {
        margin: 0 0 30px
    }
}

/* =========== download/ certificate page css end======= */
.works figure {
    margin: 0 0 2rem;
}

.packing-details {
    margin-top: 100px;
}

.packing-details .table td,
.table th {
    color: #fff;
    text-align: center;
}

.works ul li h3,
.works ul li small {
    color: #fff;
}

/* ***************************************************************************** PRODUCT DETAIL PAGE CSS ***************************************************************************** */
.product-detail__page img {
    width: 100%;
    display: block;
}

.product-detail__page .img-display {
    overflow: hidden;
    order: 2;
}

.product-detail__page .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.product-detail__page .img-showcase img {
    min-width: 100%;
}

.product-detail__page .img-select {
    /* display: flex;
    */
    order: 1;
}

@media (max-width:991px) {
    .product-detail__page .img-select {
        display: flex;
        margin-top: 8px;
    }
}

.product-detail__page .img-item {
    width: 120px;
    margin-bottom: 5px;
    margin-right: 5px !important;
    border: 1px solid #eee;
}

.product-detail__page .img-item:nth-child(1),
.product-detail__page .img-item:nth-child(2),
.product-detail__page .img-item:nth-child(3) {
    margin-right: 0;
}

.product-detail__page .img-item:hover {
    opacity: 0.8;
}

.product-detail__page .product-content {
    padding: 2rem 1rem;
}

@media (max-width:991px) {
    .product-detail__page .product-content {
        padding: 2rem 0;
    }
}

.product-detail__page .product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-detail__page .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 106px;
    background: #29b4db5c;
}

.product-detail__page .product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-detail__page .product-link:hover {
    opacity: 0.9;
}

.product-detail__page .product-rating {
    color: #ffc107;
}

.product-detail__page .product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-detail__page .product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-detail__page .product-price span {
    font-weight: 400;
}

.product-detail__page .last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.product-detail__page .new-price span {
    color: #256eff;
}

.product-detail__page .product-detail h2 {
    text-transform: capitalize;
    color: #222;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding-top: 22px;
}

.product-detail__page .product-detail p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin: 0px 0 20px 0;
}

.product-detail__page .product-detail p b {
    color: #29b4db;
}

.product-detail__page .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail__page .product-detail ul li {
    list-style: none;
    font-weight: 600;
    opacity: 0.9;
    background: #fff;
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.product-detail__page .product-detail ul li b {
    width: 100px;
    display: inline-block;
}

.product-detail__page .product-detail ul li span {
    font-weight: 400;
}

.product-detail__page .purchase-info {
    margin: 1.5rem 0;
}

.product-detail__page .purchase-info input,
.product-detail__page .purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.product-detail__page .purchase-info input {
    width: 60px;
}

.product-detail__page .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.product-detail__page .purchase-info .btn:first-of-type {
    background: #256eff;
}

.product-detail__page .purchase-info .btn:last-of-type {
    background: #f64749;
}

.product-detail__page .purchase-info .btn:hover {
    opacity: 0.9;
}

.product-detail__page .social-links {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.product-detail__page .social-links p {
    margin: 0 15px 0 0;
}

.product-detail__page .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.3rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.product-detail__page .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .product-detail__page .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .product-detail__page .card-wrapper {
        /* height: 100vh;
        */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-detail__page .product-imgs {
        display: flex;
        /* flex-direction: column;
        */
        justify-content: center;
    }

    .product-detail__page .product-content {
        padding-top: 0;
    }
}

.product-detail__page .swiper-container-application .swiper-wrapper .swiper-slide img {
    width: 100px;
}

.product-detail__page .swiper-container-application .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-detail__page .swiper-container-application {
    margin-top: 70px;
}

.product-detail__page .product-grid {
    text-align: center;
    /* overflow: hidden;
    */
    position: relative;
    margin: 10px 0;
}

.product-detail__page .product-grid .product-image {
    overflow: hidden;
    position: relative;
}

.product-detail__page .product-grid .product-image a {
    display: block;
}

.product-detail__page .product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-detail__page .product-image .pic-1 {
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
}

/* ================= */
.p-detail-page table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.p-detail-page {
    margin-bottom: 20px;
    width: 70%;
}

.p-detail-page td,
.p-detail-page th {
    border: 1px solid #eee;
    text-align: left;
    padding: 8px;
}

.p-detail-page tr:nth-child(even) {
    background-color: #dddddd;
}

/* ===================================== */
.tab-container {
    width: 80%;
    margin: 0 auto;
}

.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
}

.tab-button.active {
    border-bottom: 2px solid #75dab4;
    color: #75dab4;
}

.tab-content {
    padding: 20px;
    /* border: 1px solid #ccc;
    */
    border-top: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* ================ */
.packingdetails table tr th {
    color: #000;
}

.packingdetails {
    text-align: center;
}

.tab .contact .contact-form #contact .form-group input[type=text] {
    width: 100%;
}

.tab .contact {
    padding: 0px 0;
}

/* ===================== */
.product__page .product-grid .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px
}

.product__page .product-grid .title a {
    color: #000;
    transition: .3s
}

.product__page a:hover {
    text-decoration: none;
}

.product__page .product-grid .price {
    color: #0000009c;
    font-size: 16px;
    font-weight: 600
}

.product__page .product-grid .product-content {
    background: #fff;
    padding: 15px;
    text-align: center;
    /* box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset;
    */
}

/* ================= */
.pdetail-related-products {
    background-color: #fff !important;
}

section.works.pdetail-related-products.pt-0 ul li:nth-child(2n+2) {
    margin-top: 0px !important;
}

section.works.pdetail-related-products.pt-0 ul li:nth-child(3n+3) {
    margin-top: 0px !important;
}

section.works.pdetail-related-products.pt-0 ul li h3,
section.works.pdetail-related-products.pt-0 ul li small {
    color: #000 !important;
}

#notification {
    position: fixed;
    bottom: 81px;
    left: 15px;
    z-index: 99999;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 300px;
    height: auto;
    padding: 20px;
}

#notification p {
    text-align: justify;
    color: #000
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

.whatsappicon {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9;
    width: 55px;
}

.whatsappicon img {
    max-width: 100%;
}

.tableimg {
    width: 50px;
}

/*.gallery*/
.download__page.gallery{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-color: #2a2932;
	padding: 100px 0;
}
.download__page.gallery .gallery-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.download__page.gallery .gallery-filter .filter-item{
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	line-height: 1.2;
	transition: all 0.3s ease;
}
.download__page.gallery .gallery-filter .filter-item.active{
	color: #de241d;
	border-color : #de241d;
}
.download__page.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.download__page.gallery .gallery-item.hide{
	display: none;
}
.main-banner{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}
.main-banner video{
    width: 100%;
    height: 93vh;
    object-fit: cover;
}
@media (max-width:1199px){
    .main-banner video{
        height: 100%;
    }
}