
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
html{
    scroll-behavior: smooth;
}
body,html {
   padding:0;
   margin:0;
   font-family: "Manrope", sans-serif;
}
.white{
    color: #fff;
}
a:focus,a:hover,a {
    text-decoration: none;
    outline: 0;
}
ul{
    list-style: none;
}
p{
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}
h1,h2,h3{
    font-size: 35px;
    font-weight: 600;
}
h5 {
	font-size: 23px;
	font-weight: bold;
}
h6 {
    font-size: 20px;
    font-weight: 700;
  }
/* header */

header nav.bg-light {
	background-color: #fff !important;
}
.top-bar {
    background: #fff6f5;
}
ul.top-bar-details {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
ul.top-bar-details li a {
    color: #000;
}
ul.top-bar-social {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}
ul.top-bar-social li a {
    color: #000;
}
.top-bar ul {
    gap: 20px;
    padding-left: 0px;
}
.top-bar a{
    color: rgb(28, 28, 28);
    font-size: 15px;
} 
header .navbar-light .navbar-nav .nav-link {
	color: rgb(28, 28, 28);
    padding-left: 29px;
    font-weight: 500;
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(231 33 38);
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 0 !important;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
}

/* banner */
.banner-content .col-md-3 {
    background: #deb887;
    border-radius: 7px;
    padding: 17px;
}
.banner-content  p {
    color: #212529;}
.form-control {
	border: none;
	font-size: 14px;
}
.banner form   button {
    background-color: #96ae21;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 31px;
    letter-spacing: .5px;
  }
  .banner-content{
    position: absolute;
    top:20%;
  }
  .banner{
    height:800px;
    overflow: hidden;
  }
  .formobile{
    display: none !important;
  }

  /* categoy  */
  section.procategory-sec .main-title {
    text-align: center;
}
.type-inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 12px 12px 10px;
    position: relative;
}
.type-inner h5 {
    background: #e31e24;
    padding: 6px 5px;
    color: #fff;
    font-size: 16px;
    width: 99%;
    margin: 10px auto 0;
    border-radius: 0px 30px 0px 30px;
}
.type-inner .type-img  {
    overflow:hidden;
}
.type-inner .type-img img:hover {
    transform: scale(1.5);
    transition: all 2s ease;
}
section.procategory-sec .main-title p {
    font-size: 16px;
    color: #000;
    margin-top: 14px;
    margin-bottom: 50px;
}
.category-box-outer {
    display: flex;
    gap: 24px;
}
ul.category-box {
    padding: 0px;
}
.main-title {
    text-align: center;
}
span.color-red {
    color: #e31e24;
    font-weight: bold;
}
.main-title h1 {
    font-size: 35px;
}
/* about */
.about {
    background-image: url(../../assets/img/bg-about.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f5f5f5;
    background-attachment: fixed;
}
.about-content ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.about-content ul li img {
    margin-right: 6px;
    margin-top: 2px;
}
  /* certificates */
  .certificates{
	gap: 10px;
}
.certification li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 17px;
}

/* products */
section.procategory-sec .main-title {
    margin-bottom: 34px;
}
/* category */
.category{
    background-image: url(../img/product-bg.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-radius: 9rem;
}
.list-group-item {
    color: #000;
    background-color: transparent;
    border: 1px solid rgb(227 30 36) !important;
    font-size: 15px;
    padding: 10px 20px;
    margin: 2px 0;
    border-radius: 5px;
}
.list-group-item.active {
    background-color: rgb(227 30 36);
    border-color: transparent;
}
.list-group-item-action.active {
    position: relative;
}
.list-group-item-action.active:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid #e31e24;
    position: absolute;
    right: -14px;
    top: 4%;
}
#nav-tabContent {
	background: #ffffffa1;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
}
#nav-tabContent .tab-pane {
    height: 100%;
}
#nav-tabContent .tab-pane .inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#nav-tabContent .tab-pane .inner div {
    border: 1px solid #e31e24;
    margin-right: 5px;
    padding: 10px;
}
#nav-tabContent .tab-pane .inner span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
#nav-tabContent .tab-pane .inner img{
    margin: 0 auto;
    display: block;
}

