/* 
    Author Name: @Dharmendra Rathore,   
    Author Theme: HTML theme,
    Version: 3.0,
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
:root{
    --body-font-roboto:  'Roboto', sans-serif;
    --font-oswald: 'Oswald', sans-serif;
    --theme-body-color: #000;
    --theme-heading-color: #292929;
    --theme-yellow-color: #609e0e;
    --theme-red-color: #609e0e;
    --theme-gary-color: #e0e0e0;
    --theme-lightgray-color: #609e0e;
}
body{
    font-family: var(--body-font-roboto);
    color: var(--theme-body-color);
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 400;
}
section{
    position: relative;
}
div::selection, *::selection {
    color: #fff;
    background-color: var( --theme-yellow-color);
}
.parallax, .bgimg-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    position: relative;
}
.bgimg-cover{
    background-position: center center;
    background-attachment: fixed;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: var(--theme-heading-color);
    font-weight: inherit;
    letter-spacing: .01em;
    font-family: var(--font-oswald);
    text-transform: uppercase;
}

ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
img {
    height: auto;
    max-width: 100%;
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    object-fit: cover;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
input:focus, .form-control:focus{
    box-shadow: none;
    outline: none;
}
.heading{
    font-weight: 700;
}
.sub-heading{
    font-weight: 600;
}
.theme-btn-red{
    background-color: var(--theme-red-color);
    border-color: var(--theme-red-color);
    color: #fff;
}
.btn-outline-light:hover, .btn-outline-light:focus{
    background-color: var(--theme-yellow-color);
    border-color: var(--theme-yellow-color);
    color: #fff;
}
.theme-btn-lightgray{
    background-color: var(--theme-lightgray-color);
    border-color: var(--theme-lightgray-color);
    color: #fff;
}
.line-clamp{
    display: -webkit-box;
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line-after-before{
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
}
.line-after-before::before, .line-after-before::after{
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20%;
    background-color: #cc00aa;
}
.line-after-before::after{
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: rgb(38 38 38 / 10%);
}
.layer-overlay::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.z-index{
    z-index: 1;
}
.line-bottom{
    position: relative;
    padding-bottom: .25rem
}
.line-bottom::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    display: block;
    background: #b9b9b9;
}
/* header css start */
.navbar{
    background-color: transparent;
}
.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding: 0 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.bg-white .nav-link {
    color: #252525;
}
/* header css end */

/* audio banner css start */
.main-banner-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: auto;
    z-index: 1;
}
.main-banner-sec::before {
    background-color: rgba(149, 133, 30, 0.15);
    bottom: 0;
    content: "";
    height: 100%;
    left: calc(50% + 435px);
    position: absolute;
    width: 100%;
    transform: skew(-33deg, 0deg);
    -webkit-transform: skew(-33deg, 0deg);
    -moz-transform: skew(-33deg, 0deg);
    -ms-transform: skew(-33deg, 0deg);
    -o-transform: skew(-33deg, 0deg);
    z-index: -1;
}
.main-banner-sec h1{
    font-weight: 600;
    font-size: clamp(2rem, 10vw, 6rem);
    color: var(--theme-yellow-color);
    letter-spacing: 0.1px;
    line-height: 1.04;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: var(--font-oswald);
}
.main-banner-sec h1 >span{
    color: var(--theme-gary-color);
    font-weight: 300;
}
.main-banner-sec .banner-content p {
    color: var(--theme-gary-color);
}
.main-banner-sec .banner-static-download a {
    font-weight: 600;
}
.fitness-features-sec .features-wrap:hover .features-info h2 {
    border-color: var(--theme-yellow-color);
}
/* audio banner css end */

/* features css start */

