@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: transparent; 
}
::-webkit-scrollbar-thumb {
    background: #999; 
}
::-webkit-scrollbar-thumb:hover {
    background: #fff; 
}
body {
    font-family: "Inter", sans-serif;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    color: #606060;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 600;
}
a {
    text-decoration: none !important;
    border: 0px !important;
}
.animation {
    position: relative;
}
.btn-theme {
    padding: 10px 40px;
    background:#4A5A31;
    border-color:  #4A5A31;
    border-radius: 4px;
    color: #fff;
}
.btn-theme:hover,
.btn-theme:focus {
    background: #2A3F1A;
    border-color: #2A3F1A;
    color: #fff;
}
.form-group {
    margin-bottom:25px;
}
.form-control {
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 32px;
    height:46px;
}
label {
    font-weight: 500;
    font-size: 14px;
}
table {
    background: #fff;
}
.container {
    max-width: 90%;
}

/* TopBar Start Here
-------------------------------------------------------------- */
#topBar {
    text-align: right;
    background: #2B411B;
}
#topBar ul {
    margin: 0px;
    padding: 0px;
}
#topBar ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
#topBar ul li a {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    display: block;
    text-decoration: none;
    padding: 5px 0px;
}

/* Header Start Here
-------------------------------------------------------------- */
.navbar-brand {
    padding: 15px 0px;
}
.navbar-brand img {
    height: 60px !important;
    width: auto !important;
}
.navbar-default {
    background:#587440 !important;
    padding: 0px !important;
    border-radius: 0px;
    border: 0px;
}
.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: border-bottom 0.6s linear;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fff;
    background: #9FA584;
    border-radius: 25px;
}
.navbar-nav .active >.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #fff;
    background: #9FA584;
}
.dropdown-menu {
    border: 0px;
    padding-top: 0px;
    margin: 0px 10px;
    border-top: 1px solid #312e2d;
    border-radius: 0px 0px 4px 4px;
    background:#fff;
}
.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding:6px 15px;
    border-bottom: 1px solid #dedede;
    color: #011722;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #e1001f;
    color: #fff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Main Banner
-------------------------------------------------------------- */
.mainBanner {
    position: relative;
    z-index: 9;
}
.carousel-control-next, .carousel-control-prev {
    width: 30px;
    background: #343434;
    top: 40%;
    bottom: 40%;
    visibility: hidden;
}
.mainBanner:hover .carousel-control-next,
.mainBanner:hover .carousel-control-prev {
    visibility: visible;
}
.mainBanner .carousel-caption {
    bottom: 10%;
    left: auto;
    right: 0px;
    text-align: right;
}
.mainBanner .carousel-caption h5 {
    padding: 5px 40px 5px 20px;
    background-color: #011722;
    position: relative;
    right: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
}
.mainBanner .carousel-caption h5:before {
    width: 0;
    height: 0;
    content:" ";
    position: absolute;
    left:-60px;
    border-bottom: 60px solid #011722;
    border-left: 60px solid transparent;
    top: 0px;
}

.mainBanner .carousel-caption p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 40px 10px 20px;
    background-color: #e6c963;
    position: relative;
    right:0px;
    margin: 0px;
    /* text-shadow: 1px 1px 3px #000; */
}
.mainBanner .carousel-caption p:before {
    width: 0;
    height: 0;
    content:" ";
    position: absolute;
    left:-50px;
    border-top: 50px solid #e6c963;
    border-left: 50px solid transparent;
    top: 0px;
}
.carousel-indicators {
    right: 0;
    left: auto;
    margin-right: 25px;
    margin-left: 0px;
    display: block;
}
.carousel-indicators li {
    margin: 0px;
    padding: 0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
}
/* #homeBanner .carousel-item > img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}

@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1.1, 1.1);
    }
    to {
      -webkit-transform: scale(1, 1);
    }
}
  
@keyframes zoom {
    from {
      transform: scale(1.1, 1.1);
    }
    to {
      transform: scale(1, 1);
    }
} */

/* Breadcrumb
-------------------------------------------------------------- */
.bc {
    position: relative;
}
.bc.image {
    background: url('./../../images/templates/template90/bc.jpg') center center no-repeat;
    background-size: cover;
}
.bcTitle {
    text-align: center;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}
.bc .bcContent {
    padding: 100px 0px 100px;
    text-align: center;
}
.bc .breadcrumb {
    display: inline-flex;
    width: auto;
    background:#9FA584;
    color: #fff;
    padding: 5px 15px;
}
.bc .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.bc .breadcrumb li,
.bc .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}

