*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
}

/* Header */
.header{
    width: 100%;
    float: left;
}
.header .navbar a{
    padding: 0 0 0 80px !important;
    font-weight: 600;
    color: #000000ad;
}
.header .dropdown a{
    padding: 0 15px 0 80px !important;
}
.header .current-menu-item a{
    color: #000 !important;
	font-weight: 900;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    right: 0;
}
.header .dropdown:hover .sub-menu{
    display: block;
    transition: all 0.5s;
}
.sub-menu {
    color: #212529;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    list-style: none;
    padding: 10px 0;
    min-width: 260px;
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    display: none;
    transition: all 0.5s;
}
.header .sub-menu li a {
    padding: 2px 10px !important;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.header li.dropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 10px;
    right: 0;
}
.header a.custom-logo-link{
    padding-left: 0 !important;
}
.navbar-brand img{
    max-width: 220px;
}
.header .navbar .nav-item:first-child a{
    padding-left: 0 !important;
}
.header .dropdown-menu{
    left: auto;
    right: 0;
}
.header .dropdown-item.active, .dropdown-item:active{
    background-color: #000;
    color: #fff;
}

/* Banner */
.banner-area{
    width: 100%;
    float: left;
    position: relative;
}
.carousel-item img{
    width: 100%;
    height: calc(100vh - 76px);
    object-fit: cover;
}
.banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 9;
}
.banner-content h1{
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.banner-content h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
a.banner-btn{
    background-color: #000;
    color: #fff;
    margin: 40px 0 0 0;
    display: inline-block;
    text-align: center;
    padding: 12px 50px;
}

/* About */
.about{
    width: 100%;
    float: left;
}
.py-80{
    padding: 60px 0;
}
.about h2{
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.about p{
    margin: 10px 0 0 0;
}

/* Category */
.category{
    width: 100%;
    float: left;
    background-color: #f8f8f8;
}
.section-title{
    text-align: center;
    width: 100%;
    float: left;
}
.section-title h2{
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.category-slider{
    width: 100%;
    float: left;
}
.category-item h4{
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 0 0;
}
.category-item a.banner-btn{
    margin: 20px 0 0 0;
}
.category-slider.owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.category-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.category-slider.owl-theme .owl-dots .owl-dot.active span{
    background-color: #000;
    width: 12px;
    height: 12px;
}

/* Contact Us */
.contact-us{
    width: 100%;
    float: left;
}
.contact-us p span{
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}
.contact-us a.banner-btn{
    margin: 20px 0 0 0;
}

/* Footer */
.footer{
    width: 100%;
    float: left;
}
.py-60-40{
    padding: 50px 0 30px 0;
}
.top-footer{
    width: 100%;
    float: left;
    background-color: #706f6f;
    color: #fff;
}
.footer-box{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.footer-box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.footer-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-box ul li{
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.footer-box p{
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 14px;
    width: 100%;
}
.footer-box p span{
    width: calc(100% - 30px);
    float: right;
}
.footer-box p span i{
    width: 25px;
    font-size: 14px;
    margin-right: 5px;
    float: left;
}
.footer-box p span a{
    color: #fff;
}
.footer-box ul li p{
    float: left;
    margin: 0;
}
.footer-box ul li a{
    color: #fff;
}
.footer-box ul li a i{
    width: 25px;
    font-size: 14px;
    text-align: left;
}
.bottom-footer{
    width: 100%;
    float: left;
}
.bottom-footer img {
    max-width: 120px;
}
.bottom-footer p{
    font-size: 14px;
    text-align: right;
}

/* Plywood Page Start */
.categories{
    width: 100%;
    float: left;
}
.categories .category-item{
    margin-bottom: 30px;
}
.category-item h3{
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 0 0;
}
.categories .category-item h4{
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.categories .category-item h5{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.categories .category-item p{
    font-size: 14px;
    margin: 10px 0 0 0;
}

/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width:767px) {
    p{
        font-size: 14px;
    }
    .header .navbar-toggler{
        padding: 0;
        border: none;
    }
    .header .navbar a{
        padding: 5px 0 !important;
        display: inline-block;
    }
    .navbar-nav .sub-menu {
        position: static;
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 8px;
    }
    .header li.dropdown::after {
        top: 15px;
        right: 38%;
    }
    .header ul.navbar-nav{
        padding: 60px 0;
    }
    .navbar-brand a img {
        width: 180px;
    }
    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 99;
        left: 0;
        background-color: #fff;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    .banner-content {
        top: 40%;
        left: 25%;
        transform: translate(-15%, -15%);
    }
    .banner-content h1{
        font-size: 32px;
    }
    a.banner-btn{
        padding: 10px 30px;
        margin: 20px 0 0 0;
    }
    .about{
        text-align: center;
    }
    .about h2{
        font-size: 26px;
    }
    .about .col-sm-6:first-child{
        margin-bottom: 40px;
    }
    .section-title h2{
        font-size: 26px;
    }
    .py-80{
        padding: 50px 0;
    }
    .contact-us .section-title{
        text-align: center !important;
    }
    .contact-us .col-sm-6:first-child{
        margin-bottom: 40px;
    }
    .bottom-footer p{
        text-align: left;
    }
}
 
@media (min-width: 768px) and (max-width:1023px) {
    .header .navbar-toggler{
        padding: 0;
        border: none;
    }
    .header .navbar a{
        padding: 5px 0 !important;
        display: inline-block;
    }
    .header ul.navbar-nav{
        padding: 60px 0;
    }
    .navbar-nav .sub-menu {
        position: static;
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 8px;
    }
    .header li.dropdown::after {
        top: 14px;
        right: 43%;
    }
    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 99;
        left: 0;
        background-color: #fff;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    .banner-content h1{
        font-size: 36px;
    }
    a.banner-btn{
        padding: 10px 30px;
    }
    .about h2{
        font-size: 26px;
    }
    .section-title h2{
        font-size: 26px;
    }
    .section-title p{
        font-size: 14px;
    }
}
 
@media (min-width: 1024px) and (max-width: 1279px) {
    .banner-content h1{
        font-size: 40px;
    }
    a.banner-btn{
        padding: 10px 40px;
    }
    .about h2{
        font-size: 30px;
    }
    .section-title h2{
        font-size: 30px;
    }
}
 
@media (min-width: 1280px) and (max-width:1365px) {
	
}
 
@media (min-width: 1280px) and (max-width:1365px) {
	
}
 
@media (min-width: 1600px) {
  
}