html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    color: #000;
    position: relative;
    -webkit-text-size-adjust: auto;
}

.bannariSite header#masthead {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#mega-menu-wrap-primary {
    background: transparent !important;
    margin-top: 50px;
}

.logo-width {
    width: 200px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff !important;
    box-shadow: 0 0 10px 0 #000 !important;
    animation: smoothScroll 1s forwards;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000 !important;
}

.mainMenu #mega-menu-primary li a {
    color: #000 !important;
    font-size: 16px !important;
    transition: 0.3s;
}

.mainMenu #mega-menu-primary li {
    padding: 0 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #fff !important;
    background-color: #fb6429 !important;
    padding: 5px 10px;
    line-height: inherit;
    border-radius: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-ancestor.mega-item-align-float-left>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-ancestor.mega-menu-flyout>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-current_page_item.mega-menu-flyout>a.mega-menu-link {
    color: #fb6429 !important;
}

.bannerImageOne {
    position: relative;
    background-image: url("../images/wood-chips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    max-height: 100%;
}
.bannerImagemass {
    position: relative;
    background-image: url("../images/biomass-briquettes-tamilnadu.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    max-height: 100%;
}

.paddingRight0 {
    padding-right: 0;
}

.aboutNumArea p {
    padding: 30px 25px;
    border-radius: 50%;
    background-color: #fb6429;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.mainMenu {
    padding: 10px 0;
}

.bannerImageTwo {
    position: relative;
    background-image: url("../images/bio-mass-pellets.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    max-height: 100%;
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 120% 120%;
    }
}

.bannerContentArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 85vh;
    flex-direction: column;
}

.bannerContentArea h1,
.bannerContentArea h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
    font-weight: bold;
    text-shadow: rgb(0 0 0) 1px 1px 3px;
}

.bannerContentArea p {
    font-size: 18px;
    color: #fff;
    text-shadow: rgb(0 0 0) 1px 1px 3px;
}

.homeWhyUs h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #fb6429;
}

.sectionPadding {
    padding: 60px 0;
}

.homeWhyUs h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.homeOurProducts h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #fb6429;
}

.homeBox {
    box-shadow: 0px 4px 8px rgb(142 142 142 / 16%);
}

.homeOurProducts a:hover {
    text-decoration: none;
}

.homeBoxContentArea {
    padding: 30px 15px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.homeBox figure {
    margin-bottom: 0;
    overflow: hidden;
}

.homeBoxContentArea h3 {
    margin: 0;
    font-size: 22px;
    color: #fb6429;
    padding-bottom: 10px;
}

.homeBox figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.homeBox figure img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.homeOurProducts p {
    color: #000;
}

.homeBox:hover {
    box-shadow: 0px 12px 40px rgb(142 142 142 / 24%);
}

.ourSpecialties h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #fb6429;
}

.ourSpecialties ul {
    list-style: none;
}

.ourSpecialties ul li::before {
    color: #fb6429;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1rem;
    vertical-align: middle;
}

.ourSpecialties ul li {
    margin-bottom: 5px;
}

.footer h5 {
    font-size: 18px;
    color: #fb6429;
    margin-bottom: 20px;
}

.quickLinks ul {
    list-style: none;
}

.quickLinks ul li::before {
    color: #fb6429;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1rem;
    vertical-align: middle;
}

.quickLinks ul li a {
    color: #000;
}

.quickLinks ul li a:hover {
    text-decoration: none;
    color: #000;
}

.quickLinks ul li {
    margin-bottom: 10px;
}

.quickLinks ul li:last-child {
    margin-bottom: 0;
}

ul.address {
    list-style: none;
    padding-inline-start: 0;
}

ul.address b {
    float: left;
    width: 30px;
}

.address li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.address li span.content {
    width: 82%;
    float: left;
    padding: 2px 0 0 0;
}

.address li a {
    color: #000;
}

.address li a:hover {
    color: #000;
    text-decoration: none;
}

.aboutBanner {
    background-color: #fb6429;
    height: 200px;
    background-image: url("../images/orange_bg.png");
    background-repeat: repeat;
}

.breadCrumb {
    display: flex;
    flex-wrap: wrap;
    height: 210px;
    justify-content: center;
    align-items: center;
}

.breadCrumb h1 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

footer {
    background-color: #000 !important;
    padding: 20px 0 !important;
    font-size: 14px !important;
    color: #fff !important;
}

.GalleyBanner {
    background-color: #fb6429;
    height: 200px;
    background-image: url("../images/orange_bg.png");
    background-repeat: repeat;
}