/* Heading
-------------------------------------------------------------- */
.heading {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.heading h2 {
    font-size: 42px;
    line-height: 50px;
    color: #2B411B;
    text-transform: uppercase;
    font-weight: 400;
}
.heading p {
    font-size: 18px;
}

/* Products & Services
-------------------------------------------------------------- */
.box {
    display: block;
    text-decoration: none;
    overflow: hidden;
    margin: 5px;
    background: #F6F6F4;
    padding: 50px 30px;
    text-align: center;
    min-height: 295px;
}
.box img {
    height: 120px;
    width: auto !important;
    margin-bottom: 20px;
}
.box .box-content h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2B411B;
}

/* Icon Section
-------------------------------------------------------------- */
.iconSection {
    background: #F6F6F4;
    position: relative;
    padding: 70px 0px;
}
.iconSection .heading {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.iconSection .heading h2 {
    font-size: 42px;
    line-height: 50px;
    color: #2B411B;
    text-transform: uppercase;
    font-weight: 400;
}
.iconSection .heading p {
    font-size: 18px;
}
.iconItem {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 30px;
    min-height: 254px;
}
.iconItem .icon {
    margin-bottom: 20px;
}
.iconItem .icon img {
    height: 70px;
}
.iconItem .iconContent {
    font-size: 16px;
}
.iconItem .iconContent h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2B411B;
}
.iconSection .footer {
    font-size: 16px;
}
.iconSection .footer h2 {
    font-size: 20px;
    line-height: 30px;
    color: #2B411B;
    text-transform: uppercase;
    font-weight: 400;
}

/* Footer
-------------------------------------------------------------- */
footer {
    background: #2A3F1A;
    color: #9FA584;
    position: relative;
}
footer:after {
    content: " ";
    background: #4A5A31;
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}
footer .footerBlock {
    padding: 70px 0px 50px;
}
footer .footerBranding {
    background: #4A5A31;
    padding: 70px 0px 50px 30px;
    position: relative;
    z-index: 99;
}
footer .footerBranding .footerLogo {
    margin-bottom: 20px;
}
footer a {
    color: #9FA584;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color:#fff;
}
footer .social {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
footer .social a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
    line-height: 35px;
    color: #9FA584;
    text-decoration: none;
    border-radius: 50%;
}
footer .social a:hover,
footer .social a:focus {
    color: #fff;
    background: #587440;
    border-color: #587440;
}
footer hr {
    margin-top: 50px;
    border-color: #454c54;
}
footer .footerContent {
    padding: 0px;
}
footer ul {
    list-style: none;
    margin-left: 0px;
    padding-left:0px;
}
footer #map {
    border: 1px solid #dedede;
    padding: 5px;
    background: #fff;
}
#copyright {
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}
#copyright a {
    color: #9FA584;
    text-decoration: none;
}
#copyright a:hover,
#copyright a:focus {
    color: #fff;
}

.callButton {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}
.scroll-to-top {
    background: #9FA584;
    color: #fff;
    padding: 20px;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
    color: #fff;
    background: #587440;
}

/* 5. Action Box
-------------------------------------------------------------- */
.actionBox {
    margin-top: 0px;
    margin-bottom:0px;
    position: relative;
    z-index: 999;
    background: #F7B900;
}
.actionBoxInner {
    padding: 24px 0px;
    color: #011722;
    position: relative;
    background-color: #F7B900;
    clear: both;
    z-index: 1;
}
.actionBoxInner:before {
    position: absolute;
    content: '';
    background-color: #F7B900;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}
.actionBoxContent {
    padding: 20px 40px;
}
.actionBoxContent h3 {
    font-weight: normal;
    font-size: 22px;
}
.actionBoxContent span {
    font-weight: 500;
}
.welcomeSection {
    padding: 70px 0px;
    background-color: #f5f5f5;
}
.iconBlock h4 {
    font-size: 20px;
}
.iconBlock h2 {
    color: #e1001f;
    font-size: 26px;
    text-transform: uppercase;
}
.iconBlock .text-justify {
    font-size: 16px;
    line-height: 30px;
}
.feature_box {
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.feature_box:hover,
.feature_box:focus {
    background: #1B821B;
}
.feature_box i {
    font-size: 40px;
    color: #1B821B;
    margin-bottom: 20px;
}
.feature_box:hover i,
.feature_box:focus i {
    color: #fff;
}
.feature_box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.feature_box:hover h3,
.feature_box:focus h3 {
    color: #fff;
}
.feature_box p {
    font-size: 13px;
    margin: 0px;
}
.feature_box:hover p,
.feature_box:focus p {
    color: #fff;
}
/* .actionBoxContent:before {
    position: absolute;
    content: '';
    background-color: #011722;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.actionBoxContent:after {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,.2);
    width: 90%;
    height: 50%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
} */
.actionButton {
    margin-top:25px;
    text-align: right;
}
.actionButton .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-width: 2px;
}

  
.tagline {
    background: #F7C53B;
    color: #fff;
    padding: 40px 0px;
    font-size: 24px;
}
.atWelcome {
    padding-top: 20px;
}
.atWelcome h2 {
    text-transform: uppercase;
}
.atWelcome .bg {
    background: #fff url('./../../images/templates/template10/about.jpg') center center no-repeat;
    background-size: cover;
}
.atWelcome .content {
    padding: 60px 0px;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
}
.atWelcome .content h4 {
    font-size: 16px;
    letter-spacing: 3px;
    color: #026C3A;
    margin-bottom: 20px;
}
.atWelcome .content h2 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #EA1E27;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}
.atWelcome img {
    max-width: 100%;
}
.atWhyUs {
    position: relative;
    text-align: center;
    background: #f5f5f5;
}
.atWhyUs .bg {
    background: #fff url('./../../images/templates/template10/about.jpg') center center no-repeat;
    background-size: cover;
}
.atWhyUs .content {
    padding: 60px 30px;
}
.atWhyUs .content h3 {
    color: #EA1E27;
    margin-top: 0px;
    margin-bottom: 20px;
}
.atWhyUs .content p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
}
.whyUs {
    text-align: center;
    background: #fff;
    padding: 80px 0px;
}
.whyUs h3 {
    font-size: 24px;
    color: #EA1E27;
    margin-bottom: 30px;
}
.whyUs p {
    font-size: 18px;
    margin-bottom: 40px;
} 
.whyUs .icon-block {
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 500;

}
.whyUs .icon-block .iconImg {
    margin-bottom: 20px;
    color: #fff;
    /* background: #011722; */
    display: block;
    margin: 0px auto 20px auto;
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
}