/* third party */
.party li{
    color:#6f6f6f;
    margin-bottom: 15px;
    font-size: 15px;
}

/**certification***/
.certification-img img {
    width: 100%;
}




/* divisions */

section.divisions-sec {
    background: #fff6f6;
}
.divisions-box {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    gap: 12px;
}
.divisions-box img {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
/* why-choose us */
.business-opportunity-sec {
    background: #f5f5f5;
}
.Business-opp-content p {
    text-align: justify;
}
.Business-opp-content h3 {
    margin-bottom: 14px;
}
.Business-opp-content h6 {
    font-size: 20px;
    color: #000;
}
.chooseus-box-img {
    margin-bottom: 18px;
}
.chooseus-box-content h2 {
    font-size: 24px;
    color: #000;
}
.chooseus-box-content h2 {
    color: #000;
}
/* why-choose us */
section.why {
    background: #fff4f4;
}
section.why {
    background: url(../../assets/img/why-chooseusbg.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: -0;
}
section.why::before {
    background: #fbededc7;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

section.why .main-title {
    margin-bottom: 50px;
}

/* business-opptunity */

.business-list ul {
    display: flex;
    gap: 16px;
    padding: 0px;
}
.business-list ul li img {
    margin-right: 14px;
    border: 2px dotted #e31e24;
    padding: 10px;
    width: 60px;
}
.business-list ul li {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
}
.business-list ul li h5 {
    font-size: 18px;
    color: #000;
}

/* business-opptunity */
.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 0px 0 0;
    padding: 0;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #e31e24;
    line-height: 28px;
}
.countplus {
    display: flex;
    justify-content: center;
    align-items: center;
}
.countplus {
    font-size: 30px;
    font-weight: bold;
}
.counter-box {
    display: block;
    background: #fff;
    padding: 40px 20px 37px;
    text-align: center;
    border: 2px dotted #000000;
}
.counter-box img {
    width: 70px;
}

/*on load popup**/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99;
}
.popup-container {
    background: #fff;
    padding: 20px;
    width: 40%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
}
.popup-img img {
    width: 100%;
}
.popup-outer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.popup-container button:hover {
    background: #000;
}
.contact-pop-form {
    width: 100%;
}
.popup-img {
    width: 100%;
}
.popup-container input, .popup-container textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.popup-container button {
    background: #2b2a29;
    color: white;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.popup-container button:hover {
    background: #0056b3;
}
.show-popup {
    visibility: visible;
    opacity: 1;
}

/* footer  */

footer {
    background: url("../../assets/img/footer (1).png");
}
footer ul li a {
	display: inline-block;
	color: #fff;
	margin-bottom: 9px;
	font-size: 15px;
    font-weight: 400 !important;
}
footer li {
    font-weight: bold;
    font-size: 18px;
  }
footer h6{
    margin-bottom: 20px;
}
footer a:hover {
	color: #fff;
}
footer .col-md-3:last-child {
    background: #101010;
    padding: 20px;
    border-radius: 22px;
}
footer .btn.btn-primary {
    background: #e31e24;
}
.btn.btn-primary {
    background: #e31e24;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 31px;
    letter-spacing: .5px;
    border: navajowhite;
    margin: 0 auto;
}
footer .col-md-3:last-child p{
    color: #fff;
    margin-top: -16px;
  }
  .footer-form {
    position: fixed;
    right: 5px;
    bottom: 0;
    width: 15%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: 1px solid #e31e24;
    background: #fff;
    z-index: 99;
}
#mini_contact_form_container {
    background: #e31e24;
    width: 100%;
    display: block;
    padding: 9px 13px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    border: 0px;
}
.footer-form form{
  padding: 15px;
}
.footer-form form .form-control {
	font-size: 14px;
	border: 1px solid #dbdbdb !important;
}
.copyright {
    border-top: 1px solid #ffffff69 !important;
}
.mobile-bottom {
    display: none !important;
}
.pcdopp img {
    width: 100%;
}
.footlogo img.foot-brand {
    width: 100%;
}
/* ///////media query\\\\\\\\\\\\\\\\\\\ */
@media only screen and (min-width:1301px) and (max-width:1500px){
    .popup-container {
        width: 54%;
    }
    .top-bar a {
        font-size: 14px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1300px){
    .popup-container {
        width: 60%;
    }
    .top-bar a {
        font-size: 14px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1199px){
    
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .popup-container {
        width: 94%;
    }
    .type-inner h5 {
        font-size: 14px;
    }
    .top-bar.py-2 {
        display: none;
    }
    .divisions-box {
        margin-top: 10px;
    }
    .list-group-item {
        font-size: 12px;
    }
    .business-list ul li h5 {
        font-size: 12px;
    }
    .business-list ul li img {
        width: 40px;
    }
    .counter-box img {
        width: 50px;
    }
    .counter-box p {
        font-size: 12px;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar-light .navbar-toggler {
        background: #e31e24;
    }
    .navbar .navbar-collapse ul li.nav-item {
        border: 1px solid #00000030;
        margin-bottom: 4px;
    }
    .navbar .navbar-collapse ul li.nav-item a.nav-link.active {
        background: #e31e24;
        color: #fff;
        border: 1px solid #e31e24;
    }
    .copyright p {
        font-size: 12px;
    }
     .footer-form {
        display: none;
    }
    footer ul li a {
        overflow-wrap: break-word;
        word-break: break-word;
    }
    #nav-tabContent {
        padding: 0px;
    }
}
@media only screen and (max-width:767px){
    .popup-container {
        width: 94%;
    }
    .top-bar.py-2 {
        display: none;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar-light .navbar-toggler {
        background: #e31e24;
    }
    .navbar .navbar-collapse ul li.nav-item {
        border: 1px solid #00000030;
        margin-bottom: 4px;
    }
    .navbar .navbar-collapse ul li.nav-item a.nav-link.active {
        background: #e31e24;
        color: #fff;
        border: 1px solid #e31e24;
    }
    .footer-form {
        display: none;
    }
    footer ul li a {
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .popup-container input, .popup-container textarea {
        padding: 4px 10px;
        margin: 0px 0;
    }
    .popup-container textarea {
       height:50px;
    }
    .category-box-outer {
        display: grid;
        gap: 12px;
    }
    .type-inner {
        padding: 12px;
    }
    .main-title h1 {
        font-size: 28px;
    }
    .divisions-box {
        display: grid;
        margin-top: 10px;
    }
    #nav-tabContent {
        padding: 0px;
        margin-top: 20px;
    }
    .why-center-img {
        display: none;
    }
    section.why {
        padding-bottom: 40px !important;
    }
    .business-list ul {
        display: grid;
    }
    .counter-box {
        margin-bottom: 10px;
    }
    .mobile-bottom  ul{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: 10px;
        margin: 0;
    }
    .mobile-bottom  ul a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .popup-img {
        display: none;
    }
    footer {
        padding-bottom: 70px !important;
    }
    .mobile-bottom {
        position: fixed;
        bottom: 0;
        background: #e31e24;
        width: 100%;
        display: block !important;
    }
    .modal-content {
        padding: 42px 20px;
    }
    .modal {
        top: 25%;
    }
    .modal-content span.close {
        background: #e31e24;
        color: #fff;
        font-size: 34px;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 0px 10px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
    }
    .form-control {
        border: none;
        font-size: 14px;
        border: 1px solid #dbdbdb;
    }
}

@media only screen and (max-width:500px){
   
}


h1.top-heading {
    font-size: 19px;
}


.top-banner-text {
    display: none;
}


@media (min-width: 360px) and (max-width: 480px) { 
    
.top-banner-text {
    display: block;
    background-color: black;
    color: white;
    padding: 10px;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    margin: 16px;
}

section.thankyou-img img {
    width: 100%;
}
    
    
}