/* Start - Responsive Styles */
@media (max-width: 1804px) {
    .footer-top .row {
        padding-left: 11%;
    }
}

@media (max-width: 1750px) {
    .footer-top .row {
        padding-left: 14%;
    }
}

@media (max-width: 1644px) {
    .footer-top .row {
        padding-left: 17%;
    }
}

@media (max-width: 1565px) {
    .footer-top .row {
        padding-left: 20%;
    }
}

@media (max-width: 1490px) {
    .footer-top .row {
        padding-left: 22%;
    }
}

@media (max-width: 1199px) {
	.hero-slider-content {
        padding: 0;
    }
    .hero-slider-img {
        padding-right: 0;
    }
    .aboutus-img{
        padding: 0;
    }
    .aboutus-img-one {
        width: 440px;
        height: 440px;
    }
    .aboutus-img-one .img-one-main {
        width: 85%;
        height: 85%;
    }
    .aboutus-img-two {
        width: 200px;
        height: 200px;
        left: 0;
    }
    .aboutus-content {
        padding: 0;
    }
    .footer-top::after{
        display: none;
    }
    .footer-top .row {
        padding-left: 0;
    }
    .footer-links.quick-links {
        padding-left: 60px;
    }
    .aboutus-page-section .aboutus-img-one .img-one-main {
        width: 88%;
        height: 88%;
    }
    .aboutus-page-section .aboutus-content {
        padding: 0 0 0 70px;
    }
    .products-page-section .collections-item h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .productlist-item-img {
        height: 190px;
    }
    .productlist-item h4 {
        font-size: 19px;
        line-height: 26px;
    }
    .product-detail-item {
        height: 400px;
    }
    .product-detail-content {
        padding-left: 0;
    }
    .contactus-content {
        padding: 0;
    }
    .contactus-form {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 1024px) {
	.container{
	    max-width: 100%;
	}
    .header-main-bar{
        padding: 0 15px;
    }
    .sub-hero-bg3 img {
        height: 250px;
    }
}

@media(max-width: 991px) {
	.navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
    }
    .header-main-bar nav.header-navbar {
        margin-left: auto;
        margin-right: 0px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: var(--primary);
        top: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header-navbar .navbar-toggle span {
        background:#fff;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 15px;
    }
    header nav > ul > li:hover > a {
        color: var(--secondary);
    }
    header nav > ul > li > a {
        color: #fff;
		font-size: 20px;
		line-height: 40px;
		font-weight: 500;
        display: inline-flex;
        align-items: center;
        text-transform: none;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .sub-menu {
        position: relative;
        left: 0;
        background: #ffffff;
        margin-top: 10px;
        box-shadow: 0 0 0 transparent;
        padding: 15px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu ul li a{
        color: var(--primary);
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .sub-menu {
        display: block;
        position: static;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    header .contact-btn {
	    margin-right: 30px;
	    margin-left: auto;
	}
	.header-logo a {
	    max-width: 180px;
	}
	header {
	    padding: 20px 0;
	}
    header nav > ul > li.active > a, header nav > ul > li:hover > a {
        color: #fff;
        transition: all 0.4s;
    }
    .aboutus-section .container {
        overflow: hidden;
    }
    .hero-slider-img{
        width: 80%;
        margin: 0 auto;
    }
    .hero-slider .slick-dots {
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
        width: auto;
        bottom: 0;
        display: flex;
    }
    .hero-slider {
        padding-bottom: 50px;
    }
    .culture-export-section h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .culture-export-section {
        margin-top: 10px;
    }
    .aboutus-section {
        padding-top: 50px;
    }
    .section-bg1 img {
        width: 80px;
    }
    .section-bg2 img {
        width: 80px;
    }
    .section-bg1 {
        top: -110px;
    }
    .section-bg2 {
        top: 0px;
    }
    .section-bg3 img {
        width: 80px;
    }
    .section-bg3 {
        top: -50px;
    }
    .aboutus-img {
        margin-bottom: 40px;
    }
    .collections-section {
        padding-top: 120px;
    }
    .collections-bg1 img {
        width: 170px;
    }
    .collections-bg1{
        top: 20px;
    }
    .collections-bg2 img {
        width: 90px;
    }
    .collections-bg2 {
        top: 10px;
    }
    .collections-section .justify-content-end {
        justify-content: flex-start !important;
    }
    .collections-nav-btn {
        margin-top: 20px;
    }
    .collections-slider {
        margin: 10px 0 0 0;
    }
    .collections-slider .slick-slide {
        margin-left: 30px;
    }
    .collections-slider .slick-list {
        margin-left: -30px;
    }
    .collections-item-img {
        height: 190px;
    }
    .counter-section .row {
        gap: 40px 0;
    }
    .counter-bg1 img,
    .counter-bg2 img {
        width: 70px;
    }
    .counter-bg1,
    .counter-bg2 {
        top: -10px;
    }
    .footer-logo img {
        width: 240px;
    }
    .footer-social {
        margin-bottom: 30px;
    }
    .footer-links.quick-links {
        padding-left: 0;
    }
    .footer-copyright {
        margin-top: 30px;
    }
    header.sticky-header nav > ul > li {
        padding: 0;
    }
    .sub-hero-banner-main{
        height: 300px;
    }
    .sub-hero-bg1 img {
        width: 90px;
    }
    .sub-hero-bg2 img {
        width: 110px;
    }
    .sub-hero-bg3 img {
        height: 180px;
    }
    .sub-hero-banner-content h1 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 10px;
    }
    .aboutus-page-section .aboutus-content {
        padding: 0;
    }
    .aboutus-page-section {
        padding: 70px 0 30px 0;
    }
    .productlist-item-img {
        height: 220px;
    }
    .product-detail-item {
        height: 500px;
    }
    .product-detail-img {
        margin-bottom: 50px;
    }
    .contactus-form {
        padding: 0;
    }
    .contactus-content {
        margin-bottom: 60px;
    }
}

@media(max-width: 767px) {
	header .contact-btn {
	    display: none;
	}
	.menu-contact {
	    display: inline-block;
	}
    .footer-links li:last-child{
        margin-bottom: 0px;
    }
    .footer-links.quick-links{
        margin-bottom: 30px;
    }
    .footer-copyright-card {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    .footer-copyright-card p{
        width: 100%;
        text-align: center;
    }
    .contactus-page-section{
        overflow: hidden;
    }
}

@media(max-width: 575px) {
    header nav > ul > li > a{
        font-size: 23px;
    }
    .hero-slider-img {
        width: 100%;
    }
    .hero-slider-img .main-img {
        left: 0;
        width: 100%;
        padding: 0 40px;
        z-index: 9;
        height: 270px;
    }
    .hero-banner-main {
        padding-top: 30px;
    }
    .hero-slider-content h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .hero-slider-content p {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .btn{
        font-size: 20px;
        line-height: 27px;
    }
    .hero-slider {
        padding-bottom: 60px;
    }
    .culture-export-section h1 {
        font-size: 70px;
        line-height: 60px;
    }
    .aboutus-section {
        padding-top: 40px;
    }
    .section-bg1 {
        top: -160px;
    }
    .section-bg2 {
        top: -40px;
    }
    .aboutus-img-one {
        width: 350px;
        height: 350px;
    }
    .aboutus-img-two {
        width: 150px;
        height: 150px;
    }
    header.sticky-header .header-logo a {
        max-width: 160px;
    }
    header.sticky-header{
        padding: 10px 0;
    }
    .section-title h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .section-title h6 img {
        width: 20px;
    }
    .section-title h6 i {
        margin-right: 5px;
    }
    .section-title h6 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .aboutus-content p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    .collections-section {
        padding-top: 90px;
    }
    .collections-section .section-title h3{
        font-size: 28px;
        line-height: 40px;
    }
    .collections-bg1 img {
        width: 90px;
    }
    .collections-bg1 {
        top: 10px;
    }
    .collections-bg2 img {
        width: 70px;
    }
    .collections-bg2 {
        top: 0;
    }
    .collections-btn {
        margin-top: 40px;
    }
    .collections-item h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .text-btn {
        font-size: 15px;
    }
    .counter-section {
        padding-top: 60px;
    }
    .counter-item h3 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 8px;
    }
    .counter-item p {
        font-size: 16px;
        line-height: 20px;
    }
    .counter-section .row {
        gap: 25px 0;
    }
    .counter-item::after{
        display: none;
    }
    .footer-social h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .footer-links h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    #return-to-top {
        bottom: 10px;
        right: 10px;
    }
    .collections-item-img {
        height: 230px;
    }
    .hero-slider-content p{
        display: none;
    }
    .sub-hero-bg1 img {
        width: 70px;
    }
    .sub-hero-bg2 img {
        width: 80px;
    }
    .sub-hero-bg2 {
        top: auto;
        bottom: -40px;
    }
    .sub-hero-bg1 {
        top: 60px;
    }
    .sub-hero-bg3 img {
        height: 130px;
    }
    .sub-hero-bg4 img {
        width: 130px;
    }
    .sub-hero-banner-content i img {
        width: 20px;
    }
    .sub-hero-banner-content i {
        margin-bottom: 10px;
    }
    .sub-hero-banner-content h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .sub-hero-banner-content .breadcrumb-item {
        font-size: 15px;
        line-height: 25px;
    }
    .aboutus-page-section {
        padding: 40px 0 0px 0;
    }
    .products-page-section, .productlist-page-section {
        padding: 50px 0 0px 0;
    }
    .products-page-section .row, .productlist-page-section .row {
        gap: 30px 0;
    }
    .productlist-item-img {
        height: 220px;
        margin-bottom: 12px;
    }
    .product-detail-section {
        padding: 50px 0 0px 0;
        overflow: hidden;
    }
    .product-detail-item {
        height: 370px;
    }
    .product-detail-main {
        margin-bottom: 20px;
    }
    .product-detail-nav .product-detail-nav-item {
        height: 80px;
    }
    .product-detail-nav .slick-slide {
        width: 80px;
        margin: 0 5px;
    }
    .product-detail-nav::after,
    .product-detail-nav::before{
        width: 50px;
    }
    .product-detail-nav::after{
        right: -2px;
    }
    .product-detail-nav::before{
        left: -2px;
    }
    .product-detail-img {
        margin-bottom: 30px;
    }
    .product-range-btn {
        gap: 15px;
        margin-bottom: 20px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .product-detail-content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .product-detail-content li {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 7px;
    }
    .product-detail-table {
        margin: 20px 0 20px 0;
    }
    .product-detail-table table th, .product-detail-table table td{
        padding: 8px 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .inquery-modal .modal-content .inquiry_heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .inquery-modal .modal-content {
        padding: 20px;
    }
    .form-feild {
        margin-bottom: 15px;
    }
    .inquery-modal .modal-content .inquiry_heading {
        margin-bottom: 15px;
    }
    .form-control{
        font-size: 15px;
    }
    .contactus-page-section {
        padding: 50px 0 0 0;
    }
    .contactus-content .section-title p {
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }
    .contact__info .list-wrap li .icon {
        width: 50px;
        height: 50px;
    }
    .contact__info .list-wrap li .icon i svg {
        width: 20px;
        height: 20px;
    }
    .contact__info .list-wrap li {
        gap: 12px;
        margin-bottom: 20px;
    }
    .contact__info .list-wrap li .content .title {
        margin-bottom: 3px;
        font-size: 17px;
    }
    .contact__info .list-wrap li .content p {
        font-size: 15px;
        line-height: 25px;
    }
    .contactus-content {
        margin-bottom: 40px;
    }
    .contactus-form .form-control {
        height: 50px;
    }
}

@media(max-width: 320px) {
    .aboutus-img-one {
        width: 290px;
        height: 290px;
    }
}