.whyUs .icon-block .iconImg img {
    height: 100px;
}
.product-detail {
    margin: 5px;
    overflow: hidden;
}
.product-detail .img {
    position: relative;
    overflow: hidden;
}
.product-detail img {
    width: 100%;
    transition: transform .9s ease;
}
.product-detail .img:hover img,
.product-detail .img:focus img {
    transform: scale(1.2);
}
.product-detail .img .content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    visibility: hidden;
    /* background: rgba(0,0,0,0.1); */
}
.product-detail .img .content a {
    display: block;
    font-size: 28px;
    color:#EA1E27;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
}
.product-detail .img .content a i {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.product-detail .img:hover .content,
.product-detail .img:focus .content {
    visibility: visible;
}
.product-detail {
    background: #fff;
    border: 1px solid #ccc;
}
.owl-carousel .product-detail {
    margin-bottom: 0px;
}
.product-detail .detail {
    padding: 10px;
    text-align: center;
    background: #dedede;
}
.product-detail .detail h3 {
    font-size: 18px;
}
.product-detail .detail a {
    color: #026C3A;
    text-decoration: none;
}
.product-detail:hover .detail,
.product-detail:focus .detail {
    background:#EA1E27;
}
.product-detail:hover .detail a,
.product-detail:focus .detail a {
    color: #fff;
}
.callUs {
    text-align: center;
}
.callUs h1 {
    font-size: 40px;
    margin-top: 60px;
    color: #026C3A;
}
.video-item {
    margin-bottom: 30px;
}
.product-image {
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
}
.product-image img {
    transition: transform .9s ease;
    width: 100%;
}
.product-image img:hover,
.product-image img:focus {
    transform: scale(1.2);
}







.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    font-size: 24px !important;
    margin: 10px 5px !important;
    padding: 4px 20px !important;
    background: #efefef !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    min-width: 40px;
    border: 1px solid #ccc !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #cf4726 !important;
    border-color:  #cf4726 !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .item h5 {
    font-weight: 500;
    font-size: 15px;
    text-align:center;
    margin-top: 10px;
    margin-bottom:20px;
}
.owl-carousel .item a {
    text-decoration: none;
    color: #272727;
}
.owl-carousel .item img {
    transition: transform .2s;
}

.test {
    padding: 70px 0px 40px;
    background: #fff;
}
.test h3 { 
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    color: #EA1E27;
}
.test .card {
    border-color: #efefef;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.certified {
    padding: 40px 0px;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
}
.certified .cerlogo img {
    width: 100%;
}
.certified .cerText {
    font-size: 30px;
    padding: 50px 0px;
    color: #ea1e27;
    font-weight: 500;
}