.contactBanner {
    background-color: #fb6429;
    height: 200px;
    background-image: url("../images/orange_bg.png");
    background-repeat: repeat;
}

.page-template-gallery .fbx-light .fbx-next,
.page-template-gallery .fbx-light .fbx-prev {
    background: 0 0 !important;
    color: #fff !important;
}

.page-template-gallery .fbx-rounded .fbx-prev {
    left: -60px;
}

.page-template-gallery .fbx-rounded .fbx-next {
    right: -60px;
}

.page-template-gallery .fbx-rounded .fbx-next.fbx-btn-shadow,
.page-template-gallery .fbx-rounded .fbx-prev.fbx-btn-shadow {
    box-shadow: none;
}

.page-template-gallery .fbx-rounded .fbx-inner {
    border: none;
}

.productsBanner {
    background-color: #fb6429;
    height: 200px;
    background-image: url("../images/orange_bg.png");
    background-repeat: repeat;
}

.contactPage h6 {
    font-size: 18px;
    color: #fb6429;
    margin-bottom: 25px;
    margin-top: 0;
}

#wpcf7-f33-o1 p {
    margin-bottom: 0;
}

#wpcf7-f33-o1 .form-control {
    height: 50px;
}

#wpcf7-f33-o1 textarea.form-control {
    height: auto !important;
}

#wpcf7-f33-o1 .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none !important;
}

#wpcf7-f33-o1 .btn {
    background-color: #fb6429;
    color: #fff;
    border-color: #fb6429;
    transition: 0.3s;
    padding: 10px 15px;
}

#wpcf7-f33-o1 .btn:focus {
    background-color: #1f9e4c !important;
    border-color: #1f9e4c !important;
    box-shadow: none;
}

#wpcf7-f33-o1 .btn:hover {
    background-color: #1f9e4c !important;
    border-color: #1f9e4c !important;
    transition: 0.3s;
}

#wpcf7-f33-o1 .btn:hover:focus {
    background-color: #1f9e4c !important;
    border-color: #1f9e4c !important;
}

#wpcf7-f33-o1 .form-group {
    padding-bottom: 30px;
    margin-bottom: 0;
}

ul.reachUs {
    list-style: none;
    padding-inline-start: 0;
}

ul.reachUs b {
    float: left;
    width: 40px;
}

.reachUs li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.reachUs li span.content {
    width: 82%;
    float: left;
    padding: 2px 0 0 0;
}

.reachUs li a {
    color: #000;
}

.reachUs li a:hover {
    color: #000;
    text-decoration: none;
}

.footer img {
    margin-bottom: 15px;
}

.mobile-menu-close {
    font-size: 25px;
    padding: 5px 15px;
    float: right;
}

.productsPage a {
    color: #000;
}

.productsPage a:hover {
    color: #000;
    text-decoration: none;
}

.bioMassBanner {
    background-color: #fb6429;
    height: 200px;
    background-image: url("../images/orange_bg.png");
    background-repeat: repeat;
}

.mega-sub-menu {
    box-shadow: 0 3px 6px #ababab !important;
    padding: 5px 0 !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
}

.bioMassContentArea p {
    margin-bottom: 15px;
}

.bioMassContentArea ul {
    list-style: none;
    padding-inline-start: 20px;
}

.bioMassContentArea ul li::before {
    color: #fb6429;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1rem;
    vertical-align: middle;
}

.bioMassContentArea ul li {
    margin-bottom: 15px;
}

.bioMassContentArea h6 {
    font-size: 18px;
    color: #fb6429;
    margin-top: 0;
    margin-bottom: 5px;
}

.bioMassContentArea table th {
    font-size: 18px;
    color: #fb6429;
    text-align: center;
}

.bioMassContentArea table td {
    text-align: center;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.bioMassContentArea p:last-child {
    margin-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children {
    background: transparent !important;
    color: #000 !important;
}
a.mega-menu-link {
      font-weight: 600 !important;
      text-transform: uppercase !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    background: transparent !important;
    color: #000 !important;

}

#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-ancestor.mega-item-align-float-left>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-ancestor.mega-menu-flyout>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-current_page_item.mega-menu-flyout>a.mega-menu-link {
    color: #fff !important;
    background-color: #fb6429 !important;
    padding: 5px 10px;
    line-height: inherit;
    border-radius: 3px;
}

.footerOurProducts ul {
    list-style: none;
}

.footerOurProducts ul li::before {
    color: #fb6429;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1rem;
    vertical-align: middle;
}

.footerOurProducts ul li a {
    color: #000;
}

.footerOurProducts ul li a:hover {
    text-decoration: none;
    color: #000;
}

.footerOurProducts ul li {
    margin-bottom: 10px;
}

.footerOurProducts ul li:last-child {
    margin-bottom: 0;
}

.productOuterLayer img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.productOuterLayer img:hover {
    opacity: 0.3;
}

.productContent:hover {
    opacity: 1;
}

.productContent {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fb6429c2;
}

.productOuterLayer {
    position: relative;
}

.productOuterLayer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}