.fitness-features-sec .features-wrap .features-info h2{
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 32px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
}
.fitness-features-sec .features-wrap .features-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 1rem 2rem;
    width: auto;
    height: auto;
}
.fitness-features-sec .features-wrap .features-info h3{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.fitness-features-sec .features-wrap .features-info h3 > span{
    font-size: 18px;
}
.fitness-features-sec .features-wrap .features-thumb img {
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
}
.fitness-features-sec .features-wrap:hover .features-thumb img{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
/* css end */

/* products css start */
.fitness-product-item{
    border:1px solid #d0d0d0;
    border-radius: 2px;
    padding: 1rem;
} 
.fitness-product-img img{
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    object-fit: contain !important;
    width: 100%;
} 
.fitness-product-item .badge  {
    background: var(--theme-lightgray-color) none repeat scroll 0 0;
    border-radius: 20px;
    left: 10px;
    min-width: 60px;
    position: absolute;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    top: 0px;
    z-index: 11;
    padding: 9px 4px;
}
.fitness-product-item .badge-sale {
    background: #343434 none repeat scroll 0 0;
    top: 35px;
}
.fitness-product-item .pro-actions {
    left: 50%;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.fitness-product-item .pro-actions .btn{
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    opacity: 0;
    font-weight: 500;
    font-family: var(--font-oswald);
    text-transform: uppercase;
    font-size: 14px;
}
.fitness-product-item .pro-actions .btn:hover, .fitness-product-item .pro-actions .btn:focus{
    background-color: var(--theme-lightgray-color);
    border-color: var(--theme-lightgray-color);
}
.fitness-product-item .pro-actions .add-cart {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.fitness-product-item .pro-actions .quick-view {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.fitness-product-item:hover .quick-view, .fitness-product-item:hover .add-cart {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.fitness-product-item .rating i {
    color: var(--theme-lightgray-color);
    font-size: 12px;
}

.fitness-product-content>* {
    /* color: #2e2e2e; */
    /* display: block; */
    font-family: var(--body-font-roboto);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.heading h4{margin:0}
.quote-btn{font-size:14px !important;     display: none;}
.fitness-product-content .prev-price {
    color: #555555;
    display: inline-block;
    text-decoration: line-through;
    margin: 0px 5px;
    font-size: 18px;
}
.fitness-product-content .price {
    font-weight: 500;
    font-family:var(--font-oswald);
}
.productsSwiper .swiper-pagination-bullet{
    border-radius: 10px;
    background: var(--theme-heading-color);
    opacity: .9;
}
.productsSwiper .swiper-pagination-bullet-active {
    background: var(--theme-lightgray-color);
    width: 30px;
}
/* css end */

/* fitness testmonial css start */
.fitness-testmonial-sec .testmonial-item h3{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.fitness-testmonial-sec .testmonial-img{
    border: 2px solid #ffffff;
    border-radius: 100%;
    height: 70px;
    margin: 30px auto;
    position: relative;
    width: 70px;
}
.fitness-testmonial-sec .testmonial-img::after, 
.fitness-testmonial-sec .testmonial-img::before{
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    bottom: -22px;
    content: "";
    left: -22px;
    pointer-events: none;
    position: absolute;
    right: -22px;
    top: -22px;
}
.fitness-testmonial-sec .testmonial-img::before{
    border: 10px solid rgba(255, 255, 255, 0.2);
    bottom: -12px;
    left: -12px;
    right: -12px;
    top: -12px;
}
.fitness-testmonial-sec .testmonialsSwiper .swiper-pagination-bullet {
    border-radius: 10px;
    background: var(--theme-gary-color);
    opacity: .9;
}
.fitness-testmonial-sec .testmonialsSwiper .swiper-pagination-bullet-active {
    background: var(--theme-red-color);
    width: 30px;
}
/* css end */


/* subscribe css start */
.fitness-subscribe-sec{
    background: url(../images/zymzoo-17.png) repeat fixed;
    padding-top: 0rem;
}
.fitness-subscribe-sec .subscribe-content h6{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.fitness-subscribe-sec .subscribe-content h6 span {
    color:var(--theme-red-color);
}
.fitness-subscribe-sec .subscribe-content h2{
    font-size: 24px;
    display: inline-block;
    margin-bottom: 1rem;
}
.fitness-subscribe-sec .newsletter-box form {
    position: relative;
}
.fitness-subscribe-sec .newsletter-box .subscribe {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    color: var(--theme-body-color);
    font-size: 12px;
    height: 47px;
    line-height: 47px;
    padding: 11px 135px 10px 20px;
    width: 100%;
}
.fitness-subscribe-sec .newsletter-box .submit {
    background: #292929 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    font-family: var(--font-oswald);
    font-size: 12px;
    font-weight: 500;
    line-height: 47px;
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.fitness-subscribe-sec .newsletter-box .submit:hover{
    background: var(--theme-red-color);
}
/* css end */


/* support css start */
.fitness-support-sec .support-wrap{
    display: flex;
    gap: 20px;
    margin-top: 1rem;
    align-items: flex-start;
}
.support-content h3{
    font-size: 18px;
}
.support-wrap:hover .support-img img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
}
/* css end */

/* footer css start */

.site-footer{
    background-color:#052140;
    color: #fff;
    margin-top: 40px;
}
.site-footer h3 {
    font: 500 15px/1 var(--font-oswald);
    margin-bottom: 14px;
    color: #fff;
    position: relative;
    padding-bottom: 1rem;
}
 
.site-footer a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.site-footer a:hover{
    color: var(--theme-red-color);
}
.list-unstyled .icons {
    display: inline-block;
}
.list-unstyled .icons a {
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    background-color:#052140;
    border-radius: 100px;
    height: 44px;
    width: 44px;
    text-align: center;
}
.list-unstyled .icons a:hover{
    background-color: var(--theme-red-color);
}
.site-footer .quick-links li {
    position: relative;
    list-style-type: none;
    color: currentColor;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 0;
    padding: 0 10px;
}

.site-footer .list-get-touch a {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 0.5rem;
}
.bottom-footer{
    border-top:1px solid #0c3664;
}
.bottom-footer p, .bottom-footer p a{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
/* css end */

#topScroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 111;
    display: none;
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #222222;
    text-align: center;
    line-height: 50px;
    padding-top: 6px;
    border-radius: 5px;
    opacity: 1;
}
#topScroll:hover{
    opacity: .7;
}


.cat-img {
    border: 2px solid #ebebeb;
    border-radius: 100%;
    margin: auto auto 20px;
    max-height: 125px;
    max-width: 125px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
    padding: 30px;
}

.single-categorie:hover .cat-img {
    border-color: #609e0e;
}

.cat-name a,
.single-cat-desc a {
    color: #343434;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    font-family: "Oswald", sans-serif;
}

.cat-name .cat-number {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.single-categorie:hover a,
.single-categorie:hover .cat-number {
    color: #609e0e;
}
 
section {
    position: relative; 
} 
.py-80{
    padding: 80px 0
} 
.py-50{
    padding: 50px 0
} 
header {
    background: #fff;
}
.header-txt a {
    margin-right: 20px;
    color: #fff;
}
.social-header .icons a,
.top-header { 
    color: #fff;
    font-size: 13px;
    background: #052140 !important;
}
.top-header { 
    border-bottom: 1px solid #eeeeee;
    
}
.action a{
    color: #717171;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
}
hr { 
    border-color: #9c9b9b;
}
ul.quick-links {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
}



@charset "utf-8";
.innerbanner{padding:385px 0px;}
.innerbanner h2{font-size:70px;color:#fff;text-shadow:3px 3px 6px #000;font-weight:800;line-height:72px;}
.innerbanner.about{background:url(../images/about-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.contact{background:url(../images/contact-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.clients{background:url(../images/clients-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.labels{background:url(../images/labels/barcode-labels-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.printers{background:url(../images/printers/barcode-printers-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.scanners{background:url(../images/scanners/barcode-scanner-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.thermal{background:url(../images/thermal-transfer-ribbon-header.jpg) top center no-repeat #f2f2f2;}
.innerbanner.custom{background:url(../images/customised-software-header.jpg) top center no-repeat #f2f2f2;}
.contactpage{background:url(../images/contactbg.png) center center repeat-y #f2f2f2;}
.contactpage .wrapper{overflow:hidden;}
.contactpage div.contactform{width:52%;}
div.contactform form.contactform{width:100%;} 
h3, h4{color:#022f61;text-transform:uppercase;margin-bottom:30px;font-size:30px;}
p{    font-size: 16px;
    margin-bottom: 14px;
    text-align: justify;
    font-weight: normal;}
.abtimgs{margin:50px 0 80px 0px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.abtimgs div{border:2px solid #ececec;width:31.5%;}
.ourproducts{display:flex;flex-wrap:wrap;justify-content:space-between;}
.ourproducts div.lft{width:55%;padding-top:0px;}
.ourproducts.ribbon div.lft{padding-top:0px;}
/* h4.heading4{font-size:36px;} */
.ourproducts div.rgt{width:40%;}
ul.list{ 
    list-style: disc;
    margin-left: 20px;
}
ul.list li{padding:8px 0px;}
.clientpage .clients{padding:0px 0px 200px 0;}
 
.description>strong {
    font-size: 24px;
}

.productbox{overflow:hidden;margin:40px 0 30px 0;    width: 100%;}
.proimg{width: 400px;
    float: left;
    margin-right: 30px;}
.proimg img{border:2px solid #ececec;width: 100%;}
.description{overflow: hidden;} 
.description ul {
    list-style: disc;
    margin-left: 16px;
    padding-left: 0;
    margin-bottom: 30px;
}
a.brochure {
    display: flex;
    align-items: center;
    margin: 15px -4px;
    font-weight: bold;
    color: #333;
}
a.brochure img {
    width: 30px;
    margin-right: 10px;
}
a.brochure:hover{ 
    text-decoration: underline
}
.pricebox{margin: 5px 0px;
    display: block;
    font-weight: bold;    font-size: 18px;}
.pricebox a{color:#609e0e;text-decoration:underline;margin-left:8px;padding:5px 0px;}
.description table{border:none;width:100%;margin:0px 0 40px 0;}
.description table td{border-bottom:1px solid #d9d9d9;padding:8px 0px;}
.requestquote{    color: #fff;
    background: #609e0e;
    border-radius: 4px;
    padding: 14px 30px;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;}

.companylogo{margin:0px 0px 35px 0;}
.abtimgs.productimg div{margin-bottom:3%;}

.address{width:35%;float:right;}
.address b{display:block;font-size:24px;line-height:42px;margin-top:30px;}


.profilecontainer{display:flex;flex-wrap:wrap;justify-content:space-between;}
.profilecontainer .profile{flex:0 48%;width:48%;background:#f0f0f0;padding:4%;margin-bottom:2%;}
.leadershipwrapper{width:100%;max-width:1450px;margin:0 auto;}
.profile h4{color:#0091c0;font-size:30px;font-weight:600;margin-top:10px; line-height:32px;}
.profile b{display: block;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;}




.resptable{margin:50px 0px;}
.resptable table{font-weight: 500;border-top:1px solid #dcdcdc;border-left:1px solid #dcdcdc;}
.resptable table td{border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc;padding:5px 16px;line-height:36px;text-align:center;}
.resptable table tr td:first-child{text-align:left;}
.resptable table tr.tblhd td{padding:16px;}
.resptable table tr td:first-child.thead{background:#dcdcdc;text-align:center;padding:5px;}


.wormtxt{width:100%;max-width:920px;margin:0 auto;}
.wormtxt p{font-size:14px;margin:10px 0px;line-height:24px;}
.wormlist{color:#42542b;overflow:hidden;}
.wormlist div{float:left;margin:10px 1.5%;width:30.33%;  background:#fff;min-height:450px;}
.wormlist div img{width:100%;margin-bottom:35px;}
.wormlist div span{font-size:20px;font-weight:600;line-height:26px;display:block;}
.wormlist a.discover{margin:15px auto;}


.videonm {}

.videonm img {padding:0 30px 30px 0; float:left;}


.innerpageouter .wrapper{overflow:hidden;padding:50px 0px;}
.leftwelcome{width:48%;float:left;padding-top:40px;}
.welcomeimg{width:46%;float:right;}
.clear{clear:both;height:1px;display:block;}
.innerpageouter h3.subheading{font-size:20px;margin:10px 0 30px 0px;}
.activities{overflow:hidden;}
.activities .img{float:left;width:45%;margin-bottom:60px;padding-right:2%;}
.activities .img img{width:100%;}
.activities .text{float:right;width:53%;margin-bottom:60px;padding-top:5px;}
h4.greenh{color:#42542b;font-size:28px;margin-bottom:20px;}
.activities2{overflow:hidden;margin-top:70px;}
.activities2 .img{float:right;width:45%;margin-bottom:60px;padding-right:2%;}
.activities2 .img img{width:100%;}
.activities2 .text{float:left;width:53%;margin-bottom:60px;padding-top:5px;}
.productslist{margin-top:-50px;}
.productslist div{text-align:center;background:#42542b;margin:5% 0 0 5%;width:30%;}
.productslist div a,.productslist div a.discover.more{color:#fff;border-color:#fff;}
.productslist div:nth-child(1),.productslist div:nth-child(4){margin-left:0px;}
a.dlink{display:block;}
.productinfo{overflow:hidden;}
.protext{width:70%;float:left;}
.pronav{width:27%;float:right;}
.mtop40{margin-top:40px;}
.pronav strong{background:#42542b;color:#fff;display:block;padding:10px 25px;border-radius:6px;font-size:18px;font-weight:500;margin-top:25px;}
.pronav strong:first-child{margin-top:35px;}
.pronav a{color:#42542b;display:block;padding:10px 25px;font-size:14px;border-bottom:1px solid #e2e2e2;font-weight:500;transition:all 0.2s linear 0s;}
.pronav a:hover{border-color:#42542b;}
.mbottom15{margin-bottom:15px;}
.innerpageouter .contactbox{position:relative;margin:0 auto;max-width:1150px;}
@media screen and (max-width:768px){
.innerbanner{padding:160px 15px;}
.innerbanner h2{font-size:40px;line-height:40px;}

 
.innercontent h3.bluehead{font-size:24px;}
.innercontent p{font-size:15px;}
.abtimgs div{width:48%;margin-bottom:4%;}
.abtimgs{margin:20px 0px;}
.ourproducts div.lft,.ourproducts div.rgt{width:100%;padding-top:0px;}
  
.ourproducts div.rgt{margin-bottom:30px;}
.proimg,.description{width:100%;float:none;margin-bottom:20px;}
.description table,.description p{font-size:15px;}
.productbox{margin:30px 0px;}
.requestquote,.pricebox{font-size:18px;}
.contactpage div.contactform,.address{width:100%;float:none;}
.contactpage{background-size:95%;}
.address{margin:30px 0px 0px 0px;}
.address b{font-size:18px;margin-top:0px;}
.help h3{color: #022f61;}
.help p{color: #000;}

.leftwelcome,.welcomeimg,.activities .img,.activities .text{width:100%;float:none;padding:0;}
.activities .img,.activities .text{margin-bottom:30px;}
h4.greenh{font-size:24px;}
.innerpageouter .contactbox{margin:0 auto;}
.contactform label{width:100%;padding-left:20px;margin-top:15px;}
.protext,.pronav{width:100%;float:none;}
.productslist{margin:0px;}
.productslist div{width:100%;float:none;margin:0 0 30px 0;}

}

.navbar-brand:hover{
    background: transparent !important
}
.heading-wrap{
    display: flex;
    align-items: center;
}
.paragraph {
    margin-left: auto;
}
.abtimgs label {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}
.abtimgs img {
    width: 100%;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    object-fit: contain !important;
}
.breadcrumbs {
    padding: 15px 0;
    background: #2b2b2b;
    min-height: 60px;
    color: #fff;
    background: url('../images/header.jpg') no-repeat 0 0 / cover;
    height: 180px;
    position: relative;
    margin-bottom: 30px;
    background-position: center;
    display: flex;
    align-items: center;
}
.breadcrumbs::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 4 8 / 60%);
    height: 100%;
    width: 100%;
    z-index: 0;
}
.breadcrumbs a{
    color: #fff;
}
.br-inner {
    position: relative;
    margin-top: 10px;
    z-index: 1;
}.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before{
    color:#fff !important
}
.navbar-nav .dropdown-menu { 
    padding: 0;
}
.dropdown-item { 
    padding: 6px 11px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link,.navbar a:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background: #5f9e0e;
    outline: 0;
} 
.header-txt {
    flex: 1;
}
.top-header .nav-link{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.top-header .nav-link.active, 
.top-header .show>.nav-link,
.top-header.navbar a:hover{
    color: #5f9e0e;
    background: transparent !important;
    outline: 0;
}
.navbar-brand img {
    width: 560px;
    max-width: 100%;
}
main.main-container.overflow-hidden {
    margin-top: 180px !important;
}
@media screen and (max-width:1199px){
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin: 0 -12px;
    padding: 10px;
    background: #052140;
    color: #fff;
}
 
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link,.navbar a:hover {
    color: #5f9e0e;
    background: transparent;
    outline: 0;
}
.bg-white .nav-link {
    color: #fff;
}
li.icons.me-2 {
    display: none;
}
.header-txt { 
    padding: 10px;
}

}

@media screen and (max-width:767px){
    .header-txt a { 
        display: block;
    }
}

.contact i{
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.tit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    width: 180px;
}

.header-txt a:first-child {
    display: none;
}