#about-us.pages {
    background: #fff;
}
.pages img {
    max-width: 100%;
}
#enquiry,
#contact,
#blog-articles,
#blog-categories,
.blog-articles,
.pages,
#products-services,
.product-categories,
.single-product,
#photo-gallery,
.photo-gallery,
#video-gallery {
    padding: 70px 0px !important;
    position: relative;
}
#business-enquiry.pages,
#contact-us.pages,
#blog.pages,
#our-products.pages,
#gallery.pages,
#videos.pages {
    padding: 0px !important;
}
.enquiryForm h3 {
    font-size: 18px;
}
#contact h3 {
    font-size: 18px;
    text-align: left !important;
}
#map {
    margin-bottom: -10px;
}
#contact #contactInfo {
    border: 1px solid #dedede;
    padding: 20px 20px 10px;
    font-size: 16px;
}
#contact #contactInfo h3 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#contact #contactInfo a {
    text-decoration: none;
    color: #222221;
}
#contact #contactInfo span {
    font-weight: 500;
}
#blog-articles .card,
#blog-categories .card {
    border-radius: 0px;
    border-color: #dedede;
}
#blog-articles .card-body,
#blog-categories .card-body {
    padding: 0px;
}
#blog-articles .card-body img,
#blog-categories .card-body img {
    display: block;
}
#blog-articles .card-body .content,
#blog-categories .card-body .content {
    padding: 15px;
}
#blog-articles .card-body .btn,
#blog-categories .card-body .btn {
    border-radius: 0px;
    padding: 5px 15px;
}
#blog-articles .card-body h3,
#blog-categories .card-body h3 {
    font-size: 20px;
    color:#F58220;
}
#blog-articles .card-body a,
#blog-categories .card-body a {
    color: #222221;
    text-decoration: none;
}
#blog-articles .card-body a.btn,
#blog-categories .card-body a.btn {
    color: #fff;
    text-decoration: none;
}
#sidebar .card {
    border-radius: 0px;
    border: 1px solid #dedede;
}
#sidebar .card-body {
    padding: 15px;
}
#sidebar .card-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#sidebar .card-body ul a {
    display: block;
    border-bottom: 1px dashed #dedede;
    padding: 5px 0px;
    text-decoration: none;
    color: #222221;
}
#sidebar .card-body .card-title {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.images {
    position: relative;
}
.images .img-gallery-item {
    position: relative;
    margin: 5px;
    display: block;
    overflow: hidden;
}
.images .img-gallery-item img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.images .img-gallery-item:hover img,
.images .img-gallery-item:focus img {
    transform: scale(1.1);
}
.single-product .description {
    margin-top: 30px;
}
.pageHeading {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.photo-gallery .img-gallery-item {
    border: 1px solid #dedede;
    display: block;
}
#video-gallery h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}
@media (min-width: 1199px) and (max-width: 1400px) { 
    .iconItem {
        min-height: 305px;
    }
}
@media (max-width: 767px) { 
    #topBar {
        text-align: center;
    }
    #topBar ul li a {
        font-size: 14px;
        padding: 5px 15px 5px 15px;
    }
    .navbar-toggler {
        border-color: #2B411B;
        color: #fff;
        opacity: 1;
        background: #2B411B;
        margin-right: 20px;
    }
    .navbar-default {
        position: relative;
        top: 0px;
        border-radius: 0px;
        box-shadow: none;
    }
    
    .actionBoxContent {
        padding: 20px 20px;
        text-align: center;
    }
    .actionBoxContent h3 {
        font-weight: normal;
        font-size: 14px;
        line-height: 26px;
    }
    .actionButton {
        margin-top: 25px;
        text-align: center;
    }
    .socials {
        display: block !important;
    }
    .socials li {
        display:inline-block !important;
        border-bottom: 0px;
    }
    .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 36px;
    }
    .atWelcome .content {
        padding: 60px 0px 60px 0px;
        text-align: center;
    }
    .callUs h1 {
        font-size: 20px;
        margin-top: 30px;
        color: #026C3A;
    }
    .atWhyUs .content .col-sm-6 {
        border:0px !important;
        border-bottom: 1px solid #dee2e6!important;
    }
    .footerTop,
    .footerTop .text-right,
    .copyright,
    .copyright .text-right {
        text-align: center !important;
    }
    .footerInner {
        margin-bottom:30px;
    }
    #wcu {
        margin-top: 30px;
    }
    .stepbox.first:after,
    .stepbox.second:before,
    .stepbox.second:after,
    .stepbox.third:before {
        display: none;
    }
    .row.gutter-md {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row.gutter-md>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-image {
        margin-bottom:30px;
    }
    .single-product .nav-item {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
    }
    #footer1 .footerContent,
    #footer1 .footerHeading {
        text-align: left !important;
    }
    .bc .bcContent {
        padding: 30px 0px 30px;
        text-align: center;
    }
    .footer-widget,
    .footer-widget .text-right,
    .footer-widget .text-left {
        text-align: center !important;
    }
    footer:after {
        background: transparent;
    }
}