.productTextArea {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.productTextArea h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.paddingZero {
    padding: 0 !important;
}

.ourProducts h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #fb6429;
}

.homeContact {
    background-color: #fb6429;
    background-image: url("../images/orange_bg.png");
    background-repeat: repeat;
}

/* .ourProducts {
  padding: 60px 0 0 0;
} */
.homeContact p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.bannariBtn {
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 16px;
}

.bannariBtn:hover {
    background-color: #1f9e4c;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
}

.homeContact {
    padding: 30px 0;
}

.footer {
    background-color: #f1f1f1;
}

.topArea {
    background-color: #000;
    padding: 8px 0;
}

.topArea ul {
    margin-bottom: 0;
    padding-inline-start: 0;
}

.topArea ul li {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.topArea ul li span {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.topArea ul li a {
    color: #fff;
}

.topArea li a:hover {
    text-decoration: none;
}

.topSocial {
    text-align: right;
}

.topSocial li i {
    font-size: 1rem;
}

.ourSpecialties img {
    width: 50px;
    margin-bottom: 10px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.ourSpecialties p {
    margin-bottom: 0;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

ul#menu-products {
    padding-inline-start: 0;
}

ul#menu-products li {
    list-style: none;
    padding: 15px 20px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
}

ul#menu-products li.current-menu-item {
    background-color: #fb6429 !important;
}

ul#menu-products li.current-menu-item a {
    color: #fff !important;
}

#menu-products li a {
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

#menu-products li a:hover {
    text-decoration: none;
}

.mainMenu .mega-sub-menu li {
    border-bottom: 1px solid #f1f1f1 !important;
}

.mainMenu .mega-sub-menu li a {
    padding: 6px !important;
}

.mainMenu #mega-menu-primary .mega-sub-menu li a:hover {
    color: #fb6429 !important;
}

.mega-sub-menu li:last-child {
    border-bottom: none !important;
}

#wpcf7-f51-o1 p {
    margin-bottom: 0;
}

#wpcf7-f51-o1 .form-control {
    height: 50px;
    font-size: 16px;
}

#wpcf7-f51-o1 textarea.form-control {
    height: auto !important;
}

#wpcf7-f51-o1 .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

#wpcf7-f51-o1 .btn {
    background-color: #fb6429;
    color: #fff;
    border-color: #fb6429;
    transition: 0.3s;
    padding: 10px 15px;
}

#wpcf7-f51-o1 .btn:focus {
    background-color: #1f9e4c !important;
    border-color: #1f9e4c !important;
    box-shadow: none;
}

#wpcf7-f51-o1 .btn:hover {
    background-color: #1f9e4c !important;
    border-color: #1f9e4c !important;
    transition: 0.3s;
}

#wpcf7-f51-o1 .btn:hover:focus {
    background-color: #1f9e4c !important;
    border-color: #1f9e4c !important;
}

#wpcf7-f51-o1 .form-group {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.enquiryForm h6 {
    font-size: 18px;
    color: #fb6429;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.enquiryForm {
    margin-top: 50px;
    padding: 15px 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 12px 40px rgb(142 142 142 / 24%);
}

.aboutWhyWeContent p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}

.aboutWhyWe h3 {
    font-size: 24px;
    color: #fb6429;
    margin-top: 0;
    margin-bottom: 0;
}

ul.topContact a {
    font-size: 0.875rem;
}

.aboutWhyWe.sectionPadding {
    padding: 30px 0;
}

.site-info {
    font-size: 12px;
}

.bioMassContentArea figure {
    margin: 0;
}

.bioMassContentArea figure img {
    display: block;
    margin: 0 auto;
}

.left-contents-bio .entry-content {
    margin: 0;
}

.left-contents-bio h2, .left-contents-bio h1 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.left-contents-bio h3 {
    color: #fb6429;
}

.left-contents-bio th h3 {
  margin: 0;
}
.breadcrumbs-wrap a, .breadcrumbs-wrap{
  color: #fff;
  font-size: 13px;
}